html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, ::before, ::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, figure, table {
  margin: 0;
}

a {
  color: inherit;
  cursor: pointer;
}

b, strong {
  font-weight: 700;
}

ul {
  padding-left: 0;
  list-style: none;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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

button {
  border-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: button;
  background: transparent;
  padding: 0;
}

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

label, input[type=radio], input[type=checkbox] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  resize: vertical;
}

textarea,
input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: .5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

img, svg {
  max-width: 100%;
  height: auto;
}

img, svg {
  display: inline-block;
  vertical-align: middle;
}

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background: #ffffff;
}

body {
  overflow: hidden;
}

html.is-off {
  overflow: hidden;
  padding-right: 17px;
}

:focus {
  outline: none;
}

.user-is-tabbing :focus {
  outline: 2px solid #7AACFE;
}

a {
  display: inline-block;
  vertical-align: middle;
}

a {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

a img {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

a:hover img {
  opacity: .7;
}

@font-face {
  font-family: 'Tofino Narrow';

  src: url("/assets/fonts/tofino/narrow/woff2/tofinonarrow-bold.woff2") format("woff2"), url("/assets/fonts/tofino/narrow/woff/tofinonarrow-bold-off") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Tofino Narrow';

  src: url("/assets/fonts/tofino/narrow/woff2/tofinonarrow-regular.woff2") format("woff2"), url("/assets/fonts/tofino/narrow/woff/tofinonarrow-regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Tofino Wide';

  src: url("/assets/fonts/tofino/wide/woff2/tofinowide-bold.woff2") format("woff2"), url("/assets/fonts/tofino/wide/woff/tofinowide-bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Tofino Wide';

  src: url("/assets/fonts/tofino/wide/woff2/tofinowide-regular.woff2") format("woff2"), url("/assets/fonts/tofino/wide/woff/tofinowide-regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

html {
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  font-family: 'Tofino Narrow';
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
}

a {
  text-decoration: none;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-family: 'Tofino Wide';
  font-weight: bold;
  font-size: 35px;
  line-height: 1.2;
}

.text-h1 {
  font-family: 'Tofino Wide';
  font-weight: bold;
  font-size: 35px;
  line-height: 1.2;
}

h2 {
  font-family: 'Tofino Wide';
  font-size: 32px;
  line-height: 1.2;
}

.text-h2 {
  font-family: 'Tofino Wide';
  font-size: 32px;
  line-height: 1.2;
}

h3 {
  font-family: 'Tofino Wide';
  font-weight: bold;
  font-size: 22px;
  line-height: 1.36;
}

.text-h3 {
  font-family: 'Tofino Wide';
  font-weight: bold;
  font-size: 22px;
  line-height: 1.36;
}

h4 {
  font-family: 'Tofino Wide';
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.text-h4 {
  font-family: 'Tofino Wide';
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.text-h5 {
  font-family: 'Tofino Wide';
  font-size: 18px;
  line-height: 1.43;
  margin-bottom: 10px;
}

.text-h6 {
  font-family: 'Tofino Wide';
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}

.text-xs {
  font-family: 'Tofino Wide';
  font-size: 15px;
  line-height: 1.6;
}

.text-xxl {
  font-family: 'Tofino Wide';
  font-weight: bold;
  font-size: 100px;
  line-height: .9;
}

.text-xxl2 {
  font-family: 'Tofino Wide';
  font-weight: bold;
  font-size: 46px;
  line-height: 1.06;
}

p {
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

p:last-child {
  margin-bottom: 0;
}

h3 strong {
  display: inline-block;
  padding: 0 .25ex;
  line-height: 1.15;
}

.text-stat {
  line-height: 1.6;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease-in;
  transition: transform 0.3s ease, opacity 0.3s ease-in;
  transition: transform 0.3s ease, opacity 0.3s ease-in, -webkit-transform 0.3s ease;
}

.fadeIn.lazyloaded {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.fadeInUp.lazyloaded {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.fadeInLeftDown {
  opacity: 0;
  -webkit-transform: translate(-20px, -20px);
      -ms-transform: translate(-20px, -20px);
          transform: translate(-20px, -20px);
}

.fadeInLeftDown.lazyloaded {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.fadeInLeftUp {
  opacity: 0;
  -webkit-transform: translate(-20px, 20px);
      -ms-transform: translate(-20px, 20px);
          transform: translate(-20px, 20px);
}

.fadeInLeftUp.lazyloaded {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.fadeInRightDown {
  opacity: 0;
  -webkit-transform: translate(20px, -20px);
      -ms-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
}

.fadeInRightDown.lazyloaded {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.fadeInDown.lazyloaded {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease-in;
  transition: transform 0.3s ease, opacity 0.3s ease-in;
  transition: transform 0.3s ease, opacity 0.3s ease-in, -webkit-transform 0.3s ease;
}

.fadeInLeft.lazyloaded {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease-in;
  transition: transform 0.3s ease, opacity 0.3s ease-in;
  transition: transform 0.3s ease, opacity 0.3s ease-in, -webkit-transform 0.3s ease;
}

.fadeInRight.lazyloaded {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.delay-500 {
  -webkit-transition-delay: 0.5s !important;
       -o-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.42857%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
          box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
          box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}

@keyframes slbOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }

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

@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }

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

@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }

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

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.arrow-1 {
  left: calc(100% + 50px);
  bottom: 20px;
}

.arrow-3 {
  right: 0;
  top: 70px;
}

.arrow-4 {
  right: calc(100% + 50px);
  bottom: 20px;
}

.chart__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 9vw);
  border-right: 1px solid #e0e0e0;
}

.chart__grid > div {
  position: relative;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.chart__axis {
  height: 2px;
  background-color: #000000;
  margin: 0 -15px;
}

.chart__axis-x {
  position: absolute;
  bottom: 0;
  left: 0;
  right: -15px;
  height: 1px;
  background-color: #000000;
}

.chart__axis-x::after {
  content: '';
  position: absolute;
  right: 0;
  top: -4px;
  color: #000000;
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.chart__axis-y {
  position: absolute;
  bottom: 0;
  left: 0;
  top: -15px;
  width: 1px;
  background-color: #000000;
}

.chart__axis-y::after {
  content: '';
  position: absolute;
  right: -4px;
  top: 0;
  color: #000000;
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.chart__axis-xy {
  position: absolute;
  bottom: 0;
  left: -15px;
  right: -15px;
  height: 1px;
  background-color: #000000;
}

.chart__axis-xy::after {
  content: '';
  position: absolute;
  right: 0;
  top: -4px;
  color: #000000;
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.chart__axis-xy::before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  color: #000000;
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.chart__years {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Tofino Wide';
  color: #5e5e5e;
  margin-top: 15px;
  margin-left: -10px;
  padding-right: 5px;
  font-size: 13px;
}

.chart__path {
  position: absolute;
  right: 1px;
  bottom: 1px;
  left: 1px;
  margin-right: -3vw;
}

.chart__numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Tofino Wide';
  color: #5e5e5e;
  bottom: -10px;
  font-size: 13px;
  margin-left: -35px;
}

.chart__arrow1 {
  position: absolute;
  left: -7px;
  top: -26px;
  color: #000000;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.chart__arrow2 {
  position: absolute;
  right: -7px;
  top: -26px;
  color: #000000;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.chart_number1 {
  position: absolute;
  left: 0;
  top: calc(88px * 2.5);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.number {
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  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;
  font-family: 'Tofino Wide';
  border: 1px solid #da2f44;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.number.lazyloaded {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.number span {
  padding-top: 100%;
}

.number b {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}

.numberB {
  border: 1px solid #2a439f;
}

.number1 {
  width: 5%;
}

.number2 {
  width: 12.5%;
}

.number2.lazyloaded {
  left: 25%;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.number3 {
  width: 25%;
}

.number3.lazyloaded {
  left: 50%;
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.number4 {
  width: 40%;
}

.number4.lazyloaded {
  left: 75%;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.number5 {
  width: 45%;
}

.number5.lazyloaded {
  left: 100%;
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.number11 {
  left: 0;
  width: 5%;
}

.number12 {
  width: 10%;
}

.number12.lazyloaded {
  left: 25%;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.number13 {
  width: 17%;
}

.number13.lazyloaded {
  left: 50%;
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.number14 {
  width: 20%;
}

.number14.lazyloaded {
  left: 75%;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.number15 {
  width: 33%;
}

.number15.lazyloaded {
  left: 100%;
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.chart-3 {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale(0) skewY(-45deg);
      -ms-transform: scale(0) skewY(-45deg);
          transform: scale(0) skewY(-45deg);
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.chart-3 text {
  font-weight: bold;
  font-size: 11px;
}

.lazyloaded .chart-3 {
  -webkit-transform: scale(1) skewY(0);
      -ms-transform: scale(1) skewY(0);
          transform: scale(1) skewY(0);
}

.community-pic1 {
  left: 0;
  top: -20px;
  width: 86px;
}

.community-pic2 {
  right: 0;
  bottom: -40px;
  width: 86px;
}

.lazyloaded .community-path {
  stroke-dasharray: 3300;
  stroke-dashoffset: 3300;
  -webkit-animation: dash 3s linear forwards;
          animation: dash 3s linear forwards;
}

.community-title {
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.confetti-area {
  overflow: hidden;
}

.confetti {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  border-radius: 50%;
}

.confetti .rotate {
  -webkit-animation: driftyRotate 1s infinite both ease-in-out;
          animation: driftyRotate 1s infinite both ease-in-out;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.confetti .askew {
  -webkit-transform: skewY(10deg);
      -ms-transform: skewY(10deg);
          transform: skewY(10deg);
  -webkit-animation: drifty 1s infinite alternate both ease-in-out;
          animation: drifty 1s infinite alternate both ease-in-out;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.confetti .askew::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent currentColor transparent;
  border-width: 0 10px 20px;
}

.confetti:nth-of-type(3n) {
  color: #ffffff;
}

.confetti:nth-of-type(3n+1) {
  color: #fede44;
}

.confetti:nth-of-type(3n+2) {
  color: #ff485e;
}

.confetti:nth-of-type(7n) .askew {
  -webkit-animation-delay: -.6s;
          animation-delay: -.6s;
  -webkit-animation-duration: 2.25s;
          animation-duration: 2.25s;
}

.confetti:nth-of-type(7n + 1) .askew {
  -webkit-animation-delay: -.879s;
          animation-delay: -.879s;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

.confetti:nth-of-type(7n + 2) .askew {
  -webkit-animation-delay: -.11s;
          animation-delay: -.11s;
  -webkit-animation-duration: 1.95s;
          animation-duration: 1.95s;
}

.confetti:nth-of-type(7n + 3) .askew {
  -webkit-animation-delay: -.246s;
          animation-delay: -.246s;
  -webkit-animation-duration: .85s;
          animation-duration: .85s;
}

.confetti:nth-of-type(7n + 4) .askew {
  -webkit-animation-delay: -.43s;
          animation-delay: -.43s;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.confetti:nth-of-type(7n + 5) .askew {
  -webkit-animation-delay: -.56s;
          animation-delay: -.56s;
  -webkit-animation-duration: 1.75s;
          animation-duration: 1.75s;
}

.confetti:nth-of-type(7n + 6) .askew {
  -webkit-animation-delay: -.76s;
          animation-delay: -.76s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.confetti:nth-of-type(9n) .rotate {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.confetti:nth-of-type(9n + 1) .rotate {
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}

.confetti:nth-of-type(9n + 2) .rotate {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

.confetti:nth-of-type(9n + 3) .rotate {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

.confetti:nth-of-type(9n + 4) .rotate {
  -webkit-animation-duration: 4.3s;
          animation-duration: 4.3s;
}

.confetti:nth-of-type(9n + 5) .rotate {
  -webkit-animation-duration: 3.05s;
          animation-duration: 3.05s;
}

.confetti:nth-of-type(9n + 6) .rotate {
  -webkit-animation-duration: 2.76s;
          animation-duration: 2.76s;
}

.confetti:nth-of-type(9n + 7) .rotate {
  -webkit-animation-duration: 7.6s;
          animation-duration: 7.6s;
}

.confetti:nth-of-type(9n + 8) .rotate {
  -webkit-animation-duration: 1.78s;
          animation-duration: 1.78s;
}

@-webkit-keyframes drifty {
  0% {
    -webkit-transform: skewY(10deg) translate3d(-250%, 0, 0);
            transform: skewY(10deg) translate3d(-250%, 0, 0);
  }

  100% {
    -webkit-transform: skewY(-12deg) translate3d(250%, 0, 0);
            transform: skewY(-12deg) translate3d(250%, 0, 0);
  }
}

@keyframes drifty {
  0% {
    -webkit-transform: skewY(10deg) translate3d(-250%, 0, 0);
            transform: skewY(10deg) translate3d(-250%, 0, 0);
  }

  100% {
    -webkit-transform: skewY(-12deg) translate3d(250%, 0, 0);
            transform: skewY(-12deg) translate3d(250%, 0, 0);
  }
}

@-webkit-keyframes driftyRotate {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }

  100% {
    -webkit-transform: rotateX(359deg);
            transform: rotateX(359deg);
  }
}

@keyframes driftyRotate {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }

  100% {
    -webkit-transform: rotateX(359deg);
            transform: rotateX(359deg);
  }
}

.header-logo {
  height: 55px;
}

.header-download {
  height: 39px;
  width: 39px;
}

.hero {
  height: 450px;
}

.hero h1 {
  line-height: 1.12;
}

.hero__girl {
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 60%;
}

.hero__boy {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 90%;
}

.letter-pic img {
  width: 188px;
}

.letter-pic__sun {
  left: -60px;
  top: -30px;
  width: 155px;
  height: 155px;
}

.link {
  font-family: 'Tofino Wide';
  font-weight: bold;
  font-size: 18px;
  color: #3d61e9;
}

.link2:hover {
  color: #fff;
}

.list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  line-height: 1.43;
}

.list li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: .3em;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid #fede44;
  border-bottom: 8px solid transparent;
}

.logos span {
  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: solid 1px rgba(94, 94, 94, 0.25);
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 75px;
}

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

.logos li {
  opacity: .25;
  text-align: center;
}

.logos li.tns-nav-active {
  opacity: 1;
}

.scale {
  min-height: 560px;
}

.map {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
  width: 375px;
  height: 269px;
}

.map__dot {
  display: block;
  background-color: #3d61e9;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.is-active .map__dot::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid #3d61e9;
  -webkit-animation: pulsate .4s ease-out;
          animation: pulsate .4s ease-out;
  opacity: 0;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
}

.map__point {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  margin-top: -10px;
  margin-right: -10px;
}

.map__point:nth-child(1) {
  top: calc(4 * 12px - 3px);
  right: calc(15 * 10px - 2px);
}

.map__point:nth-child(2) {
  top: calc(7 * 12px - 4px);
  right: calc(13 * 10px - 2px);
}

.map__point:nth-child(5) {
  top: calc(14 * 12px - 9px);
  right: calc(6 * 10px - 2px);
}

.map__point:nth-child(4) {
  top: calc(12 * 12px - 8px);
  right: calc(8 * 10px - 2px);
}

.map__point:nth-child(3) {
  top: calc(11 * 12px - 7px);
  right: calc(6 * 10px - 2px);
}

.map__popup {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s .3s;
  -o-transition: opacity .2s .3s;
  transition: opacity .2s .3s;
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 20px;
  width: 275px;
  padding: 10px 10px 5px 15px;
  background-color: #3d61e9;
  font-size: 18px;
  line-height: 1.22;
}

.is-active-clicked .map__popup {
  opacity: 1;
  pointer-events: all;
}

.map__popup table {
  width: 100%;
  margin-top: 10px;
}

.map__popup th {
  font-weight: normal;
  text-align: left;
  padding: 5px 5px 5px 0;
}

.map__popup td {
  font-weight: bold;
  text-align: left;
  padding: 5px 5px 5px 15px;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

.map__popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  pointer-events: none;
}

.is-active-clicked .map__popup__close {
  pointer-events: all;
}

.map__popup__close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 6px;
  width: 2px;
  height: 14px;
  background-color: #fede44;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.map__popup__close::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #fede44;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#moretext {
  display: none;
}

#moretextToggle:checked + #moretext {
  display: block;
}

#moretextToggle {
  position: absolute;
  left: -1000px;
}

#moretext + label {
  display: block;
}

#moretextToggle + #moretext + label::before {
  content: attr(data-more);
}

#moretextToggle:checked ~ #moretext + label::before {
  content: attr(data-less);
}

#moretextToggle + #moretext + label span {
  position: relative;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  display: inline-block;
}

#moretextToggle + #moretext + label span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: 2px;
  height: 12px;
  background-color: #3d61e9;
}

#moretextToggle + #moretext + label span::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #3d61e9;
}

#moretextToggle:checked + #moretext + label span::before {
  display: none;
}

.movement__no {
  -webkit-text-stroke: 1px #fede44;
  font-weight: bold;
  line-height: 1.18;
  color: transparent;
  font-size: 100px;
}

.movement-pic {
  max-width: 55%;
}

.movement-pic__1 {
  left: -50px;
  top: 80px;
}

.movement-pic__2 {
  right: -50px;
  top: 500px;
}

.movement-pic__3 {
  left: -40px;
  bottom: 280px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3d61e9;
}

.nav li {
  margin-left: 40px;
}

.nav a {
  font-weight: bold;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.nav a:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.nav__lang a {
  float: left;
  border: 1px solid #3d61e9;
  padding: 0 5px;
  height: 39px;
  width: 39px;
  line-height: 39px;
  text-align: center;
}

.nav__lang a.is-active {
  color: #fff;
  background-color: #3d61e9;
}

.newsletter {
  height: 60px;
}

.newsletter .form-error {
  position: absolute;
  left: 5px;
  bottom: 0;
  font-size: 12px;
  color: red;
}

.newsletter .form-msg-error {
  position: absolute;
  left: 5px;
  bottom: 0;
  font-size: 12px;
  color: red;
}

.newsletter .form-msg-success {
  position: absolute;
  left: 5px;
  bottom: 0;
  font-size: 12px;
  color: green;
}

.newsletter input {
  color: #fff;
  font-weight: bold;
}

.newsletter input::-webkit-input-placeholder {
  color: #333;
}

.newsletter input::-moz-placeholder {
  color: #333;
}

.newsletter input:-ms-input-placeholder {
  color: #333;
}

.newsletter input::-ms-input-placeholder {
  color: #333;
}

.newsletter input::placeholder {
  color: #333;
}

.newsletter__colored {
  position: absolute;
  left: 30px;
  top: 19px;
  font-weight: bold;
}

.newsletter__colored span {
  color: #fede44;
}

.newsletter__colored span:nth-child(3n-1) {
  color: #ff485e;
}

.newsletter__colored span:nth-child(3n-2) {
  color: #3d61e9;
}

.overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.is-overlay-open .overlay {
  opacity: 1;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  pointer-events: all;
  z-index: 999;
}

.overlay__content {
  position: relative;
  width: 100%;
}

.touch .overlay__content {
  width: 100% !important;
  padding: 0 !important;
}

.overlay__close {
  position: absolute;
  z-index: 100;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.overlay__close:hover {
  opacity: .5;
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  color: #fede44;
  background-color: #3d61e9;
  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;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  font-size: 25px;
}

.play-btn:hover {
  background-color: #ffffff;
}

.quote__pic {
  width: 150px;
  padding-right: 25px;
  float: left;
}

.quote__pic svg {
  width: 36px;
  height: 24px;
}

.quote__text p {
  font-size: 23px;
  line-height: 1.52;
  margin-bottom: 20px;
}

.quote__text small {
  line-height: 1.4;
}

.slider-stats-nav {
  width: 100%;
  text-align: center;
}

.slider-stats-nav button {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 5px;
}

.slider-stats-nav button:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background-color: #fede44;
  width: 7px;
  height: 7px;
}

.slider-stats-nav svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.slider-stats-nav svg circle {
  stroke-width: 3;
}

.slider-stats-nav svg .c2 {
  stroke: #da2f44;
}

.slider-stats-nav svg .c1 {
  stroke: #fede44;
  stroke-dasharray: 140;
  stroke-dashoffset: 140;
}

.slider-stats-nav .tns-nav-active .c1 {
  stroke-dasharray: 140;
  stroke-dashoffset: 0;
  -webkit-transition: 6s cubic-bezier(0.37, 0.53, 0.41, 0.93);
  -o-transition: 6s cubic-bezier(0.37, 0.53, 0.41, 0.93);
  transition: 6s cubic-bezier(0.37, 0.53, 0.41, 0.93);
}

[style*="--aspect-ratio"] {
  position: relative;
}

[style*="--aspect-ratio"]::before {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16/9));
}

[style*="--aspect-ratio"] > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lazyload,
.lazyloading {
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.svg-inline--fa {
  display: inline-block;
  overflow: visible;
  height: 1em;
  font-size: inherit;
  vertical-align: -.125em;
}

.svg-inline--fa path {
  fill: currentColor;
}

.full-width {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.container {
  width: 100%;
}

.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-black {
  background-color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

.bg-yellow {
  background-color: #fede44;
}

.bg-blue {
  background-color: #3d61e9;
}

.bg-red {
  background-color: #ff485e;
}

.bg-grey {
  background-color: #5e5e5e;
}

.bg-grey2 {
  background-color: #d8d8d8;
}

.bg-grey3 {
  background-color: #939fab;
}

.hover\:bg-black:hover {
  background-color: #000000;
}

.hover\:bg-white:hover {
  background-color: #ffffff;
}

.hover\:bg-yellow:hover {
  background-color: #fede44;
}

.hover\:bg-blue:hover {
  background-color: #3d61e9;
}

.hover\:bg-red:hover {
  background-color: #ff485e;
}

.hover\:bg-grey:hover {
  background-color: #5e5e5e;
}

.hover\:bg-grey2:hover {
  background-color: #d8d8d8;
}

.hover\:bg-grey3:hover {
  background-color: #939fab;
}

.focus\:bg-black:focus {
  background-color: #000000;
}

.focus\:bg-white:focus {
  background-color: #ffffff;
}

.focus\:bg-yellow:focus {
  background-color: #fede44;
}

.focus\:bg-blue:focus {
  background-color: #3d61e9;
}

.focus\:bg-red:focus {
  background-color: #ff485e;
}

.focus\:bg-grey:focus {
  background-color: #5e5e5e;
}

.focus\:bg-grey2:focus {
  background-color: #d8d8d8;
}

.focus\:bg-grey3:focus {
  background-color: #939fab;
}

.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-black {
  border-color: #000000;
}

.border-white {
  border-color: #ffffff;
}

.border-yellow {
  border-color: #fede44;
}

.border-blue {
  border-color: #3d61e9;
}

.border-red {
  border-color: #ff485e;
}

.border-grey {
  border-color: #5e5e5e;
}

.border-grey2 {
  border-color: #d8d8d8;
}

.border-grey3 {
  border-color: #939fab;
}

.hover\:border-black:hover {
  border-color: #000000;
}

.hover\:border-white:hover {
  border-color: #ffffff;
}

.hover\:border-yellow:hover {
  border-color: #fede44;
}

.hover\:border-blue:hover {
  border-color: #3d61e9;
}

.hover\:border-red:hover {
  border-color: #ff485e;
}

.hover\:border-grey:hover {
  border-color: #5e5e5e;
}

.hover\:border-grey2:hover {
  border-color: #d8d8d8;
}

.hover\:border-grey3:hover {
  border-color: #939fab;
}

.focus\:border-black:focus {
  border-color: #000000;
}

.focus\:border-white:focus {
  border-color: #ffffff;
}

.focus\:border-yellow:focus {
  border-color: #fede44;
}

.focus\:border-blue:focus {
  border-color: #3d61e9;
}

.focus\:border-red:focus {
  border-color: #ff485e;
}

.focus\:border-grey:focus {
  border-color: #5e5e5e;
}

.focus\:border-grey2:focus {
  border-color: #d8d8d8;
}

.focus\:border-grey3:focus {
  border-color: #939fab;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.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-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-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-none {
  border-style: none;
}

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

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

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

.border-10 {
  border-width: 10px;
}

.border-t-1 {
  border-top-width: 1px;
}

.border-r-1 {
  border-right-width: 1px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-l-1 {
  border-left-width: 1px;
}

.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-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-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;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.self-auto {
  -ms-flex-item-align: auto;
      align-self: auto;
}

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

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

.flex-initial {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.order-first {
  -webkit-box-ordinal-group: -9998;
      -ms-flex-order: -9999;
          order: -9999;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.order-none {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-body {
  font-family: 'Tofino Narrow';
}

.font-display {
  font-family: 'Tofino Wide';
}

.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-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-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-60 {
  margin: 60px;
}

.m-70 {
  margin: 70px;
}

.m-80 {
  margin: 80px;
}

.m-100 {
  margin: 100px;
}

.m-120 {
  margin: 120px;
}

.m-130 {
  margin: 130px;
}

.m-150 {
  margin: 150px;
}

.m-200 {
  margin: 200px;
}

.m-250 {
  margin: 250px;
}

.m-auto {
  margin: auto;
}

.-m-20 {
  margin: -20px;
}

.-m-150 {
  margin: -150px;
}

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

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

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.my-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.mx-130 {
  margin-left: 130px;
  margin-right: 130px;
}

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mx-200 {
  margin-left: 200px;
  margin-right: 200px;
}

.my-250 {
  margin-top: 250px;
  margin-bottom: 250px;
}

.mx-250 {
  margin-left: 250px;
  margin-right: 250px;
}

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

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

.-my-20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.-mx-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.-my-150 {
  margin-top: -150px;
  margin-bottom: -150px;
}

.-mx-150 {
  margin-left: -150px;
  margin-right: -150px;
}

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

.mr-0 {
  margin-right: 0;
}

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

.ml-0 {
  margin-left: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mr-130 {
  margin-right: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.ml-130 {
  margin-left: 130px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.mt-200 {
  margin-top: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.mt-250 {
  margin-top: 250px;
}

.mr-250 {
  margin-right: 250px;
}

.mb-250 {
  margin-bottom: 250px;
}

.ml-250 {
  margin-left: 250px;
}

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

.mr-auto {
  margin-right: auto;
}

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

.ml-auto {
  margin-left: auto;
}

.-mt-20 {
  margin-top: -20px;
}

.-mr-20 {
  margin-right: -20px;
}

.-mb-20 {
  margin-bottom: -20px;
}

.-ml-20 {
  margin-left: -20px;
}

.-mt-150 {
  margin-top: -150px;
}

.-mr-150 {
  margin-right: -150px;
}

.-mb-150 {
  margin-bottom: -150px;
}

.-ml-150 {
  margin-left: -150px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-360 {
  max-width: 360px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-606 {
  max-width: 606px;
}

.max-w-620 {
  max-width: 620px;
}

.max-w-696 {
  max-width: 696px;
}

.max-w-720 {
  max-width: 720px;
}

.max-w-740 {
  max-width: 740px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-880 {
  max-width: 880px;
}

.max-w-960 {
  max-width: 960px;
}

.max-w-1050 {
  max-width: 1050px;
}

.max-w-1200 {
  max-width: 1200px;
}

.max-w-1240 {
  max-width: 1240px;
}

.max-w-1280 {
  max-width: 1280px;
}

.max-w-1360 {
  max-width: 1360px;
}

.max-w-1600 {
  max-width: 1600px;
}

.max-w-full {
  max-width: 100%;
}

.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 {
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

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

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

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: 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;
}

.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-10 {
  padding: 10px;
}

.p-12 {
  padding: 12px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-100 {
  padding: 100px;
}

.p-120 {
  padding: 120px;
}

.p-125 {
  padding: 125px;
}

.p-150 {
  padding: 150px;
}

.p-160 {
  padding: 160px;
}

.p-200 {
  padding: 200px;
}

.p-250 {
  padding: 250px;
}

.p-300 {
  padding: 300px;
}

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

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

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.py-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.px-125 {
  padding-left: 125px;
  padding-right: 125px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.py-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.px-250 {
  padding-left: 250px;
  padding-right: 250px;
}

.py-300 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.px-300 {
  padding-left: 300px;
  padding-right: 300px;
}

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

.pr-0 {
  padding-right: 0;
}

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

.pl-0 {
  padding-left: 0;
}

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

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

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

.pr-12 {
  padding-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

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

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

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

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

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

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

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

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

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

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

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

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

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

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

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

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

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

.pr-65 {
  padding-right: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

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

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

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

.pr-75 {
  padding-right: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

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

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

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

.pr-100 {
  padding-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

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

.pr-120 {
  padding-right: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

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

.pr-125 {
  padding-right: 125px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pl-125 {
  padding-left: 125px;
}

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

.pr-150 {
  padding-right: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pl-150 {
  padding-left: 150px;
}

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

.pr-160 {
  padding-right: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pl-160 {
  padding-left: 160px;
}

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

.pr-200 {
  padding-right: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-200 {
  padding-left: 200px;
}

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

.pr-250 {
  padding-right: 250px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pl-250 {
  padding-left: 250px;
}

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

.pr-300 {
  padding-right: 300px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-300 {
  padding-left: 300px;
}

.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 {
  -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);
}

.shadow-md {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hover\:shadow:hover {
  -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);
}

.hover\:shadow-md:hover {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          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 {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          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 {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          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 {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-outline:hover {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:shadow-none:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.focus\:shadow:focus {
  -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);
}

.focus\:shadow-md:focus {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          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 {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          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 {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          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 {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus\:shadow-inner:focus {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-outline:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus\:shadow-none:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.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-black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-yellow {
  color: #fede44;
}

.text-blue {
  color: #3d61e9;
}

.text-red {
  color: #ff485e;
}

.text-grey {
  color: #5e5e5e;
}

.text-grey2 {
  color: #d8d8d8;
}

.text-grey3 {
  color: #939fab;
}

.hover\:text-black:hover {
  color: #000000;
}

.hover\:text-white:hover {
  color: #ffffff;
}

.hover\:text-yellow:hover {
  color: #fede44;
}

.hover\:text-blue:hover {
  color: #3d61e9;
}

.hover\:text-red:hover {
  color: #ff485e;
}

.hover\:text-grey:hover {
  color: #5e5e5e;
}

.hover\:text-grey2:hover {
  color: #d8d8d8;
}

.hover\:text-grey3:hover {
  color: #939fab;
}

.focus\:text-black:focus {
  color: #000000;
}

.focus\:text-white:focus {
  color: #ffffff;
}

.focus\:text-yellow:focus {
  color: #fede44;
}

.focus\:text-blue:focus {
  color: #3d61e9;
}

.focus\:text-red:focus {
  color: #ff485e;
}

.focus\:text-grey:focus {
  color: #5e5e5e;
}

.focus\:text-grey2:focus {
  color: #d8d8d8;
}

.focus\:text-grey3:focus {
  color: #939fab;
}

.text-13 {
  font-size: 13px;
}

.text-22 {
  font-size: 22px;
}

.text-30 {
  font-size: 30px;
}

.text-32 {
  font-size: 32px;
}

.text-35 {
  font-size: 35px;
}

.text-58 {
  font-size: 58px;
}

.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;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-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;
  -o-text-overflow: ellipsis;
     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.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.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.66667%;
}

.w-2\/6 {
  width: 33.33333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-1\/12 {
  width: 8.33333%;
}

.w-2\/12 {
  width: 16.66667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.33333%;
}

.w-5\/12 {
  width: 41.66667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.33333%;
}

.w-8\/12 {
  width: 66.66667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.33333%;
}

.w-11\/12 {
  width: 91.66667%;
}

.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;
}

.content-box {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (min-width: 360px) {
  .chart-3 text {
    font-size: 12px;
  }
  .community-pic1 {
    top: 0;
  }
  .logos span {
    width: 160px;
    height: 100px;
  }
}

@media (min-width: 480px) {
  .chart__grid {
    grid-template-rows: repeat(5, 10vw);
  }
}

@media (min-width: 576px) {
  .chart__years {
    font-size: 15px;
  }
  .chart__numbers {
    font-size: 15px;
    margin-left: -45px;
  }
  .chart-3 text {
    font-size: 14px;
  }
  .community-pic1 {
    left: 2vw;
    top: 10vw;
  }
  .hero__girl {
    width: 50%;
  }
  .hero__boy {
    width: 75%;
  }
  .movement-pic {
    max-width: 40%;
  }
  .movement-pic__1 {
    top: 20px;
  }
  .movement-pic__2 {
    top: 450px;
  }
  .movement-pic__3 {
    bottom: 150px;
  }
  .container {
    max-width: 576px;
  }
  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-black {
    background-color: #000000;
  }

  .sm\:bg-white {
    background-color: #ffffff;
  }

  .sm\:bg-yellow {
    background-color: #fede44;
  }

  .sm\:bg-blue {
    background-color: #3d61e9;
  }

  .sm\:bg-red {
    background-color: #ff485e;
  }

  .sm\:bg-grey {
    background-color: #5e5e5e;
  }

  .sm\:bg-grey2 {
    background-color: #d8d8d8;
  }

  .sm\:bg-grey3 {
    background-color: #939fab;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #000000;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  .sm\:hover\:bg-yellow:hover {
    background-color: #fede44;
  }

  .sm\:hover\:bg-blue:hover {
    background-color: #3d61e9;
  }

  .sm\:hover\:bg-red:hover {
    background-color: #ff485e;
  }

  .sm\:hover\:bg-grey:hover {
    background-color: #5e5e5e;
  }

  .sm\:hover\:bg-grey2:hover {
    background-color: #d8d8d8;
  }

  .sm\:hover\:bg-grey3:hover {
    background-color: #939fab;
  }

  .sm\:focus\:bg-black:focus {
    background-color: #000000;
  }

  .sm\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .sm\:focus\:bg-yellow:focus {
    background-color: #fede44;
  }

  .sm\:focus\:bg-blue:focus {
    background-color: #3d61e9;
  }

  .sm\:focus\:bg-red:focus {
    background-color: #ff485e;
  }

  .sm\:focus\:bg-grey:focus {
    background-color: #5e5e5e;
  }

  .sm\:focus\:bg-grey2:focus {
    background-color: #d8d8d8;
  }

  .sm\:focus\:bg-grey3:focus {
    background-color: #939fab;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .sm\:border-black {
    border-color: #000000;
  }

  .sm\:border-white {
    border-color: #ffffff;
  }

  .sm\:border-yellow {
    border-color: #fede44;
  }

  .sm\:border-blue {
    border-color: #3d61e9;
  }

  .sm\:border-red {
    border-color: #ff485e;
  }

  .sm\:border-grey {
    border-color: #5e5e5e;
  }

  .sm\:border-grey2 {
    border-color: #d8d8d8;
  }

  .sm\:border-grey3 {
    border-color: #939fab;
  }

  .sm\:hover\:border-black:hover {
    border-color: #000000;
  }

  .sm\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .sm\:hover\:border-yellow:hover {
    border-color: #fede44;
  }

  .sm\:hover\:border-blue:hover {
    border-color: #3d61e9;
  }

  .sm\:hover\:border-red:hover {
    border-color: #ff485e;
  }

  .sm\:hover\:border-grey:hover {
    border-color: #5e5e5e;
  }

  .sm\:hover\:border-grey2:hover {
    border-color: #d8d8d8;
  }

  .sm\:hover\:border-grey3:hover {
    border-color: #939fab;
  }

  .sm\:focus\:border-black:focus {
    border-color: #000000;
  }

  .sm\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .sm\:focus\:border-yellow:focus {
    border-color: #fede44;
  }

  .sm\:focus\:border-blue:focus {
    border-color: #3d61e9;
  }

  .sm\:focus\:border-red:focus {
    border-color: #ff485e;
  }

  .sm\:focus\:border-grey:focus {
    border-color: #5e5e5e;
  }

  .sm\:focus\:border-grey2:focus {
    border-color: #d8d8d8;
  }

  .sm\:focus\:border-grey3:focus {
    border-color: #939fab;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:rounded {
    border-radius: 0.25rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-1 {
    border-width: 1px;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-10 {
    border-width: 10px;
  }

  .sm\:border-t-1 {
    border-top-width: 1px;
  }

  .sm\:border-r-1 {
    border-right-width: 1px;
  }

  .sm\:border-b-1 {
    border-bottom-width: 1px;
  }

  .sm\:border-l-1 {
    border-left-width: 1px;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-10 {
    border-top-width: 10px;
  }

  .sm\:border-r-10 {
    border-right-width: 10px;
  }

  .sm\:border-b-10 {
    border-bottom-width: 10px;
  }

  .sm\:border-l-10 {
    border-left-width: 10px;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sm\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .sm\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sm\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .sm\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sm\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .sm\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .sm\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .sm\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .sm\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .sm\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .sm\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .sm\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .sm\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .sm\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sm\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sm\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .sm\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .sm\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .sm\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .sm\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .sm\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .sm\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .sm\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .sm\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .sm\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .sm\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .sm\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .sm\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .sm\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .sm\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sm\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .sm\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .sm\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .sm\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .sm\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .sm\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .sm\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .sm\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .sm\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .sm\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .sm\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .sm\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .sm\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .sm\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-body {
    font-family: 'Tofino Narrow';
  }

  .sm\:font-display {
    font-family: 'Tofino Wide';
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-5 {
    margin: 5px;
  }

  .sm\:m-10 {
    margin: 10px;
  }

  .sm\:m-15 {
    margin: 15px;
  }

  .sm\:m-20 {
    margin: 20px;
  }

  .sm\:m-30 {
    margin: 30px;
  }

  .sm\:m-35 {
    margin: 35px;
  }

  .sm\:m-40 {
    margin: 40px;
  }

  .sm\:m-45 {
    margin: 45px;
  }

  .sm\:m-50 {
    margin: 50px;
  }

  .sm\:m-60 {
    margin: 60px;
  }

  .sm\:m-70 {
    margin: 70px;
  }

  .sm\:m-80 {
    margin: 80px;
  }

  .sm\:m-100 {
    margin: 100px;
  }

  .sm\:m-120 {
    margin: 120px;
  }

  .sm\:m-130 {
    margin: 130px;
  }

  .sm\:m-150 {
    margin: 150px;
  }

  .sm\:m-200 {
    margin: 200px;
  }

  .sm\:m-250 {
    margin: 250px;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:-m-20 {
    margin: -20px;
  }

  .sm\:-m-150 {
    margin: -150px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .sm\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .sm\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sm\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .sm\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .sm\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .sm\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sm\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .sm\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sm\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .sm\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .sm\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .sm\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .sm\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .sm\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .sm\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .sm\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .sm\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .sm\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .sm\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .sm\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-5 {
    margin-top: 5px;
  }

  .sm\:mr-5 {
    margin-right: 5px;
  }

  .sm\:mb-5 {
    margin-bottom: 5px;
  }

  .sm\:ml-5 {
    margin-left: 5px;
  }

  .sm\:mt-10 {
    margin-top: 10px;
  }

  .sm\:mr-10 {
    margin-right: 10px;
  }

  .sm\:mb-10 {
    margin-bottom: 10px;
  }

  .sm\:ml-10 {
    margin-left: 10px;
  }

  .sm\:mt-15 {
    margin-top: 15px;
  }

  .sm\:mr-15 {
    margin-right: 15px;
  }

  .sm\:mb-15 {
    margin-bottom: 15px;
  }

  .sm\:ml-15 {
    margin-left: 15px;
  }

  .sm\:mt-20 {
    margin-top: 20px;
  }

  .sm\:mr-20 {
    margin-right: 20px;
  }

  .sm\:mb-20 {
    margin-bottom: 20px;
  }

  .sm\:ml-20 {
    margin-left: 20px;
  }

  .sm\:mt-30 {
    margin-top: 30px;
  }

  .sm\:mr-30 {
    margin-right: 30px;
  }

  .sm\:mb-30 {
    margin-bottom: 30px;
  }

  .sm\:ml-30 {
    margin-left: 30px;
  }

  .sm\:mt-35 {
    margin-top: 35px;
  }

  .sm\:mr-35 {
    margin-right: 35px;
  }

  .sm\:mb-35 {
    margin-bottom: 35px;
  }

  .sm\:ml-35 {
    margin-left: 35px;
  }

  .sm\:mt-40 {
    margin-top: 40px;
  }

  .sm\:mr-40 {
    margin-right: 40px;
  }

  .sm\:mb-40 {
    margin-bottom: 40px;
  }

  .sm\:ml-40 {
    margin-left: 40px;
  }

  .sm\:mt-45 {
    margin-top: 45px;
  }

  .sm\:mr-45 {
    margin-right: 45px;
  }

  .sm\:mb-45 {
    margin-bottom: 45px;
  }

  .sm\:ml-45 {
    margin-left: 45px;
  }

  .sm\:mt-50 {
    margin-top: 50px;
  }

  .sm\:mr-50 {
    margin-right: 50px;
  }

  .sm\:mb-50 {
    margin-bottom: 50px;
  }

  .sm\:ml-50 {
    margin-left: 50px;
  }

  .sm\:mt-60 {
    margin-top: 60px;
  }

  .sm\:mr-60 {
    margin-right: 60px;
  }

  .sm\:mb-60 {
    margin-bottom: 60px;
  }

  .sm\:ml-60 {
    margin-left: 60px;
  }

  .sm\:mt-70 {
    margin-top: 70px;
  }

  .sm\:mr-70 {
    margin-right: 70px;
  }

  .sm\:mb-70 {
    margin-bottom: 70px;
  }

  .sm\:ml-70 {
    margin-left: 70px;
  }

  .sm\:mt-80 {
    margin-top: 80px;
  }

  .sm\:mr-80 {
    margin-right: 80px;
  }

  .sm\:mb-80 {
    margin-bottom: 80px;
  }

  .sm\:ml-80 {
    margin-left: 80px;
  }

  .sm\:mt-100 {
    margin-top: 100px;
  }

  .sm\:mr-100 {
    margin-right: 100px;
  }

  .sm\:mb-100 {
    margin-bottom: 100px;
  }

  .sm\:ml-100 {
    margin-left: 100px;
  }

  .sm\:mt-120 {
    margin-top: 120px;
  }

  .sm\:mr-120 {
    margin-right: 120px;
  }

  .sm\:mb-120 {
    margin-bottom: 120px;
  }

  .sm\:ml-120 {
    margin-left: 120px;
  }

  .sm\:mt-130 {
    margin-top: 130px;
  }

  .sm\:mr-130 {
    margin-right: 130px;
  }

  .sm\:mb-130 {
    margin-bottom: 130px;
  }

  .sm\:ml-130 {
    margin-left: 130px;
  }

  .sm\:mt-150 {
    margin-top: 150px;
  }

  .sm\:mr-150 {
    margin-right: 150px;
  }

  .sm\:mb-150 {
    margin-bottom: 150px;
  }

  .sm\:ml-150 {
    margin-left: 150px;
  }

  .sm\:mt-200 {
    margin-top: 200px;
  }

  .sm\:mr-200 {
    margin-right: 200px;
  }

  .sm\:mb-200 {
    margin-bottom: 200px;
  }

  .sm\:ml-200 {
    margin-left: 200px;
  }

  .sm\:mt-250 {
    margin-top: 250px;
  }

  .sm\:mr-250 {
    margin-right: 250px;
  }

  .sm\:mb-250 {
    margin-bottom: 250px;
  }

  .sm\:ml-250 {
    margin-left: 250px;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:-mt-20 {
    margin-top: -20px;
  }

  .sm\:-mr-20 {
    margin-right: -20px;
  }

  .sm\:-mb-20 {
    margin-bottom: -20px;
  }

  .sm\:-ml-20 {
    margin-left: -20px;
  }

  .sm\:-mt-150 {
    margin-top: -150px;
  }

  .sm\:-mr-150 {
    margin-right: -150px;
  }

  .sm\:-mb-150 {
    margin-bottom: -150px;
  }

  .sm\:-ml-150 {
    margin-left: -150px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-200 {
    max-width: 200px;
  }

  .sm\:max-w-360 {
    max-width: 360px;
  }

  .sm\:max-w-500 {
    max-width: 500px;
  }

  .sm\:max-w-606 {
    max-width: 606px;
  }

  .sm\:max-w-620 {
    max-width: 620px;
  }

  .sm\:max-w-696 {
    max-width: 696px;
  }

  .sm\:max-w-720 {
    max-width: 720px;
  }

  .sm\:max-w-740 {
    max-width: 740px;
  }

  .sm\:max-w-800 {
    max-width: 800px;
  }

  .sm\:max-w-880 {
    max-width: 880px;
  }

  .sm\:max-w-960 {
    max-width: 960px;
  }

  .sm\:max-w-1050 {
    max-width: 1050px;
  }

  .sm\:max-w-1200 {
    max-width: 1200px;
  }

  .sm\:max-w-1240 {
    max-width: 1240px;
  }

  .sm\:max-w-1280 {
    max-width: 1280px;
  }

  .sm\:max-w-1360 {
    max-width: 1360px;
  }

  .sm\:max-w-1600 {
    max-width: 1600px;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-75 {
    opacity: 0.75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:outline-none {
    outline: 0;
  }

  .sm\:focus\:outline-none:focus {
    outline: 0;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-10 {
    padding: 10px;
  }

  .sm\:p-12 {
    padding: 12px;
  }

  .sm\:p-15 {
    padding: 15px;
  }

  .sm\:p-20 {
    padding: 20px;
  }

  .sm\:p-25 {
    padding: 25px;
  }

  .sm\:p-30 {
    padding: 30px;
  }

  .sm\:p-35 {
    padding: 35px;
  }

  .sm\:p-40 {
    padding: 40px;
  }

  .sm\:p-50 {
    padding: 50px;
  }

  .sm\:p-60 {
    padding: 60px;
  }

  .sm\:p-65 {
    padding: 65px;
  }

  .sm\:p-70 {
    padding: 70px;
  }

  .sm\:p-75 {
    padding: 75px;
  }

  .sm\:p-80 {
    padding: 80px;
  }

  .sm\:p-100 {
    padding: 100px;
  }

  .sm\:p-120 {
    padding: 120px;
  }

  .sm\:p-125 {
    padding: 125px;
  }

  .sm\:p-150 {
    padding: 150px;
  }

  .sm\:p-160 {
    padding: 160px;
  }

  .sm\:p-200 {
    padding: 200px;
  }

  .sm\:p-250 {
    padding: 250px;
  }

  .sm\:p-300 {
    padding: 300px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sm\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sm\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sm\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sm\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .sm\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .sm\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sm\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .sm\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sm\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .sm\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sm\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sm\:py-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .sm\:px-125 {
    padding-left: 125px;
    padding-right: 125px;
  }

  .sm\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .sm\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .sm\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .sm\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .sm\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .sm\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .sm\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .sm\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

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

  .sm\:pr-10 {
    padding-right: 10px;
  }

  .sm\:pb-10 {
    padding-bottom: 10px;
  }

  .sm\:pl-10 {
    padding-left: 10px;
  }

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

  .sm\:pr-12 {
    padding-right: 12px;
  }

  .sm\:pb-12 {
    padding-bottom: 12px;
  }

  .sm\:pl-12 {
    padding-left: 12px;
  }

  .sm\:pt-15 {
    padding-top: 15px;
  }

  .sm\:pr-15 {
    padding-right: 15px;
  }

  .sm\:pb-15 {
    padding-bottom: 15px;
  }

  .sm\:pl-15 {
    padding-left: 15px;
  }

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

  .sm\:pr-20 {
    padding-right: 20px;
  }

  .sm\:pb-20 {
    padding-bottom: 20px;
  }

  .sm\:pl-20 {
    padding-left: 20px;
  }

  .sm\:pt-25 {
    padding-top: 25px;
  }

  .sm\:pr-25 {
    padding-right: 25px;
  }

  .sm\:pb-25 {
    padding-bottom: 25px;
  }

  .sm\:pl-25 {
    padding-left: 25px;
  }

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

  .sm\:pr-30 {
    padding-right: 30px;
  }

  .sm\:pb-30 {
    padding-bottom: 30px;
  }

  .sm\:pl-30 {
    padding-left: 30px;
  }

  .sm\:pt-35 {
    padding-top: 35px;
  }

  .sm\:pr-35 {
    padding-right: 35px;
  }

  .sm\:pb-35 {
    padding-bottom: 35px;
  }

  .sm\:pl-35 {
    padding-left: 35px;
  }

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

  .sm\:pr-40 {
    padding-right: 40px;
  }

  .sm\:pb-40 {
    padding-bottom: 40px;
  }

  .sm\:pl-40 {
    padding-left: 40px;
  }

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

  .sm\:pr-50 {
    padding-right: 50px;
  }

  .sm\:pb-50 {
    padding-bottom: 50px;
  }

  .sm\:pl-50 {
    padding-left: 50px;
  }

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

  .sm\:pr-60 {
    padding-right: 60px;
  }

  .sm\:pb-60 {
    padding-bottom: 60px;
  }

  .sm\:pl-60 {
    padding-left: 60px;
  }

  .sm\:pt-65 {
    padding-top: 65px;
  }

  .sm\:pr-65 {
    padding-right: 65px;
  }

  .sm\:pb-65 {
    padding-bottom: 65px;
  }

  .sm\:pl-65 {
    padding-left: 65px;
  }

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

  .sm\:pr-70 {
    padding-right: 70px;
  }

  .sm\:pb-70 {
    padding-bottom: 70px;
  }

  .sm\:pl-70 {
    padding-left: 70px;
  }

  .sm\:pt-75 {
    padding-top: 75px;
  }

  .sm\:pr-75 {
    padding-right: 75px;
  }

  .sm\:pb-75 {
    padding-bottom: 75px;
  }

  .sm\:pl-75 {
    padding-left: 75px;
  }

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

  .sm\:pr-80 {
    padding-right: 80px;
  }

  .sm\:pb-80 {
    padding-bottom: 80px;
  }

  .sm\:pl-80 {
    padding-left: 80px;
  }

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

  .sm\:pr-100 {
    padding-right: 100px;
  }

  .sm\:pb-100 {
    padding-bottom: 100px;
  }

  .sm\:pl-100 {
    padding-left: 100px;
  }

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

  .sm\:pr-120 {
    padding-right: 120px;
  }

  .sm\:pb-120 {
    padding-bottom: 120px;
  }

  .sm\:pl-120 {
    padding-left: 120px;
  }

  .sm\:pt-125 {
    padding-top: 125px;
  }

  .sm\:pr-125 {
    padding-right: 125px;
  }

  .sm\:pb-125 {
    padding-bottom: 125px;
  }

  .sm\:pl-125 {
    padding-left: 125px;
  }

  .sm\:pt-150 {
    padding-top: 150px;
  }

  .sm\:pr-150 {
    padding-right: 150px;
  }

  .sm\:pb-150 {
    padding-bottom: 150px;
  }

  .sm\:pl-150 {
    padding-left: 150px;
  }

  .sm\:pt-160 {
    padding-top: 160px;
  }

  .sm\:pr-160 {
    padding-right: 160px;
  }

  .sm\:pb-160 {
    padding-bottom: 160px;
  }

  .sm\:pl-160 {
    padding-left: 160px;
  }

  .sm\:pt-200 {
    padding-top: 200px;
  }

  .sm\:pr-200 {
    padding-right: 200px;
  }

  .sm\:pb-200 {
    padding-bottom: 200px;
  }

  .sm\:pl-200 {
    padding-left: 200px;
  }

  .sm\:pt-250 {
    padding-top: 250px;
  }

  .sm\:pr-250 {
    padding-right: 250px;
  }

  .sm\:pb-250 {
    padding-bottom: 250px;
  }

  .sm\:pl-250 {
    padding-left: 250px;
  }

  .sm\:pt-300 {
    padding-top: 300px;
  }

  .sm\:pr-300 {
    padding-right: 300px;
  }

  .sm\:pb-300 {
    padding-bottom: 300px;
  }

  .sm\:pl-300 {
    padding-left: 300px;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm\:top-0 {
    top: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:left-0 {
    left: 0;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow {
    -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);
  }

  .sm\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:hover\:shadow:hover {
    -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);
  }

  .sm\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:focus\:shadow:focus {
    -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);
  }

  .sm\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-black {
    color: #000000;
  }

  .sm\:text-white {
    color: #ffffff;
  }

  .sm\:text-yellow {
    color: #fede44;
  }

  .sm\:text-blue {
    color: #3d61e9;
  }

  .sm\:text-red {
    color: #ff485e;
  }

  .sm\:text-grey {
    color: #5e5e5e;
  }

  .sm\:text-grey2 {
    color: #d8d8d8;
  }

  .sm\:text-grey3 {
    color: #939fab;
  }

  .sm\:hover\:text-black:hover {
    color: #000000;
  }

  .sm\:hover\:text-white:hover {
    color: #ffffff;
  }

  .sm\:hover\:text-yellow:hover {
    color: #fede44;
  }

  .sm\:hover\:text-blue:hover {
    color: #3d61e9;
  }

  .sm\:hover\:text-red:hover {
    color: #ff485e;
  }

  .sm\:hover\:text-grey:hover {
    color: #5e5e5e;
  }

  .sm\:hover\:text-grey2:hover {
    color: #d8d8d8;
  }

  .sm\:hover\:text-grey3:hover {
    color: #939fab;
  }

  .sm\:focus\:text-black:focus {
    color: #000000;
  }

  .sm\:focus\:text-white:focus {
    color: #ffffff;
  }

  .sm\:focus\:text-yellow:focus {
    color: #fede44;
  }

  .sm\:focus\:text-blue:focus {
    color: #3d61e9;
  }

  .sm\:focus\:text-red:focus {
    color: #ff485e;
  }

  .sm\:focus\:text-grey:focus {
    color: #5e5e5e;
  }

  .sm\:focus\:text-grey2:focus {
    color: #d8d8d8;
  }

  .sm\:focus\:text-grey3:focus {
    color: #939fab;
  }

  .sm\:text-13 {
    font-size: 13px;
  }

  .sm\:text-22 {
    font-size: 22px;
  }

  .sm\:text-30 {
    font-size: 30px;
  }

  .sm\:text-32 {
    font-size: 32px;
  }

  .sm\:text-35 {
    font-size: 35px;
  }

  .sm\:text-58 {
    font-size: 58px;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

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

  .sm\:w-0 {
    width: 0;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-2\/6 {
    width: 33.33333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-1\/12 {
    width: 8.33333%;
  }

  .sm\:w-2\/12 {
    width: 16.66667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.33333%;
  }

  .sm\:w-5\/12 {
    width: 41.66667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.33333%;
  }

  .sm\:w-8\/12 {
    width: 66.66667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.33333%;
  }

  .sm\:w-11\/12 {
    width: 91.66667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 23px;
    line-height: 1.83;
  }
  h3, .text-h3 {
    font-size: 28px;
    line-height: 1.25;
  }
  .text-stat {
    line-height: 1.6;
  }
  .chart__grid {
    grid-template-rows: repeat(5, 88px);
  }
  .chart__path {
    margin-right: -30px;
  }
  .number b {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
  }
  .chart-3 text {
    font-size: 15px;
  }
  .community-pic1 {
    width: 130px;
  }
  .community-pic2 {
    width: 130px;
  }
  .hero {
    height: 520px;
  }
  .letter-pic img {
    width: 259px;
  }
  .letter-pic__sun {
    width: 214px;
    height: 214px;
    left: -80px;
    top: -50px;
  }
  .list li {
    margin-bottom: 30px;
  }
  .map {
    width: 786px;
    height: 563px;
  }
  .map__dot {
    width: 14px;
    height: 14px;
  }
  .is-active .map__dot::after {
    width: 24px;
    height: 24px;
    top: 3px;
    left: 3px;
    -webkit-animation: pulsate 1s ease-out;
            animation: pulsate 1s ease-out;
  }
  .map__point:nth-child(1) {
    top: calc(4 * 24px - 1px);
    right: calc(15 * 21px - 5px);
  }
  .map__point:nth-child(2) {
    top: calc(7 * 24px - 1px);
    right: calc(13 * 21px - 5px);
  }
  .map__point:nth-child(5) {
    top: calc(14 * 24px - 1px);
    right: calc(6 * 21px - 5px);
  }
  .map__point:nth-child(4) {
    top: calc(12 * 24px - 1px);
    right: calc(8 * 21px - 5px);
  }
  .map__point:nth-child(3) {
    top: calc(11 * 24px - 1px);
    right: calc(6 * 21px - 5px);
  }
  .map__popup {
    -webkit-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
            transform: translateX(-75%);
  }

  .is-active .map__popup {
    opacity: 1;
  }
  .map__popup__close {
    display: none;
  }
  .movement__no {
    font-size: 120px;
  }
  .movement-pic__2 {
    top: 550px;
  }
  .movement-pic__3 {
    bottom: 100px;
  }
  .newsletter {
    height: 80px;
  }
  .overlay__content {
    width: 90%;
    padding: 15px;
  }
  .play-btn {
    width: 125px;
    height: 125px;
    font-size: 1em;
  }
  .quote__pic {
    width: 280px;
    float: none;
  }
  .quote__pic svg {
    width: 64px;
    height: 43px;
  }
  .quote__text p {
    font-size: 30px;
    line-height: 1.47;
    margin-bottom: 30px;
  }
  .slider-stats-nav button {
    height: 36px;
    width: 36px;
    margin: 0 15px;
  }
  .slider-stats-nav button:after {
    stroke-width: 2;
    width: 10px;
    height: 10px;
  }
  .container {
    max-width: 768px;
  }
  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-black {
    background-color: #000000;
  }

  .md\:bg-white {
    background-color: #ffffff;
  }

  .md\:bg-yellow {
    background-color: #fede44;
  }

  .md\:bg-blue {
    background-color: #3d61e9;
  }

  .md\:bg-red {
    background-color: #ff485e;
  }

  .md\:bg-grey {
    background-color: #5e5e5e;
  }

  .md\:bg-grey2 {
    background-color: #d8d8d8;
  }

  .md\:bg-grey3 {
    background-color: #939fab;
  }

  .md\:hover\:bg-black:hover {
    background-color: #000000;
  }

  .md\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  .md\:hover\:bg-yellow:hover {
    background-color: #fede44;
  }

  .md\:hover\:bg-blue:hover {
    background-color: #3d61e9;
  }

  .md\:hover\:bg-red:hover {
    background-color: #ff485e;
  }

  .md\:hover\:bg-grey:hover {
    background-color: #5e5e5e;
  }

  .md\:hover\:bg-grey2:hover {
    background-color: #d8d8d8;
  }

  .md\:hover\:bg-grey3:hover {
    background-color: #939fab;
  }

  .md\:focus\:bg-black:focus {
    background-color: #000000;
  }

  .md\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .md\:focus\:bg-yellow:focus {
    background-color: #fede44;
  }

  .md\:focus\:bg-blue:focus {
    background-color: #3d61e9;
  }

  .md\:focus\:bg-red:focus {
    background-color: #ff485e;
  }

  .md\:focus\:bg-grey:focus {
    background-color: #5e5e5e;
  }

  .md\:focus\:bg-grey2:focus {
    background-color: #d8d8d8;
  }

  .md\:focus\:bg-grey3:focus {
    background-color: #939fab;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:border-black {
    border-color: #000000;
  }

  .md\:border-white {
    border-color: #ffffff;
  }

  .md\:border-yellow {
    border-color: #fede44;
  }

  .md\:border-blue {
    border-color: #3d61e9;
  }

  .md\:border-red {
    border-color: #ff485e;
  }

  .md\:border-grey {
    border-color: #5e5e5e;
  }

  .md\:border-grey2 {
    border-color: #d8d8d8;
  }

  .md\:border-grey3 {
    border-color: #939fab;
  }

  .md\:hover\:border-black:hover {
    border-color: #000000;
  }

  .md\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .md\:hover\:border-yellow:hover {
    border-color: #fede44;
  }

  .md\:hover\:border-blue:hover {
    border-color: #3d61e9;
  }

  .md\:hover\:border-red:hover {
    border-color: #ff485e;
  }

  .md\:hover\:border-grey:hover {
    border-color: #5e5e5e;
  }

  .md\:hover\:border-grey2:hover {
    border-color: #d8d8d8;
  }

  .md\:hover\:border-grey3:hover {
    border-color: #939fab;
  }

  .md\:focus\:border-black:focus {
    border-color: #000000;
  }

  .md\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .md\:focus\:border-yellow:focus {
    border-color: #fede44;
  }

  .md\:focus\:border-blue:focus {
    border-color: #3d61e9;
  }

  .md\:focus\:border-red:focus {
    border-color: #ff485e;
  }

  .md\:focus\:border-grey:focus {
    border-color: #5e5e5e;
  }

  .md\:focus\:border-grey2:focus {
    border-color: #d8d8d8;
  }

  .md\:focus\:border-grey3:focus {
    border-color: #939fab;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-1 {
    border-width: 1px;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-10 {
    border-width: 10px;
  }

  .md\:border-t-1 {
    border-top-width: 1px;
  }

  .md\:border-r-1 {
    border-right-width: 1px;
  }

  .md\:border-b-1 {
    border-bottom-width: 1px;
  }

  .md\:border-l-1 {
    border-left-width: 1px;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-10 {
    border-top-width: 10px;
  }

  .md\:border-r-10 {
    border-right-width: 10px;
  }

  .md\:border-b-10 {
    border-bottom-width: 10px;
  }

  .md\:border-l-10 {
    border-left-width: 10px;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .md\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .md\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .md\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .md\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .md\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .md\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .md\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .md\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .md\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .md\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .md\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .md\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .md\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .md\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .md\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .md\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .md\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .md\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .md\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .md\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .md\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .md\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .md\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .md\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .md\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .md\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .md\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .md\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .md\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .md\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .md\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .md\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .md\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .md\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .md\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .md\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .md\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-body {
    font-family: 'Tofino Narrow';
  }

  .md\:font-display {
    font-family: 'Tofino Wide';
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:h-0 {
    height: 0;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-5 {
    margin: 5px;
  }

  .md\:m-10 {
    margin: 10px;
  }

  .md\:m-15 {
    margin: 15px;
  }

  .md\:m-20 {
    margin: 20px;
  }

  .md\:m-30 {
    margin: 30px;
  }

  .md\:m-35 {
    margin: 35px;
  }

  .md\:m-40 {
    margin: 40px;
  }

  .md\:m-45 {
    margin: 45px;
  }

  .md\:m-50 {
    margin: 50px;
  }

  .md\:m-60 {
    margin: 60px;
  }

  .md\:m-70 {
    margin: 70px;
  }

  .md\:m-80 {
    margin: 80px;
  }

  .md\:m-100 {
    margin: 100px;
  }

  .md\:m-120 {
    margin: 120px;
  }

  .md\:m-130 {
    margin: 130px;
  }

  .md\:m-150 {
    margin: 150px;
  }

  .md\:m-200 {
    margin: 200px;
  }

  .md\:m-250 {
    margin: 250px;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:-m-20 {
    margin: -20px;
  }

  .md\:-m-150 {
    margin: -150px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .md\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .md\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .md\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .md\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .md\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .md\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-5 {
    margin-top: 5px;
  }

  .md\:mr-5 {
    margin-right: 5px;
  }

  .md\:mb-5 {
    margin-bottom: 5px;
  }

  .md\:ml-5 {
    margin-left: 5px;
  }

  .md\:mt-10 {
    margin-top: 10px;
  }

  .md\:mr-10 {
    margin-right: 10px;
  }

  .md\:mb-10 {
    margin-bottom: 10px;
  }

  .md\:ml-10 {
    margin-left: 10px;
  }

  .md\:mt-15 {
    margin-top: 15px;
  }

  .md\:mr-15 {
    margin-right: 15px;
  }

  .md\:mb-15 {
    margin-bottom: 15px;
  }

  .md\:ml-15 {
    margin-left: 15px;
  }

  .md\:mt-20 {
    margin-top: 20px;
  }

  .md\:mr-20 {
    margin-right: 20px;
  }

  .md\:mb-20 {
    margin-bottom: 20px;
  }

  .md\:ml-20 {
    margin-left: 20px;
  }

  .md\:mt-30 {
    margin-top: 30px;
  }

  .md\:mr-30 {
    margin-right: 30px;
  }

  .md\:mb-30 {
    margin-bottom: 30px;
  }

  .md\:ml-30 {
    margin-left: 30px;
  }

  .md\:mt-35 {
    margin-top: 35px;
  }

  .md\:mr-35 {
    margin-right: 35px;
  }

  .md\:mb-35 {
    margin-bottom: 35px;
  }

  .md\:ml-35 {
    margin-left: 35px;
  }

  .md\:mt-40 {
    margin-top: 40px;
  }

  .md\:mr-40 {
    margin-right: 40px;
  }

  .md\:mb-40 {
    margin-bottom: 40px;
  }

  .md\:ml-40 {
    margin-left: 40px;
  }

  .md\:mt-45 {
    margin-top: 45px;
  }

  .md\:mr-45 {
    margin-right: 45px;
  }

  .md\:mb-45 {
    margin-bottom: 45px;
  }

  .md\:ml-45 {
    margin-left: 45px;
  }

  .md\:mt-50 {
    margin-top: 50px;
  }

  .md\:mr-50 {
    margin-right: 50px;
  }

  .md\:mb-50 {
    margin-bottom: 50px;
  }

  .md\:ml-50 {
    margin-left: 50px;
  }

  .md\:mt-60 {
    margin-top: 60px;
  }

  .md\:mr-60 {
    margin-right: 60px;
  }

  .md\:mb-60 {
    margin-bottom: 60px;
  }

  .md\:ml-60 {
    margin-left: 60px;
  }

  .md\:mt-70 {
    margin-top: 70px;
  }

  .md\:mr-70 {
    margin-right: 70px;
  }

  .md\:mb-70 {
    margin-bottom: 70px;
  }

  .md\:ml-70 {
    margin-left: 70px;
  }

  .md\:mt-80 {
    margin-top: 80px;
  }

  .md\:mr-80 {
    margin-right: 80px;
  }

  .md\:mb-80 {
    margin-bottom: 80px;
  }

  .md\:ml-80 {
    margin-left: 80px;
  }

  .md\:mt-100 {
    margin-top: 100px;
  }

  .md\:mr-100 {
    margin-right: 100px;
  }

  .md\:mb-100 {
    margin-bottom: 100px;
  }

  .md\:ml-100 {
    margin-left: 100px;
  }

  .md\:mt-120 {
    margin-top: 120px;
  }

  .md\:mr-120 {
    margin-right: 120px;
  }

  .md\:mb-120 {
    margin-bottom: 120px;
  }

  .md\:ml-120 {
    margin-left: 120px;
  }

  .md\:mt-130 {
    margin-top: 130px;
  }

  .md\:mr-130 {
    margin-right: 130px;
  }

  .md\:mb-130 {
    margin-bottom: 130px;
  }

  .md\:ml-130 {
    margin-left: 130px;
  }

  .md\:mt-150 {
    margin-top: 150px;
  }

  .md\:mr-150 {
    margin-right: 150px;
  }

  .md\:mb-150 {
    margin-bottom: 150px;
  }

  .md\:ml-150 {
    margin-left: 150px;
  }

  .md\:mt-200 {
    margin-top: 200px;
  }

  .md\:mr-200 {
    margin-right: 200px;
  }

  .md\:mb-200 {
    margin-bottom: 200px;
  }

  .md\:ml-200 {
    margin-left: 200px;
  }

  .md\:mt-250 {
    margin-top: 250px;
  }

  .md\:mr-250 {
    margin-right: 250px;
  }

  .md\:mb-250 {
    margin-bottom: 250px;
  }

  .md\:ml-250 {
    margin-left: 250px;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:-mt-20 {
    margin-top: -20px;
  }

  .md\:-mr-20 {
    margin-right: -20px;
  }

  .md\:-mb-20 {
    margin-bottom: -20px;
  }

  .md\:-ml-20 {
    margin-left: -20px;
  }

  .md\:-mt-150 {
    margin-top: -150px;
  }

  .md\:-mr-150 {
    margin-right: -150px;
  }

  .md\:-mb-150 {
    margin-bottom: -150px;
  }

  .md\:-ml-150 {
    margin-left: -150px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-200 {
    max-width: 200px;
  }

  .md\:max-w-360 {
    max-width: 360px;
  }

  .md\:max-w-500 {
    max-width: 500px;
  }

  .md\:max-w-606 {
    max-width: 606px;
  }

  .md\:max-w-620 {
    max-width: 620px;
  }

  .md\:max-w-696 {
    max-width: 696px;
  }

  .md\:max-w-720 {
    max-width: 720px;
  }

  .md\:max-w-740 {
    max-width: 740px;
  }

  .md\:max-w-800 {
    max-width: 800px;
  }

  .md\:max-w-880 {
    max-width: 880px;
  }

  .md\:max-w-960 {
    max-width: 960px;
  }

  .md\:max-w-1050 {
    max-width: 1050px;
  }

  .md\:max-w-1200 {
    max-width: 1200px;
  }

  .md\:max-w-1240 {
    max-width: 1240px;
  }

  .md\:max-w-1280 {
    max-width: 1280px;
  }

  .md\:max-w-1360 {
    max-width: 1360px;
  }

  .md\:max-w-1600 {
    max-width: 1600px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:outline-none {
    outline: 0;
  }

  .md\:focus\:outline-none:focus {
    outline: 0;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-10 {
    padding: 10px;
  }

  .md\:p-12 {
    padding: 12px;
  }

  .md\:p-15 {
    padding: 15px;
  }

  .md\:p-20 {
    padding: 20px;
  }

  .md\:p-25 {
    padding: 25px;
  }

  .md\:p-30 {
    padding: 30px;
  }

  .md\:p-35 {
    padding: 35px;
  }

  .md\:p-40 {
    padding: 40px;
  }

  .md\:p-50 {
    padding: 50px;
  }

  .md\:p-60 {
    padding: 60px;
  }

  .md\:p-65 {
    padding: 65px;
  }

  .md\:p-70 {
    padding: 70px;
  }

  .md\:p-75 {
    padding: 75px;
  }

  .md\:p-80 {
    padding: 80px;
  }

  .md\:p-100 {
    padding: 100px;
  }

  .md\:p-120 {
    padding: 120px;
  }

  .md\:p-125 {
    padding: 125px;
  }

  .md\:p-150 {
    padding: 150px;
  }

  .md\:p-160 {
    padding: 160px;
  }

  .md\:p-200 {
    padding: 200px;
  }

  .md\:p-250 {
    padding: 250px;
  }

  .md\:p-300 {
    padding: 300px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .md\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:py-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .md\:px-125 {
    padding-left: 125px;
    padding-right: 125px;
  }

  .md\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .md\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

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

  .md\:pr-10 {
    padding-right: 10px;
  }

  .md\:pb-10 {
    padding-bottom: 10px;
  }

  .md\:pl-10 {
    padding-left: 10px;
  }

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

  .md\:pr-12 {
    padding-right: 12px;
  }

  .md\:pb-12 {
    padding-bottom: 12px;
  }

  .md\:pl-12 {
    padding-left: 12px;
  }

  .md\:pt-15 {
    padding-top: 15px;
  }

  .md\:pr-15 {
    padding-right: 15px;
  }

  .md\:pb-15 {
    padding-bottom: 15px;
  }

  .md\:pl-15 {
    padding-left: 15px;
  }

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

  .md\:pr-20 {
    padding-right: 20px;
  }

  .md\:pb-20 {
    padding-bottom: 20px;
  }

  .md\:pl-20 {
    padding-left: 20px;
  }

  .md\:pt-25 {
    padding-top: 25px;
  }

  .md\:pr-25 {
    padding-right: 25px;
  }

  .md\:pb-25 {
    padding-bottom: 25px;
  }

  .md\:pl-25 {
    padding-left: 25px;
  }

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

  .md\:pr-30 {
    padding-right: 30px;
  }

  .md\:pb-30 {
    padding-bottom: 30px;
  }

  .md\:pl-30 {
    padding-left: 30px;
  }

  .md\:pt-35 {
    padding-top: 35px;
  }

  .md\:pr-35 {
    padding-right: 35px;
  }

  .md\:pb-35 {
    padding-bottom: 35px;
  }

  .md\:pl-35 {
    padding-left: 35px;
  }

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

  .md\:pr-40 {
    padding-right: 40px;
  }

  .md\:pb-40 {
    padding-bottom: 40px;
  }

  .md\:pl-40 {
    padding-left: 40px;
  }

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

  .md\:pr-50 {
    padding-right: 50px;
  }

  .md\:pb-50 {
    padding-bottom: 50px;
  }

  .md\:pl-50 {
    padding-left: 50px;
  }

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

  .md\:pr-60 {
    padding-right: 60px;
  }

  .md\:pb-60 {
    padding-bottom: 60px;
  }

  .md\:pl-60 {
    padding-left: 60px;
  }

  .md\:pt-65 {
    padding-top: 65px;
  }

  .md\:pr-65 {
    padding-right: 65px;
  }

  .md\:pb-65 {
    padding-bottom: 65px;
  }

  .md\:pl-65 {
    padding-left: 65px;
  }

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

  .md\:pr-70 {
    padding-right: 70px;
  }

  .md\:pb-70 {
    padding-bottom: 70px;
  }

  .md\:pl-70 {
    padding-left: 70px;
  }

  .md\:pt-75 {
    padding-top: 75px;
  }

  .md\:pr-75 {
    padding-right: 75px;
  }

  .md\:pb-75 {
    padding-bottom: 75px;
  }

  .md\:pl-75 {
    padding-left: 75px;
  }

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

  .md\:pr-80 {
    padding-right: 80px;
  }

  .md\:pb-80 {
    padding-bottom: 80px;
  }

  .md\:pl-80 {
    padding-left: 80px;
  }

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

  .md\:pr-100 {
    padding-right: 100px;
  }

  .md\:pb-100 {
    padding-bottom: 100px;
  }

  .md\:pl-100 {
    padding-left: 100px;
  }

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

  .md\:pr-120 {
    padding-right: 120px;
  }

  .md\:pb-120 {
    padding-bottom: 120px;
  }

  .md\:pl-120 {
    padding-left: 120px;
  }

  .md\:pt-125 {
    padding-top: 125px;
  }

  .md\:pr-125 {
    padding-right: 125px;
  }

  .md\:pb-125 {
    padding-bottom: 125px;
  }

  .md\:pl-125 {
    padding-left: 125px;
  }

  .md\:pt-150 {
    padding-top: 150px;
  }

  .md\:pr-150 {
    padding-right: 150px;
  }

  .md\:pb-150 {
    padding-bottom: 150px;
  }

  .md\:pl-150 {
    padding-left: 150px;
  }

  .md\:pt-160 {
    padding-top: 160px;
  }

  .md\:pr-160 {
    padding-right: 160px;
  }

  .md\:pb-160 {
    padding-bottom: 160px;
  }

  .md\:pl-160 {
    padding-left: 160px;
  }

  .md\:pt-200 {
    padding-top: 200px;
  }

  .md\:pr-200 {
    padding-right: 200px;
  }

  .md\:pb-200 {
    padding-bottom: 200px;
  }

  .md\:pl-200 {
    padding-left: 200px;
  }

  .md\:pt-250 {
    padding-top: 250px;
  }

  .md\:pr-250 {
    padding-right: 250px;
  }

  .md\:pb-250 {
    padding-bottom: 250px;
  }

  .md\:pl-250 {
    padding-left: 250px;
  }

  .md\:pt-300 {
    padding-top: 300px;
  }

  .md\:pr-300 {
    padding-right: 300px;
  }

  .md\:pb-300 {
    padding-bottom: 300px;
  }

  .md\:pl-300 {
    padding-left: 300px;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow {
    -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);
  }

  .md\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:hover\:shadow:hover {
    -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);
  }

  .md\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:focus\:shadow:focus {
    -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);
  }

  .md\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-black {
    color: #000000;
  }

  .md\:text-white {
    color: #ffffff;
  }

  .md\:text-yellow {
    color: #fede44;
  }

  .md\:text-blue {
    color: #3d61e9;
  }

  .md\:text-red {
    color: #ff485e;
  }

  .md\:text-grey {
    color: #5e5e5e;
  }

  .md\:text-grey2 {
    color: #d8d8d8;
  }

  .md\:text-grey3 {
    color: #939fab;
  }

  .md\:hover\:text-black:hover {
    color: #000000;
  }

  .md\:hover\:text-white:hover {
    color: #ffffff;
  }

  .md\:hover\:text-yellow:hover {
    color: #fede44;
  }

  .md\:hover\:text-blue:hover {
    color: #3d61e9;
  }

  .md\:hover\:text-red:hover {
    color: #ff485e;
  }

  .md\:hover\:text-grey:hover {
    color: #5e5e5e;
  }

  .md\:hover\:text-grey2:hover {
    color: #d8d8d8;
  }

  .md\:hover\:text-grey3:hover {
    color: #939fab;
  }

  .md\:focus\:text-black:focus {
    color: #000000;
  }

  .md\:focus\:text-white:focus {
    color: #ffffff;
  }

  .md\:focus\:text-yellow:focus {
    color: #fede44;
  }

  .md\:focus\:text-blue:focus {
    color: #3d61e9;
  }

  .md\:focus\:text-red:focus {
    color: #ff485e;
  }

  .md\:focus\:text-grey:focus {
    color: #5e5e5e;
  }

  .md\:focus\:text-grey2:focus {
    color: #d8d8d8;
  }

  .md\:focus\:text-grey3:focus {
    color: #939fab;
  }

  .md\:text-13 {
    font-size: 13px;
  }

  .md\:text-22 {
    font-size: 22px;
  }

  .md\:text-30 {
    font-size: 30px;
  }

  .md\:text-32 {
    font-size: 32px;
  }

  .md\:text-35 {
    font-size: 35px;
  }

  .md\:text-58 {
    font-size: 58px;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

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

  .md\:w-0 {
    width: 0;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-2\/6 {
    width: 33.33333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-1\/12 {
    width: 8.33333%;
  }

  .md\:w-2\/12 {
    width: 16.66667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.33333%;
  }

  .md\:w-5\/12 {
    width: 41.66667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.33333%;
  }

  .md\:w-8\/12 {
    width: 66.66667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.33333%;
  }

  .md\:w-11\/12 {
    width: 91.66667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 992px) {
  h1, .text-h1 {
    font-size: 58px;
    line-height: 1.24;
  }
  h2, .text-h2 {
    font-size: 50px;
  }
  h3, .text-h3 {
    font-size: 40px;
    line-height: 1.25;
  }
  h4, .text-h4 {
    font-size: 28px;
    line-height: 1.43;
  }
  .text-h5 {
    font-size: 22px;
  }
  .text-xs {
    font-size: 16px;
    line-height: 1.5;
  }
  .text-xxl {
    font-size: 150px;
  }
  .text-xxl2 {
    font-size: 125px;
    line-height: 1;
  }
  p {
    letter-spacing: 0.5px;
  }
  .text-stat {
    line-height: 1.83;
  }
  .header-logo {
    height: 60px;
  }
  .header-download {
    width: auto;
    height: 90px;
    padding: 0 35px;
  }

  .header-download svg {
    margin-left: 12px;
    margin-top: -2px;
  }
  .hero {
    height: 600px;
  }
  .movement-pic__2 {
    top: 620px;
  }
  .movement-pic__3 {
    bottom: -30px;
  }
  .nav__lang a {
    width: auto;
    height: 33px;
    line-height: 33px;
  }
  .container {
    max-width: 992px;
  }
  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-black {
    background-color: #000000;
  }

  .lg\:bg-white {
    background-color: #ffffff;
  }

  .lg\:bg-yellow {
    background-color: #fede44;
  }

  .lg\:bg-blue {
    background-color: #3d61e9;
  }

  .lg\:bg-red {
    background-color: #ff485e;
  }

  .lg\:bg-grey {
    background-color: #5e5e5e;
  }

  .lg\:bg-grey2 {
    background-color: #d8d8d8;
  }

  .lg\:bg-grey3 {
    background-color: #939fab;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #000000;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  .lg\:hover\:bg-yellow:hover {
    background-color: #fede44;
  }

  .lg\:hover\:bg-blue:hover {
    background-color: #3d61e9;
  }

  .lg\:hover\:bg-red:hover {
    background-color: #ff485e;
  }

  .lg\:hover\:bg-grey:hover {
    background-color: #5e5e5e;
  }

  .lg\:hover\:bg-grey2:hover {
    background-color: #d8d8d8;
  }

  .lg\:hover\:bg-grey3:hover {
    background-color: #939fab;
  }

  .lg\:focus\:bg-black:focus {
    background-color: #000000;
  }

  .lg\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .lg\:focus\:bg-yellow:focus {
    background-color: #fede44;
  }

  .lg\:focus\:bg-blue:focus {
    background-color: #3d61e9;
  }

  .lg\:focus\:bg-red:focus {
    background-color: #ff485e;
  }

  .lg\:focus\:bg-grey:focus {
    background-color: #5e5e5e;
  }

  .lg\:focus\:bg-grey2:focus {
    background-color: #d8d8d8;
  }

  .lg\:focus\:bg-grey3:focus {
    background-color: #939fab;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:border-black {
    border-color: #000000;
  }

  .lg\:border-white {
    border-color: #ffffff;
  }

  .lg\:border-yellow {
    border-color: #fede44;
  }

  .lg\:border-blue {
    border-color: #3d61e9;
  }

  .lg\:border-red {
    border-color: #ff485e;
  }

  .lg\:border-grey {
    border-color: #5e5e5e;
  }

  .lg\:border-grey2 {
    border-color: #d8d8d8;
  }

  .lg\:border-grey3 {
    border-color: #939fab;
  }

  .lg\:hover\:border-black:hover {
    border-color: #000000;
  }

  .lg\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .lg\:hover\:border-yellow:hover {
    border-color: #fede44;
  }

  .lg\:hover\:border-blue:hover {
    border-color: #3d61e9;
  }

  .lg\:hover\:border-red:hover {
    border-color: #ff485e;
  }

  .lg\:hover\:border-grey:hover {
    border-color: #5e5e5e;
  }

  .lg\:hover\:border-grey2:hover {
    border-color: #d8d8d8;
  }

  .lg\:hover\:border-grey3:hover {
    border-color: #939fab;
  }

  .lg\:focus\:border-black:focus {
    border-color: #000000;
  }

  .lg\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .lg\:focus\:border-yellow:focus {
    border-color: #fede44;
  }

  .lg\:focus\:border-blue:focus {
    border-color: #3d61e9;
  }

  .lg\:focus\:border-red:focus {
    border-color: #ff485e;
  }

  .lg\:focus\:border-grey:focus {
    border-color: #5e5e5e;
  }

  .lg\:focus\:border-grey2:focus {
    border-color: #d8d8d8;
  }

  .lg\:focus\:border-grey3:focus {
    border-color: #939fab;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-1 {
    border-width: 1px;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-10 {
    border-width: 10px;
  }

  .lg\:border-t-1 {
    border-top-width: 1px;
  }

  .lg\:border-r-1 {
    border-right-width: 1px;
  }

  .lg\:border-b-1 {
    border-bottom-width: 1px;
  }

  .lg\:border-l-1 {
    border-left-width: 1px;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-10 {
    border-top-width: 10px;
  }

  .lg\:border-r-10 {
    border-right-width: 10px;
  }

  .lg\:border-b-10 {
    border-bottom-width: 10px;
  }

  .lg\:border-l-10 {
    border-left-width: 10px;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .lg\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .lg\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .lg\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .lg\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .lg\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .lg\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .lg\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .lg\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .lg\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .lg\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .lg\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .lg\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .lg\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .lg\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .lg\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .lg\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .lg\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .lg\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .lg\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .lg\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .lg\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .lg\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .lg\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .lg\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .lg\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .lg\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .lg\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .lg\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .lg\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .lg\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .lg\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .lg\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .lg\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-body {
    font-family: 'Tofino Narrow';
  }

  .lg\:font-display {
    font-family: 'Tofino Wide';
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-relaxed {
    line-height: 1.625;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-5 {
    margin: 5px;
  }

  .lg\:m-10 {
    margin: 10px;
  }

  .lg\:m-15 {
    margin: 15px;
  }

  .lg\:m-20 {
    margin: 20px;
  }

  .lg\:m-30 {
    margin: 30px;
  }

  .lg\:m-35 {
    margin: 35px;
  }

  .lg\:m-40 {
    margin: 40px;
  }

  .lg\:m-45 {
    margin: 45px;
  }

  .lg\:m-50 {
    margin: 50px;
  }

  .lg\:m-60 {
    margin: 60px;
  }

  .lg\:m-70 {
    margin: 70px;
  }

  .lg\:m-80 {
    margin: 80px;
  }

  .lg\:m-100 {
    margin: 100px;
  }

  .lg\:m-120 {
    margin: 120px;
  }

  .lg\:m-130 {
    margin: 130px;
  }

  .lg\:m-150 {
    margin: 150px;
  }

  .lg\:m-200 {
    margin: 200px;
  }

  .lg\:m-250 {
    margin: 250px;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:-m-20 {
    margin: -20px;
  }

  .lg\:-m-150 {
    margin: -150px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .lg\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .lg\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .lg\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .lg\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .lg\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .lg\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .lg\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .lg\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .lg\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .lg\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .lg\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .lg\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .lg\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .lg\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .lg\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-5 {
    margin-top: 5px;
  }

  .lg\:mr-5 {
    margin-right: 5px;
  }

  .lg\:mb-5 {
    margin-bottom: 5px;
  }

  .lg\:ml-5 {
    margin-left: 5px;
  }

  .lg\:mt-10 {
    margin-top: 10px;
  }

  .lg\:mr-10 {
    margin-right: 10px;
  }

  .lg\:mb-10 {
    margin-bottom: 10px;
  }

  .lg\:ml-10 {
    margin-left: 10px;
  }

  .lg\:mt-15 {
    margin-top: 15px;
  }

  .lg\:mr-15 {
    margin-right: 15px;
  }

  .lg\:mb-15 {
    margin-bottom: 15px;
  }

  .lg\:ml-15 {
    margin-left: 15px;
  }

  .lg\:mt-20 {
    margin-top: 20px;
  }

  .lg\:mr-20 {
    margin-right: 20px;
  }

  .lg\:mb-20 {
    margin-bottom: 20px;
  }

  .lg\:ml-20 {
    margin-left: 20px;
  }

  .lg\:mt-30 {
    margin-top: 30px;
  }

  .lg\:mr-30 {
    margin-right: 30px;
  }

  .lg\:mb-30 {
    margin-bottom: 30px;
  }

  .lg\:ml-30 {
    margin-left: 30px;
  }

  .lg\:mt-35 {
    margin-top: 35px;
  }

  .lg\:mr-35 {
    margin-right: 35px;
  }

  .lg\:mb-35 {
    margin-bottom: 35px;
  }

  .lg\:ml-35 {
    margin-left: 35px;
  }

  .lg\:mt-40 {
    margin-top: 40px;
  }

  .lg\:mr-40 {
    margin-right: 40px;
  }

  .lg\:mb-40 {
    margin-bottom: 40px;
  }

  .lg\:ml-40 {
    margin-left: 40px;
  }

  .lg\:mt-45 {
    margin-top: 45px;
  }

  .lg\:mr-45 {
    margin-right: 45px;
  }

  .lg\:mb-45 {
    margin-bottom: 45px;
  }

  .lg\:ml-45 {
    margin-left: 45px;
  }

  .lg\:mt-50 {
    margin-top: 50px;
  }

  .lg\:mr-50 {
    margin-right: 50px;
  }

  .lg\:mb-50 {
    margin-bottom: 50px;
  }

  .lg\:ml-50 {
    margin-left: 50px;
  }

  .lg\:mt-60 {
    margin-top: 60px;
  }

  .lg\:mr-60 {
    margin-right: 60px;
  }

  .lg\:mb-60 {
    margin-bottom: 60px;
  }

  .lg\:ml-60 {
    margin-left: 60px;
  }

  .lg\:mt-70 {
    margin-top: 70px;
  }

  .lg\:mr-70 {
    margin-right: 70px;
  }

  .lg\:mb-70 {
    margin-bottom: 70px;
  }

  .lg\:ml-70 {
    margin-left: 70px;
  }

  .lg\:mt-80 {
    margin-top: 80px;
  }

  .lg\:mr-80 {
    margin-right: 80px;
  }

  .lg\:mb-80 {
    margin-bottom: 80px;
  }

  .lg\:ml-80 {
    margin-left: 80px;
  }

  .lg\:mt-100 {
    margin-top: 100px;
  }

  .lg\:mr-100 {
    margin-right: 100px;
  }

  .lg\:mb-100 {
    margin-bottom: 100px;
  }

  .lg\:ml-100 {
    margin-left: 100px;
  }

  .lg\:mt-120 {
    margin-top: 120px;
  }

  .lg\:mr-120 {
    margin-right: 120px;
  }

  .lg\:mb-120 {
    margin-bottom: 120px;
  }

  .lg\:ml-120 {
    margin-left: 120px;
  }

  .lg\:mt-130 {
    margin-top: 130px;
  }

  .lg\:mr-130 {
    margin-right: 130px;
  }

  .lg\:mb-130 {
    margin-bottom: 130px;
  }

  .lg\:ml-130 {
    margin-left: 130px;
  }

  .lg\:mt-150 {
    margin-top: 150px;
  }

  .lg\:mr-150 {
    margin-right: 150px;
  }

  .lg\:mb-150 {
    margin-bottom: 150px;
  }

  .lg\:ml-150 {
    margin-left: 150px;
  }

  .lg\:mt-200 {
    margin-top: 200px;
  }

  .lg\:mr-200 {
    margin-right: 200px;
  }

  .lg\:mb-200 {
    margin-bottom: 200px;
  }

  .lg\:ml-200 {
    margin-left: 200px;
  }

  .lg\:mt-250 {
    margin-top: 250px;
  }

  .lg\:mr-250 {
    margin-right: 250px;
  }

  .lg\:mb-250 {
    margin-bottom: 250px;
  }

  .lg\:ml-250 {
    margin-left: 250px;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:-mt-20 {
    margin-top: -20px;
  }

  .lg\:-mr-20 {
    margin-right: -20px;
  }

  .lg\:-mb-20 {
    margin-bottom: -20px;
  }

  .lg\:-ml-20 {
    margin-left: -20px;
  }

  .lg\:-mt-150 {
    margin-top: -150px;
  }

  .lg\:-mr-150 {
    margin-right: -150px;
  }

  .lg\:-mb-150 {
    margin-bottom: -150px;
  }

  .lg\:-ml-150 {
    margin-left: -150px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-200 {
    max-width: 200px;
  }

  .lg\:max-w-360 {
    max-width: 360px;
  }

  .lg\:max-w-500 {
    max-width: 500px;
  }

  .lg\:max-w-606 {
    max-width: 606px;
  }

  .lg\:max-w-620 {
    max-width: 620px;
  }

  .lg\:max-w-696 {
    max-width: 696px;
  }

  .lg\:max-w-720 {
    max-width: 720px;
  }

  .lg\:max-w-740 {
    max-width: 740px;
  }

  .lg\:max-w-800 {
    max-width: 800px;
  }

  .lg\:max-w-880 {
    max-width: 880px;
  }

  .lg\:max-w-960 {
    max-width: 960px;
  }

  .lg\:max-w-1050 {
    max-width: 1050px;
  }

  .lg\:max-w-1200 {
    max-width: 1200px;
  }

  .lg\:max-w-1240 {
    max-width: 1240px;
  }

  .lg\:max-w-1280 {
    max-width: 1280px;
  }

  .lg\:max-w-1360 {
    max-width: 1360px;
  }

  .lg\:max-w-1600 {
    max-width: 1600px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:outline-none {
    outline: 0;
  }

  .lg\:focus\:outline-none:focus {
    outline: 0;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-10 {
    padding: 10px;
  }

  .lg\:p-12 {
    padding: 12px;
  }

  .lg\:p-15 {
    padding: 15px;
  }

  .lg\:p-20 {
    padding: 20px;
  }

  .lg\:p-25 {
    padding: 25px;
  }

  .lg\:p-30 {
    padding: 30px;
  }

  .lg\:p-35 {
    padding: 35px;
  }

  .lg\:p-40 {
    padding: 40px;
  }

  .lg\:p-50 {
    padding: 50px;
  }

  .lg\:p-60 {
    padding: 60px;
  }

  .lg\:p-65 {
    padding: 65px;
  }

  .lg\:p-70 {
    padding: 70px;
  }

  .lg\:p-75 {
    padding: 75px;
  }

  .lg\:p-80 {
    padding: 80px;
  }

  .lg\:p-100 {
    padding: 100px;
  }

  .lg\:p-120 {
    padding: 120px;
  }

  .lg\:p-125 {
    padding: 125px;
  }

  .lg\:p-150 {
    padding: 150px;
  }

  .lg\:p-160 {
    padding: 160px;
  }

  .lg\:p-200 {
    padding: 200px;
  }

  .lg\:p-250 {
    padding: 250px;
  }

  .lg\:p-300 {
    padding: 300px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .lg\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .lg\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .lg\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .lg\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:py-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .lg\:px-125 {
    padding-left: 125px;
    padding-right: 125px;
  }

  .lg\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .lg\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .lg\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .lg\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .lg\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .lg\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .lg\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .lg\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

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

  .lg\:pr-10 {
    padding-right: 10px;
  }

  .lg\:pb-10 {
    padding-bottom: 10px;
  }

  .lg\:pl-10 {
    padding-left: 10px;
  }

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

  .lg\:pr-12 {
    padding-right: 12px;
  }

  .lg\:pb-12 {
    padding-bottom: 12px;
  }

  .lg\:pl-12 {
    padding-left: 12px;
  }

  .lg\:pt-15 {
    padding-top: 15px;
  }

  .lg\:pr-15 {
    padding-right: 15px;
  }

  .lg\:pb-15 {
    padding-bottom: 15px;
  }

  .lg\:pl-15 {
    padding-left: 15px;
  }

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

  .lg\:pr-20 {
    padding-right: 20px;
  }

  .lg\:pb-20 {
    padding-bottom: 20px;
  }

  .lg\:pl-20 {
    padding-left: 20px;
  }

  .lg\:pt-25 {
    padding-top: 25px;
  }

  .lg\:pr-25 {
    padding-right: 25px;
  }

  .lg\:pb-25 {
    padding-bottom: 25px;
  }

  .lg\:pl-25 {
    padding-left: 25px;
  }

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

  .lg\:pr-30 {
    padding-right: 30px;
  }

  .lg\:pb-30 {
    padding-bottom: 30px;
  }

  .lg\:pl-30 {
    padding-left: 30px;
  }

  .lg\:pt-35 {
    padding-top: 35px;
  }

  .lg\:pr-35 {
    padding-right: 35px;
  }

  .lg\:pb-35 {
    padding-bottom: 35px;
  }

  .lg\:pl-35 {
    padding-left: 35px;
  }

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

  .lg\:pr-40 {
    padding-right: 40px;
  }

  .lg\:pb-40 {
    padding-bottom: 40px;
  }

  .lg\:pl-40 {
    padding-left: 40px;
  }

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

  .lg\:pr-50 {
    padding-right: 50px;
  }

  .lg\:pb-50 {
    padding-bottom: 50px;
  }

  .lg\:pl-50 {
    padding-left: 50px;
  }

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

  .lg\:pr-60 {
    padding-right: 60px;
  }

  .lg\:pb-60 {
    padding-bottom: 60px;
  }

  .lg\:pl-60 {
    padding-left: 60px;
  }

  .lg\:pt-65 {
    padding-top: 65px;
  }

  .lg\:pr-65 {
    padding-right: 65px;
  }

  .lg\:pb-65 {
    padding-bottom: 65px;
  }

  .lg\:pl-65 {
    padding-left: 65px;
  }

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

  .lg\:pr-70 {
    padding-right: 70px;
  }

  .lg\:pb-70 {
    padding-bottom: 70px;
  }

  .lg\:pl-70 {
    padding-left: 70px;
  }

  .lg\:pt-75 {
    padding-top: 75px;
  }

  .lg\:pr-75 {
    padding-right: 75px;
  }

  .lg\:pb-75 {
    padding-bottom: 75px;
  }

  .lg\:pl-75 {
    padding-left: 75px;
  }

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

  .lg\:pr-80 {
    padding-right: 80px;
  }

  .lg\:pb-80 {
    padding-bottom: 80px;
  }

  .lg\:pl-80 {
    padding-left: 80px;
  }

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

  .lg\:pr-100 {
    padding-right: 100px;
  }

  .lg\:pb-100 {
    padding-bottom: 100px;
  }

  .lg\:pl-100 {
    padding-left: 100px;
  }

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

  .lg\:pr-120 {
    padding-right: 120px;
  }

  .lg\:pb-120 {
    padding-bottom: 120px;
  }

  .lg\:pl-120 {
    padding-left: 120px;
  }

  .lg\:pt-125 {
    padding-top: 125px;
  }

  .lg\:pr-125 {
    padding-right: 125px;
  }

  .lg\:pb-125 {
    padding-bottom: 125px;
  }

  .lg\:pl-125 {
    padding-left: 125px;
  }

  .lg\:pt-150 {
    padding-top: 150px;
  }

  .lg\:pr-150 {
    padding-right: 150px;
  }

  .lg\:pb-150 {
    padding-bottom: 150px;
  }

  .lg\:pl-150 {
    padding-left: 150px;
  }

  .lg\:pt-160 {
    padding-top: 160px;
  }

  .lg\:pr-160 {
    padding-right: 160px;
  }

  .lg\:pb-160 {
    padding-bottom: 160px;
  }

  .lg\:pl-160 {
    padding-left: 160px;
  }

  .lg\:pt-200 {
    padding-top: 200px;
  }

  .lg\:pr-200 {
    padding-right: 200px;
  }

  .lg\:pb-200 {
    padding-bottom: 200px;
  }

  .lg\:pl-200 {
    padding-left: 200px;
  }

  .lg\:pt-250 {
    padding-top: 250px;
  }

  .lg\:pr-250 {
    padding-right: 250px;
  }

  .lg\:pb-250 {
    padding-bottom: 250px;
  }

  .lg\:pl-250 {
    padding-left: 250px;
  }

  .lg\:pt-300 {
    padding-top: 300px;
  }

  .lg\:pr-300 {
    padding-right: 300px;
  }

  .lg\:pb-300 {
    padding-bottom: 300px;
  }

  .lg\:pl-300 {
    padding-left: 300px;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow {
    -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);
  }

  .lg\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:hover\:shadow:hover {
    -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);
  }

  .lg\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:focus\:shadow:focus {
    -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);
  }

  .lg\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-black {
    color: #000000;
  }

  .lg\:text-white {
    color: #ffffff;
  }

  .lg\:text-yellow {
    color: #fede44;
  }

  .lg\:text-blue {
    color: #3d61e9;
  }

  .lg\:text-red {
    color: #ff485e;
  }

  .lg\:text-grey {
    color: #5e5e5e;
  }

  .lg\:text-grey2 {
    color: #d8d8d8;
  }

  .lg\:text-grey3 {
    color: #939fab;
  }

  .lg\:hover\:text-black:hover {
    color: #000000;
  }

  .lg\:hover\:text-white:hover {
    color: #ffffff;
  }

  .lg\:hover\:text-yellow:hover {
    color: #fede44;
  }

  .lg\:hover\:text-blue:hover {
    color: #3d61e9;
  }

  .lg\:hover\:text-red:hover {
    color: #ff485e;
  }

  .lg\:hover\:text-grey:hover {
    color: #5e5e5e;
  }

  .lg\:hover\:text-grey2:hover {
    color: #d8d8d8;
  }

  .lg\:hover\:text-grey3:hover {
    color: #939fab;
  }

  .lg\:focus\:text-black:focus {
    color: #000000;
  }

  .lg\:focus\:text-white:focus {
    color: #ffffff;
  }

  .lg\:focus\:text-yellow:focus {
    color: #fede44;
  }

  .lg\:focus\:text-blue:focus {
    color: #3d61e9;
  }

  .lg\:focus\:text-red:focus {
    color: #ff485e;
  }

  .lg\:focus\:text-grey:focus {
    color: #5e5e5e;
  }

  .lg\:focus\:text-grey2:focus {
    color: #d8d8d8;
  }

  .lg\:focus\:text-grey3:focus {
    color: #939fab;
  }

  .lg\:text-13 {
    font-size: 13px;
  }

  .lg\:text-22 {
    font-size: 22px;
  }

  .lg\:text-30 {
    font-size: 30px;
  }

  .lg\:text-32 {
    font-size: 32px;
  }

  .lg\:text-35 {
    font-size: 35px;
  }

  .lg\:text-58 {
    font-size: 58px;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

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

  .lg\:w-0 {
    width: 0;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-2\/6 {
    width: 33.33333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-1\/12 {
    width: 8.33333%;
  }

  .lg\:w-2\/12 {
    width: 16.66667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.33333%;
  }

  .lg\:w-5\/12 {
    width: 41.66667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.33333%;
  }

  .lg\:w-8\/12 {
    width: 66.66667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.33333%;
  }

  .lg\:w-11\/12 {
    width: 91.66667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1200px) {
  .community-pic1 {
    width: 291px;
    top: 50px;
    left: 0;
  }
  .community-pic2 {
    width: 291px;
    bottom: -100px;
  }
  .community-title {
    top: 280px;
  }
  .community-text {
    margin-top: -400px;
  }

  .ht .community-text {
    margin-top: -360px;
  }
  .hero {
    height: 710px;
  }
  .hero__girl {
    width: 100%;
  }
  .hero__boy {
    width: 100%;
  }
  .hero__boy__sun {
    right: 80px;
    bottom: 37%;
  }
  .hero__girl__sun {
    left: 90px;
    bottom: 27%;
  }
  .movement-pic {
    max-width: 55%;
  }
  .overlay__content {
    width: 80%;
  }
  .container {
    max-width: 1200px;
  }
  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-black {
    background-color: #000000;
  }

  .xl\:bg-white {
    background-color: #ffffff;
  }

  .xl\:bg-yellow {
    background-color: #fede44;
  }

  .xl\:bg-blue {
    background-color: #3d61e9;
  }

  .xl\:bg-red {
    background-color: #ff485e;
  }

  .xl\:bg-grey {
    background-color: #5e5e5e;
  }

  .xl\:bg-grey2 {
    background-color: #d8d8d8;
  }

  .xl\:bg-grey3 {
    background-color: #939fab;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000000;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  .xl\:hover\:bg-yellow:hover {
    background-color: #fede44;
  }

  .xl\:hover\:bg-blue:hover {
    background-color: #3d61e9;
  }

  .xl\:hover\:bg-red:hover {
    background-color: #ff485e;
  }

  .xl\:hover\:bg-grey:hover {
    background-color: #5e5e5e;
  }

  .xl\:hover\:bg-grey2:hover {
    background-color: #d8d8d8;
  }

  .xl\:hover\:bg-grey3:hover {
    background-color: #939fab;
  }

  .xl\:focus\:bg-black:focus {
    background-color: #000000;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .xl\:focus\:bg-yellow:focus {
    background-color: #fede44;
  }

  .xl\:focus\:bg-blue:focus {
    background-color: #3d61e9;
  }

  .xl\:focus\:bg-red:focus {
    background-color: #ff485e;
  }

  .xl\:focus\:bg-grey:focus {
    background-color: #5e5e5e;
  }

  .xl\:focus\:bg-grey2:focus {
    background-color: #d8d8d8;
  }

  .xl\:focus\:bg-grey3:focus {
    background-color: #939fab;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .xl\:border-black {
    border-color: #000000;
  }

  .xl\:border-white {
    border-color: #ffffff;
  }

  .xl\:border-yellow {
    border-color: #fede44;
  }

  .xl\:border-blue {
    border-color: #3d61e9;
  }

  .xl\:border-red {
    border-color: #ff485e;
  }

  .xl\:border-grey {
    border-color: #5e5e5e;
  }

  .xl\:border-grey2 {
    border-color: #d8d8d8;
  }

  .xl\:border-grey3 {
    border-color: #939fab;
  }

  .xl\:hover\:border-black:hover {
    border-color: #000000;
  }

  .xl\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .xl\:hover\:border-yellow:hover {
    border-color: #fede44;
  }

  .xl\:hover\:border-blue:hover {
    border-color: #3d61e9;
  }

  .xl\:hover\:border-red:hover {
    border-color: #ff485e;
  }

  .xl\:hover\:border-grey:hover {
    border-color: #5e5e5e;
  }

  .xl\:hover\:border-grey2:hover {
    border-color: #d8d8d8;
  }

  .xl\:hover\:border-grey3:hover {
    border-color: #939fab;
  }

  .xl\:focus\:border-black:focus {
    border-color: #000000;
  }

  .xl\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .xl\:focus\:border-yellow:focus {
    border-color: #fede44;
  }

  .xl\:focus\:border-blue:focus {
    border-color: #3d61e9;
  }

  .xl\:focus\:border-red:focus {
    border-color: #ff485e;
  }

  .xl\:focus\:border-grey:focus {
    border-color: #5e5e5e;
  }

  .xl\:focus\:border-grey2:focus {
    border-color: #d8d8d8;
  }

  .xl\:focus\:border-grey3:focus {
    border-color: #939fab;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:rounded {
    border-radius: 0.25rem;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-1 {
    border-width: 1px;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-10 {
    border-width: 10px;
  }

  .xl\:border-t-1 {
    border-top-width: 1px;
  }

  .xl\:border-r-1 {
    border-right-width: 1px;
  }

  .xl\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xl\:border-l-1 {
    border-left-width: 1px;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-10 {
    border-top-width: 10px;
  }

  .xl\:border-r-10 {
    border-right-width: 10px;
  }

  .xl\:border-b-10 {
    border-bottom-width: 10px;
  }

  .xl\:border-l-10 {
    border-left-width: 10px;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-text {
    cursor: text;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xl\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xl\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xl\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xl\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .xl\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .xl\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .xl\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .xl\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .xl\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xl\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xl\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xl\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xl\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .xl\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .xl\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .xl\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .xl\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .xl\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .xl\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .xl\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .xl\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .xl\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xl\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xl\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .xl\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xl\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xl\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xl\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xl\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xl\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xl\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .xl\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .xl\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .xl\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .xl\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .xl\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .xl\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .xl\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .xl\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .xl\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-body {
    font-family: 'Tofino Narrow';
  }

  .xl\:font-display {
    font-family: 'Tofino Wide';
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:h-0 {
    height: 0;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-relaxed {
    line-height: 1.625;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:list-inside {
    list-style-position: inside;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-5 {
    margin: 5px;
  }

  .xl\:m-10 {
    margin: 10px;
  }

  .xl\:m-15 {
    margin: 15px;
  }

  .xl\:m-20 {
    margin: 20px;
  }

  .xl\:m-30 {
    margin: 30px;
  }

  .xl\:m-35 {
    margin: 35px;
  }

  .xl\:m-40 {
    margin: 40px;
  }

  .xl\:m-45 {
    margin: 45px;
  }

  .xl\:m-50 {
    margin: 50px;
  }

  .xl\:m-60 {
    margin: 60px;
  }

  .xl\:m-70 {
    margin: 70px;
  }

  .xl\:m-80 {
    margin: 80px;
  }

  .xl\:m-100 {
    margin: 100px;
  }

  .xl\:m-120 {
    margin: 120px;
  }

  .xl\:m-130 {
    margin: 130px;
  }

  .xl\:m-150 {
    margin: 150px;
  }

  .xl\:m-200 {
    margin: 200px;
  }

  .xl\:m-250 {
    margin: 250px;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:-m-20 {
    margin: -20px;
  }

  .xl\:-m-150 {
    margin: -150px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xl\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xl\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xl\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xl\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xl\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xl\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xl\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .xl\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xl\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xl\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xl\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .xl\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xl\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xl\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xl\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xl\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xl\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .xl\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xl\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xl\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xl\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xl\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xl\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xl\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .xl\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .xl\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .xl\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .xl\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xl\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .xl\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xl\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .xl\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-5 {
    margin-top: 5px;
  }

  .xl\:mr-5 {
    margin-right: 5px;
  }

  .xl\:mb-5 {
    margin-bottom: 5px;
  }

  .xl\:ml-5 {
    margin-left: 5px;
  }

  .xl\:mt-10 {
    margin-top: 10px;
  }

  .xl\:mr-10 {
    margin-right: 10px;
  }

  .xl\:mb-10 {
    margin-bottom: 10px;
  }

  .xl\:ml-10 {
    margin-left: 10px;
  }

  .xl\:mt-15 {
    margin-top: 15px;
  }

  .xl\:mr-15 {
    margin-right: 15px;
  }

  .xl\:mb-15 {
    margin-bottom: 15px;
  }

  .xl\:ml-15 {
    margin-left: 15px;
  }

  .xl\:mt-20 {
    margin-top: 20px;
  }

  .xl\:mr-20 {
    margin-right: 20px;
  }

  .xl\:mb-20 {
    margin-bottom: 20px;
  }

  .xl\:ml-20 {
    margin-left: 20px;
  }

  .xl\:mt-30 {
    margin-top: 30px;
  }

  .xl\:mr-30 {
    margin-right: 30px;
  }

  .xl\:mb-30 {
    margin-bottom: 30px;
  }

  .xl\:ml-30 {
    margin-left: 30px;
  }

  .xl\:mt-35 {
    margin-top: 35px;
  }

  .xl\:mr-35 {
    margin-right: 35px;
  }

  .xl\:mb-35 {
    margin-bottom: 35px;
  }

  .xl\:ml-35 {
    margin-left: 35px;
  }

  .xl\:mt-40 {
    margin-top: 40px;
  }

  .xl\:mr-40 {
    margin-right: 40px;
  }

  .xl\:mb-40 {
    margin-bottom: 40px;
  }

  .xl\:ml-40 {
    margin-left: 40px;
  }

  .xl\:mt-45 {
    margin-top: 45px;
  }

  .xl\:mr-45 {
    margin-right: 45px;
  }

  .xl\:mb-45 {
    margin-bottom: 45px;
  }

  .xl\:ml-45 {
    margin-left: 45px;
  }

  .xl\:mt-50 {
    margin-top: 50px;
  }

  .xl\:mr-50 {
    margin-right: 50px;
  }

  .xl\:mb-50 {
    margin-bottom: 50px;
  }

  .xl\:ml-50 {
    margin-left: 50px;
  }

  .xl\:mt-60 {
    margin-top: 60px;
  }

  .xl\:mr-60 {
    margin-right: 60px;
  }

  .xl\:mb-60 {
    margin-bottom: 60px;
  }

  .xl\:ml-60 {
    margin-left: 60px;
  }

  .xl\:mt-70 {
    margin-top: 70px;
  }

  .xl\:mr-70 {
    margin-right: 70px;
  }

  .xl\:mb-70 {
    margin-bottom: 70px;
  }

  .xl\:ml-70 {
    margin-left: 70px;
  }

  .xl\:mt-80 {
    margin-top: 80px;
  }

  .xl\:mr-80 {
    margin-right: 80px;
  }

  .xl\:mb-80 {
    margin-bottom: 80px;
  }

  .xl\:ml-80 {
    margin-left: 80px;
  }

  .xl\:mt-100 {
    margin-top: 100px;
  }

  .xl\:mr-100 {
    margin-right: 100px;
  }

  .xl\:mb-100 {
    margin-bottom: 100px;
  }

  .xl\:ml-100 {
    margin-left: 100px;
  }

  .xl\:mt-120 {
    margin-top: 120px;
  }

  .xl\:mr-120 {
    margin-right: 120px;
  }

  .xl\:mb-120 {
    margin-bottom: 120px;
  }

  .xl\:ml-120 {
    margin-left: 120px;
  }

  .xl\:mt-130 {
    margin-top: 130px;
  }

  .xl\:mr-130 {
    margin-right: 130px;
  }

  .xl\:mb-130 {
    margin-bottom: 130px;
  }

  .xl\:ml-130 {
    margin-left: 130px;
  }

  .xl\:mt-150 {
    margin-top: 150px;
  }

  .xl\:mr-150 {
    margin-right: 150px;
  }

  .xl\:mb-150 {
    margin-bottom: 150px;
  }

  .xl\:ml-150 {
    margin-left: 150px;
  }

  .xl\:mt-200 {
    margin-top: 200px;
  }

  .xl\:mr-200 {
    margin-right: 200px;
  }

  .xl\:mb-200 {
    margin-bottom: 200px;
  }

  .xl\:ml-200 {
    margin-left: 200px;
  }

  .xl\:mt-250 {
    margin-top: 250px;
  }

  .xl\:mr-250 {
    margin-right: 250px;
  }

  .xl\:mb-250 {
    margin-bottom: 250px;
  }

  .xl\:ml-250 {
    margin-left: 250px;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:-mt-20 {
    margin-top: -20px;
  }

  .xl\:-mr-20 {
    margin-right: -20px;
  }

  .xl\:-mb-20 {
    margin-bottom: -20px;
  }

  .xl\:-ml-20 {
    margin-left: -20px;
  }

  .xl\:-mt-150 {
    margin-top: -150px;
  }

  .xl\:-mr-150 {
    margin-right: -150px;
  }

  .xl\:-mb-150 {
    margin-bottom: -150px;
  }

  .xl\:-ml-150 {
    margin-left: -150px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-200 {
    max-width: 200px;
  }

  .xl\:max-w-360 {
    max-width: 360px;
  }

  .xl\:max-w-500 {
    max-width: 500px;
  }

  .xl\:max-w-606 {
    max-width: 606px;
  }

  .xl\:max-w-620 {
    max-width: 620px;
  }

  .xl\:max-w-696 {
    max-width: 696px;
  }

  .xl\:max-w-720 {
    max-width: 720px;
  }

  .xl\:max-w-740 {
    max-width: 740px;
  }

  .xl\:max-w-800 {
    max-width: 800px;
  }

  .xl\:max-w-880 {
    max-width: 880px;
  }

  .xl\:max-w-960 {
    max-width: 960px;
  }

  .xl\:max-w-1050 {
    max-width: 1050px;
  }

  .xl\:max-w-1200 {
    max-width: 1200px;
  }

  .xl\:max-w-1240 {
    max-width: 1240px;
  }

  .xl\:max-w-1280 {
    max-width: 1280px;
  }

  .xl\:max-w-1360 {
    max-width: 1360px;
  }

  .xl\:max-w-1600 {
    max-width: 1600px;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-75 {
    opacity: 0.75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:outline-none {
    outline: 0;
  }

  .xl\:focus\:outline-none:focus {
    outline: 0;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-10 {
    padding: 10px;
  }

  .xl\:p-12 {
    padding: 12px;
  }

  .xl\:p-15 {
    padding: 15px;
  }

  .xl\:p-20 {
    padding: 20px;
  }

  .xl\:p-25 {
    padding: 25px;
  }

  .xl\:p-30 {
    padding: 30px;
  }

  .xl\:p-35 {
    padding: 35px;
  }

  .xl\:p-40 {
    padding: 40px;
  }

  .xl\:p-50 {
    padding: 50px;
  }

  .xl\:p-60 {
    padding: 60px;
  }

  .xl\:p-65 {
    padding: 65px;
  }

  .xl\:p-70 {
    padding: 70px;
  }

  .xl\:p-75 {
    padding: 75px;
  }

  .xl\:p-80 {
    padding: 80px;
  }

  .xl\:p-100 {
    padding: 100px;
  }

  .xl\:p-120 {
    padding: 120px;
  }

  .xl\:p-125 {
    padding: 125px;
  }

  .xl\:p-150 {
    padding: 150px;
  }

  .xl\:p-160 {
    padding: 160px;
  }

  .xl\:p-200 {
    padding: 200px;
  }

  .xl\:p-250 {
    padding: 250px;
  }

  .xl\:p-300 {
    padding: 300px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xl\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xl\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xl\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xl\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xl\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xl\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xl\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xl\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .xl\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .xl\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xl\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xl\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .xl\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .xl\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xl\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xl\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xl\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xl\:py-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .xl\:px-125 {
    padding-left: 125px;
    padding-right: 125px;
  }

  .xl\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xl\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .xl\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .xl\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .xl\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xl\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xl\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xl\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xl\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .xl\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

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

  .xl\:pr-10 {
    padding-right: 10px;
  }

  .xl\:pb-10 {
    padding-bottom: 10px;
  }

  .xl\:pl-10 {
    padding-left: 10px;
  }

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

  .xl\:pr-12 {
    padding-right: 12px;
  }

  .xl\:pb-12 {
    padding-bottom: 12px;
  }

  .xl\:pl-12 {
    padding-left: 12px;
  }

  .xl\:pt-15 {
    padding-top: 15px;
  }

  .xl\:pr-15 {
    padding-right: 15px;
  }

  .xl\:pb-15 {
    padding-bottom: 15px;
  }

  .xl\:pl-15 {
    padding-left: 15px;
  }

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

  .xl\:pr-20 {
    padding-right: 20px;
  }

  .xl\:pb-20 {
    padding-bottom: 20px;
  }

  .xl\:pl-20 {
    padding-left: 20px;
  }

  .xl\:pt-25 {
    padding-top: 25px;
  }

  .xl\:pr-25 {
    padding-right: 25px;
  }

  .xl\:pb-25 {
    padding-bottom: 25px;
  }

  .xl\:pl-25 {
    padding-left: 25px;
  }

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

  .xl\:pr-30 {
    padding-right: 30px;
  }

  .xl\:pb-30 {
    padding-bottom: 30px;
  }

  .xl\:pl-30 {
    padding-left: 30px;
  }

  .xl\:pt-35 {
    padding-top: 35px;
  }

  .xl\:pr-35 {
    padding-right: 35px;
  }

  .xl\:pb-35 {
    padding-bottom: 35px;
  }

  .xl\:pl-35 {
    padding-left: 35px;
  }

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

  .xl\:pr-40 {
    padding-right: 40px;
  }

  .xl\:pb-40 {
    padding-bottom: 40px;
  }

  .xl\:pl-40 {
    padding-left: 40px;
  }

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

  .xl\:pr-50 {
    padding-right: 50px;
  }

  .xl\:pb-50 {
    padding-bottom: 50px;
  }

  .xl\:pl-50 {
    padding-left: 50px;
  }

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

  .xl\:pr-60 {
    padding-right: 60px;
  }

  .xl\:pb-60 {
    padding-bottom: 60px;
  }

  .xl\:pl-60 {
    padding-left: 60px;
  }

  .xl\:pt-65 {
    padding-top: 65px;
  }

  .xl\:pr-65 {
    padding-right: 65px;
  }

  .xl\:pb-65 {
    padding-bottom: 65px;
  }

  .xl\:pl-65 {
    padding-left: 65px;
  }

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

  .xl\:pr-70 {
    padding-right: 70px;
  }

  .xl\:pb-70 {
    padding-bottom: 70px;
  }

  .xl\:pl-70 {
    padding-left: 70px;
  }

  .xl\:pt-75 {
    padding-top: 75px;
  }

  .xl\:pr-75 {
    padding-right: 75px;
  }

  .xl\:pb-75 {
    padding-bottom: 75px;
  }

  .xl\:pl-75 {
    padding-left: 75px;
  }

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

  .xl\:pr-80 {
    padding-right: 80px;
  }

  .xl\:pb-80 {
    padding-bottom: 80px;
  }

  .xl\:pl-80 {
    padding-left: 80px;
  }

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

  .xl\:pr-100 {
    padding-right: 100px;
  }

  .xl\:pb-100 {
    padding-bottom: 100px;
  }

  .xl\:pl-100 {
    padding-left: 100px;
  }

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

  .xl\:pr-120 {
    padding-right: 120px;
  }

  .xl\:pb-120 {
    padding-bottom: 120px;
  }

  .xl\:pl-120 {
    padding-left: 120px;
  }

  .xl\:pt-125 {
    padding-top: 125px;
  }

  .xl\:pr-125 {
    padding-right: 125px;
  }

  .xl\:pb-125 {
    padding-bottom: 125px;
  }

  .xl\:pl-125 {
    padding-left: 125px;
  }

  .xl\:pt-150 {
    padding-top: 150px;
  }

  .xl\:pr-150 {
    padding-right: 150px;
  }

  .xl\:pb-150 {
    padding-bottom: 150px;
  }

  .xl\:pl-150 {
    padding-left: 150px;
  }

  .xl\:pt-160 {
    padding-top: 160px;
  }

  .xl\:pr-160 {
    padding-right: 160px;
  }

  .xl\:pb-160 {
    padding-bottom: 160px;
  }

  .xl\:pl-160 {
    padding-left: 160px;
  }

  .xl\:pt-200 {
    padding-top: 200px;
  }

  .xl\:pr-200 {
    padding-right: 200px;
  }

  .xl\:pb-200 {
    padding-bottom: 200px;
  }

  .xl\:pl-200 {
    padding-left: 200px;
  }

  .xl\:pt-250 {
    padding-top: 250px;
  }

  .xl\:pr-250 {
    padding-right: 250px;
  }

  .xl\:pb-250 {
    padding-bottom: 250px;
  }

  .xl\:pl-250 {
    padding-left: 250px;
  }

  .xl\:pt-300 {
    padding-top: 300px;
  }

  .xl\:pr-300 {
    padding-right: 300px;
  }

  .xl\:pb-300 {
    padding-bottom: 300px;
  }

  .xl\:pl-300 {
    padding-left: 300px;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xl\:top-0 {
    top: 0;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:bottom-0 {
    bottom: 0;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow {
    -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);
  }

  .xl\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:hover\:shadow:hover {
    -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);
  }

  .xl\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:focus\:shadow:focus {
    -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);
  }

  .xl\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-black {
    color: #000000;
  }

  .xl\:text-white {
    color: #ffffff;
  }

  .xl\:text-yellow {
    color: #fede44;
  }

  .xl\:text-blue {
    color: #3d61e9;
  }

  .xl\:text-red {
    color: #ff485e;
  }

  .xl\:text-grey {
    color: #5e5e5e;
  }

  .xl\:text-grey2 {
    color: #d8d8d8;
  }

  .xl\:text-grey3 {
    color: #939fab;
  }

  .xl\:hover\:text-black:hover {
    color: #000000;
  }

  .xl\:hover\:text-white:hover {
    color: #ffffff;
  }

  .xl\:hover\:text-yellow:hover {
    color: #fede44;
  }

  .xl\:hover\:text-blue:hover {
    color: #3d61e9;
  }

  .xl\:hover\:text-red:hover {
    color: #ff485e;
  }

  .xl\:hover\:text-grey:hover {
    color: #5e5e5e;
  }

  .xl\:hover\:text-grey2:hover {
    color: #d8d8d8;
  }

  .xl\:hover\:text-grey3:hover {
    color: #939fab;
  }

  .xl\:focus\:text-black:focus {
    color: #000000;
  }

  .xl\:focus\:text-white:focus {
    color: #ffffff;
  }

  .xl\:focus\:text-yellow:focus {
    color: #fede44;
  }

  .xl\:focus\:text-blue:focus {
    color: #3d61e9;
  }

  .xl\:focus\:text-red:focus {
    color: #ff485e;
  }

  .xl\:focus\:text-grey:focus {
    color: #5e5e5e;
  }

  .xl\:focus\:text-grey2:focus {
    color: #d8d8d8;
  }

  .xl\:focus\:text-grey3:focus {
    color: #939fab;
  }

  .xl\:text-13 {
    font-size: 13px;
  }

  .xl\:text-22 {
    font-size: 22px;
  }

  .xl\:text-30 {
    font-size: 30px;
  }

  .xl\:text-32 {
    font-size: 32px;
  }

  .xl\:text-35 {
    font-size: 35px;
  }

  .xl\:text-58 {
    font-size: 58px;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

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

  .xl\:w-0 {
    width: 0;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-2\/6 {
    width: 33.33333%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-1\/12 {
    width: 8.33333%;
  }

  .xl\:w-2\/12 {
    width: 16.66667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.33333%;
  }

  .xl\:w-5\/12 {
    width: 41.66667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.33333%;
  }

  .xl\:w-8\/12 {
    width: 66.66667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.33333%;
  }

  .xl\:w-11\/12 {
    width: 91.66667%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1360px) {
  .container {
    max-width: 1360px;
  }
  .xxl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xxl\:bg-fixed {
    background-attachment: fixed;
  }

  .xxl\:bg-local {
    background-attachment: local;
  }

  .xxl\:bg-scroll {
    background-attachment: scroll;
  }

  .xxl\:bg-black {
    background-color: #000000;
  }

  .xxl\:bg-white {
    background-color: #ffffff;
  }

  .xxl\:bg-yellow {
    background-color: #fede44;
  }

  .xxl\:bg-blue {
    background-color: #3d61e9;
  }

  .xxl\:bg-red {
    background-color: #ff485e;
  }

  .xxl\:bg-grey {
    background-color: #5e5e5e;
  }

  .xxl\:bg-grey2 {
    background-color: #d8d8d8;
  }

  .xxl\:bg-grey3 {
    background-color: #939fab;
  }

  .xxl\:hover\:bg-black:hover {
    background-color: #000000;
  }

  .xxl\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  .xxl\:hover\:bg-yellow:hover {
    background-color: #fede44;
  }

  .xxl\:hover\:bg-blue:hover {
    background-color: #3d61e9;
  }

  .xxl\:hover\:bg-red:hover {
    background-color: #ff485e;
  }

  .xxl\:hover\:bg-grey:hover {
    background-color: #5e5e5e;
  }

  .xxl\:hover\:bg-grey2:hover {
    background-color: #d8d8d8;
  }

  .xxl\:hover\:bg-grey3:hover {
    background-color: #939fab;
  }

  .xxl\:focus\:bg-black:focus {
    background-color: #000000;
  }

  .xxl\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .xxl\:focus\:bg-yellow:focus {
    background-color: #fede44;
  }

  .xxl\:focus\:bg-blue:focus {
    background-color: #3d61e9;
  }

  .xxl\:focus\:bg-red:focus {
    background-color: #ff485e;
  }

  .xxl\:focus\:bg-grey:focus {
    background-color: #5e5e5e;
  }

  .xxl\:focus\:bg-grey2:focus {
    background-color: #d8d8d8;
  }

  .xxl\:focus\:bg-grey3:focus {
    background-color: #939fab;
  }

  .xxl\:bg-bottom {
    background-position: bottom;
  }

  .xxl\:bg-center {
    background-position: center;
  }

  .xxl\:bg-left {
    background-position: left;
  }

  .xxl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xxl\:bg-left-top {
    background-position: left top;
  }

  .xxl\:bg-right {
    background-position: right;
  }

  .xxl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xxl\:bg-right-top {
    background-position: right top;
  }

  .xxl\:bg-top {
    background-position: top;
  }

  .xxl\:bg-repeat {
    background-repeat: repeat;
  }

  .xxl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xxl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xxl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xxl\:bg-repeat-round {
    background-repeat: round;
  }

  .xxl\:bg-repeat-space {
    background-repeat: space;
  }

  .xxl\:bg-auto {
    background-size: auto;
  }

  .xxl\:bg-cover {
    background-size: cover;
  }

  .xxl\:bg-contain {
    background-size: contain;
  }

  .xxl\:border-collapse {
    border-collapse: collapse;
  }

  .xxl\:border-separate {
    border-collapse: separate;
  }

  .xxl\:border-black {
    border-color: #000000;
  }

  .xxl\:border-white {
    border-color: #ffffff;
  }

  .xxl\:border-yellow {
    border-color: #fede44;
  }

  .xxl\:border-blue {
    border-color: #3d61e9;
  }

  .xxl\:border-red {
    border-color: #ff485e;
  }

  .xxl\:border-grey {
    border-color: #5e5e5e;
  }

  .xxl\:border-grey2 {
    border-color: #d8d8d8;
  }

  .xxl\:border-grey3 {
    border-color: #939fab;
  }

  .xxl\:hover\:border-black:hover {
    border-color: #000000;
  }

  .xxl\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .xxl\:hover\:border-yellow:hover {
    border-color: #fede44;
  }

  .xxl\:hover\:border-blue:hover {
    border-color: #3d61e9;
  }

  .xxl\:hover\:border-red:hover {
    border-color: #ff485e;
  }

  .xxl\:hover\:border-grey:hover {
    border-color: #5e5e5e;
  }

  .xxl\:hover\:border-grey2:hover {
    border-color: #d8d8d8;
  }

  .xxl\:hover\:border-grey3:hover {
    border-color: #939fab;
  }

  .xxl\:focus\:border-black:focus {
    border-color: #000000;
  }

  .xxl\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .xxl\:focus\:border-yellow:focus {
    border-color: #fede44;
  }

  .xxl\:focus\:border-blue:focus {
    border-color: #3d61e9;
  }

  .xxl\:focus\:border-red:focus {
    border-color: #ff485e;
  }

  .xxl\:focus\:border-grey:focus {
    border-color: #5e5e5e;
  }

  .xxl\:focus\:border-grey2:focus {
    border-color: #d8d8d8;
  }

  .xxl\:focus\:border-grey3:focus {
    border-color: #939fab;
  }

  .xxl\:rounded-none {
    border-radius: 0;
  }

  .xxl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xxl\:rounded {
    border-radius: 0.25rem;
  }

  .xxl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xxl\:rounded-full {
    border-radius: 9999px;
  }

  .xxl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xxl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xxl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xxl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xxl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xxl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xxl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xxl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xxl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xxl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xxl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xxl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xxl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xxl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xxl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xxl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xxl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xxl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xxl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xxl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xxl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xxl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xxl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xxl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xxl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xxl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xxl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xxl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xxl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xxl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xxl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xxl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xxl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xxl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xxl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xxl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xxl\:border-solid {
    border-style: solid;
  }

  .xxl\:border-dashed {
    border-style: dashed;
  }

  .xxl\:border-dotted {
    border-style: dotted;
  }

  .xxl\:border-none {
    border-style: none;
  }

  .xxl\:border-1 {
    border-width: 1px;
  }

  .xxl\:border-2 {
    border-width: 2px;
  }

  .xxl\:border-4 {
    border-width: 4px;
  }

  .xxl\:border-10 {
    border-width: 10px;
  }

  .xxl\:border-t-1 {
    border-top-width: 1px;
  }

  .xxl\:border-r-1 {
    border-right-width: 1px;
  }

  .xxl\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xxl\:border-l-1 {
    border-left-width: 1px;
  }

  .xxl\:border-t-2 {
    border-top-width: 2px;
  }

  .xxl\:border-r-2 {
    border-right-width: 2px;
  }

  .xxl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xxl\:border-l-2 {
    border-left-width: 2px;
  }

  .xxl\:border-t-4 {
    border-top-width: 4px;
  }

  .xxl\:border-r-4 {
    border-right-width: 4px;
  }

  .xxl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xxl\:border-l-4 {
    border-left-width: 4px;
  }

  .xxl\:border-t-10 {
    border-top-width: 10px;
  }

  .xxl\:border-r-10 {
    border-right-width: 10px;
  }

  .xxl\:border-b-10 {
    border-bottom-width: 10px;
  }

  .xxl\:border-l-10 {
    border-left-width: 10px;
  }

  .xxl\:cursor-auto {
    cursor: auto;
  }

  .xxl\:cursor-default {
    cursor: default;
  }

  .xxl\:cursor-pointer {
    cursor: pointer;
  }

  .xxl\:cursor-wait {
    cursor: wait;
  }

  .xxl\:cursor-text {
    cursor: text;
  }

  .xxl\:cursor-move {
    cursor: move;
  }

  .xxl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxl\:block {
    display: block;
  }

  .xxl\:inline-block {
    display: inline-block;
  }

  .xxl\:inline {
    display: inline;
  }

  .xxl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xxl\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xxl\:table {
    display: table;
  }

  .xxl\:table-row {
    display: table-row;
  }

  .xxl\:table-cell {
    display: table-cell;
  }

  .xxl\:hidden {
    display: none;
  }

  .xxl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xxl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xxl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xxl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xxl\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xxl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xxl\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xxl\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xxl\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xxl\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xxl\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xxl\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xxl\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .xxl\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .xxl\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .xxl\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .xxl\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .xxl\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xxl\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xxl\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xxl\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xxl\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .xxl\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .xxl\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .xxl\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .xxl\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .xxl\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .xxl\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .xxl\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .xxl\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .xxl\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .xxl\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xxl\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xxl\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .xxl\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xxl\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xxl\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xxl\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xxl\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xxl\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xxl\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .xxl\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .xxl\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .xxl\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .xxl\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .xxl\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .xxl\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .xxl\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .xxl\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .xxl\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .xxl\:float-right {
    float: right;
  }

  .xxl\:float-left {
    float: left;
  }

  .xxl\:float-none {
    float: none;
  }

  .xxl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xxl\:font-body {
    font-family: 'Tofino Narrow';
  }

  .xxl\:font-display {
    font-family: 'Tofino Wide';
  }

  .xxl\:font-hairline {
    font-weight: 100;
  }

  .xxl\:font-thin {
    font-weight: 200;
  }

  .xxl\:font-light {
    font-weight: 300;
  }

  .xxl\:font-normal {
    font-weight: 400;
  }

  .xxl\:font-medium {
    font-weight: 500;
  }

  .xxl\:font-semibold {
    font-weight: 600;
  }

  .xxl\:font-bold {
    font-weight: 700;
  }

  .xxl\:font-extrabold {
    font-weight: 800;
  }

  .xxl\:font-black {
    font-weight: 900;
  }

  .xxl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xxl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xxl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xxl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xxl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xxl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xxl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xxl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xxl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xxl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xxl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xxl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xxl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xxl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xxl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xxl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xxl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xxl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xxl\:h-0 {
    height: 0;
  }

  .xxl\:h-1 {
    height: 0.25rem;
  }

  .xxl\:h-2 {
    height: 0.5rem;
  }

  .xxl\:h-3 {
    height: 0.75rem;
  }

  .xxl\:h-4 {
    height: 1rem;
  }

  .xxl\:h-5 {
    height: 1.25rem;
  }

  .xxl\:h-6 {
    height: 1.5rem;
  }

  .xxl\:h-8 {
    height: 2rem;
  }

  .xxl\:h-10 {
    height: 2.5rem;
  }

  .xxl\:h-12 {
    height: 3rem;
  }

  .xxl\:h-16 {
    height: 4rem;
  }

  .xxl\:h-20 {
    height: 5rem;
  }

  .xxl\:h-24 {
    height: 6rem;
  }

  .xxl\:h-32 {
    height: 8rem;
  }

  .xxl\:h-40 {
    height: 10rem;
  }

  .xxl\:h-48 {
    height: 12rem;
  }

  .xxl\:h-56 {
    height: 14rem;
  }

  .xxl\:h-64 {
    height: 16rem;
  }

  .xxl\:h-auto {
    height: auto;
  }

  .xxl\:h-px {
    height: 1px;
  }

  .xxl\:h-full {
    height: 100%;
  }

  .xxl\:h-screen {
    height: 100vh;
  }

  .xxl\:leading-none {
    line-height: 1;
  }

  .xxl\:leading-tight {
    line-height: 1.25;
  }

  .xxl\:leading-snug {
    line-height: 1.375;
  }

  .xxl\:leading-normal {
    line-height: 1.5;
  }

  .xxl\:leading-relaxed {
    line-height: 1.625;
  }

  .xxl\:leading-loose {
    line-height: 2;
  }

  .xxl\:list-inside {
    list-style-position: inside;
  }

  .xxl\:list-outside {
    list-style-position: outside;
  }

  .xxl\:list-none {
    list-style-type: none;
  }

  .xxl\:list-disc {
    list-style-type: disc;
  }

  .xxl\:list-decimal {
    list-style-type: decimal;
  }

  .xxl\:m-0 {
    margin: 0;
  }

  .xxl\:m-5 {
    margin: 5px;
  }

  .xxl\:m-10 {
    margin: 10px;
  }

  .xxl\:m-15 {
    margin: 15px;
  }

  .xxl\:m-20 {
    margin: 20px;
  }

  .xxl\:m-30 {
    margin: 30px;
  }

  .xxl\:m-35 {
    margin: 35px;
  }

  .xxl\:m-40 {
    margin: 40px;
  }

  .xxl\:m-45 {
    margin: 45px;
  }

  .xxl\:m-50 {
    margin: 50px;
  }

  .xxl\:m-60 {
    margin: 60px;
  }

  .xxl\:m-70 {
    margin: 70px;
  }

  .xxl\:m-80 {
    margin: 80px;
  }

  .xxl\:m-100 {
    margin: 100px;
  }

  .xxl\:m-120 {
    margin: 120px;
  }

  .xxl\:m-130 {
    margin: 130px;
  }

  .xxl\:m-150 {
    margin: 150px;
  }

  .xxl\:m-200 {
    margin: 200px;
  }

  .xxl\:m-250 {
    margin: 250px;
  }

  .xxl\:m-auto {
    margin: auto;
  }

  .xxl\:-m-20 {
    margin: -20px;
  }

  .xxl\:-m-150 {
    margin: -150px;
  }

  .xxl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xxl\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xxl\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xxl\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xxl\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xxl\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xxl\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xxl\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xxl\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xxl\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xxl\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xxl\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .xxl\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xxl\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xxl\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xxl\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .xxl\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xxl\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xxl\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xxl\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xxl\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xxl\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .xxl\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xxl\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xxl\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xxl\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xxl\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xxl\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xxl\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .xxl\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .xxl\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .xxl\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .xxl\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xxl\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .xxl\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xxl\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xxl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xxl\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xxl\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .xxl\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .xxl\:mt-0 {
    margin-top: 0;
  }

  .xxl\:mr-0 {
    margin-right: 0;
  }

  .xxl\:mb-0 {
    margin-bottom: 0;
  }

  .xxl\:ml-0 {
    margin-left: 0;
  }

  .xxl\:mt-5 {
    margin-top: 5px;
  }

  .xxl\:mr-5 {
    margin-right: 5px;
  }

  .xxl\:mb-5 {
    margin-bottom: 5px;
  }

  .xxl\:ml-5 {
    margin-left: 5px;
  }

  .xxl\:mt-10 {
    margin-top: 10px;
  }

  .xxl\:mr-10 {
    margin-right: 10px;
  }

  .xxl\:mb-10 {
    margin-bottom: 10px;
  }

  .xxl\:ml-10 {
    margin-left: 10px;
  }

  .xxl\:mt-15 {
    margin-top: 15px;
  }

  .xxl\:mr-15 {
    margin-right: 15px;
  }

  .xxl\:mb-15 {
    margin-bottom: 15px;
  }

  .xxl\:ml-15 {
    margin-left: 15px;
  }

  .xxl\:mt-20 {
    margin-top: 20px;
  }

  .xxl\:mr-20 {
    margin-right: 20px;
  }

  .xxl\:mb-20 {
    margin-bottom: 20px;
  }

  .xxl\:ml-20 {
    margin-left: 20px;
  }

  .xxl\:mt-30 {
    margin-top: 30px;
  }

  .xxl\:mr-30 {
    margin-right: 30px;
  }

  .xxl\:mb-30 {
    margin-bottom: 30px;
  }

  .xxl\:ml-30 {
    margin-left: 30px;
  }

  .xxl\:mt-35 {
    margin-top: 35px;
  }

  .xxl\:mr-35 {
    margin-right: 35px;
  }

  .xxl\:mb-35 {
    margin-bottom: 35px;
  }

  .xxl\:ml-35 {
    margin-left: 35px;
  }

  .xxl\:mt-40 {
    margin-top: 40px;
  }

  .xxl\:mr-40 {
    margin-right: 40px;
  }

  .xxl\:mb-40 {
    margin-bottom: 40px;
  }

  .xxl\:ml-40 {
    margin-left: 40px;
  }

  .xxl\:mt-45 {
    margin-top: 45px;
  }

  .xxl\:mr-45 {
    margin-right: 45px;
  }

  .xxl\:mb-45 {
    margin-bottom: 45px;
  }

  .xxl\:ml-45 {
    margin-left: 45px;
  }

  .xxl\:mt-50 {
    margin-top: 50px;
  }

  .xxl\:mr-50 {
    margin-right: 50px;
  }

  .xxl\:mb-50 {
    margin-bottom: 50px;
  }

  .xxl\:ml-50 {
    margin-left: 50px;
  }

  .xxl\:mt-60 {
    margin-top: 60px;
  }

  .xxl\:mr-60 {
    margin-right: 60px;
  }

  .xxl\:mb-60 {
    margin-bottom: 60px;
  }

  .xxl\:ml-60 {
    margin-left: 60px;
  }

  .xxl\:mt-70 {
    margin-top: 70px;
  }

  .xxl\:mr-70 {
    margin-right: 70px;
  }

  .xxl\:mb-70 {
    margin-bottom: 70px;
  }

  .xxl\:ml-70 {
    margin-left: 70px;
  }

  .xxl\:mt-80 {
    margin-top: 80px;
  }

  .xxl\:mr-80 {
    margin-right: 80px;
  }

  .xxl\:mb-80 {
    margin-bottom: 80px;
  }

  .xxl\:ml-80 {
    margin-left: 80px;
  }

  .xxl\:mt-100 {
    margin-top: 100px;
  }

  .xxl\:mr-100 {
    margin-right: 100px;
  }

  .xxl\:mb-100 {
    margin-bottom: 100px;
  }

  .xxl\:ml-100 {
    margin-left: 100px;
  }

  .xxl\:mt-120 {
    margin-top: 120px;
  }

  .xxl\:mr-120 {
    margin-right: 120px;
  }

  .xxl\:mb-120 {
    margin-bottom: 120px;
  }

  .xxl\:ml-120 {
    margin-left: 120px;
  }

  .xxl\:mt-130 {
    margin-top: 130px;
  }

  .xxl\:mr-130 {
    margin-right: 130px;
  }

  .xxl\:mb-130 {
    margin-bottom: 130px;
  }

  .xxl\:ml-130 {
    margin-left: 130px;
  }

  .xxl\:mt-150 {
    margin-top: 150px;
  }

  .xxl\:mr-150 {
    margin-right: 150px;
  }

  .xxl\:mb-150 {
    margin-bottom: 150px;
  }

  .xxl\:ml-150 {
    margin-left: 150px;
  }

  .xxl\:mt-200 {
    margin-top: 200px;
  }

  .xxl\:mr-200 {
    margin-right: 200px;
  }

  .xxl\:mb-200 {
    margin-bottom: 200px;
  }

  .xxl\:ml-200 {
    margin-left: 200px;
  }

  .xxl\:mt-250 {
    margin-top: 250px;
  }

  .xxl\:mr-250 {
    margin-right: 250px;
  }

  .xxl\:mb-250 {
    margin-bottom: 250px;
  }

  .xxl\:ml-250 {
    margin-left: 250px;
  }

  .xxl\:mt-auto {
    margin-top: auto;
  }

  .xxl\:mr-auto {
    margin-right: auto;
  }

  .xxl\:mb-auto {
    margin-bottom: auto;
  }

  .xxl\:ml-auto {
    margin-left: auto;
  }

  .xxl\:-mt-20 {
    margin-top: -20px;
  }

  .xxl\:-mr-20 {
    margin-right: -20px;
  }

  .xxl\:-mb-20 {
    margin-bottom: -20px;
  }

  .xxl\:-ml-20 {
    margin-left: -20px;
  }

  .xxl\:-mt-150 {
    margin-top: -150px;
  }

  .xxl\:-mr-150 {
    margin-right: -150px;
  }

  .xxl\:-mb-150 {
    margin-bottom: -150px;
  }

  .xxl\:-ml-150 {
    margin-left: -150px;
  }

  .xxl\:max-h-full {
    max-height: 100%;
  }

  .xxl\:max-h-screen {
    max-height: 100vh;
  }

  .xxl\:max-w-200 {
    max-width: 200px;
  }

  .xxl\:max-w-360 {
    max-width: 360px;
  }

  .xxl\:max-w-500 {
    max-width: 500px;
  }

  .xxl\:max-w-606 {
    max-width: 606px;
  }

  .xxl\:max-w-620 {
    max-width: 620px;
  }

  .xxl\:max-w-696 {
    max-width: 696px;
  }

  .xxl\:max-w-720 {
    max-width: 720px;
  }

  .xxl\:max-w-740 {
    max-width: 740px;
  }

  .xxl\:max-w-800 {
    max-width: 800px;
  }

  .xxl\:max-w-880 {
    max-width: 880px;
  }

  .xxl\:max-w-960 {
    max-width: 960px;
  }

  .xxl\:max-w-1050 {
    max-width: 1050px;
  }

  .xxl\:max-w-1200 {
    max-width: 1200px;
  }

  .xxl\:max-w-1240 {
    max-width: 1240px;
  }

  .xxl\:max-w-1280 {
    max-width: 1280px;
  }

  .xxl\:max-w-1360 {
    max-width: 1360px;
  }

  .xxl\:max-w-1600 {
    max-width: 1600px;
  }

  .xxl\:max-w-full {
    max-width: 100%;
  }

  .xxl\:min-h-0 {
    min-height: 0;
  }

  .xxl\:min-h-full {
    min-height: 100%;
  }

  .xxl\:min-h-screen {
    min-height: 100vh;
  }

  .xxl\:min-w-0 {
    min-width: 0;
  }

  .xxl\:min-w-full {
    min-width: 100%;
  }

  .xxl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xxl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xxl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xxl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xxl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xxl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xxl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xxl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xxl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xxl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xxl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xxl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xxl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xxl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xxl\:opacity-0 {
    opacity: 0;
  }

  .xxl\:opacity-25 {
    opacity: 0.25;
  }

  .xxl\:opacity-50 {
    opacity: 0.5;
  }

  .xxl\:opacity-75 {
    opacity: 0.75;
  }

  .xxl\:opacity-100 {
    opacity: 1;
  }

  .xxl\:outline-none {
    outline: 0;
  }

  .xxl\:focus\:outline-none:focus {
    outline: 0;
  }

  .xxl\:overflow-auto {
    overflow: auto;
  }

  .xxl\:overflow-hidden {
    overflow: hidden;
  }

  .xxl\:overflow-visible {
    overflow: visible;
  }

  .xxl\:overflow-scroll {
    overflow: scroll;
  }

  .xxl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xxl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xxl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xxl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xxl\:p-0 {
    padding: 0;
  }

  .xxl\:p-10 {
    padding: 10px;
  }

  .xxl\:p-12 {
    padding: 12px;
  }

  .xxl\:p-15 {
    padding: 15px;
  }

  .xxl\:p-20 {
    padding: 20px;
  }

  .xxl\:p-25 {
    padding: 25px;
  }

  .xxl\:p-30 {
    padding: 30px;
  }

  .xxl\:p-35 {
    padding: 35px;
  }

  .xxl\:p-40 {
    padding: 40px;
  }

  .xxl\:p-50 {
    padding: 50px;
  }

  .xxl\:p-60 {
    padding: 60px;
  }

  .xxl\:p-65 {
    padding: 65px;
  }

  .xxl\:p-70 {
    padding: 70px;
  }

  .xxl\:p-75 {
    padding: 75px;
  }

  .xxl\:p-80 {
    padding: 80px;
  }

  .xxl\:p-100 {
    padding: 100px;
  }

  .xxl\:p-120 {
    padding: 120px;
  }

  .xxl\:p-125 {
    padding: 125px;
  }

  .xxl\:p-150 {
    padding: 150px;
  }

  .xxl\:p-160 {
    padding: 160px;
  }

  .xxl\:p-200 {
    padding: 200px;
  }

  .xxl\:p-250 {
    padding: 250px;
  }

  .xxl\:p-300 {
    padding: 300px;
  }

  .xxl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xxl\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xxl\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xxl\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xxl\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xxl\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xxl\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xxl\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xxl\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xxl\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xxl\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xxl\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xxl\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xxl\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xxl\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xxl\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xxl\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xxl\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xxl\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xxl\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .xxl\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .xxl\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xxl\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xxl\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .xxl\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .xxl\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xxl\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xxl\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xxl\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xxl\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xxl\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xxl\:py-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .xxl\:px-125 {
    padding-left: 125px;
    padding-right: 125px;
  }

  .xxl\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xxl\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .xxl\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .xxl\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .xxl\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xxl\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xxl\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xxl\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xxl\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .xxl\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .xxl\:pt-0 {
    padding-top: 0;
  }

  .xxl\:pr-0 {
    padding-right: 0;
  }

  .xxl\:pb-0 {
    padding-bottom: 0;
  }

  .xxl\:pl-0 {
    padding-left: 0;
  }

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

  .xxl\:pr-10 {
    padding-right: 10px;
  }

  .xxl\:pb-10 {
    padding-bottom: 10px;
  }

  .xxl\:pl-10 {
    padding-left: 10px;
  }

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

  .xxl\:pr-12 {
    padding-right: 12px;
  }

  .xxl\:pb-12 {
    padding-bottom: 12px;
  }

  .xxl\:pl-12 {
    padding-left: 12px;
  }

  .xxl\:pt-15 {
    padding-top: 15px;
  }

  .xxl\:pr-15 {
    padding-right: 15px;
  }

  .xxl\:pb-15 {
    padding-bottom: 15px;
  }

  .xxl\:pl-15 {
    padding-left: 15px;
  }

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

  .xxl\:pr-20 {
    padding-right: 20px;
  }

  .xxl\:pb-20 {
    padding-bottom: 20px;
  }

  .xxl\:pl-20 {
    padding-left: 20px;
  }

  .xxl\:pt-25 {
    padding-top: 25px;
  }

  .xxl\:pr-25 {
    padding-right: 25px;
  }

  .xxl\:pb-25 {
    padding-bottom: 25px;
  }

  .xxl\:pl-25 {
    padding-left: 25px;
  }

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

  .xxl\:pr-30 {
    padding-right: 30px;
  }

  .xxl\:pb-30 {
    padding-bottom: 30px;
  }

  .xxl\:pl-30 {
    padding-left: 30px;
  }

  .xxl\:pt-35 {
    padding-top: 35px;
  }

  .xxl\:pr-35 {
    padding-right: 35px;
  }

  .xxl\:pb-35 {
    padding-bottom: 35px;
  }

  .xxl\:pl-35 {
    padding-left: 35px;
  }

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

  .xxl\:pr-40 {
    padding-right: 40px;
  }

  .xxl\:pb-40 {
    padding-bottom: 40px;
  }

  .xxl\:pl-40 {
    padding-left: 40px;
  }

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

  .xxl\:pr-50 {
    padding-right: 50px;
  }

  .xxl\:pb-50 {
    padding-bottom: 50px;
  }

  .xxl\:pl-50 {
    padding-left: 50px;
  }

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

  .xxl\:pr-60 {
    padding-right: 60px;
  }

  .xxl\:pb-60 {
    padding-bottom: 60px;
  }

  .xxl\:pl-60 {
    padding-left: 60px;
  }

  .xxl\:pt-65 {
    padding-top: 65px;
  }

  .xxl\:pr-65 {
    padding-right: 65px;
  }

  .xxl\:pb-65 {
    padding-bottom: 65px;
  }

  .xxl\:pl-65 {
    padding-left: 65px;
  }

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

  .xxl\:pr-70 {
    padding-right: 70px;
  }

  .xxl\:pb-70 {
    padding-bottom: 70px;
  }

  .xxl\:pl-70 {
    padding-left: 70px;
  }

  .xxl\:pt-75 {
    padding-top: 75px;
  }

  .xxl\:pr-75 {
    padding-right: 75px;
  }

  .xxl\:pb-75 {
    padding-bottom: 75px;
  }

  .xxl\:pl-75 {
    padding-left: 75px;
  }

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

  .xxl\:pr-80 {
    padding-right: 80px;
  }

  .xxl\:pb-80 {
    padding-bottom: 80px;
  }

  .xxl\:pl-80 {
    padding-left: 80px;
  }

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

  .xxl\:pr-100 {
    padding-right: 100px;
  }

  .xxl\:pb-100 {
    padding-bottom: 100px;
  }

  .xxl\:pl-100 {
    padding-left: 100px;
  }

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

  .xxl\:pr-120 {
    padding-right: 120px;
  }

  .xxl\:pb-120 {
    padding-bottom: 120px;
  }

  .xxl\:pl-120 {
    padding-left: 120px;
  }

  .xxl\:pt-125 {
    padding-top: 125px;
  }

  .xxl\:pr-125 {
    padding-right: 125px;
  }

  .xxl\:pb-125 {
    padding-bottom: 125px;
  }

  .xxl\:pl-125 {
    padding-left: 125px;
  }

  .xxl\:pt-150 {
    padding-top: 150px;
  }

  .xxl\:pr-150 {
    padding-right: 150px;
  }

  .xxl\:pb-150 {
    padding-bottom: 150px;
  }

  .xxl\:pl-150 {
    padding-left: 150px;
  }

  .xxl\:pt-160 {
    padding-top: 160px;
  }

  .xxl\:pr-160 {
    padding-right: 160px;
  }

  .xxl\:pb-160 {
    padding-bottom: 160px;
  }

  .xxl\:pl-160 {
    padding-left: 160px;
  }

  .xxl\:pt-200 {
    padding-top: 200px;
  }

  .xxl\:pr-200 {
    padding-right: 200px;
  }

  .xxl\:pb-200 {
    padding-bottom: 200px;
  }

  .xxl\:pl-200 {
    padding-left: 200px;
  }

  .xxl\:pt-250 {
    padding-top: 250px;
  }

  .xxl\:pr-250 {
    padding-right: 250px;
  }

  .xxl\:pb-250 {
    padding-bottom: 250px;
  }

  .xxl\:pl-250 {
    padding-left: 250px;
  }

  .xxl\:pt-300 {
    padding-top: 300px;
  }

  .xxl\:pr-300 {
    padding-right: 300px;
  }

  .xxl\:pb-300 {
    padding-bottom: 300px;
  }

  .xxl\:pl-300 {
    padding-left: 300px;
  }

  .xxl\:pointer-events-none {
    pointer-events: none;
  }

  .xxl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xxl\:static {
    position: static;
  }

  .xxl\:fixed {
    position: fixed;
  }

  .xxl\:absolute {
    position: absolute;
  }

  .xxl\:relative {
    position: relative;
  }

  .xxl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xxl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xxl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xxl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xxl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xxl\:top-0 {
    top: 0;
  }

  .xxl\:right-0 {
    right: 0;
  }

  .xxl\:bottom-0 {
    bottom: 0;
  }

  .xxl\:left-0 {
    left: 0;
  }

  .xxl\:top-auto {
    top: auto;
  }

  .xxl\:right-auto {
    right: auto;
  }

  .xxl\:bottom-auto {
    bottom: auto;
  }

  .xxl\:left-auto {
    left: auto;
  }

  .xxl\:resize-none {
    resize: none;
  }

  .xxl\:resize-y {
    resize: vertical;
  }

  .xxl\:resize-x {
    resize: horizontal;
  }

  .xxl\:resize {
    resize: both;
  }

  .xxl\:shadow {
    -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);
  }

  .xxl\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxl\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxl\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxl\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xxl\:hover\:shadow:hover {
    -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);
  }

  .xxl\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxl\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxl\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxl\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxl\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xxl\:focus\:shadow:focus {
    -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);
  }

  .xxl\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxl\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxl\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxl\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxl\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xxl\:fill-current {
    fill: currentColor;
  }

  .xxl\:stroke-current {
    stroke: currentColor;
  }

  .xxl\:table-auto {
    table-layout: auto;
  }

  .xxl\:table-fixed {
    table-layout: fixed;
  }

  .xxl\:text-left {
    text-align: left;
  }

  .xxl\:text-center {
    text-align: center;
  }

  .xxl\:text-right {
    text-align: right;
  }

  .xxl\:text-justify {
    text-align: justify;
  }

  .xxl\:text-black {
    color: #000000;
  }

  .xxl\:text-white {
    color: #ffffff;
  }

  .xxl\:text-yellow {
    color: #fede44;
  }

  .xxl\:text-blue {
    color: #3d61e9;
  }

  .xxl\:text-red {
    color: #ff485e;
  }

  .xxl\:text-grey {
    color: #5e5e5e;
  }

  .xxl\:text-grey2 {
    color: #d8d8d8;
  }

  .xxl\:text-grey3 {
    color: #939fab;
  }

  .xxl\:hover\:text-black:hover {
    color: #000000;
  }

  .xxl\:hover\:text-white:hover {
    color: #ffffff;
  }

  .xxl\:hover\:text-yellow:hover {
    color: #fede44;
  }

  .xxl\:hover\:text-blue:hover {
    color: #3d61e9;
  }

  .xxl\:hover\:text-red:hover {
    color: #ff485e;
  }

  .xxl\:hover\:text-grey:hover {
    color: #5e5e5e;
  }

  .xxl\:hover\:text-grey2:hover {
    color: #d8d8d8;
  }

  .xxl\:hover\:text-grey3:hover {
    color: #939fab;
  }

  .xxl\:focus\:text-black:focus {
    color: #000000;
  }

  .xxl\:focus\:text-white:focus {
    color: #ffffff;
  }

  .xxl\:focus\:text-yellow:focus {
    color: #fede44;
  }

  .xxl\:focus\:text-blue:focus {
    color: #3d61e9;
  }

  .xxl\:focus\:text-red:focus {
    color: #ff485e;
  }

  .xxl\:focus\:text-grey:focus {
    color: #5e5e5e;
  }

  .xxl\:focus\:text-grey2:focus {
    color: #d8d8d8;
  }

  .xxl\:focus\:text-grey3:focus {
    color: #939fab;
  }

  .xxl\:text-13 {
    font-size: 13px;
  }

  .xxl\:text-22 {
    font-size: 22px;
  }

  .xxl\:text-30 {
    font-size: 30px;
  }

  .xxl\:text-32 {
    font-size: 32px;
  }

  .xxl\:text-35 {
    font-size: 35px;
  }

  .xxl\:text-58 {
    font-size: 58px;
  }

  .xxl\:italic {
    font-style: italic;
  }

  .xxl\:not-italic {
    font-style: normal;
  }

  .xxl\:uppercase {
    text-transform: uppercase;
  }

  .xxl\:lowercase {
    text-transform: lowercase;
  }

  .xxl\:capitalize {
    text-transform: capitalize;
  }

  .xxl\:normal-case {
    text-transform: none;
  }

  .xxl\:underline {
    text-decoration: underline;
  }

  .xxl\:line-through {
    text-decoration: line-through;
  }

  .xxl\:no-underline {
    text-decoration: none;
  }

  .xxl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xxl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xxl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xxl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xxl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xxl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xxl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xxl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xxl\:tracking-normal {
    letter-spacing: 0;
  }

  .xxl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xxl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xxl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xxl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xxl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xxl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xxl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xxl\:align-baseline {
    vertical-align: baseline;
  }

  .xxl\:align-top {
    vertical-align: top;
  }

  .xxl\:align-middle {
    vertical-align: middle;
  }

  .xxl\:align-bottom {
    vertical-align: bottom;
  }

  .xxl\:align-text-top {
    vertical-align: text-top;
  }

  .xxl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxl\:visible {
    visibility: visible;
  }

  .xxl\:invisible {
    visibility: hidden;
  }

  .xxl\:whitespace-normal {
    white-space: normal;
  }

  .xxl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xxl\:whitespace-pre {
    white-space: pre;
  }

  .xxl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xxl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xxl\:break-words {
    overflow-wrap: break-word;
  }

  .xxl\:break-all {
    word-break: break-all;
  }

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

  .xxl\:w-0 {
    width: 0;
  }

  .xxl\:w-1 {
    width: 0.25rem;
  }

  .xxl\:w-2 {
    width: 0.5rem;
  }

  .xxl\:w-3 {
    width: 0.75rem;
  }

  .xxl\:w-4 {
    width: 1rem;
  }

  .xxl\:w-5 {
    width: 1.25rem;
  }

  .xxl\:w-6 {
    width: 1.5rem;
  }

  .xxl\:w-8 {
    width: 2rem;
  }

  .xxl\:w-10 {
    width: 2.5rem;
  }

  .xxl\:w-12 {
    width: 3rem;
  }

  .xxl\:w-16 {
    width: 4rem;
  }

  .xxl\:w-20 {
    width: 5rem;
  }

  .xxl\:w-24 {
    width: 6rem;
  }

  .xxl\:w-32 {
    width: 8rem;
  }

  .xxl\:w-40 {
    width: 10rem;
  }

  .xxl\:w-48 {
    width: 12rem;
  }

  .xxl\:w-56 {
    width: 14rem;
  }

  .xxl\:w-64 {
    width: 16rem;
  }

  .xxl\:w-auto {
    width: auto;
  }

  .xxl\:w-px {
    width: 1px;
  }

  .xxl\:w-1\/2 {
    width: 50%;
  }

  .xxl\:w-1\/3 {
    width: 33.33333%;
  }

  .xxl\:w-2\/3 {
    width: 66.66667%;
  }

  .xxl\:w-1\/4 {
    width: 25%;
  }

  .xxl\:w-2\/4 {
    width: 50%;
  }

  .xxl\:w-3\/4 {
    width: 75%;
  }

  .xxl\:w-1\/5 {
    width: 20%;
  }

  .xxl\:w-2\/5 {
    width: 40%;
  }

  .xxl\:w-3\/5 {
    width: 60%;
  }

  .xxl\:w-4\/5 {
    width: 80%;
  }

  .xxl\:w-1\/6 {
    width: 16.66667%;
  }

  .xxl\:w-2\/6 {
    width: 33.33333%;
  }

  .xxl\:w-3\/6 {
    width: 50%;
  }

  .xxl\:w-4\/6 {
    width: 66.66667%;
  }

  .xxl\:w-5\/6 {
    width: 83.33333%;
  }

  .xxl\:w-1\/12 {
    width: 8.33333%;
  }

  .xxl\:w-2\/12 {
    width: 16.66667%;
  }

  .xxl\:w-3\/12 {
    width: 25%;
  }

  .xxl\:w-4\/12 {
    width: 33.33333%;
  }

  .xxl\:w-5\/12 {
    width: 41.66667%;
  }

  .xxl\:w-6\/12 {
    width: 50%;
  }

  .xxl\:w-7\/12 {
    width: 58.33333%;
  }

  .xxl\:w-8\/12 {
    width: 66.66667%;
  }

  .xxl\:w-9\/12 {
    width: 75%;
  }

  .xxl\:w-10\/12 {
    width: 83.33333%;
  }

  .xxl\:w-11\/12 {
    width: 91.66667%;
  }

  .xxl\:w-full {
    width: 100%;
  }

  .xxl\:w-screen {
    width: 100vw;
  }

  .xxl\:z-0 {
    z-index: 0;
  }

  .xxl\:z-10 {
    z-index: 10;
  }

  .xxl\:z-20 {
    z-index: 20;
  }

  .xxl\:z-30 {
    z-index: 30;
  }

  .xxl\:z-40 {
    z-index: 40;
  }

  .xxl\:z-50 {
    z-index: 50;
  }

  .xxl\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1600px) {
  .hero__girl {
    left: 0;
  }
  .hero__boy {
    right: 0;
  }
  .container {
    max-width: 1600px;
  }
  .xxxl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xxxl\:bg-fixed {
    background-attachment: fixed;
  }

  .xxxl\:bg-local {
    background-attachment: local;
  }

  .xxxl\:bg-scroll {
    background-attachment: scroll;
  }

  .xxxl\:bg-black {
    background-color: #000000;
  }

  .xxxl\:bg-white {
    background-color: #ffffff;
  }

  .xxxl\:bg-yellow {
    background-color: #fede44;
  }

  .xxxl\:bg-blue {
    background-color: #3d61e9;
  }

  .xxxl\:bg-red {
    background-color: #ff485e;
  }

  .xxxl\:bg-grey {
    background-color: #5e5e5e;
  }

  .xxxl\:bg-grey2 {
    background-color: #d8d8d8;
  }

  .xxxl\:bg-grey3 {
    background-color: #939fab;
  }

  .xxxl\:hover\:bg-black:hover {
    background-color: #000000;
  }

  .xxxl\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  .xxxl\:hover\:bg-yellow:hover {
    background-color: #fede44;
  }

  .xxxl\:hover\:bg-blue:hover {
    background-color: #3d61e9;
  }

  .xxxl\:hover\:bg-red:hover {
    background-color: #ff485e;
  }

  .xxxl\:hover\:bg-grey:hover {
    background-color: #5e5e5e;
  }

  .xxxl\:hover\:bg-grey2:hover {
    background-color: #d8d8d8;
  }

  .xxxl\:hover\:bg-grey3:hover {
    background-color: #939fab;
  }

  .xxxl\:focus\:bg-black:focus {
    background-color: #000000;
  }

  .xxxl\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .xxxl\:focus\:bg-yellow:focus {
    background-color: #fede44;
  }

  .xxxl\:focus\:bg-blue:focus {
    background-color: #3d61e9;
  }

  .xxxl\:focus\:bg-red:focus {
    background-color: #ff485e;
  }

  .xxxl\:focus\:bg-grey:focus {
    background-color: #5e5e5e;
  }

  .xxxl\:focus\:bg-grey2:focus {
    background-color: #d8d8d8;
  }

  .xxxl\:focus\:bg-grey3:focus {
    background-color: #939fab;
  }

  .xxxl\:bg-bottom {
    background-position: bottom;
  }

  .xxxl\:bg-center {
    background-position: center;
  }

  .xxxl\:bg-left {
    background-position: left;
  }

  .xxxl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xxxl\:bg-left-top {
    background-position: left top;
  }

  .xxxl\:bg-right {
    background-position: right;
  }

  .xxxl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xxxl\:bg-right-top {
    background-position: right top;
  }

  .xxxl\:bg-top {
    background-position: top;
  }

  .xxxl\:bg-repeat {
    background-repeat: repeat;
  }

  .xxxl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xxxl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xxxl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xxxl\:bg-repeat-round {
    background-repeat: round;
  }

  .xxxl\:bg-repeat-space {
    background-repeat: space;
  }

  .xxxl\:bg-auto {
    background-size: auto;
  }

  .xxxl\:bg-cover {
    background-size: cover;
  }

  .xxxl\:bg-contain {
    background-size: contain;
  }

  .xxxl\:border-collapse {
    border-collapse: collapse;
  }

  .xxxl\:border-separate {
    border-collapse: separate;
  }

  .xxxl\:border-black {
    border-color: #000000;
  }

  .xxxl\:border-white {
    border-color: #ffffff;
  }

  .xxxl\:border-yellow {
    border-color: #fede44;
  }

  .xxxl\:border-blue {
    border-color: #3d61e9;
  }

  .xxxl\:border-red {
    border-color: #ff485e;
  }

  .xxxl\:border-grey {
    border-color: #5e5e5e;
  }

  .xxxl\:border-grey2 {
    border-color: #d8d8d8;
  }

  .xxxl\:border-grey3 {
    border-color: #939fab;
  }

  .xxxl\:hover\:border-black:hover {
    border-color: #000000;
  }

  .xxxl\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .xxxl\:hover\:border-yellow:hover {
    border-color: #fede44;
  }

  .xxxl\:hover\:border-blue:hover {
    border-color: #3d61e9;
  }

  .xxxl\:hover\:border-red:hover {
    border-color: #ff485e;
  }

  .xxxl\:hover\:border-grey:hover {
    border-color: #5e5e5e;
  }

  .xxxl\:hover\:border-grey2:hover {
    border-color: #d8d8d8;
  }

  .xxxl\:hover\:border-grey3:hover {
    border-color: #939fab;
  }

  .xxxl\:focus\:border-black:focus {
    border-color: #000000;
  }

  .xxxl\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .xxxl\:focus\:border-yellow:focus {
    border-color: #fede44;
  }

  .xxxl\:focus\:border-blue:focus {
    border-color: #3d61e9;
  }

  .xxxl\:focus\:border-red:focus {
    border-color: #ff485e;
  }

  .xxxl\:focus\:border-grey:focus {
    border-color: #5e5e5e;
  }

  .xxxl\:focus\:border-grey2:focus {
    border-color: #d8d8d8;
  }

  .xxxl\:focus\:border-grey3:focus {
    border-color: #939fab;
  }

  .xxxl\:rounded-none {
    border-radius: 0;
  }

  .xxxl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xxxl\:rounded {
    border-radius: 0.25rem;
  }

  .xxxl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xxxl\:rounded-full {
    border-radius: 9999px;
  }

  .xxxl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xxxl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xxxl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxxl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxxl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xxxl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xxxl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xxxl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xxxl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xxxl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xxxl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xxxl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xxxl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xxxl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xxxl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xxxl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xxxl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xxxl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xxxl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxxl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxxl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xxxl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xxxl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xxxl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xxxl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xxxl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xxxl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xxxl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xxxl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xxxl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xxxl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xxxl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xxxl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xxxl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xxxl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xxxl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xxxl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xxxl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xxxl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xxxl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xxxl\:border-solid {
    border-style: solid;
  }

  .xxxl\:border-dashed {
    border-style: dashed;
  }

  .xxxl\:border-dotted {
    border-style: dotted;
  }

  .xxxl\:border-none {
    border-style: none;
  }

  .xxxl\:border-1 {
    border-width: 1px;
  }

  .xxxl\:border-2 {
    border-width: 2px;
  }

  .xxxl\:border-4 {
    border-width: 4px;
  }

  .xxxl\:border-10 {
    border-width: 10px;
  }

  .xxxl\:border-t-1 {
    border-top-width: 1px;
  }

  .xxxl\:border-r-1 {
    border-right-width: 1px;
  }

  .xxxl\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xxxl\:border-l-1 {
    border-left-width: 1px;
  }

  .xxxl\:border-t-2 {
    border-top-width: 2px;
  }

  .xxxl\:border-r-2 {
    border-right-width: 2px;
  }

  .xxxl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xxxl\:border-l-2 {
    border-left-width: 2px;
  }

  .xxxl\:border-t-4 {
    border-top-width: 4px;
  }

  .xxxl\:border-r-4 {
    border-right-width: 4px;
  }

  .xxxl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xxxl\:border-l-4 {
    border-left-width: 4px;
  }

  .xxxl\:border-t-10 {
    border-top-width: 10px;
  }

  .xxxl\:border-r-10 {
    border-right-width: 10px;
  }

  .xxxl\:border-b-10 {
    border-bottom-width: 10px;
  }

  .xxxl\:border-l-10 {
    border-left-width: 10px;
  }

  .xxxl\:cursor-auto {
    cursor: auto;
  }

  .xxxl\:cursor-default {
    cursor: default;
  }

  .xxxl\:cursor-pointer {
    cursor: pointer;
  }

  .xxxl\:cursor-wait {
    cursor: wait;
  }

  .xxxl\:cursor-text {
    cursor: text;
  }

  .xxxl\:cursor-move {
    cursor: move;
  }

  .xxxl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxxl\:block {
    display: block;
  }

  .xxxl\:inline-block {
    display: inline-block;
  }

  .xxxl\:inline {
    display: inline;
  }

  .xxxl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xxxl\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xxxl\:table {
    display: table;
  }

  .xxxl\:table-row {
    display: table-row;
  }

  .xxxl\:table-cell {
    display: table-cell;
  }

  .xxxl\:hidden {
    display: none;
  }

  .xxxl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xxxl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xxxl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xxxl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xxxl\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xxxl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xxxl\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xxxl\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xxxl\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xxxl\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xxxl\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xxxl\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xxxl\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .xxxl\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .xxxl\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .xxxl\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .xxxl\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .xxxl\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xxxl\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xxxl\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xxxl\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xxxl\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .xxxl\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .xxxl\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .xxxl\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .xxxl\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .xxxl\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .xxxl\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .xxxl\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .xxxl\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .xxxl\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .xxxl\:flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xxxl\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xxxl\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .xxxl\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xxxl\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xxxl\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xxxl\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xxxl\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xxxl\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xxxl\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .xxxl\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .xxxl\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .xxxl\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .xxxl\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .xxxl\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .xxxl\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .xxxl\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999;
  }

  .xxxl\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }

  .xxxl\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .xxxl\:float-right {
    float: right;
  }

  .xxxl\:float-left {
    float: left;
  }

  .xxxl\:float-none {
    float: none;
  }

  .xxxl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xxxl\:font-body {
    font-family: 'Tofino Narrow';
  }

  .xxxl\:font-display {
    font-family: 'Tofino Wide';
  }

  .xxxl\:font-hairline {
    font-weight: 100;
  }

  .xxxl\:font-thin {
    font-weight: 200;
  }

  .xxxl\:font-light {
    font-weight: 300;
  }

  .xxxl\:font-normal {
    font-weight: 400;
  }

  .xxxl\:font-medium {
    font-weight: 500;
  }

  .xxxl\:font-semibold {
    font-weight: 600;
  }

  .xxxl\:font-bold {
    font-weight: 700;
  }

  .xxxl\:font-extrabold {
    font-weight: 800;
  }

  .xxxl\:font-black {
    font-weight: 900;
  }

  .xxxl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xxxl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xxxl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xxxl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xxxl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xxxl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xxxl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xxxl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xxxl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xxxl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xxxl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xxxl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xxxl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xxxl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xxxl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xxxl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xxxl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xxxl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xxxl\:h-0 {
    height: 0;
  }

  .xxxl\:h-1 {
    height: 0.25rem;
  }

  .xxxl\:h-2 {
    height: 0.5rem;
  }

  .xxxl\:h-3 {
    height: 0.75rem;
  }

  .xxxl\:h-4 {
    height: 1rem;
  }

  .xxxl\:h-5 {
    height: 1.25rem;
  }

  .xxxl\:h-6 {
    height: 1.5rem;
  }

  .xxxl\:h-8 {
    height: 2rem;
  }

  .xxxl\:h-10 {
    height: 2.5rem;
  }

  .xxxl\:h-12 {
    height: 3rem;
  }

  .xxxl\:h-16 {
    height: 4rem;
  }

  .xxxl\:h-20 {
    height: 5rem;
  }

  .xxxl\:h-24 {
    height: 6rem;
  }

  .xxxl\:h-32 {
    height: 8rem;
  }

  .xxxl\:h-40 {
    height: 10rem;
  }

  .xxxl\:h-48 {
    height: 12rem;
  }

  .xxxl\:h-56 {
    height: 14rem;
  }

  .xxxl\:h-64 {
    height: 16rem;
  }

  .xxxl\:h-auto {
    height: auto;
  }

  .xxxl\:h-px {
    height: 1px;
  }

  .xxxl\:h-full {
    height: 100%;
  }

  .xxxl\:h-screen {
    height: 100vh;
  }

  .xxxl\:leading-none {
    line-height: 1;
  }

  .xxxl\:leading-tight {
    line-height: 1.25;
  }

  .xxxl\:leading-snug {
    line-height: 1.375;
  }

  .xxxl\:leading-normal {
    line-height: 1.5;
  }

  .xxxl\:leading-relaxed {
    line-height: 1.625;
  }

  .xxxl\:leading-loose {
    line-height: 2;
  }

  .xxxl\:list-inside {
    list-style-position: inside;
  }

  .xxxl\:list-outside {
    list-style-position: outside;
  }

  .xxxl\:list-none {
    list-style-type: none;
  }

  .xxxl\:list-disc {
    list-style-type: disc;
  }

  .xxxl\:list-decimal {
    list-style-type: decimal;
  }

  .xxxl\:m-0 {
    margin: 0;
  }

  .xxxl\:m-5 {
    margin: 5px;
  }

  .xxxl\:m-10 {
    margin: 10px;
  }

  .xxxl\:m-15 {
    margin: 15px;
  }

  .xxxl\:m-20 {
    margin: 20px;
  }

  .xxxl\:m-30 {
    margin: 30px;
  }

  .xxxl\:m-35 {
    margin: 35px;
  }

  .xxxl\:m-40 {
    margin: 40px;
  }

  .xxxl\:m-45 {
    margin: 45px;
  }

  .xxxl\:m-50 {
    margin: 50px;
  }

  .xxxl\:m-60 {
    margin: 60px;
  }

  .xxxl\:m-70 {
    margin: 70px;
  }

  .xxxl\:m-80 {
    margin: 80px;
  }

  .xxxl\:m-100 {
    margin: 100px;
  }

  .xxxl\:m-120 {
    margin: 120px;
  }

  .xxxl\:m-130 {
    margin: 130px;
  }

  .xxxl\:m-150 {
    margin: 150px;
  }

  .xxxl\:m-200 {
    margin: 200px;
  }

  .xxxl\:m-250 {
    margin: 250px;
  }

  .xxxl\:m-auto {
    margin: auto;
  }

  .xxxl\:-m-20 {
    margin: -20px;
  }

  .xxxl\:-m-150 {
    margin: -150px;
  }

  .xxxl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxxl\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xxxl\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xxxl\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xxxl\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xxxl\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xxxl\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xxxl\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xxxl\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xxxl\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xxxl\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xxxl\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xxxl\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .xxxl\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xxxl\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xxxl\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xxxl\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .xxxl\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xxxl\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xxxl\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xxxl\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xxxl\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xxxl\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .xxxl\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xxxl\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xxxl\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xxxl\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xxxl\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xxxl\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xxxl\:my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .xxxl\:mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }

  .xxxl\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .xxxl\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .xxxl\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xxxl\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .xxxl\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xxxl\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xxxl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxxl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxxl\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xxxl\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xxxl\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .xxxl\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .xxxl\:mt-0 {
    margin-top: 0;
  }

  .xxxl\:mr-0 {
    margin-right: 0;
  }

  .xxxl\:mb-0 {
    margin-bottom: 0;
  }

  .xxxl\:ml-0 {
    margin-left: 0;
  }

  .xxxl\:mt-5 {
    margin-top: 5px;
  }

  .xxxl\:mr-5 {
    margin-right: 5px;
  }

  .xxxl\:mb-5 {
    margin-bottom: 5px;
  }

  .xxxl\:ml-5 {
    margin-left: 5px;
  }

  .xxxl\:mt-10 {
    margin-top: 10px;
  }

  .xxxl\:mr-10 {
    margin-right: 10px;
  }

  .xxxl\:mb-10 {
    margin-bottom: 10px;
  }

  .xxxl\:ml-10 {
    margin-left: 10px;
  }

  .xxxl\:mt-15 {
    margin-top: 15px;
  }

  .xxxl\:mr-15 {
    margin-right: 15px;
  }

  .xxxl\:mb-15 {
    margin-bottom: 15px;
  }

  .xxxl\:ml-15 {
    margin-left: 15px;
  }

  .xxxl\:mt-20 {
    margin-top: 20px;
  }

  .xxxl\:mr-20 {
    margin-right: 20px;
  }

  .xxxl\:mb-20 {
    margin-bottom: 20px;
  }

  .xxxl\:ml-20 {
    margin-left: 20px;
  }

  .xxxl\:mt-30 {
    margin-top: 30px;
  }

  .xxxl\:mr-30 {
    margin-right: 30px;
  }

  .xxxl\:mb-30 {
    margin-bottom: 30px;
  }

  .xxxl\:ml-30 {
    margin-left: 30px;
  }

  .xxxl\:mt-35 {
    margin-top: 35px;
  }

  .xxxl\:mr-35 {
    margin-right: 35px;
  }

  .xxxl\:mb-35 {
    margin-bottom: 35px;
  }

  .xxxl\:ml-35 {
    margin-left: 35px;
  }

  .xxxl\:mt-40 {
    margin-top: 40px;
  }

  .xxxl\:mr-40 {
    margin-right: 40px;
  }

  .xxxl\:mb-40 {
    margin-bottom: 40px;
  }

  .xxxl\:ml-40 {
    margin-left: 40px;
  }

  .xxxl\:mt-45 {
    margin-top: 45px;
  }

  .xxxl\:mr-45 {
    margin-right: 45px;
  }

  .xxxl\:mb-45 {
    margin-bottom: 45px;
  }

  .xxxl\:ml-45 {
    margin-left: 45px;
  }

  .xxxl\:mt-50 {
    margin-top: 50px;
  }

  .xxxl\:mr-50 {
    margin-right: 50px;
  }

  .xxxl\:mb-50 {
    margin-bottom: 50px;
  }

  .xxxl\:ml-50 {
    margin-left: 50px;
  }

  .xxxl\:mt-60 {
    margin-top: 60px;
  }

  .xxxl\:mr-60 {
    margin-right: 60px;
  }

  .xxxl\:mb-60 {
    margin-bottom: 60px;
  }

  .xxxl\:ml-60 {
    margin-left: 60px;
  }

  .xxxl\:mt-70 {
    margin-top: 70px;
  }

  .xxxl\:mr-70 {
    margin-right: 70px;
  }

  .xxxl\:mb-70 {
    margin-bottom: 70px;
  }

  .xxxl\:ml-70 {
    margin-left: 70px;
  }

  .xxxl\:mt-80 {
    margin-top: 80px;
  }

  .xxxl\:mr-80 {
    margin-right: 80px;
  }

  .xxxl\:mb-80 {
    margin-bottom: 80px;
  }

  .xxxl\:ml-80 {
    margin-left: 80px;
  }

  .xxxl\:mt-100 {
    margin-top: 100px;
  }

  .xxxl\:mr-100 {
    margin-right: 100px;
  }

  .xxxl\:mb-100 {
    margin-bottom: 100px;
  }

  .xxxl\:ml-100 {
    margin-left: 100px;
  }

  .xxxl\:mt-120 {
    margin-top: 120px;
  }

  .xxxl\:mr-120 {
    margin-right: 120px;
  }

  .xxxl\:mb-120 {
    margin-bottom: 120px;
  }

  .xxxl\:ml-120 {
    margin-left: 120px;
  }

  .xxxl\:mt-130 {
    margin-top: 130px;
  }

  .xxxl\:mr-130 {
    margin-right: 130px;
  }

  .xxxl\:mb-130 {
    margin-bottom: 130px;
  }

  .xxxl\:ml-130 {
    margin-left: 130px;
  }

  .xxxl\:mt-150 {
    margin-top: 150px;
  }

  .xxxl\:mr-150 {
    margin-right: 150px;
  }

  .xxxl\:mb-150 {
    margin-bottom: 150px;
  }

  .xxxl\:ml-150 {
    margin-left: 150px;
  }

  .xxxl\:mt-200 {
    margin-top: 200px;
  }

  .xxxl\:mr-200 {
    margin-right: 200px;
  }

  .xxxl\:mb-200 {
    margin-bottom: 200px;
  }

  .xxxl\:ml-200 {
    margin-left: 200px;
  }

  .xxxl\:mt-250 {
    margin-top: 250px;
  }

  .xxxl\:mr-250 {
    margin-right: 250px;
  }

  .xxxl\:mb-250 {
    margin-bottom: 250px;
  }

  .xxxl\:ml-250 {
    margin-left: 250px;
  }

  .xxxl\:mt-auto {
    margin-top: auto;
  }

  .xxxl\:mr-auto {
    margin-right: auto;
  }

  .xxxl\:mb-auto {
    margin-bottom: auto;
  }

  .xxxl\:ml-auto {
    margin-left: auto;
  }

  .xxxl\:-mt-20 {
    margin-top: -20px;
  }

  .xxxl\:-mr-20 {
    margin-right: -20px;
  }

  .xxxl\:-mb-20 {
    margin-bottom: -20px;
  }

  .xxxl\:-ml-20 {
    margin-left: -20px;
  }

  .xxxl\:-mt-150 {
    margin-top: -150px;
  }

  .xxxl\:-mr-150 {
    margin-right: -150px;
  }

  .xxxl\:-mb-150 {
    margin-bottom: -150px;
  }

  .xxxl\:-ml-150 {
    margin-left: -150px;
  }

  .xxxl\:max-h-full {
    max-height: 100%;
  }

  .xxxl\:max-h-screen {
    max-height: 100vh;
  }

  .xxxl\:max-w-200 {
    max-width: 200px;
  }

  .xxxl\:max-w-360 {
    max-width: 360px;
  }

  .xxxl\:max-w-500 {
    max-width: 500px;
  }

  .xxxl\:max-w-606 {
    max-width: 606px;
  }

  .xxxl\:max-w-620 {
    max-width: 620px;
  }

  .xxxl\:max-w-696 {
    max-width: 696px;
  }

  .xxxl\:max-w-720 {
    max-width: 720px;
  }

  .xxxl\:max-w-740 {
    max-width: 740px;
  }

  .xxxl\:max-w-800 {
    max-width: 800px;
  }

  .xxxl\:max-w-880 {
    max-width: 880px;
  }

  .xxxl\:max-w-960 {
    max-width: 960px;
  }

  .xxxl\:max-w-1050 {
    max-width: 1050px;
  }

  .xxxl\:max-w-1200 {
    max-width: 1200px;
  }

  .xxxl\:max-w-1240 {
    max-width: 1240px;
  }

  .xxxl\:max-w-1280 {
    max-width: 1280px;
  }

  .xxxl\:max-w-1360 {
    max-width: 1360px;
  }

  .xxxl\:max-w-1600 {
    max-width: 1600px;
  }

  .xxxl\:max-w-full {
    max-width: 100%;
  }

  .xxxl\:min-h-0 {
    min-height: 0;
  }

  .xxxl\:min-h-full {
    min-height: 100%;
  }

  .xxxl\:min-h-screen {
    min-height: 100vh;
  }

  .xxxl\:min-w-0 {
    min-width: 0;
  }

  .xxxl\:min-w-full {
    min-width: 100%;
  }

  .xxxl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xxxl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xxxl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xxxl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xxxl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xxxl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xxxl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xxxl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xxxl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xxxl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xxxl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xxxl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xxxl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xxxl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xxxl\:opacity-0 {
    opacity: 0;
  }

  .xxxl\:opacity-25 {
    opacity: 0.25;
  }

  .xxxl\:opacity-50 {
    opacity: 0.5;
  }

  .xxxl\:opacity-75 {
    opacity: 0.75;
  }

  .xxxl\:opacity-100 {
    opacity: 1;
  }

  .xxxl\:outline-none {
    outline: 0;
  }

  .xxxl\:focus\:outline-none:focus {
    outline: 0;
  }

  .xxxl\:overflow-auto {
    overflow: auto;
  }

  .xxxl\:overflow-hidden {
    overflow: hidden;
  }

  .xxxl\:overflow-visible {
    overflow: visible;
  }

  .xxxl\:overflow-scroll {
    overflow: scroll;
  }

  .xxxl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxxl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxxl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxxl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxxl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xxxl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xxxl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxxl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxxl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xxxl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xxxl\:p-0 {
    padding: 0;
  }

  .xxxl\:p-10 {
    padding: 10px;
  }

  .xxxl\:p-12 {
    padding: 12px;
  }

  .xxxl\:p-15 {
    padding: 15px;
  }

  .xxxl\:p-20 {
    padding: 20px;
  }

  .xxxl\:p-25 {
    padding: 25px;
  }

  .xxxl\:p-30 {
    padding: 30px;
  }

  .xxxl\:p-35 {
    padding: 35px;
  }

  .xxxl\:p-40 {
    padding: 40px;
  }

  .xxxl\:p-50 {
    padding: 50px;
  }

  .xxxl\:p-60 {
    padding: 60px;
  }

  .xxxl\:p-65 {
    padding: 65px;
  }

  .xxxl\:p-70 {
    padding: 70px;
  }

  .xxxl\:p-75 {
    padding: 75px;
  }

  .xxxl\:p-80 {
    padding: 80px;
  }

  .xxxl\:p-100 {
    padding: 100px;
  }

  .xxxl\:p-120 {
    padding: 120px;
  }

  .xxxl\:p-125 {
    padding: 125px;
  }

  .xxxl\:p-150 {
    padding: 150px;
  }

  .xxxl\:p-160 {
    padding: 160px;
  }

  .xxxl\:p-200 {
    padding: 200px;
  }

  .xxxl\:p-250 {
    padding: 250px;
  }

  .xxxl\:p-300 {
    padding: 300px;
  }

  .xxxl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxxl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxxl\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xxxl\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xxxl\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xxxl\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xxxl\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xxxl\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxxl\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xxxl\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xxxl\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xxxl\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xxxl\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xxxl\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xxxl\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xxxl\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xxxl\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xxxl\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xxxl\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xxxl\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xxxl\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xxxl\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xxxl\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .xxxl\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .xxxl\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xxxl\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xxxl\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .xxxl\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .xxxl\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xxxl\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xxxl\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xxxl\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xxxl\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xxxl\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xxxl\:py-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .xxxl\:px-125 {
    padding-left: 125px;
    padding-right: 125px;
  }

  .xxxl\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xxxl\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .xxxl\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .xxxl\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .xxxl\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xxxl\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xxxl\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xxxl\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xxxl\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .xxxl\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .xxxl\:pt-0 {
    padding-top: 0;
  }

  .xxxl\:pr-0 {
    padding-right: 0;
  }

  .xxxl\:pb-0 {
    padding-bottom: 0;
  }

  .xxxl\:pl-0 {
    padding-left: 0;
  }

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

  .xxxl\:pr-10 {
    padding-right: 10px;
  }

  .xxxl\:pb-10 {
    padding-bottom: 10px;
  }

  .xxxl\:pl-10 {
    padding-left: 10px;
  }

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

  .xxxl\:pr-12 {
    padding-right: 12px;
  }

  .xxxl\:pb-12 {
    padding-bottom: 12px;
  }

  .xxxl\:pl-12 {
    padding-left: 12px;
  }

  .xxxl\:pt-15 {
    padding-top: 15px;
  }

  .xxxl\:pr-15 {
    padding-right: 15px;
  }

  .xxxl\:pb-15 {
    padding-bottom: 15px;
  }

  .xxxl\:pl-15 {
    padding-left: 15px;
  }

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

  .xxxl\:pr-20 {
    padding-right: 20px;
  }

  .xxxl\:pb-20 {
    padding-bottom: 20px;
  }

  .xxxl\:pl-20 {
    padding-left: 20px;
  }

  .xxxl\:pt-25 {
    padding-top: 25px;
  }

  .xxxl\:pr-25 {
    padding-right: 25px;
  }

  .xxxl\:pb-25 {
    padding-bottom: 25px;
  }

  .xxxl\:pl-25 {
    padding-left: 25px;
  }

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

  .xxxl\:pr-30 {
    padding-right: 30px;
  }

  .xxxl\:pb-30 {
    padding-bottom: 30px;
  }

  .xxxl\:pl-30 {
    padding-left: 30px;
  }

  .xxxl\:pt-35 {
    padding-top: 35px;
  }

  .xxxl\:pr-35 {
    padding-right: 35px;
  }

  .xxxl\:pb-35 {
    padding-bottom: 35px;
  }

  .xxxl\:pl-35 {
    padding-left: 35px;
  }

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

  .xxxl\:pr-40 {
    padding-right: 40px;
  }

  .xxxl\:pb-40 {
    padding-bottom: 40px;
  }

  .xxxl\:pl-40 {
    padding-left: 40px;
  }

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

  .xxxl\:pr-50 {
    padding-right: 50px;
  }

  .xxxl\:pb-50 {
    padding-bottom: 50px;
  }

  .xxxl\:pl-50 {
    padding-left: 50px;
  }

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

  .xxxl\:pr-60 {
    padding-right: 60px;
  }

  .xxxl\:pb-60 {
    padding-bottom: 60px;
  }

  .xxxl\:pl-60 {
    padding-left: 60px;
  }

  .xxxl\:pt-65 {
    padding-top: 65px;
  }

  .xxxl\:pr-65 {
    padding-right: 65px;
  }

  .xxxl\:pb-65 {
    padding-bottom: 65px;
  }

  .xxxl\:pl-65 {
    padding-left: 65px;
  }

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

  .xxxl\:pr-70 {
    padding-right: 70px;
  }

  .xxxl\:pb-70 {
    padding-bottom: 70px;
  }

  .xxxl\:pl-70 {
    padding-left: 70px;
  }

  .xxxl\:pt-75 {
    padding-top: 75px;
  }

  .xxxl\:pr-75 {
    padding-right: 75px;
  }

  .xxxl\:pb-75 {
    padding-bottom: 75px;
  }

  .xxxl\:pl-75 {
    padding-left: 75px;
  }

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

  .xxxl\:pr-80 {
    padding-right: 80px;
  }

  .xxxl\:pb-80 {
    padding-bottom: 80px;
  }

  .xxxl\:pl-80 {
    padding-left: 80px;
  }

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

  .xxxl\:pr-100 {
    padding-right: 100px;
  }

  .xxxl\:pb-100 {
    padding-bottom: 100px;
  }

  .xxxl\:pl-100 {
    padding-left: 100px;
  }

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

  .xxxl\:pr-120 {
    padding-right: 120px;
  }

  .xxxl\:pb-120 {
    padding-bottom: 120px;
  }

  .xxxl\:pl-120 {
    padding-left: 120px;
  }

  .xxxl\:pt-125 {
    padding-top: 125px;
  }

  .xxxl\:pr-125 {
    padding-right: 125px;
  }

  .xxxl\:pb-125 {
    padding-bottom: 125px;
  }

  .xxxl\:pl-125 {
    padding-left: 125px;
  }

  .xxxl\:pt-150 {
    padding-top: 150px;
  }

  .xxxl\:pr-150 {
    padding-right: 150px;
  }

  .xxxl\:pb-150 {
    padding-bottom: 150px;
  }

  .xxxl\:pl-150 {
    padding-left: 150px;
  }

  .xxxl\:pt-160 {
    padding-top: 160px;
  }

  .xxxl\:pr-160 {
    padding-right: 160px;
  }

  .xxxl\:pb-160 {
    padding-bottom: 160px;
  }

  .xxxl\:pl-160 {
    padding-left: 160px;
  }

  .xxxl\:pt-200 {
    padding-top: 200px;
  }

  .xxxl\:pr-200 {
    padding-right: 200px;
  }

  .xxxl\:pb-200 {
    padding-bottom: 200px;
  }

  .xxxl\:pl-200 {
    padding-left: 200px;
  }

  .xxxl\:pt-250 {
    padding-top: 250px;
  }

  .xxxl\:pr-250 {
    padding-right: 250px;
  }

  .xxxl\:pb-250 {
    padding-bottom: 250px;
  }

  .xxxl\:pl-250 {
    padding-left: 250px;
  }

  .xxxl\:pt-300 {
    padding-top: 300px;
  }

  .xxxl\:pr-300 {
    padding-right: 300px;
  }

  .xxxl\:pb-300 {
    padding-bottom: 300px;
  }

  .xxxl\:pl-300 {
    padding-left: 300px;
  }

  .xxxl\:pointer-events-none {
    pointer-events: none;
  }

  .xxxl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xxxl\:static {
    position: static;
  }

  .xxxl\:fixed {
    position: fixed;
  }

  .xxxl\:absolute {
    position: absolute;
  }

  .xxxl\:relative {
    position: relative;
  }

  .xxxl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xxxl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxxl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxxl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xxxl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xxxl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xxxl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xxxl\:top-0 {
    top: 0;
  }

  .xxxl\:right-0 {
    right: 0;
  }

  .xxxl\:bottom-0 {
    bottom: 0;
  }

  .xxxl\:left-0 {
    left: 0;
  }

  .xxxl\:top-auto {
    top: auto;
  }

  .xxxl\:right-auto {
    right: auto;
  }

  .xxxl\:bottom-auto {
    bottom: auto;
  }

  .xxxl\:left-auto {
    left: auto;
  }

  .xxxl\:resize-none {
    resize: none;
  }

  .xxxl\:resize-y {
    resize: vertical;
  }

  .xxxl\:resize-x {
    resize: horizontal;
  }

  .xxxl\:resize {
    resize: both;
  }

  .xxxl\:shadow {
    -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);
  }

  .xxxl\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxxl\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxxl\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxxl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxxl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxxl\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xxxl\:hover\:shadow:hover {
    -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);
  }

  .xxxl\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxxl\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxxl\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxxl\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxxl\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxxl\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xxxl\:focus\:shadow:focus {
    -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);
  }

  .xxxl\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxxl\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxxl\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxxl\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxxl\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxxl\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxxl\:focus\:shadow-none:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xxxl\:fill-current {
    fill: currentColor;
  }

  .xxxl\:stroke-current {
    stroke: currentColor;
  }

  .xxxl\:table-auto {
    table-layout: auto;
  }

  .xxxl\:table-fixed {
    table-layout: fixed;
  }

  .xxxl\:text-left {
    text-align: left;
  }

  .xxxl\:text-center {
    text-align: center;
  }

  .xxxl\:text-right {
    text-align: right;
  }

  .xxxl\:text-justify {
    text-align: justify;
  }

  .xxxl\:text-black {
    color: #000000;
  }

  .xxxl\:text-white {
    color: #ffffff;
  }

  .xxxl\:text-yellow {
    color: #fede44;
  }

  .xxxl\:text-blue {
    color: #3d61e9;
  }

  .xxxl\:text-red {
    color: #ff485e;
  }

  .xxxl\:text-grey {
    color: #5e5e5e;
  }

  .xxxl\:text-grey2 {
    color: #d8d8d8;
  }

  .xxxl\:text-grey3 {
    color: #939fab;
  }

  .xxxl\:hover\:text-black:hover {
    color: #000000;
  }

  .xxxl\:hover\:text-white:hover {
    color: #ffffff;
  }

  .xxxl\:hover\:text-yellow:hover {
    color: #fede44;
  }

  .xxxl\:hover\:text-blue:hover {
    color: #3d61e9;
  }

  .xxxl\:hover\:text-red:hover {
    color: #ff485e;
  }

  .xxxl\:hover\:text-grey:hover {
    color: #5e5e5e;
  }

  .xxxl\:hover\:text-grey2:hover {
    color: #d8d8d8;
  }

  .xxxl\:hover\:text-grey3:hover {
    color: #939fab;
  }

  .xxxl\:focus\:text-black:focus {
    color: #000000;
  }

  .xxxl\:focus\:text-white:focus {
    color: #ffffff;
  }

  .xxxl\:focus\:text-yellow:focus {
    color: #fede44;
  }

  .xxxl\:focus\:text-blue:focus {
    color: #3d61e9;
  }

  .xxxl\:focus\:text-red:focus {
    color: #ff485e;
  }

  .xxxl\:focus\:text-grey:focus {
    color: #5e5e5e;
  }

  .xxxl\:focus\:text-grey2:focus {
    color: #d8d8d8;
  }

  .xxxl\:focus\:text-grey3:focus {
    color: #939fab;
  }

  .xxxl\:text-13 {
    font-size: 13px;
  }

  .xxxl\:text-22 {
    font-size: 22px;
  }

  .xxxl\:text-30 {
    font-size: 30px;
  }

  .xxxl\:text-32 {
    font-size: 32px;
  }

  .xxxl\:text-35 {
    font-size: 35px;
  }

  .xxxl\:text-58 {
    font-size: 58px;
  }

  .xxxl\:italic {
    font-style: italic;
  }

  .xxxl\:not-italic {
    font-style: normal;
  }

  .xxxl\:uppercase {
    text-transform: uppercase;
  }

  .xxxl\:lowercase {
    text-transform: lowercase;
  }

  .xxxl\:capitalize {
    text-transform: capitalize;
  }

  .xxxl\:normal-case {
    text-transform: none;
  }

  .xxxl\:underline {
    text-decoration: underline;
  }

  .xxxl\:line-through {
    text-decoration: line-through;
  }

  .xxxl\:no-underline {
    text-decoration: none;
  }

  .xxxl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xxxl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xxxl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xxxl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xxxl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xxxl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xxxl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxxl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxxl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xxxl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xxxl\:tracking-normal {
    letter-spacing: 0;
  }

  .xxxl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xxxl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xxxl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xxxl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xxxl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xxxl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xxxl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xxxl\:align-baseline {
    vertical-align: baseline;
  }

  .xxxl\:align-top {
    vertical-align: top;
  }

  .xxxl\:align-middle {
    vertical-align: middle;
  }

  .xxxl\:align-bottom {
    vertical-align: bottom;
  }

  .xxxl\:align-text-top {
    vertical-align: text-top;
  }

  .xxxl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxxl\:visible {
    visibility: visible;
  }

  .xxxl\:invisible {
    visibility: hidden;
  }

  .xxxl\:whitespace-normal {
    white-space: normal;
  }

  .xxxl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xxxl\:whitespace-pre {
    white-space: pre;
  }

  .xxxl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xxxl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxxl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xxxl\:break-words {
    overflow-wrap: break-word;
  }

  .xxxl\:break-all {
    word-break: break-all;
  }

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

  .xxxl\:w-0 {
    width: 0;
  }

  .xxxl\:w-1 {
    width: 0.25rem;
  }

  .xxxl\:w-2 {
    width: 0.5rem;
  }

  .xxxl\:w-3 {
    width: 0.75rem;
  }

  .xxxl\:w-4 {
    width: 1rem;
  }

  .xxxl\:w-5 {
    width: 1.25rem;
  }

  .xxxl\:w-6 {
    width: 1.5rem;
  }

  .xxxl\:w-8 {
    width: 2rem;
  }

  .xxxl\:w-10 {
    width: 2.5rem;
  }

  .xxxl\:w-12 {
    width: 3rem;
  }

  .xxxl\:w-16 {
    width: 4rem;
  }

  .xxxl\:w-20 {
    width: 5rem;
  }

  .xxxl\:w-24 {
    width: 6rem;
  }

  .xxxl\:w-32 {
    width: 8rem;
  }

  .xxxl\:w-40 {
    width: 10rem;
  }

  .xxxl\:w-48 {
    width: 12rem;
  }

  .xxxl\:w-56 {
    width: 14rem;
  }

  .xxxl\:w-64 {
    width: 16rem;
  }

  .xxxl\:w-auto {
    width: auto;
  }

  .xxxl\:w-px {
    width: 1px;
  }

  .xxxl\:w-1\/2 {
    width: 50%;
  }

  .xxxl\:w-1\/3 {
    width: 33.33333%;
  }

  .xxxl\:w-2\/3 {
    width: 66.66667%;
  }

  .xxxl\:w-1\/4 {
    width: 25%;
  }

  .xxxl\:w-2\/4 {
    width: 50%;
  }

  .xxxl\:w-3\/4 {
    width: 75%;
  }

  .xxxl\:w-1\/5 {
    width: 20%;
  }

  .xxxl\:w-2\/5 {
    width: 40%;
  }

  .xxxl\:w-3\/5 {
    width: 60%;
  }

  .xxxl\:w-4\/5 {
    width: 80%;
  }

  .xxxl\:w-1\/6 {
    width: 16.66667%;
  }

  .xxxl\:w-2\/6 {
    width: 33.33333%;
  }

  .xxxl\:w-3\/6 {
    width: 50%;
  }

  .xxxl\:w-4\/6 {
    width: 66.66667%;
  }

  .xxxl\:w-5\/6 {
    width: 83.33333%;
  }

  .xxxl\:w-1\/12 {
    width: 8.33333%;
  }

  .xxxl\:w-2\/12 {
    width: 16.66667%;
  }

  .xxxl\:w-3\/12 {
    width: 25%;
  }

  .xxxl\:w-4\/12 {
    width: 33.33333%;
  }

  .xxxl\:w-5\/12 {
    width: 41.66667%;
  }

  .xxxl\:w-6\/12 {
    width: 50%;
  }

  .xxxl\:w-7\/12 {
    width: 58.33333%;
  }

  .xxxl\:w-8\/12 {
    width: 66.66667%;
  }

  .xxxl\:w-9\/12 {
    width: 75%;
  }

  .xxxl\:w-10\/12 {
    width: 83.33333%;
  }

  .xxxl\:w-11\/12 {
    width: 91.66667%;
  }

  .xxxl\:w-full {
    width: 100%;
  }

  .xxxl\:w-screen {
    width: 100vw;
  }

  .xxxl\:z-0 {
    z-index: 0;
  }

  .xxxl\:z-10 {
    z-index: 10;
  }

  .xxxl\:z-20 {
    z-index: 20;
  }

  .xxxl\:z-30 {
    z-index: 30;
  }

  .xxxl\:z-40 {
    z-index: 40;
  }

  .xxxl\:z-50 {
    z-index: 50;
  }

  .xxxl\:z-auto {
    z-index: auto;
  }
}

@media (max-width: 767px) {
  .slider-stats-nav svg circle {
    stroke-width: 2;
  }
}
