@charset "UTF-8";
@tailwind base;

.tw-container {
  width: 100%;
}

@media (min-width: 576px) {
  .tw-container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .tw-container {
    max-width: 768px;
  }
}

@media (min-width: 960px) {
  .tw-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .tw-container {
    max-width: 1200px;
  }
}

@media (min-width: 1500px) {
  .tw-container {
    max-width: 1500px;
  }
}

.tw-list-reset {
  list-style: none;
  padding: 0;
}

.tw-appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.tw-bg-fixed {
  background-attachment: fixed;
}

.tw-bg-local {
  background-attachment: local;
}

.tw-bg-scroll {
  background-attachment: scroll;
}

.tw-bg-transparent {
  background-color: transparent;
}

.tw-bg-secondary {
  background-color: #2effcc;
}

.tw-bg-primary {
  background-color: #e5e5e5;
}

.tw-bg-white {
  background-color: #e5e5e5;
}

.tw-bg-black {
  background-color: #000;
}

.tw-bg-link {
  background-color: #9345ff;
}

.tw-bg-grey {
  background-color: #171717;
}

.tw-bg-facebook {
  background-color: #3b5999;
}

.tw-bg-twitter {
  background-color: #017eb6;
}

.tw-bg-instagram {
  background-color: #517fa4;
}

.tw-bg-youtube {
  background-color: #c9332d;
}

.tw-bg-pinterest {
  background-color: #bd081c;
}

.tw-bg-share {
  background-color: #2ca9e1;
}

.hover\:tw-bg-transparent:hover {
  background-color: transparent;
}

.hover\:tw-bg-secondary:hover {
  background-color: #2effcc;
}

.hover\:tw-bg-primary:hover {
  background-color: #e5e5e5;
}

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

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

.hover\:tw-bg-link:hover {
  background-color: #9345ff;
}

.hover\:tw-bg-grey:hover {
  background-color: #171717;
}

.hover\:tw-bg-facebook:hover {
  background-color: #3b5999;
}

.hover\:tw-bg-twitter:hover {
  background-color: #017eb6;
}

.hover\:tw-bg-instagram:hover {
  background-color: #517fa4;
}

.hover\:tw-bg-youtube:hover {
  background-color: #c9332d;
}

.hover\:tw-bg-pinterest:hover {
  background-color: #bd081c;
}

.hover\:tw-bg-share:hover {
  background-color: #2ca9e1;
}

.focus\:tw-bg-transparent:focus {
  background-color: transparent;
}

.focus\:tw-bg-secondary:focus {
  background-color: #2effcc;
}

.focus\:tw-bg-primary:focus {
  background-color: #e5e5e5;
}

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

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

.focus\:tw-bg-link:focus {
  background-color: #9345ff;
}

.focus\:tw-bg-grey:focus {
  background-color: #171717;
}

.focus\:tw-bg-facebook:focus {
  background-color: #3b5999;
}

.focus\:tw-bg-twitter:focus {
  background-color: #017eb6;
}

.focus\:tw-bg-instagram:focus {
  background-color: #517fa4;
}

.focus\:tw-bg-youtube:focus {
  background-color: #c9332d;
}

.focus\:tw-bg-pinterest:focus {
  background-color: #bd081c;
}

.focus\:tw-bg-share:focus {
  background-color: #2ca9e1;
}

.tw-bg-bottom {
  background-position: bottom;
}

.tw-bg-center {
  background-position: center;
}

.tw-bg-left {
  background-position: left;
}

.tw-bg-left-bottom {
  background-position: left bottom;
}

.tw-bg-left-top {
  background-position: left top;
}

.tw-bg-right {
  background-position: right;
}

.tw-bg-right-bottom {
  background-position: right bottom;
}

.tw-bg-right-top {
  background-position: right top;
}

.tw-bg-top {
  background-position: top;
}

.tw-bg-repeat {
  background-repeat: repeat;
}

.tw-bg-no-repeat {
  background-repeat: no-repeat;
}

.tw-bg-repeat-x {
  background-repeat: repeat-x;
}

.tw-bg-repeat-y {
  background-repeat: repeat-y;
}

.tw-bg-auto {
  background-size: auto;
}

.tw-bg-cover {
  background-size: cover;
}

.tw-bg-contain {
  background-size: contain;
}

.tw-border-collapse {
  border-collapse: collapse;
}

.tw-border-separate {
  border-collapse: separate;
}

.tw-border-transparent {
  border-color: transparent;
}

.tw-border-secondary {
  border-color: #2effcc;
}

.tw-border-primary {
  border-color: #e5e5e5;
}

.tw-border-white {
  border-color: #e5e5e5;
}

.tw-border-black {
  border-color: #000;
}

.tw-border-link {
  border-color: #9345ff;
}

.tw-border-grey {
  border-color: #171717;
}

.tw-border-facebook {
  border-color: #3b5999;
}

.tw-border-twitter {
  border-color: #017eb6;
}

.tw-border-instagram {
  border-color: #517fa4;
}

.tw-border-youtube {
  border-color: #c9332d;
}

.tw-border-pinterest {
  border-color: #bd081c;
}

.tw-border-share {
  border-color: #2ca9e1;
}

.hover\:tw-border-transparent:hover {
  border-color: transparent;
}

.hover\:tw-border-secondary:hover {
  border-color: #2effcc;
}

.hover\:tw-border-primary:hover {
  border-color: #e5e5e5;
}

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

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

.hover\:tw-border-link:hover {
  border-color: #9345ff;
}

.hover\:tw-border-grey:hover {
  border-color: #171717;
}

.hover\:tw-border-facebook:hover {
  border-color: #3b5999;
}

.hover\:tw-border-twitter:hover {
  border-color: #017eb6;
}

.hover\:tw-border-instagram:hover {
  border-color: #517fa4;
}

.hover\:tw-border-youtube:hover {
  border-color: #c9332d;
}

.hover\:tw-border-pinterest:hover {
  border-color: #bd081c;
}

.hover\:tw-border-share:hover {
  border-color: #2ca9e1;
}

.focus\:tw-border-transparent:focus {
  border-color: transparent;
}

.focus\:tw-border-secondary:focus {
  border-color: #2effcc;
}

.focus\:tw-border-primary:focus {
  border-color: #e5e5e5;
}

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

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

.focus\:tw-border-link:focus {
  border-color: #9345ff;
}

.focus\:tw-border-grey:focus {
  border-color: #171717;
}

.focus\:tw-border-facebook:focus {
  border-color: #3b5999;
}

.focus\:tw-border-twitter:focus {
  border-color: #017eb6;
}

.focus\:tw-border-instagram:focus {
  border-color: #517fa4;
}

.focus\:tw-border-youtube:focus {
  border-color: #c9332d;
}

.focus\:tw-border-pinterest:focus {
  border-color: #bd081c;
}

.focus\:tw-border-share:focus {
  border-color: #2ca9e1;
}

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

.tw-rounded-sm {
  border-radius: .125rem;
}

.tw-rounded {
  border-radius: .25rem;
}

.tw-rounded-lg {
  border-radius: .5rem;
}

.tw-rounded-xl {
  border-radius: 1rem;
}

.tw-rounded-2xl {
  border-radius: 2rem;
}

.tw-rounded-full {
  border-radius: 9999px;
}

.tw-rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tw-rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tw-rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tw-rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tw-rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}

.tw-rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

.tw-rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.tw-rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.tw-rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.tw-rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.tw-rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.tw-rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.tw-rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.tw-rounded-r-lg {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.tw-rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.tw-rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.tw-rounded-t-xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.tw-rounded-r-xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.tw-rounded-b-xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.tw-rounded-l-xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.tw-rounded-t-2xl {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.tw-rounded-r-2xl {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.tw-rounded-b-2xl {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.tw-rounded-l-2xl {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.tw-rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.tw-rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.tw-rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tw-rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tw-rounded-tl-none {
  border-top-left-radius: 0;
}

.tw-rounded-tr-none {
  border-top-right-radius: 0;
}

.tw-rounded-br-none {
  border-bottom-right-radius: 0;
}

.tw-rounded-bl-none {
  border-bottom-left-radius: 0;
}

.tw-rounded-tl-sm {
  border-top-left-radius: .125rem;
}

.tw-rounded-tr-sm {
  border-top-right-radius: .125rem;
}

.tw-rounded-br-sm {
  border-bottom-right-radius: .125rem;
}

.tw-rounded-bl-sm {
  border-bottom-left-radius: .125rem;
}

.tw-rounded-tl {
  border-top-left-radius: .25rem;
}

.tw-rounded-tr {
  border-top-right-radius: .25rem;
}

.tw-rounded-br {
  border-bottom-right-radius: .25rem;
}

.tw-rounded-bl {
  border-bottom-left-radius: .25rem;
}

.tw-rounded-tl-lg {
  border-top-left-radius: .5rem;
}

.tw-rounded-tr-lg {
  border-top-right-radius: .5rem;
}

.tw-rounded-br-lg {
  border-bottom-right-radius: .5rem;
}

.tw-rounded-bl-lg {
  border-bottom-left-radius: .5rem;
}

.tw-rounded-tl-xl {
  border-top-left-radius: 1rem;
}

.tw-rounded-tr-xl {
  border-top-right-radius: 1rem;
}

.tw-rounded-br-xl {
  border-bottom-right-radius: 1rem;
}

.tw-rounded-bl-xl {
  border-bottom-left-radius: 1rem;
}

.tw-rounded-tl-2xl {
  border-top-left-radius: 2rem;
}

.tw-rounded-tr-2xl {
  border-top-right-radius: 2rem;
}

.tw-rounded-br-2xl {
  border-bottom-right-radius: 2rem;
}

.tw-rounded-bl-2xl {
  border-bottom-left-radius: 2rem;
}

.tw-rounded-tl-full {
  border-top-left-radius: 9999px;
}

.tw-rounded-tr-full {
  border-top-right-radius: 9999px;
}

.tw-rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.tw-rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.tw-border-solid {
  border-style: solid;
}

.tw-border-dashed {
  border-style: dashed;
}

.tw-border-dotted {
  border-style: dotted;
}

.tw-border-none {
  border-style: none;
}

.tw-border-0 {
  border-width: 0;
}

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

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

.tw-border-8 {
  border-width: 8px;
}

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

.tw-border-t-0 {
  border-top-width: 0;
}

.tw-border-r-0 {
  border-right-width: 0;
}

.tw-border-b-0 {
  border-bottom-width: 0;
}

.tw-border-l-0 {
  border-left-width: 0;
}

.tw-border-t-2 {
  border-top-width: 2px;
}

.tw-border-r-2 {
  border-right-width: 2px;
}

.tw-border-b-2 {
  border-bottom-width: 2px;
}

.tw-border-l-2 {
  border-left-width: 2px;
}

.tw-border-t-4 {
  border-top-width: 4px;
}

.tw-border-r-4 {
  border-right-width: 4px;
}

.tw-border-b-4 {
  border-bottom-width: 4px;
}

.tw-border-l-4 {
  border-left-width: 4px;
}

.tw-border-t-8 {
  border-top-width: 8px;
}

.tw-border-r-8 {
  border-right-width: 8px;
}

.tw-border-b-8 {
  border-bottom-width: 8px;
}

.tw-border-l-8 {
  border-left-width: 8px;
}

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

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

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

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

.tw-cursor-auto {
  cursor: auto;
}

.tw-cursor-default {
  cursor: default;
}

.tw-cursor-pointer {
  cursor: pointer;
}

.tw-cursor-wait {
  cursor: wait;
}

.tw-cursor-move {
  cursor: move;
}

.tw-cursor-not-allowed {
  cursor: not-allowed;
}

.tw-block {
  display: block;
}

.tw-inline-block {
  display: inline-block;
}

.tw-inline {
  display: inline;
}

.tw-table {
  display: table;
}

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

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

.tw-hidden {
  display: none;
}

.tw-flex {
  display: flex;
}

.tw-inline-flex {
  display: inline-flex;
}

.tw-flex-row {
  flex-direction: row;
}

.tw-flex-row-reverse {
  flex-direction: row-reverse;
}

.tw-flex-col {
  flex-direction: column;
}

.tw-flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

.tw-items-start {
  align-items: flex-start;
}

.tw-items-end {
  align-items: flex-end;
}

.tw-items-center {
  align-items: center;
}

.tw-items-baseline {
  align-items: baseline;
}

.tw-items-stretch {
  align-items: stretch;
}

.tw-self-auto {
  align-self: auto;
}

.tw-self-start {
  align-self: flex-start;
}

.tw-self-end {
  align-self: flex-end;
}

.tw-self-center {
  align-self: center;
}

.tw-self-stretch {
  align-self: stretch;
}

.tw-justify-start {
  justify-content: flex-start;
}

.tw-justify-end {
  justify-content: flex-end;
}

.tw-justify-center {
  justify-content: center;
}

.tw-justify-between {
  justify-content: space-between;
}

.tw-justify-around {
  justify-content: space-around;
}

.tw-content-center {
  align-content: center;
}

.tw-content-start {
  align-content: flex-start;
}

.tw-content-end {
  align-content: flex-end;
}

.tw-content-between {
  align-content: space-between;
}

.tw-content-around {
  align-content: space-around;
}

.tw-flex-1 {
  flex: 1 1 0%;
}

.tw-flex-auto {
  flex: 1 1 auto;
}

.tw-flex-initial {
  flex: 0 1 auto;
}

.tw-flex-none {
  flex: none;
}

.tw-flex-grow {
  flex-grow: 1;
}

.tw-flex-shrink {
  flex-shrink: 1;
}

.tw-flex-no-grow {
  flex-grow: 0;
}

.tw-flex-no-shrink {
  flex-shrink: 0;
}

.tw-float-right {
  float: right;
}

.tw-float-left {
  float: left;
}

.tw-float-none {
  float: none;
}

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

.tw-font-sans {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.tw-font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.tw-font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.tw-font-opensans {
  font-family: OpenSans;
}

.tw-font-cfurania {
  font-family: CFUrania;
}

.tw-font-hairline {
  font-weight: 100;
}

.tw-font-thin {
  font-weight: 200;
}

.tw-font-light {
  font-weight: 300;
}

.tw-font-normal {
  font-weight: 400;
}

.tw-font-medium {
  font-weight: 500;
}

.tw-font-semibold {
  font-weight: 600;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-font-extrabold {
  font-weight: 800;
}

.tw-font-black {
  font-weight: 900;
}

.hover\:tw-font-hairline:hover {
  font-weight: 100;
}

.hover\:tw-font-thin:hover {
  font-weight: 200;
}

.hover\:tw-font-light:hover {
  font-weight: 300;
}

.hover\:tw-font-normal:hover {
  font-weight: 400;
}

.hover\:tw-font-medium:hover {
  font-weight: 500;
}

.hover\:tw-font-semibold:hover {
  font-weight: 600;
}

.hover\:tw-font-bold:hover {
  font-weight: 700;
}

.hover\:tw-font-extrabold:hover {
  font-weight: 800;
}

.hover\:tw-font-black:hover {
  font-weight: 900;
}

.focus\:tw-font-hairline:focus {
  font-weight: 100;
}

.focus\:tw-font-thin:focus {
  font-weight: 200;
}

.focus\:tw-font-light:focus {
  font-weight: 300;
}

.focus\:tw-font-normal:focus {
  font-weight: 400;
}

.focus\:tw-font-medium:focus {
  font-weight: 500;
}

.focus\:tw-font-semibold:focus {
  font-weight: 600;
}

.focus\:tw-font-bold:focus {
  font-weight: 700;
}

.focus\:tw-font-extrabold:focus {
  font-weight: 800;
}

.focus\:tw-font-black:focus {
  font-weight: 900;
}

.tw-h-1 {
  height: .25rem;
}

.tw-h-2 {
  height: .5rem;
}

.tw-h-3 {
  height: .75rem;
}

.tw-h-4 {
  height: 1rem;
}

.tw-h-5 {
  height: 1.25rem;
}

.tw-h-6 {
  height: 1.5rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-10 {
  height: 2.5rem;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-16 {
  height: 4rem;
}

.tw-h-24 {
  height: 6rem;
}

.tw-h-32 {
  height: 8rem;
}

.tw-h-48 {
  height: 12rem;
}

.tw-h-64 {
  height: 16rem;
}

.tw-h-auto {
  height: auto;
}

.tw-h-px {
  height: 1px;
}

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

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

.tw-leading-15 {
  line-height: 1.5;
}

.tw-leading-111 {
  line-height: 1.11;
}

.tw-leading-133 {
  line-height: 1.33;
}

.tw-leading-188 {
  line-height: 1.88;
}

.tw-leading-none {
  line-height: 1;
}

.tw-leading-tight {
  line-height: 1.25;
}

.tw-leading-normal {
  line-height: 1.5;
}

.tw-leading-loose {
  line-height: 2;
}

.tw-m-0 {
  margin: 0;
}

.tw-m-1 {
  margin: 1px;
}

.tw-m-2 {
  margin: 2px;
}

.tw-m-3 {
  margin: 3px;
}

.tw-m-4 {
  margin: 4px;
}

.tw-m-5 {
  margin: 5px;
}

.tw-m-6 {
  margin: 6px;
}

.tw-m-7 {
  margin: 7px;
}

.tw-m-8 {
  margin: 8px;
}

.tw-m-9 {
  margin: 9px;
}

.tw-m-10 {
  margin: 10px;
}

.tw-m-12 {
  margin: 12px;
}

.tw-m-14 {
  margin: 14px;
}

.tw-m-15 {
  margin: 15px;
}

.tw-m-16 {
  margin: 16px;
}

.tw-m-17 {
  margin: 17px;
}

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

.tw-m-22 {
  margin: 22px;
}

.tw-m-23 {
  margin: 23px;
}

.tw-m-24 {
  margin: 24px;
}

.tw-m-25 {
  margin: 25px;
}

.tw-m-26 {
  margin: 26px;
}

.tw-m-28 {
  margin: 28px;
}

.tw-m-30 {
  margin: 30px;
}

.tw-m-32 {
  margin: 32px;
}

.tw-m-34 {
  margin: 34px;
}

.tw-m-35 {
  margin: 35px;
}

.tw-m-39 {
  margin: 39px;
}

.tw-m-40 {
  margin: 40px;
}

.tw-m-42 {
  margin: 42px;
}

.tw-m-43 {
  margin: 43px;
}

.tw-m-44 {
  margin: 44px;
}

.tw-m-45 {
  margin: 45px;
}

.tw-m-46 {
  margin: 46px;
}

.tw-m-49 {
  margin: 49px;
}

.tw-m-50 {
  margin: 50px;
}

.tw-m-57 {
  margin: 57px;
}

.tw-m-60 {
  margin: 60px;
}

.tw-m-64 {
  margin: 64px;
}

.tw-m-70 {
  margin: 70px;
}

.tw-m-71 {
  margin: 71px;
}

.tw-m-74 {
  margin: 74px;
}

.tw-m-80 {
  margin: 80px;
}

.tw-m-85 {
  margin: 85px;
}

.tw-m-88 {
  margin: 88px;
}

.tw-m-90 {
  margin: 90px;
}

.tw-m-95 {
  margin: 95px;
}

.tw-m-100 {
  margin: 100px;
}

.tw-m-120 {
  margin: 120px;
}

.tw-m-auto {
  margin: auto;
}

.tw-m-px {
  margin: 1px;
}

.tw-m-n15 {
  margin: -15px;
}

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

.tw-m-n22 {
  margin: -22px;
}

.tw-m-n5 {
  margin: -5px;
}

.tw-m-n3 {
  margin: -3px;
}

.tw-m-n2 {
  margin: -2px;
}

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

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

.tw-my-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.tw-mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}

.tw-my-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.tw-mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.tw-my-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.tw-mx-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.tw-my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.tw-mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

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

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

.tw-my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.tw-mx-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.tw-my-7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.tw-mx-7 {
  margin-left: 7px;
  margin-right: 7px;
}

.tw-my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.tw-mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.tw-my-9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.tw-mx-9 {
  margin-left: 9px;
  margin-right: 9px;
}

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

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

.tw-my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.tw-mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.tw-my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.tw-mx-14 {
  margin-left: 14px;
  margin-right: 14px;
}

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

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

.tw-my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.tw-mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.tw-my-17 {
  margin-top: 17px;
  margin-bottom: 17px;
}

.tw-mx-17 {
  margin-left: 17px;
  margin-right: 17px;
}

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

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

.tw-my-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.tw-mx-22 {
  margin-left: 22px;
  margin-right: 22px;
}

.tw-my-23 {
  margin-top: 23px;
  margin-bottom: 23px;
}

.tw-mx-23 {
  margin-left: 23px;
  margin-right: 23px;
}

.tw-my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.tw-mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.tw-my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.tw-mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.tw-my-26 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.tw-mx-26 {
  margin-left: 26px;
  margin-right: 26px;
}

.tw-my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.tw-mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}

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

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

.tw-my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.tw-mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.tw-my-34 {
  margin-top: 34px;
  margin-bottom: 34px;
}

.tw-mx-34 {
  margin-left: 34px;
  margin-right: 34px;
}

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

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

.tw-my-39 {
  margin-top: 39px;
  margin-bottom: 39px;
}

.tw-mx-39 {
  margin-left: 39px;
  margin-right: 39px;
}

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

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

.tw-my-42 {
  margin-top: 42px;
  margin-bottom: 42px;
}

.tw-mx-42 {
  margin-left: 42px;
  margin-right: 42px;
}

.tw-my-43 {
  margin-top: 43px;
  margin-bottom: 43px;
}

.tw-mx-43 {
  margin-left: 43px;
  margin-right: 43px;
}

.tw-my-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.tw-mx-44 {
  margin-left: 44px;
  margin-right: 44px;
}

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

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

.tw-my-46 {
  margin-top: 46px;
  margin-bottom: 46px;
}

.tw-mx-46 {
  margin-left: 46px;
  margin-right: 46px;
}

.tw-my-49 {
  margin-top: 49px;
  margin-bottom: 49px;
}

.tw-mx-49 {
  margin-left: 49px;
  margin-right: 49px;
}

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

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

.tw-my-57 {
  margin-top: 57px;
  margin-bottom: 57px;
}

.tw-mx-57 {
  margin-left: 57px;
  margin-right: 57px;
}

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

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

.tw-my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.tw-mx-64 {
  margin-left: 64px;
  margin-right: 64px;
}

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

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

.tw-my-71 {
  margin-top: 71px;
  margin-bottom: 71px;
}

.tw-mx-71 {
  margin-left: 71px;
  margin-right: 71px;
}

.tw-my-74 {
  margin-top: 74px;
  margin-bottom: 74px;
}

.tw-mx-74 {
  margin-left: 74px;
  margin-right: 74px;
}

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

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

.tw-my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.tw-mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.tw-my-88 {
  margin-top: 88px;
  margin-bottom: 88px;
}

.tw-mx-88 {
  margin-left: 88px;
  margin-right: 88px;
}

.tw-my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.tw-mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.tw-my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.tw-mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}

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

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

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

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

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

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

.tw-my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.tw-mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

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

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

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

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

.tw-my-n22 {
  margin-top: -22px;
  margin-bottom: -22px;
}

.tw-mx-n22 {
  margin-left: -22px;
  margin-right: -22px;
}

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

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

.tw-my-n3 {
  margin-top: -3px;
  margin-bottom: -3px;
}

.tw-mx-n3 {
  margin-left: -3px;
  margin-right: -3px;
}

.tw-my-n2 {
  margin-top: -2px;
  margin-bottom: -2px;
}

.tw-mx-n2 {
  margin-left: -2px;
  margin-right: -2px;
}

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

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

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

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

.tw-mt-1 {
  margin-top: 1px;
}

.tw-mr-1 {
  margin-right: 1px;
}

.tw-mb-1 {
  margin-bottom: 1px;
}

.tw-ml-1 {
  margin-left: 1px;
}

.tw-mt-2 {
  margin-top: 2px;
}

.tw-mr-2 {
  margin-right: 2px;
}

.tw-mb-2 {
  margin-bottom: 2px;
}

.tw-ml-2 {
  margin-left: 2px;
}

.tw-mt-3 {
  margin-top: 3px;
}

.tw-mr-3 {
  margin-right: 3px;
}

.tw-mb-3 {
  margin-bottom: 3px;
}

.tw-ml-3 {
  margin-left: 3px;
}

.tw-mt-4 {
  margin-top: 4px;
}

.tw-mr-4 {
  margin-right: 4px;
}

.tw-mb-4 {
  margin-bottom: 4px;
}

.tw-ml-4 {
  margin-left: 4px;
}

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

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

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

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

.tw-mt-6 {
  margin-top: 6px;
}

.tw-mr-6 {
  margin-right: 6px;
}

.tw-mb-6 {
  margin-bottom: 6px;
}

.tw-ml-6 {
  margin-left: 6px;
}

.tw-mt-7 {
  margin-top: 7px;
}

.tw-mr-7 {
  margin-right: 7px;
}

.tw-mb-7 {
  margin-bottom: 7px;
}

.tw-ml-7 {
  margin-left: 7px;
}

.tw-mt-8 {
  margin-top: 8px;
}

.tw-mr-8 {
  margin-right: 8px;
}

.tw-mb-8 {
  margin-bottom: 8px;
}

.tw-ml-8 {
  margin-left: 8px;
}

.tw-mt-9 {
  margin-top: 9px;
}

.tw-mr-9 {
  margin-right: 9px;
}

.tw-mb-9 {
  margin-bottom: 9px;
}

.tw-ml-9 {
  margin-left: 9px;
}

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

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

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

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

.tw-mt-12 {
  margin-top: 12px;
}

.tw-mr-12 {
  margin-right: 12px;
}

.tw-mb-12 {
  margin-bottom: 12px;
}

.tw-ml-12 {
  margin-left: 12px;
}

.tw-mt-14 {
  margin-top: 14px;
}

.tw-mr-14 {
  margin-right: 14px;
}

.tw-mb-14 {
  margin-bottom: 14px;
}

.tw-ml-14 {
  margin-left: 14px;
}

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

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

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

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

.tw-mt-16 {
  margin-top: 16px;
}

.tw-mr-16 {
  margin-right: 16px;
}

.tw-mb-16 {
  margin-bottom: 16px;
}

.tw-ml-16 {
  margin-left: 16px;
}

.tw-mt-17 {
  margin-top: 17px;
}

.tw-mr-17 {
  margin-right: 17px;
}

.tw-mb-17 {
  margin-bottom: 17px;
}

.tw-ml-17 {
  margin-left: 17px;
}

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

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

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

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

.tw-mt-22 {
  margin-top: 22px;
}

.tw-mr-22 {
  margin-right: 22px;
}

.tw-mb-22 {
  margin-bottom: 22px;
}

.tw-ml-22 {
  margin-left: 22px;
}

.tw-mt-23 {
  margin-top: 23px;
}

.tw-mr-23 {
  margin-right: 23px;
}

.tw-mb-23 {
  margin-bottom: 23px;
}

.tw-ml-23 {
  margin-left: 23px;
}

.tw-mt-24 {
  margin-top: 24px;
}

.tw-mr-24 {
  margin-right: 24px;
}

.tw-mb-24 {
  margin-bottom: 24px;
}

.tw-ml-24 {
  margin-left: 24px;
}

.tw-mt-25 {
  margin-top: 25px;
}

.tw-mr-25 {
  margin-right: 25px;
}

.tw-mb-25 {
  margin-bottom: 25px;
}

.tw-ml-25 {
  margin-left: 25px;
}

.tw-mt-26 {
  margin-top: 26px;
}

.tw-mr-26 {
  margin-right: 26px;
}

.tw-mb-26 {
  margin-bottom: 26px;
}

.tw-ml-26 {
  margin-left: 26px;
}

.tw-mt-28 {
  margin-top: 28px;
}

.tw-mr-28 {
  margin-right: 28px;
}

.tw-mb-28 {
  margin-bottom: 28px;
}

.tw-ml-28 {
  margin-left: 28px;
}

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

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

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

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

.tw-mt-32 {
  margin-top: 32px;
}

.tw-mr-32 {
  margin-right: 32px;
}

.tw-mb-32 {
  margin-bottom: 32px;
}

.tw-ml-32 {
  margin-left: 32px;
}

.tw-mt-34 {
  margin-top: 34px;
}

.tw-mr-34 {
  margin-right: 34px;
}

.tw-mb-34 {
  margin-bottom: 34px;
}

.tw-ml-34 {
  margin-left: 34px;
}

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

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

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

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

.tw-mt-39 {
  margin-top: 39px;
}

.tw-mr-39 {
  margin-right: 39px;
}

.tw-mb-39 {
  margin-bottom: 39px;
}

.tw-ml-39 {
  margin-left: 39px;
}

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

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

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

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

.tw-mt-42 {
  margin-top: 42px;
}

.tw-mr-42 {
  margin-right: 42px;
}

.tw-mb-42 {
  margin-bottom: 42px;
}

.tw-ml-42 {
  margin-left: 42px;
}

.tw-mt-43 {
  margin-top: 43px;
}

.tw-mr-43 {
  margin-right: 43px;
}

.tw-mb-43 {
  margin-bottom: 43px;
}

.tw-ml-43 {
  margin-left: 43px;
}

.tw-mt-44 {
  margin-top: 44px;
}

.tw-mr-44 {
  margin-right: 44px;
}

.tw-mb-44 {
  margin-bottom: 44px;
}

.tw-ml-44 {
  margin-left: 44px;
}

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

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

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

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

.tw-mt-46 {
  margin-top: 46px;
}

.tw-mr-46 {
  margin-right: 46px;
}

.tw-mb-46 {
  margin-bottom: 46px;
}

.tw-ml-46 {
  margin-left: 46px;
}

.tw-mt-49 {
  margin-top: 49px;
}

.tw-mr-49 {
  margin-right: 49px;
}

.tw-mb-49 {
  margin-bottom: 49px;
}

.tw-ml-49 {
  margin-left: 49px;
}

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

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

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

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

.tw-mt-57 {
  margin-top: 57px;
}

.tw-mr-57 {
  margin-right: 57px;
}

.tw-mb-57 {
  margin-bottom: 57px;
}

.tw-ml-57 {
  margin-left: 57px;
}

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

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

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

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

.tw-mt-64 {
  margin-top: 64px;
}

.tw-mr-64 {
  margin-right: 64px;
}

.tw-mb-64 {
  margin-bottom: 64px;
}

.tw-ml-64 {
  margin-left: 64px;
}

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

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

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

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

.tw-mt-71 {
  margin-top: 71px;
}

.tw-mr-71 {
  margin-right: 71px;
}

.tw-mb-71 {
  margin-bottom: 71px;
}

.tw-ml-71 {
  margin-left: 71px;
}

.tw-mt-74 {
  margin-top: 74px;
}

.tw-mr-74 {
  margin-right: 74px;
}

.tw-mb-74 {
  margin-bottom: 74px;
}

.tw-ml-74 {
  margin-left: 74px;
}

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

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

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

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

.tw-mt-85 {
  margin-top: 85px;
}

.tw-mr-85 {
  margin-right: 85px;
}

.tw-mb-85 {
  margin-bottom: 85px;
}

.tw-ml-85 {
  margin-left: 85px;
}

.tw-mt-88 {
  margin-top: 88px;
}

.tw-mr-88 {
  margin-right: 88px;
}

.tw-mb-88 {
  margin-bottom: 88px;
}

.tw-ml-88 {
  margin-left: 88px;
}

.tw-mt-90 {
  margin-top: 90px;
}

.tw-mr-90 {
  margin-right: 90px;
}

.tw-mb-90 {
  margin-bottom: 90px;
}

.tw-ml-90 {
  margin-left: 90px;
}

.tw-mt-95 {
  margin-top: 95px;
}

.tw-mr-95 {
  margin-right: 95px;
}

.tw-mb-95 {
  margin-bottom: 95px;
}

.tw-ml-95 {
  margin-left: 95px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tw-mt-px {
  margin-top: 1px;
}

.tw-mr-px {
  margin-right: 1px;
}

.tw-mb-px {
  margin-bottom: 1px;
}

.tw-ml-px {
  margin-left: 1px;
}

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

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

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

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

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

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

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

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

.tw-mt-n22 {
  margin-top: -22px;
}

.tw-mr-n22 {
  margin-right: -22px;
}

.tw-mb-n22 {
  margin-bottom: -22px;
}

.tw-ml-n22 {
  margin-left: -22px;
}

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

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

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

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

.tw-mt-n3 {
  margin-top: -3px;
}

.tw-mr-n3 {
  margin-right: -3px;
}

.tw-mb-n3 {
  margin-bottom: -3px;
}

.tw-ml-n3 {
  margin-left: -3px;
}

.tw-mt-n2 {
  margin-top: -2px;
}

.tw-mr-n2 {
  margin-right: -2px;
}

.tw-mb-n2 {
  margin-bottom: -2px;
}

.tw-ml-n2 {
  margin-left: -2px;
}

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

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

.tw-max-w-56 {
  max-width: 56%;
}

.tw-max-w-65 {
  max-width: 65%;
}

.tw-max-w-81 {
  max-width: 81%;
}

.tw-max-w-944 {
  max-width: 944px;
}

.tw-max-w-xs {
  max-width: 20rem;
}

.tw-max-w-sm {
  max-width: 30rem;
}

.tw-max-w-md {
  max-width: 40rem;
}

.tw-max-w-lg {
  max-width: 50rem;
}

.tw-max-w-xl {
  max-width: 60rem;
}

.tw-max-w-2xl {
  max-width: 70rem;
}

.tw-max-w-3xl {
  max-width: 80rem;
}

.tw-max-w-4xl {
  max-width: 90rem;
}

.tw-max-w-5xl {
  max-width: 100rem;
}

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

.tw-min-h-0 {
  min-height: 0;
}

.tw-min-h-52 {
  min-height: 52px;
}

.tw-min-h-80 {
  min-height: 80px;
}

.tw-min-h-92 {
  min-height: 92px;
}

.tw-min-h-105 {
  min-height: 105px;
}

.tw-min-h-full {
  min-height: 100%;
}

.tw-min-h-screen {
  min-height: 100vh;
}

.tw-min-h-auto {
  min-height: auto;
}

.tw-min-w-0 {
  min-width: 0;
}

.tw-min-w-1 {
  min-width: .25rem;
}

.tw-min-w-2 {
  min-width: .5rem;
}

.tw-min-w-3 {
  min-width: .75rem;
}

.tw-min-w-4 {
  min-width: 1rem;
}

.tw-min-w-5 {
  min-width: 1.25rem;
}

.tw-min-w-6 {
  min-width: 1.5rem;
}

.tw-min-w-8 {
  min-width: 2rem;
}

.tw-min-w-10 {
  min-width: 2.5rem;
}

.tw-min-w-12 {
  min-width: 3rem;
}

.tw-min-w-16 {
  min-width: 4rem;
}

.tw-min-w-24 {
  min-width: 6rem;
}

.tw-min-w-32 {
  min-width: 8rem;
}

.tw-min-w-48 {
  min-width: 12rem;
}

.tw-min-w-64 {
  min-width: 16rem;
}

.tw-min-w-1\/2 {
  min-width: 50%;
}

.tw-min-w-1\/3 {
  min-width: 33.33333%;
}

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

.tw-min-w-1\/4 {
  min-width: 25%;
}

.tw-min-w-3\/4 {
  min-width: 75%;
}

.tw-min-w-1\/5 {
  min-width: 20%;
}

.tw-min-w-2\/5 {
  min-width: 40%;
}

.tw-min-w-3\/5 {
  min-width: 60%;
}

.tw-min-w-4\/5 {
  min-width: 80%;
}

.tw-min-w-1\/6 {
  min-width: 16.66667%;
}

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

.tw-min-w-full {
  min-width: 100%;
}

.tw--m-0 {
  margin: 0;
}

.tw--m-1 {
  margin: -0.25rem;
}

.tw--m-2 {
  margin: -0.5rem;
}

.tw--m-3 {
  margin: -0.75rem;
}

.tw--m-4 {
  margin: -1rem;
}

.tw--m-5 {
  margin: -1.25rem;
}

.tw--m-6 {
  margin: -1.5rem;
}

.tw--m-8 {
  margin: -2rem;
}

.tw--m-10 {
  margin: -2.5rem;
}

.tw--m-12 {
  margin: -3rem;
}

.tw--m-16 {
  margin: -4rem;
}

.tw--m-20 {
  margin: -5rem;
}

.tw--m-24 {
  margin: -6rem;
}

.tw--m-32 {
  margin: -8rem;
}

.tw--m-px {
  margin: -1px;
}

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

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

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

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

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

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

.tw--my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.tw--mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.tw--my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.tw--mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.tw--my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.tw--mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.tw--my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.tw--mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.tw--my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.tw--mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.tw--my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.tw--mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.tw--my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.tw--mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.tw--my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.tw--mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.tw--my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.tw--mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.tw--my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.tw--mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.tw--my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.tw--mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.tw--my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.tw--mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

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

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

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

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

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

.tw--mr-1 {
  margin-right: -0.25rem;
}

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

.tw--ml-1 {
  margin-left: -0.25rem;
}

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

.tw--mr-2 {
  margin-right: -0.5rem;
}

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

.tw--ml-2 {
  margin-left: -0.5rem;
}

.tw--mt-3 {
  margin-top: -0.75rem;
}

.tw--mr-3 {
  margin-right: -0.75rem;
}

.tw--mb-3 {
  margin-bottom: -0.75rem;
}

.tw--ml-3 {
  margin-left: -0.75rem;
}

.tw--mt-4 {
  margin-top: -1rem;
}

.tw--mr-4 {
  margin-right: -1rem;
}

.tw--mb-4 {
  margin-bottom: -1rem;
}

.tw--ml-4 {
  margin-left: -1rem;
}

.tw--mt-5 {
  margin-top: -1.25rem;
}

.tw--mr-5 {
  margin-right: -1.25rem;
}

.tw--mb-5 {
  margin-bottom: -1.25rem;
}

.tw--ml-5 {
  margin-left: -1.25rem;
}

.tw--mt-6 {
  margin-top: -1.5rem;
}

.tw--mr-6 {
  margin-right: -1.5rem;
}

.tw--mb-6 {
  margin-bottom: -1.5rem;
}

.tw--ml-6 {
  margin-left: -1.5rem;
}

.tw--mt-8 {
  margin-top: -2rem;
}

.tw--mr-8 {
  margin-right: -2rem;
}

.tw--mb-8 {
  margin-bottom: -2rem;
}

.tw--ml-8 {
  margin-left: -2rem;
}

.tw--mt-10 {
  margin-top: -2.5rem;
}

.tw--mr-10 {
  margin-right: -2.5rem;
}

.tw--mb-10 {
  margin-bottom: -2.5rem;
}

.tw--ml-10 {
  margin-left: -2.5rem;
}

.tw--mt-12 {
  margin-top: -3rem;
}

.tw--mr-12 {
  margin-right: -3rem;
}

.tw--mb-12 {
  margin-bottom: -3rem;
}

.tw--ml-12 {
  margin-left: -3rem;
}

.tw--mt-16 {
  margin-top: -4rem;
}

.tw--mr-16 {
  margin-right: -4rem;
}

.tw--mb-16 {
  margin-bottom: -4rem;
}

.tw--ml-16 {
  margin-left: -4rem;
}

.tw--mt-20 {
  margin-top: -5rem;
}

.tw--mr-20 {
  margin-right: -5rem;
}

.tw--mb-20 {
  margin-bottom: -5rem;
}

.tw--ml-20 {
  margin-left: -5rem;
}

.tw--mt-24 {
  margin-top: -6rem;
}

.tw--mr-24 {
  margin-right: -6rem;
}

.tw--mb-24 {
  margin-bottom: -6rem;
}

.tw--ml-24 {
  margin-left: -6rem;
}

.tw--mt-32 {
  margin-top: -8rem;
}

.tw--mr-32 {
  margin-right: -8rem;
}

.tw--mb-32 {
  margin-bottom: -8rem;
}

.tw--ml-32 {
  margin-left: -8rem;
}

.tw--mt-px {
  margin-top: -1px;
}

.tw--mr-px {
  margin-right: -1px;
}

.tw--mb-px {
  margin-bottom: -1px;
}

.tw--ml-px {
  margin-left: -1px;
}

.tw-opacity-0 {
  opacity: 0;
}

.tw-opacity-25 {
  opacity: .25;
}

.tw-opacity-50 {
  opacity: .5;
}

.tw-opacity-75 {
  opacity: .75;
}

.tw-opacity-100 {
  opacity: 1;
}

.hover\:tw-opacity-0:hover {
  opacity: 0;
}

.hover\:tw-opacity-25:hover {
  opacity: .25;
}

.hover\:tw-opacity-50:hover {
  opacity: .5;
}

.hover\:tw-opacity-75:hover {
  opacity: .75;
}

.hover\:tw-opacity-100:hover {
  opacity: 1;
}

.tw-outline-none {
  outline: 0;
}

.focus\:tw-outline-none:focus {
  outline: 0;
}

.tw-overflow-auto {
  overflow: auto;
}

.tw-overflow-hidden {
  overflow: hidden;
}

.tw-overflow-visible {
  overflow: visible;
}

.tw-overflow-scroll {
  overflow: scroll;
}

.tw-overflow-x-auto {
  overflow-x: auto;
}

.tw-overflow-y-auto {
  overflow-y: auto;
}

.tw-overflow-x-hidden {
  overflow-x: hidden;
}

.tw-overflow-y-hidden {
  overflow-y: hidden;
}

.tw-overflow-x-visible {
  overflow-x: visible;
}

.tw-overflow-y-visible {
  overflow-y: visible;
}

.tw-overflow-x-scroll {
  overflow-x: scroll;
}

.tw-overflow-y-scroll {
  overflow-y: scroll;
}

.tw-scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.tw-scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.tw-p-0 {
  padding: 0;
}

.tw-p-1 {
  padding: .25rem;
}

.tw-p-2 {
  padding: 2px;
}

.tw-p-3 {
  padding: 3px;
}

.tw-p-4 {
  padding: 4px;
}

.tw-p-5 {
  padding: 5px;
}

.tw-p-6 {
  padding: 6px;
}

.tw-p-8 {
  padding: 8px;
}

.tw-p-9 {
  padding: 9px;
}

.tw-p-10 {
  padding: 10px;
}

.tw-p-11 {
  padding: 11px;
}

.tw-p-12 {
  padding: 12px;
}

.tw-p-15 {
  padding: 15px;
}

.tw-p-16 {
  padding: 16px;
}

.tw-p-20 {
  padding: 20px;
}

.tw-p-23 {
  padding: 23px;
}

.tw-p-24 {
  padding: 24px;
}

.tw-p-28 {
  padding: 28px;
}

.tw-p-30 {
  padding: 30px;
}

.tw-p-32 {
  padding: 8rem;
}

.tw-p-40 {
  padding: 40px;
}

.tw-p-45 {
  padding: 45px;
}

.tw-p-56 {
  padding: 56px;
}

.tw-p-57 {
  padding: 57px;
}

.tw-p-69 {
  padding: 69px;
}

.tw-p-70 {
  padding: 70px;
}

.tw-p-80 {
  padding: 80px;
}

.tw-p-82 {
  padding: 82px;
}

.tw-p-90 {
  padding: 90px;
}

.tw-p-122 {
  padding: 122px;
}

.tw-p-130 {
  padding: 130px;
}

.tw-p-135 {
  padding: 135px;
}

.tw-p-160 {
  padding: 160px;
}

.tw-p-px {
  padding: 1px;
}

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

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

.tw-py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.tw-px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.tw-py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.tw-px-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.tw-py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.tw-px-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.tw-py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tw-px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.tw-py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tw-px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.tw-py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.tw-px-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.tw-py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.tw-px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.tw-py-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.tw-px-9 {
  padding-left: 9px;
  padding-right: 9px;
}

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

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

.tw-py-11 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.tw-px-11 {
  padding-left: 11px;
  padding-right: 11px;
}

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

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

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

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

.tw-py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.tw-px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

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

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

.tw-py-23 {
  padding-top: 23px;
  padding-bottom: 23px;
}

.tw-px-23 {
  padding-left: 23px;
  padding-right: 23px;
}

.tw-py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.tw-px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.tw-py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.tw-px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

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

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

.tw-py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.tw-px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

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

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

.tw-py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.tw-px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.tw-py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.tw-px-56 {
  padding-left: 56px;
  padding-right: 56px;
}

.tw-py-57 {
  padding-top: 57px;
  padding-bottom: 57px;
}

.tw-px-57 {
  padding-left: 57px;
  padding-right: 57px;
}

.tw-py-69 {
  padding-top: 69px;
  padding-bottom: 69px;
}

.tw-px-69 {
  padding-left: 69px;
  padding-right: 69px;
}

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

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

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

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

.tw-py-82 {
  padding-top: 82px;
  padding-bottom: 82px;
}

.tw-px-82 {
  padding-left: 82px;
  padding-right: 82px;
}

.tw-py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.tw-px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.tw-py-122 {
  padding-top: 122px;
  padding-bottom: 122px;
}

.tw-px-122 {
  padding-left: 122px;
  padding-right: 122px;
}

.tw-py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.tw-px-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.tw-py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.tw-px-135 {
  padding-left: 135px;
  padding-right: 135px;
}

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

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

.tw-py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.tw-px-px {
  padding-left: 1px;
  padding-right: 1px;
}

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

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

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

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

.tw-pt-1 {
  padding-top: .25rem;
}

.tw-pr-1 {
  padding-right: .25rem;
}

.tw-pb-1 {
  padding-bottom: .25rem;
}

.tw-pl-1 {
  padding-left: .25rem;
}

.tw-pt-2 {
  padding-top: 2px;
}

.tw-pr-2 {
  padding-right: 2px;
}

.tw-pb-2 {
  padding-bottom: 2px;
}

.tw-pl-2 {
  padding-left: 2px;
}

.tw-pt-3 {
  padding-top: 3px;
}

.tw-pr-3 {
  padding-right: 3px;
}

.tw-pb-3 {
  padding-bottom: 3px;
}

.tw-pl-3 {
  padding-left: 3px;
}

.tw-pt-4 {
  padding-top: 4px;
}

.tw-pr-4 {
  padding-right: 4px;
}

.tw-pb-4 {
  padding-bottom: 4px;
}

.tw-pl-4 {
  padding-left: 4px;
}

.tw-pt-5 {
  padding-top: 5px;
}

.tw-pr-5 {
  padding-right: 5px;
}

.tw-pb-5 {
  padding-bottom: 5px;
}

.tw-pl-5 {
  padding-left: 5px;
}

.tw-pt-6 {
  padding-top: 6px;
}

.tw-pr-6 {
  padding-right: 6px;
}

.tw-pb-6 {
  padding-bottom: 6px;
}

.tw-pl-6 {
  padding-left: 6px;
}

.tw-pt-8 {
  padding-top: 8px;
}

.tw-pr-8 {
  padding-right: 8px;
}

.tw-pb-8 {
  padding-bottom: 8px;
}

.tw-pl-8 {
  padding-left: 8px;
}

.tw-pt-9 {
  padding-top: 9px;
}

.tw-pr-9 {
  padding-right: 9px;
}

.tw-pb-9 {
  padding-bottom: 9px;
}

.tw-pl-9 {
  padding-left: 9px;
}

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

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

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

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

.tw-pt-11 {
  padding-top: 11px;
}

.tw-pr-11 {
  padding-right: 11px;
}

.tw-pb-11 {
  padding-bottom: 11px;
}

.tw-pl-11 {
  padding-left: 11px;
}

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

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

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

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

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

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

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

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

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

.tw-pr-16 {
  padding-right: 16px;
}

.tw-pb-16 {
  padding-bottom: 16px;
}

.tw-pl-16 {
  padding-left: 16px;
}

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

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

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

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

.tw-pt-23 {
  padding-top: 23px;
}

.tw-pr-23 {
  padding-right: 23px;
}

.tw-pb-23 {
  padding-bottom: 23px;
}

.tw-pl-23 {
  padding-left: 23px;
}

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

.tw-pr-24 {
  padding-right: 24px;
}

.tw-pb-24 {
  padding-bottom: 24px;
}

.tw-pl-24 {
  padding-left: 24px;
}

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

.tw-pr-28 {
  padding-right: 28px;
}

.tw-pb-28 {
  padding-bottom: 28px;
}

.tw-pl-28 {
  padding-left: 28px;
}

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

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

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

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

.tw-pt-32 {
  padding-top: 8rem;
}

.tw-pr-32 {
  padding-right: 8rem;
}

.tw-pb-32 {
  padding-bottom: 8rem;
}

.tw-pl-32 {
  padding-left: 8rem;
}

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

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

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

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

.tw-pt-45 {
  padding-top: 45px;
}

.tw-pr-45 {
  padding-right: 45px;
}

.tw-pb-45 {
  padding-bottom: 45px;
}

.tw-pl-45 {
  padding-left: 45px;
}

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

.tw-pr-56 {
  padding-right: 56px;
}

.tw-pb-56 {
  padding-bottom: 56px;
}

.tw-pl-56 {
  padding-left: 56px;
}

.tw-pt-57 {
  padding-top: 57px;
}

.tw-pr-57 {
  padding-right: 57px;
}

.tw-pb-57 {
  padding-bottom: 57px;
}

.tw-pl-57 {
  padding-left: 57px;
}

.tw-pt-69 {
  padding-top: 69px;
}

.tw-pr-69 {
  padding-right: 69px;
}

.tw-pb-69 {
  padding-bottom: 69px;
}

.tw-pl-69 {
  padding-left: 69px;
}

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

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

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

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

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

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

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

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

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

.tw-pr-82 {
  padding-right: 82px;
}

.tw-pb-82 {
  padding-bottom: 82px;
}

.tw-pl-82 {
  padding-left: 82px;
}

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

.tw-pr-90 {
  padding-right: 90px;
}

.tw-pb-90 {
  padding-bottom: 90px;
}

.tw-pl-90 {
  padding-left: 90px;
}

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

.tw-pr-122 {
  padding-right: 122px;
}

.tw-pb-122 {
  padding-bottom: 122px;
}

.tw-pl-122 {
  padding-left: 122px;
}

.tw-pt-130 {
  padding-top: 130px;
}

.tw-pr-130 {
  padding-right: 130px;
}

.tw-pb-130 {
  padding-bottom: 130px;
}

.tw-pl-130 {
  padding-left: 130px;
}

.tw-pt-135 {
  padding-top: 135px;
}

.tw-pr-135 {
  padding-right: 135px;
}

.tw-pb-135 {
  padding-bottom: 135px;
}

.tw-pl-135 {
  padding-left: 135px;
}

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

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

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

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

.tw-pt-px {
  padding-top: 1px;
}

.tw-pr-px {
  padding-right: 1px;
}

.tw-pb-px {
  padding-bottom: 1px;
}

.tw-pl-px {
  padding-left: 1px;
}

.tw-pointer-events-none {
  pointer-events: none;
}

.tw-pointer-events-auto {
  pointer-events: auto;
}

.tw-static {
  position: static;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.tw-pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.tw-pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tw-pin-y {
  top: 0;
  bottom: 0;
}

.tw-pin-x {
  right: 0;
  left: 0;
}

.tw-pin-t {
  top: 0;
}

.tw-pin-r {
  right: 0;
}

.tw-pin-b {
  bottom: 0;
}

.tw-pin-l {
  left: 0;
}

.tw-resize-none {
  resize: none;
}

.tw-resize-y {
  resize: vertical;
}

.tw-resize-x {
  resize: horizontal;
}

.tw-resize {
  resize: both;
}

.tw-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.tw-shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.tw-shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

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

.tw-shadow-outline {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

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

.hover\:tw-shadow:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.hover\:tw-shadow-md:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.hover\:tw-shadow-lg:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

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

.hover\:tw-shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

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

.focus\:tw-shadow:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.focus\:tw-shadow-md:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.focus\:tw-shadow-lg:focus {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

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

.focus\:tw-shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

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

.tw-fill-current {
  fill: currentColor;
}

.tw-stroke-current {
  stroke: currentColor;
}

.tw-table-auto {
  table-layout: auto;
}

.tw-table-fixed {
  table-layout: fixed;
}

.tw-text-left {
  text-align: left;
}

.tw-text-center {
  text-align: center;
}

.tw-text-right {
  text-align: right;
}

.tw-text-justify {
  text-align: justify;
}

.tw-text-transparent {
  color: transparent;
}

.tw-text-secondary {
  color: #2effcc;
}

.tw-text-primary {
  color: #e5e5e5;
}

.tw-text-white {
  color: #e5e5e5;
}

.tw-text-black {
  color: #000;
}

.tw-text-link {
  color: #9345ff;
}

.tw-text-grey {
  color: #171717;
}

.tw-text-facebook {
  color: #3b5999;
}

.tw-text-twitter {
  color: #017eb6;
}

.tw-text-instagram {
  color: #517fa4;
}

.tw-text-youtube {
  color: #c9332d;
}

.tw-text-pinterest {
  color: #bd081c;
}

.tw-text-share {
  color: #2ca9e1;
}

.hover\:tw-text-transparent:hover {
  color: transparent;
}

.hover\:tw-text-secondary:hover {
  color: #2effcc;
}

.hover\:tw-text-primary:hover {
  color: #e5e5e5;
}

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

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

.hover\:tw-text-link:hover {
  color: #9345ff;
}

.hover\:tw-text-grey:hover {
  color: #171717;
}

.hover\:tw-text-facebook:hover {
  color: #3b5999;
}

.hover\:tw-text-twitter:hover {
  color: #017eb6;
}

.hover\:tw-text-instagram:hover {
  color: #517fa4;
}

.hover\:tw-text-youtube:hover {
  color: #c9332d;
}

.hover\:tw-text-pinterest:hover {
  color: #bd081c;
}

.hover\:tw-text-share:hover {
  color: #2ca9e1;
}

.focus\:tw-text-transparent:focus {
  color: transparent;
}

.focus\:tw-text-secondary:focus {
  color: #2effcc;
}

.focus\:tw-text-primary:focus {
  color: #e5e5e5;
}

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

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

.focus\:tw-text-link:focus {
  color: #9345ff;
}

.focus\:tw-text-grey:focus {
  color: #171717;
}

.focus\:tw-text-facebook:focus {
  color: #3b5999;
}

.focus\:tw-text-twitter:focus {
  color: #017eb6;
}

.focus\:tw-text-instagram:focus {
  color: #517fa4;
}

.focus\:tw-text-youtube:focus {
  color: #c9332d;
}

.focus\:tw-text-pinterest:focus {
  color: #bd081c;
}

.focus\:tw-text-share:focus {
  color: #2ca9e1;
}

.tw-text-0 {
  font-size: 0px;
}

.tw-text-17 {
  font-size: 17px;
}

.tw-text-50 {
  font-size: 50px;
}

.tw-text-54 {
  font-size: 54px;
}

.tw-text-90 {
  font-size: 90px;
}

.tw-text-92 {
  font-size: 92px;
}

.tw-text-108 {
  font-size: 108px;
}

.tw-text-xs {
  font-size: .75rem;
}

.tw-text-sm {
  font-size: 14px;
}

.tw-text-base {
  font-size: 16px;
}

.tw-text-lg {
  font-size: 18px;
}

.tw-text-xl {
  font-size: 20px;
}

.tw-text-2xl {
  font-size: 24px;
}

.tw-text-3xl {
  font-size: 32px;
}

.tw-text-4xl {
  font-size: 40px;
}

.tw-italic {
  font-style: italic;
}

.tw-roman {
  font-style: normal;
}

.tw-uppercase {
  text-transform: uppercase;
}

.tw-lowercase {
  text-transform: lowercase;
}

.tw-capitalize {
  text-transform: capitalize;
}

.tw-normal-case {
  text-transform: none;
}

.tw-underline {
  text-decoration: underline;
}

.tw-line-through {
  text-decoration: line-through;
}

.tw-no-underline {
  text-decoration: none;
}

.tw-antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tw-subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:tw-italic:hover {
  font-style: italic;
}

.hover\:tw-roman:hover {
  font-style: normal;
}

.hover\:tw-uppercase:hover {
  text-transform: uppercase;
}

.hover\:tw-lowercase:hover {
  text-transform: lowercase;
}

.hover\:tw-capitalize:hover {
  text-transform: capitalize;
}

.hover\:tw-normal-case:hover {
  text-transform: none;
}

.hover\:tw-underline:hover {
  text-decoration: underline;
}

.hover\:tw-line-through:hover {
  text-decoration: line-through;
}

.hover\:tw-no-underline:hover {
  text-decoration: none;
}

.hover\:tw-antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:tw-subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.focus\:tw-italic:focus {
  font-style: italic;
}

.focus\:tw-roman:focus {
  font-style: normal;
}

.focus\:tw-uppercase:focus {
  text-transform: uppercase;
}

.focus\:tw-lowercase:focus {
  text-transform: lowercase;
}

.focus\:tw-capitalize:focus {
  text-transform: capitalize;
}

.focus\:tw-normal-case:focus {
  text-transform: none;
}

.focus\:tw-underline:focus {
  text-decoration: underline;
}

.focus\:tw-line-through:focus {
  text-decoration: line-through;
}

.focus\:tw-no-underline:focus {
  text-decoration: none;
}

.focus\:tw-antialiased:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus\:tw-subpixel-antialiased:focus {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tw-tracking-tight {
  letter-spacing: -0.05em;
}

.tw-tracking-normal {
  letter-spacing: 0;
}

.tw-tracking-wide {
  letter-spacing: .05em;
}

.tw-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.tw-align-baseline {
  vertical-align: baseline;
}

.tw-align-top {
  vertical-align: top;
}

.tw-align-middle {
  vertical-align: middle;
}

.tw-align-bottom {
  vertical-align: bottom;
}

.tw-align-text-top {
  vertical-align: text-top;
}

.tw-align-text-bottom {
  vertical-align: text-bottom;
}

.tw-visible {
  visibility: visible;
}

.tw-invisible {
  visibility: hidden;
}

.tw-whitespace-normal {
  white-space: normal;
}

.tw-whitespace-no-wrap {
  white-space: nowrap;
}

.tw-whitespace-pre {
  white-space: pre;
}

.tw-whitespace-pre-line {
  white-space: pre-line;
}

.tw-whitespace-pre-wrap {
  white-space: pre-wrap;
}

.tw-break-words {
  word-wrap: break-word;
}

.tw-break-normal {
  word-wrap: normal;
}

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

.tw-w-1 {
  width: .25rem;
}

.tw-w-2 {
  width: .5rem;
}

.tw-w-3 {
  width: .75rem;
}

.tw-w-4 {
  width: 1rem;
}

.tw-w-5 {
  width: 1.25rem;
}

.tw-w-6 {
  width: 1.5rem;
}

.tw-w-8 {
  width: 2rem;
}

.tw-w-10 {
  width: 2.5rem;
}

.tw-w-12 {
  width: 3rem;
}

.tw-w-16 {
  width: 4rem;
}

.tw-w-24 {
  width: 6rem;
}

.tw-w-32 {
  width: 8rem;
}

.tw-w-33 {
  width: 33%;
}

.tw-w-48 {
  width: 12rem;
}

.tw-w-64 {
  width: 16rem;
}

.tw-w-80 {
  width: 20rem;
}

.tw-w-auto {
  width: auto;
}

.tw-w-px {
  width: 1px;
}

.tw-w-1\/2 {
  width: 50%;
}

.tw-w-1\/3 {
  width: 33.33333%;
}

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

.tw-w-1\/4 {
  width: 25%;
}

.tw-w-3\/4 {
  width: 75%;
}

.tw-w-1\/5 {
  width: 20%;
}

.tw-w-2\/5 {
  width: 33%;
}

.tw-w-3\/5 {
  width: 67%;
}

.tw-w-4\/5 {
  width: 80%;
}

.tw-w-1\/6 {
  width: 16.66667%;
}

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

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

.tw-w-screen {
  width: 100vw;
}

.tw-z-0 {
  z-index: 0;
}

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

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

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

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

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

.tw-z-auto {
  z-index: auto;
}

.tw-backface-visible {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

.tw-backface-hidden {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.tw-perspective-top {
  perspective-origin: top;
}

.tw-perspective-right {
  perspective-origin: right;
}

.tw-perspective-bottom {
  perspective-origin: bottom;
}

.tw-perspective-left {
  perspective-origin: left;
}

.tw-perspective-center {
  perspective-origin: center;
}

.tw-perspective-right-top {
  perspective-origin: right top;
}

.tw-perspective-right-bottom {
  perspective-origin: right bottom;
}

.tw-perspective-left-top {
  perspective-origin: left top;
}

.tw-perspective-left-bottom {
  perspective-origin: left bottom;
}

.tw-transform-border {
  transform-box: border-box;
}

.tw-transform-fill {
  transform-box: fill-box;
}

.tw-transform-view {
  transform-box: view-box;
}

.tw-transform-top {
  transform-origin: top;
}

.tw-transform-right {
  transform-origin: right;
}

.tw-transform-bottom {
  transform-origin: bottom;
}

.tw-transform-left {
  transform-origin: left;
}

.tw-transform-center {
  transform-origin: center;
}

.tw-transform-right-top {
  transform-origin: right top;
}

.tw-transform-right-bottom {
  transform-origin: right bottom;
}

.tw-transform-left-top {
  transform-origin: left top;
}

.tw-transform-left-bottom {
  transform-origin: left bottom;
}

.tw-transform-flat {
  transform-style: flat;
}

.tw-transform-preserve {
  transform-style: preserve-3d;
}

.tw-transform-none {
  transform: none;
}

.tw-translate-x-1\/2 {
  transform: translateX(50%);
}

.tw-translate-y-1\/2 {
  transform: translateY(50%);
}

.tw-translate-x-full {
  transform: translateX(100%);
}

.tw-translate-y-full {
  transform: translateY(100%);
}

.tw--translate-x-1\/2 {
  transform: translateX(-50%);
}

.tw--translate-y-1\/2 {
  transform: translateY(-50%);
}

.tw--translate-x-full {
  transform: translateX(-100%);
}

.tw--translate-y-full {
  transform: translateY(-100%);
}

.tw-scale-90 {
  transform: scale(.9);
}

.tw-scale-x-90 {
  transform: scaleX(.9);
}

.tw-scale-y-90 {
  transform: scaleY(.9);
}

.tw-scale-100 {
  transform: scale(1);
}

.tw-scale-x-100 {
  transform: scaleX(1);
}

.tw-scale-y-100 {
  transform: scaleY(1);
}

.tw-scale-110 {
  transform: scale(1.1);
}

.tw-scale-x-110 {
  transform: scaleX(1.1);
}

.tw-scale-y-110 {
  transform: scaleY(1.1);
}

.tw-rotate-90 {
  transform: rotate(90deg);
}

.tw-rotate-180 {
  transform: rotate(180deg);
}

.tw-rotate-270 {
  transform: rotate(270deg);
}

.tw--rotate-90 {
  transform: rotate(-90deg);
}

.tw--rotate-180 {
  transform: rotate(-180deg);
}

.tw--rotate-270 {
  transform: rotate(-270deg);
}

.tw-skew-x-5 {
  transform: skewX(5deg);
}

.tw-skew-y-5 {
  transform: skewY(5deg);
}

.tw--skew-x-5 {
  transform: skewX(-5deg);
}

.tw--skew-y-5 {
  transform: skewY(-5deg);
}

.tw-transform-origin-t {
  transform-origin: 50% 0%;
}

.tw-transform-origin-r {
  transform-origin: 100% 50%;
}

.tw-transform-origin-b {
  transform-origin: 50% 100%;
}

.tw-transform-origin-l {
  transform-origin: 0% 50%;
}

@font-face {
  font-family: "CFUrania";
  src: url("/2019/src/fonts/cf_urania_rg-webfont.eot");
  src: url("/2019/src/fonts/cf_urania_rg-webfont.eot?#iefix") format("embedded-opentype"), url("/2019/src/fonts/cf_urania_rg-webfont.woff2") format("woff2"), url("/2019/src/fonts/cf_urania_rg-webfont.woff") format("woff"), url("/2019/src/fonts/cf_urania_rg-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("/2019/src/fonts/OpenSans-Regular.eot");
  src: url("/2019/src/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/2019/src/fonts/OpenSans-Regular.woff2") format("woff2"), url("/2019/src/fonts/OpenSans-Regular.woff") format("woff"), url("/2019/src/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "icons";
  src: url("/2019/src/fonts/icomoon.eot?z83a3o");
  src: url("/2019/src/fonts/icomoon.eot?z83a3o#iefix") format("embedded-opentype"), url("/2019/src/fonts/icomoon.woff2?z83a3o") format("woff2"), url("/2019/src/fonts/icomoon.ttf?z83a3o") format("truetype"), url("/2019/src/fonts/icomoon.woff?z83a3o") format("woff"), url("/2019/src/fonts/icomoon.svg?z83a3o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  /* Best option to avoid "squares" showing while the font loads.
  Squares will still show on very slow connections. */
}

@font-face {
  font-family: "BW Modelica Extra Bold";
  src: url("/2019/src/fonts/BwModelica-ExtraBold.eot") format("embedded-opentype"), url("/2019/src/fonts/BwModelica-ExtraBold.woff2") format("woff2"), url("/2019/src/fonts/BwModelica-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "BLOKK";
  src: url("/2019/src/fonts/BLOKKNeue-Regular.eot");
  src: url("/2019/src/fonts/BLOKKNeue-Regular.eot?#iefix") format("embedded-opentype"), url("/2019/src/fonts/BLOKKNeue-Regular.woff2") format("woff2"), url("/2019/src/fonts/BLOKKNeue-Regular.woff") format("woff"), url("/2019/src/fonts/BLOKKNeue-Regular.otf") format("opentype"), url("/2019/src/fonts/BLOKKNeue-Regular.ttf") format("truetype"), url("/2019/src/fonts/BLOKKNeue-Regular.svg#BLOKKRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: #2effcc;
}

::selection {
  background-color: #2effcc;
}

body {
  font-family: "CFUrania" !important;
  background: #000 !important;
  margin: 0;
}

* {
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
.h3 .title-text {
  font-family: "CFUrania";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

h2,
h3 {
  margin: 0;
}

.text {
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 1.33;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.link-text {
  font-family: "CFUrania";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 1.56px;
  font-size: 18px;
}

@media (min-width: 960px) {
  .link-text {
    line-height: 1.33;
    letter-spacing: 2px;
    font-size: 18px;
  }
}

.overflow {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.about .main,
.venues .main {
  max-width: 1136px;
}

.newsletter-btn {
  display: inline-block;
  line-height: 18px;
}

.newsletter-btn:hover {
  text-decoration: none;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2000;
  text-align: center;
  display: none;
}

#loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  border: 8px solid #e5e5e5;
  border-top: 8px solid #9345ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.page-intro #loader {
  display: block;
}

.logo-digitized:not(.display) {
  display: inline-block;
  text-decoration: none;
  font-size: 0;
}

.logo-digitized:not(.display):before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  color: #e5e5e5;
  font-size: 108px;
}

.logo-digitized.display {
  display: none;
}

.header.cbg {
  background-color: #9345ff;
}

.cbg .dg-content {
  margin: 0;
}

.cbg .nav-container {
  height: 100vh;
}

.cbg .gradient-menu {
  position: relative;
}

.navigation-link {
  font-family: CFUrania;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  width: 100%;
  display: inline-block;
  transition: all .2s ease;
  text-transform: uppercase;
  font-size: 20px;
  text-align: right;
  color: #e5e5e5;
  text-decoration: none;
  width: 100%;
}

.navigation-link:hover {
  color: #2effcc;
  transition: all .2s ease;
  text-decoration: none;
}

.navigation-link.active {
  color: #2effcc;
}

ul,
li {
  padding: 0;
  margin: 0;
}

.gradient-menu {
  position: fixed;
  z-index: 2;
  top: 0;
}

.gradient-menu:before {
  background: linear-gradient(0deg, #02020f 0, rgba(2, 2, 15, 0) 100%);
  transform: scaleY(-1);
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
}

.list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  height: 100%;
  justify-content: center;
}

.list a {
  text-decoration: none;
  font-family: CFUrania;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #e5e5e5;
}

.list a:hover {
  color: #e5e5e5;
  text-decoration: none;
}

.list a:active {
  text-decoration: none;
  color: #2effcc;
}

.button-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 1010;
  margin-bottom: env(safe-area-inset-bottom);
}

.button-container:before {
  transform: scaleY(1);
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  content: "";
  z-index: -1;
}

.button-container .tickets-btn {
  font-family: CFUrania;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.button-container .tickets-btn:hover {
  text-decoration: none;
}

.button-container .tickets-btn:active {
  text-decoration: none;
}

.button-container .seb {
  font-family: CFUrania;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #000;
}

.menu {
  text-decoration: none;
}

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

.menu-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 75px;
  width: 100%;
}

@media (max-width: 1289px) {
  .gradient-menu:before {
    height: 100px;
  }

  .logo-digitized:not(.display) {
    text-decoration: none;
    font-size: 0;
  }

  .logo-digitized:not(.display):before {
    font-size: 53px;
  }

  .menu_item {
    display: none;
  }

  .menu {
    text-decoration: none;
  }

  .navbar-toggle:not(.open) {
    display: block;
    margin-top: 10px;
    text-decoration: none;
  }

  .navbar-toggle:not(.open):before {
    content: "";
    vertical-align: super;
    display: inline-block;
    background-image: url(/2019/src/burger.svg);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-top: 10px;
  }

  .navbar-toggle:not(.open):active {
    text-decoration: none;
  }

  .open {
    text-decoration: none;
    height: 100%;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 10px;
  }

  .open:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    color: inherit;
    font-size: 25px;
    color: #e5e5e5;
    text-decoration: none;
  }

  .open:active {
    text-decoration: none;
  }

  #mm.mobMenu {
    height: 100%;
    background-color: #9345ff;
    display: flex;
    align-items: center;
  }

  #mm.mobMenu:before {
    display: none;
  }

  .mobMenu .mobMenu-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1290px) {
  .welcome .tw-container {
    padding: 0;
  }

  .gradient-menu {
    padding: 0;
  }

  .gradient-menu:before {
    height: 150px;
  }

  .menu {
    display: none;
  }
}

.header .mmenu {
  width: 100%;
}

.mmenu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 0 10px;
}

.menu_item {
  height: 100%;
}

.menu_item ul {
  margin-bottom: 0 !important;
}

.menu_item li {
  display: inline-block;
  height: 100%;
}

.menu span::before,
.menu span::after {
  content: "";
  transition: all .4s;
}

.menu_new span {
  height: 0;
}

.menu_new span::before,
.menu_new span::after {
  transform: translateY(0);
}

.menu_new .mmenu {
  display: flex;
  height: 200px;
  background-color: #333;
}

.mobMenu-container {
  min-height: 200px;
  justify-content: center;
  display: none;
  align-items: center;
}

.static-page.about .year-box {
  position: relative;
          transition: .2s;
  -webkit-transition: .2s;
     -moz-transition: .2s;
      -ms-transition: .2s;
       -o-transition: .2s;
}

.static-page.about .year-box .year-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  z-index: 2;
}

.static-page.about .year-box:hover {
  color: #2effcc;
  transition: all .2s ease;
}

.static-page.about .year-box .year {
  line-height: 52px;
  height: 40px;
  text-decoration: none;
  outline: 0;
  color: #e5e5e5;
  border-bottom: solid 4px transparent;
  transition: color .2s ease, border-bottom-color .2s ease;
}

.static-page.about .year-box:hover .year {
  color: #2effcc;
}

.static-page.about .img-container {
  position: relative;
}

.static-page.about .img-container .year {
  position: absolute;
  bottom: -20px;
  left: 20px;
}

@media (min-width: 961px) {
  .static-page.about .img-container .year {
    bottom: -22px;
  }
}

.venues .bottom-container {
  display: flex;
}

@media (min-width: 960px) {
  .venues .vakalo,
  .venues .onassis,
  .venues .place-3,
  .venues .place-4 {
    flex-basis: 48%;
  }
}

.venues .img-container {
  height: 400px;
}

.venues .img-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.venues .right-column .social li a {
  transition: all .2s ease;
}

.venues .right-column .social li a:hover {
  transition: all .2s ease;
}

@media (min-width: 960px) and (max-width: 1499px) {
  .venues .inner-header {
    min-height: 96px;
  }
}

.schedule .main {
  max-width: 986px;
}

.sel {
  transition: all .2s ease;
  cursor: pointer;
}

.sel:hover {
  cursor: pointer;
  color: #2effcc;
  transition: all .2s ease;
}

@media (min-width: 768px) {
  .schedule .sel {
    text-decoration: none;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .schedule .sel {
    text-decoration: none;
    font-size: 24px;
  }
}

.schedule .view-link-btn {
  width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-top: -5px;
  justify-content: center;
}

.page-meetup .view-link-btn {
  /*width: 180px;*/
  width: 130px;
  height: 60px;
  display: flex;
  align-items: center;
  margin-left: -7px;
  margin-top: -5px;
  justify-content: center;
}

@media (min-width: 960px) {
  .sel {
    font-size: 32px;
  }
}

.sel.active {
  color: #2effcc;
  text-decoration: underline;
  text-underline-position: under;
}

.circle {
  box-sizing: border-box;
  height: 36px;
  width: 36px;
  border: 6px solid #e5e5e5;
  border-radius: 100px;
  display: block;
}

.line {
  box-sizing: border-box;
  height: 58px;
  width: 6px;
  border: 2px solid #e5e5e5;
  margin-top: 5px;
  margin-left: 15px;
  display: block;
  background-color: #e5e5e5;
}

.grey {
  opacity: .3;
}

.line.grey.last {
  height: 170px;
}

.circle.fill {
  border: 6px solid #e5e5e5;
}

.line.fill {
  border: 2px solid #e5e5e5;
}

.time {
  font-family: CFUrania;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #e5e5e5;
  display: inline-flex;
}

.time .dt {
  min-width: 80px;
}

.schedule-inner-row {
  display: flex;
  position: relative;
}

.draw {
  margin-right: 15px;
}

.schedule-speaker-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-radius: 100px;
  height: 50%;
  margin-top: -3px;
}

.schedule h2 {
  font-family: CFUrania;
  font-size: 24px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #e5e5e5;
  display: inline-flex;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
}

.schedule .schedule-speaker h2 {
  max-width: 370px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.schedule .schedule-inner-row .schedule-speaker {
  display: flex;
  flex-grow: 3;
}

.schedule .schedule-inner-row .schedule-speaker a {
  display: flex;
  text-decoration: none;
  align-items: center;
  width: 100%;
}

.schedule .schedule-inner-row .schedule-speaker img {
  margin-right: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.schedule .schedule-inner-row .schedule-speaker p {
  padding: 4px 8px 2px 8px;
  background-color: #2effcc;
  font-family: CFUrania;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  display: inline-table;
  margin: 0;
}

.schedule-speaker h2 {
  margin-right: 10px;
}

a.tweet:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  font-size: 22px;
  color: inherit;
}

a.tweet:hover {
  text-decoration: none !important;
  color: #e5e5e5 !important;
}

@media (max-width: 959px) {
  a.tweet {
    color: #4099ff;
    font-size: 0;
    position: absolute;
    top: 7px;
    right: 0;
    text-decoration: none;
    display: flex;
  }

  a.tweet:before {
    order: 1;
  }

  a.tweet:after {
    order: 0;
    content: "TWEET";
    font-size: 16px;
    visibility: visible;
    display: block;
    margin-right: 10px;
    font-family: CFUrania;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2px;
  }

  .schedule-speaker-container {
    margin-bottom: 20px;
    height: auto;
  }

  .circle {
    margin-top: 0px;
  }

  .schedule-inner-row {
    margin-top: 5px;
  }
}

@media (max-width: 520px) {
  .line-3 {
    height: 134px;
  }

  #conference-box .line.fill:not(.line-3) {
    height: 103px;
  }
}

@media (min-width: 521px) and (max-width: 960px) {
  #conference-box .line.fill {
    height: 74px;
  }
}

@media (min-width: 960px) {
  .circle {
    margin-top: 5px;
  }
}

.info-container {
  display: flex;
  align-items: center;
}

@media (max-width: 960px) {
  .time {
    margin-top: 2px;
  }
}

@media (min-width: 960px) and (max-width: 1219px) {
  .draw {
    margin-right: 20px;
  }

  .time {
    font-size: 32px;
    align-items: flex-start;
    margin-right: 20px;
  }

  a.tweet {
    margin-right: 20px;
  }
}

@media (min-width: 1220px) {
  .draw {
    margin-right: 43px;
  }

  .time {
    font-size: 32px;
    line-height: 52px;
    align-items: flex-start;
    margin-right: 74px;
  }

  a.tweet {
    margin-right: 26px;
  }

  .schedule-speaker h2 {
    margin-top: 5px;
  }

  .schedule-inner-row.hov:hover:before {
    margin-left: -4px;
  }
}

@media (min-width: 960px) {
  .schedule h2 {
    font-size: 32px;
    line-height: 52px;
    white-space: nowrap;
  }

  .schedule-speaker p {
    font-size: 20px;
  }

  .schedule-speaker h2 {
    margin-right: 20px;
  }

  .schedule .above-container .newsletter-btn {
    font-size: 20px;
  }

  .schedule-inner-row.hov {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
  }

  .schedule-inner-row.hov:hover:before {
    content: "";
    width: 101.4%;
    min-height: 80px;
    position: absolute;
    left: -16px;
    top: -18px;
    border-radius: 100px;
    z-index: -1;
    transition: all .5s ease;
    background-color: #171717;
  }

  a.tweet {
    padding: 8px 16px;
    border-radius: 100px;
    color: #e5e5e5;
    font-family: OpenSans;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 20px;
    display: inline-flex;
    opacity: 0;
    transition: all ease .2s;
    position: relative;
  }

  a.tweet:before {
    margin-right: 10px;
  }

  .schedule .schedule-inner-row.hov:hover a.tweet {
    opacity: 1;
    background-color: #4099ff;
  }
}

.workshops-inner .speaker-details {
  flex-basis: 100%;
}

.workshops-inner .speaker-details h3 {
  font-family: CFUrania;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  margin-bottom: 0;
}

.workshops-inner img {
  width: auto;
  height: auto;
}

.workshops-inner pre {
  font-family: CFUrania;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.workshops-inner .register-link {
  font-family: CFUrania;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 2px;
  color: #9345ff;
  transition: all .2s ease;
  text-decoration: none;
}

.workshops-inner .register-link:hover {
  transition: all .2s ease;
  color: #2effcc;
}

.workshops-inner .col-box {
  position: relative;
}

.workshops-inner .col-box figure > a {
  overflow: hidden;
}

.workshops-inner .col-box .link-hidden {
  font-size: 0;
  position: absolute;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.workshops-inner .col-box:hover {
  cursor: pointer;
}

.workshops-inner .col-box:hover .register-link {
  color: #2effcc;
}

.workshops-inner .col-box:not(.inactive) img {
  transform: scale(1);
  transition: all .6s ease;
}

.workshops-inner .col-box:not(.inactive):hover img {
  transform: scale(1.1);
  transition: all .6s ease;
}

.workshops-inner span,
.speakers-inner span {
  font-family: CFUrania;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.workshops-inner .workshops-wrap p,
.workshops-inner .meetup-wrap p,
.workshops-inner .speakers-wrap p,
.speakers-inner .workshops-wrap p,
.speakers-inner .meetup-wrap p,
.speakers-inner .speakers-wrap p {
  font-family: OpenSans;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: normal;
}

.workshops-inner .workshops-wrap p p,
.workshops-inner .meetup-wrap p p,
.workshops-inner .speakers-wrap p p,
.speakers-inner .workshops-wrap p p,
.speakers-inner .meetup-wrap p p,
.speakers-inner .speakers-wrap p p {
  margin-bottom: 24px;
}

.workshops-inner .workshops-wrap p a,
.speakers-inner .workshops-wrap p a {
  color: #e5e5e5;
}

.workshops-inner .speakers-wrap p a,
.speakers-inner .speakers-wrap p a {
  color: #000;
}

.workshops-inner .read-more,
.speakers-inner .read-more {
  transition: all .5s ease;
}

.workshops-inner .read-more:hover,
.speakers-inner .read-more:hover {
  transition: all .5s ease;
}

.workshops-inner img,
.speakers-inner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.workshops-inner .col-box figure > a,
.speakers-inner .col-box figure > a {
  overflow: hidden;
}

.workshops-inner .col-box:not(.inactive) img,
.speakers-inner .col-box:not(.inactive) img {
  transform: scale(1);
  transition: all .6s ease;
}

.workshops-inner .col-box:not(.inactive):hover img,
.speakers-inner .col-box:not(.inactive):hover img {
  transform: scale(1.1);
  transition: all .6s ease;
}

.speakers-inner .speaker-details {
  flex-basis: 100%;
}

.speakers-inner .col-box {
  position: relative;
}

.speakers-inner .col-box .link-hidden {
  font-size: 0;
  position: absolute;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .workshops-wrap figure > a,
  .meetup-wrap figure > a,
  .speakers-wrap figure > a {
    max-height: 324px;
  }

  .workshops-wrap img,
  .meetup-wrap img,
  .speakers-wrap img {
    max-height: 324px !important;
  }
}

@media (min-width: 960px) {
  .speakers-inner .col-box figure > a {
    max-width: 472px;
    overflow: hidden;
  }

  .speakers-inner .col-box img {
    height: 100%;
  }

  .workshops-inner .col-box figure > a {
    max-width: 472px;
    overflow: hidden;
  }

  .workshops-inner .col-box img {
    height: 100%;
  }
}

.speakers-inner .read-more {
  position: relative;
  height: 18px;
}

.speakers-inner .read-more a {
  position: absolute;
  top: -24px;
}

.speakers-inner .first-link {
  color: #9345ff;
}

.speakers-inner .first-link:hover {
  color: #9345ff;
}

.speakers-inner .col-box:not(.inactive):hover .read-more .first {
  opacity: 0;
  transition: all .1s linear;
  transform: translateY(20px);
}

.speakers-inner .read-more a:hover {
  color: #9345ff;
}

.speakers-inner .first {
  opacity: 1;
  /* Completely invisible. */
  transition: .2s;
  /* 6 seconds transition. */
}

.speakers-inner .col-box:not(.inactive):hover .read-more .second {
  opacity: 1;
  transform: translateY(15px);
}

.speakers-inner .col-box .read-more .second {
  opacity: 0;
  transition: all .1s linear;
  color: #9345ff;
  line-height: 6px;
}

.speakers-inner .col-box .read-more .second:hover {
  color: #9345ff;
}

@media (min-width: 960px) {
  .workshops-inner .speaker-details h3,
  .speakers-inner .speaker-details h3 {
    font-size: 32px;
  }

  .speakers-inner .col-box:nth-last-child(2) {
    position: relative;
    z-index: 0;
  }

  .speakers-inner .col-box:nth-last-child(2):before {
    position: absolute;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    color: inherit;
    font-size: 472px;
    color: #ff7445;
    bottom: -152px;
    left: -152px;
    z-index: -1;
  }

  .speakers-inner .col-box:last-child {
    position: relative;
    z-index: 0;
  }

  .speakers-inner img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sponsors .sponsors-box {
  border-bottom: 1px solid #171717;
}

.sponsors img.img-responsive {
  width: 100%;
}

@media (min-width: 960px) {
  .sponsors .sponsors-box:last-child {
    border-bottom: none;
  }
}

.sponsors .sponsor-right-side {
  padding-left: 0;
  padding-right: 0;
}

.sponsors .sponsor-right-side a {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  transition: all .2s ease;
}

.sponsors .supporter-right-column a,
.sponsors .sponsor-right-column a {
  margin-right: 20px;
}

.sponsors .sponsor-right-side a :hover {
  opacity: .6;
  transition: all .2s ease;
}

.sponsors .ight-column {
  flex-basis: calc(100% - 33%);
}

footer .footer {
  border-bottom: 1px solid #171717;
}

footer .social-link span {
  transition: all .2s ease;
}

footer .social-link:hover {
  transition: all .2s ease;
  color: #2effcc;
}

footer .social-link:hover:before {
  transition: all .2s ease;
  color: #2effcc;
}

footer .social-link:hover .text-link,
footer .social-link:hover span {
  transition: all .2s ease;
  color: #2effcc;
}

footer .social-link:hover .tw-text-link {
  color: #2effcc;
}

footer .social-text {
  font-family: "OpenSans";
  height: 100%;
  display: flex;
  align-items: center;
}

footer .btn-container {
  display: inline-block;
}

footer .linkedin:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  font-size: 22px;
  color: inherit;
  margin-right: 8px;
  margin-bottom: 5px;
}

footer .tw:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  font-size: 22px;
  color: inherit;
  margin-right: 8px;
  margin-bottom: 5px;
}

footer .fb:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  font-size: 22px;
  color: inherit;
  margin-right: 8px;
  margin-bottom: 5px;
}

footer .designmag-logo {
  transition: all .2s ease;
}

footer .designmag-logo:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  font-size: 21px;
  color: inherit;
}

footer .designmag-logo:hover {
  color: #2effcc;
  transition: all .2s ease;
}

footer .nicemedia {
  font-family: "BW Modelica Extra Bold";
}

footer .nicemedia span {
  display: inline-block;
  height: 20px;
  vertical-align: top;
}

footer .nicemedia:hover {
  color: #2effcc;
}

footer .nicemedia-link {
  display: flex;
  align-items: center;
  transition: all .2s ease;
}

footer .nicemedia-link .icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  font-size: 20px;
}

footer .nicemedia-link:hover {
  color: #2effcc;
  transition: all .2s ease;
}

footer .links {
  transition: all .2s ease;
}

footer .links:hover {
  color: #2effcc;
  transition: all .2s ease;
}

@media (max-width: 959px) {
  .designmag-logo:before {
    margin-right: 16px;
  }
}

@media (min-width: 960px) {
  .designmag-logo:before {
    margin-right: 8px;
  }
}

@media (min-width: 1220px) {
  .footer .btn-container {
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -6px;
    width: 200px;
  }

  .footer .btn-container .newsletter-btn {
    display: inline-table;
  }
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.in {
  opacity: 1;
  padding: 0 !important;
}

.modal {
  opacity: 0;
  transition: opacity .5s ease;
}

.modal .container-fluid.modal-top-wrap {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.modal .container {
  padding-left: 0;
  padding-right: 0;
}

.modal-body .img-container {
  position: relative;
  width: 100%;
  max-height: 800px;
  text-indent: -9999px;
  background-attachment: fixed;
  background-size: cover;
}

.modal-body .speaker-nav img {
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-img-wrap {
  height: 800px;
  background-image: url(../images/holder.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.modal-top-wrap::before {
  display: table;
  content: " ";
}

.modal-top-wrap:after {
  display: table;
  content: " ";
  clear: both;
}

.modal-body .more-container h2 {
  display: inline-block;
  width: 100%;
}

.modal-body .workshop-modal h2 {
  margin-bottom: 20px;
}

.modal-body .workshop-modal .social.social-book {
  margin-bottom: 40px;
}

.modal-body .speaker-nav h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.modal-img-wrap .tw-container {
  position: relative;
}

.modal-content {
  border: 0 !important;
  border-radius: 0;
  color: #e5e5e5;
  width: 100%;
  background-color: #000 !important;
}

.modal-content .col8 a {
  color: #e5e5e5;
  text-decoration: underline;
}

.modal-body {
  padding: 0 !important;
  min-height: 100% !important;
}

.modal-body a {
  text-decoration: none !important;
}

.modal-body.modal-sponsor {
  padding-bottom: 40px;
}

.modal-dialog {
  max-width: 100% !important;
  margin: 0px !important;
  height: 100%;
}

.modal button.close {
  position: fixed;
  right: 44px;
  top: 45px;
  z-index: 10;
  color: #e5e5e5;
  font-size: 0;
  opacity: 1;
  outline: none;
  width: 45px;
  height: 45px;
  transition: all .2s ease;
}

.modal button.close:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  font-size: 45px;
}

.modal .close:hover {
  opacity: .5;
}

.modal figure {
  position: relative;
  margin: 0px auto;
  background: #e5e5e5;
  background-size: cover;
  width: 70%;
  height: 100vh;
  background-position: right;
  padding: 40px;
}

@media (min-width: 992px) {
  .modal .col8 {
    width: 76%;
  }

  .modal .col8 p {
    max-width: 944px;
  }
}

.modal .modal-speaker-picture {
  width: 70%;
  position: absolute;
  right: 0;
  height: 100%;
}

.modal .modal-speaker-caption {
  top: 62%;
  position: absolute;
  z-index: 10;
          transform: translate(0, -77%);
  -webkit-transform: translate(0, -77%);
}

.modal-sponsor.modal .modal-speaker-caption {
  top: 55%;
          transform: translate(0, -55%);
  -webkit-transform: translate(0, -55%);
}

@media (max-width: 1365px) {
  .custom-container {
    padding: 20px;
  }

  .modal-sponsor.modal .modal-speaker-caption {
    margin-left: 20px;
  }

  .modal .modal-speaker-caption {
    margin-left: 20px;
  }
}

@media (min-width: 1366px) {
  .custom-container {
    padding: 0px;
  }

  .modal-sponsor.modal .modal-speaker-caption {
    margin-left: 0px;
  }

  .modal .modal-speaker-caption {
    margin-left: 0px;
  }
}

@media (min-width: 960px) {
  .modal-sponsor.modal .modal-speaker-caption h1 {
    max-width: 580px;
  }
}

.modal .modal-speaker-caption h1 {
  font-family: CFUrania;
  font-size: 92px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: .87;
  letter-spacing: normal;
  color: #e5e5e5;
}

.more-container span {
  font-family: CFUrania;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

@media (min-width: 992px) {
  .more-container {
    flex-basis: calc(100% - 76%);
    margin-right: 200px;
  }
}

.modal .modal-speaker-caption p {
  font-size: 30px;
  line-height: 30px;
}

@media (min-width: 1200px) {
  .modal .modal-speaker-caption.modal-fix-width {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 1240px) {
  .modal .modal-speaker-caption.modal-fix-width {
    width: 90%;
  }
}

@media (min-width: 520px) and (max-width: 768px) {
  .modal .modal-speaker-caption.modal-fix-width {
    width: 80%;
  }
}

.modal .modal-speaker-text h2 {
  font-family: CFUrania;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 2px;
  color: #9345ff;
}

@media (min-width: 960px) {
  .modal .modal-speaker-text h2 {
    margin-bottom: 20px;
  }
}

.modal .modal-speaker-text .social {
  font-family: CFUrania;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #e5e5e5;
  transition: all .2s ease;
  text-transform: capitalize;
}

.modal .modal-speaker-text .social:hover {
  text-decoration: none;
  color: #2effcc;
  transition: all .2s ease;
}

.modal .modal-speaker-text p {
  font-family: OpenSans;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #e5e5e5;
  margin-bottom: 24px;
}

.modal .speaker-nav .row {
  display: flex;
}

.speaker-nav-left,
.speaker-nav-right {
  position: relative;
  width: 50%;
  transition: all .2s ease;
  display: inline-table;
  padding: 20px 0;
  margin-top: 10px;
}

.speaker-nav-left:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
  left: -100%;
}

.speaker-nav-left .wrap {
  position: relative;
  transition: all .2s ease;
}

.speaker-nav-left .wrap:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  display: flex;
  align-self: center;
  color: #e5e5e5;
  text-decoration: none;
  font-size: 26px;
  transform: rotate(180deg);
  position: absolute;
  left: -80px;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  transition: all .2s ease;
}

@media (min-width: 1440px) {
  .modal .speaker-nav .speaker-nav-left:hover .wrap {
    transition: all .2s ease;
  }

  .modal .speaker-nav .speaker-nav-left:hover .wrap:before {
    transition: all .2s ease;
    font-size: 26px;
  }

  .modal .speaker-nav .speaker-nav-left:hover .wrap h3 {
    transition: all .2s ease;
    color: #2effcc;
  }
}

.speaker-nav-right:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
  right: -100%;
}

.speaker-nav-right .wrap {
  position: relative;
  transition: all .2s ease;
}

.speaker-nav-right .wrap:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  display: flex;
  align-self: center;
  color: #e5e5e5;
  text-decoration: none;
  font-size: 26px;
  position: absolute;
  right: -80px;
  z-index: 1;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  transition: all .2s ease;
}

@media (min-width: 1440px) {
  .modal .speaker-nav .speaker-nav-right:hover .wrap {
    transition: all .2s ease;
  }

  .modal .speaker-nav .speaker-nav-right:hover .wrap:after {
    transition: all .2s ease;
    font-size: 26px;
  }

  .modal .speaker-nav .speaker-nav-right:hover .wrap h3 {
    transition: all .2s ease;
    color: #2effcc;
  }
}

@media (max-width: 959px) {
  .speaker-nav-left {
    transition: all .2s ease;
  }

  .speaker-nav-left .wrap {
    transition: all .2s ease;
  }

  .speaker-nav-left .wrap:before {
    left: 10px;
  }

  .speaker-nav-right {
    transition: all .2s ease;
  }

  .speaker-nav-right .wrap:after {
    right: 10px;
  }
}

@media (min-width: 960px) and (max-width: 1399px) {
  .speaker-nav-left {
    transition: all .2s ease;
  }

  .speaker-nav-left .wrap {
    transition: all .2s ease;
  }

  .speaker-nav-left .wrap:before {
    left: 10px;
  }

  .speaker-nav-right {
    transition: all .2s ease;
  }

  .speaker-nav-right .wrap:after {
    right: 10px;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .speaker-nav-left {
    transition: all .2s ease;
  }

  .speaker-nav-left .wrap {
    transition: all .2s ease;
  }

  .speaker-nav-left .wrap:before {
    left: -50px;
  }

  .speaker-nav-left:hover .wrap:before {
    left: -70px;
    transition: all .2s ease;
  }

  .speaker-nav-right {
    transition: all .2s ease;
  }

  .speaker-nav-right .wrap:after {
    right: -50px;
  }

  .speaker-nav-right:hover .wrap:after {
    right: -70px;
    transition: all .2s ease;
  }
}

@media (min-width: 1500px) and (max-width: 1699px) {
  .speaker-nav-left .wrap:before {
    display: none;
  }

  .speaker-nav-right .wrap:after {
    display: none;
  }
}

@media (min-width: 1700px) and (max-width: 1849px) {
  .speaker-nav-left {
    transition: all .2s ease;
  }

  .speaker-nav-left .wrap {
    transition: all .2s ease;
  }

  .speaker-nav-left .wrap:before {
    left: -50px;
  }

  .speaker-nav-left:hover .wrap:before {
    left: -70px;
    transition: all .2s ease;
  }

  .speaker-nav-right {
    transition: all .2s ease;
  }

  .speaker-nav-right .wrap:after {
    right: -50px;
  }

  .speaker-nav-right:hover .wrap:after {
    right: -70px;
    transition: all .2s ease;
  }
}

@media (min-width: 1850px) {
  .speaker-nav-left .wrap:before {
    left: -116px;
    font-size: 33px;
    transition: all .2s ease;
  }

  .speaker-nav-right .wrap:after {
    right: -116px;
    font-size: 33px;
  }

  .modal .speaker-nav .speaker-nav-right:hover .wrap {
    transition: all .2s ease;
  }

  .modal .speaker-nav .speaker-nav-right:hover .wrap:after {
    transition: all .2s ease;
    font-size: 33px;
    right: -136px;
  }

  .modal .speaker-nav .speaker-nav-right:hover .wrap h3 {
    transition: all .2s ease;
    color: #2effcc;
  }

  .modal .speaker-nav .speaker-nav-left:hover .wrap {
    transition: all .2s ease;
  }

  .modal .speaker-nav .speaker-nav-left:hover .wrap:before {
    transition: all .2s ease;
    font-size: 33px;
    left: -136px;
  }

  .modal .speaker-nav .speaker-nav-left:hover .wrap h3 {
    transition: all .2s ease;
    color: #2effcc;
  }
}

.modal .speaker-nav a.col-xs-6 {
  background: #171717;
  transition: all .2s ease;
}

.modal .speaker-nav a.col-xs-6:hover {
  background: #222;
}

.modal .speaker-nav .speaker-nav-right {
  text-align: right;
}

.modal .speaker-nav .modal-nav-wrap {
  margin-top: 2px;
}

.modal .speaker-nav .modal-nav-wrap h3 {
  font-family: CFUrania;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #e5e5e5;
  margin-bottom: 0;
}

.details p {
  font-family: CFUrania;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: normal;
  color: #000;
  display: inline-block;
}

.company-tag {
  margin-top: 5px;
  margin-bottom: 0;
}

.modal .speaker-nav .modal-nav-wrap {
  float: left;
}

.modal .speaker-nav-right .modal-nav-wrap {
  float: right;
}

.modal-open {
  padding-right: 0 !important;
  overflow-x: hidden;
}

.col-box {
  position: relative;
}

.col-box:focus {
  outline: none !important;
}

.col-box a:focus {
  outline: none !important;
}

.col-box .link-hidden {
  font-size: 0;
  position: absolute;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.video-container {
  position: relative;
}

.video-container video {
  width: 100%;
}

.video-container .video-title {
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  font-family: CFUrania;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: normal;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
}

.secondary h2 {
  font-family: CFUrania;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  margin-bottom: 0;
}

.secondary p {
  font-family: CFUrania;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

.secondary .speaker-details p {
  font-family: OpenSans;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

.secondary .speaker-details span,
.secondary .speaker-details pre {
  line-height: 20px;
}

.secondary.speakers-section-front .slider-container {
  position: relative;
}

.secondary.speakers-section-front .slider-container:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  font-size: 472px;
  color: #ff7445;
  position: absolute;
  bottom: -135px;
  left: 56px;
  z-index: -1;
}

.secondary.speakers-section-front .slick-track {
  display: flex;
  align-items: center;
}

@media (min-width: 1440px) and (max-width: 1500px) {
  .secondary.speakers-section-front .slick-list {
    padding: 0 140px 0 178px !important;
  }
}

@media (min-width: 1440px) {
  .secondary.speakers-section-front .slick-slide:not(.slick-active) {
    pointer-events: none;
  }

  .secondary.speakers-section-front .slick-slide:not(.slick-active) .speaker-details {
    max-height: 0;
    transition: max-height .5s ease-out, opacity .5s ease-out;
    padding: 0;
    opacity: 0;
  }

  .secondary.speakers-section-front .slick-slide:not(.slick-active) span,
  .secondary.speakers-section-front .slick-slide:not(.slick-active) .read-more,
  .secondary.speakers-section-front .slick-slide:not(.slick-active) h3 {
    opacity: 0;
    max-height: 0;
  }

  .secondary.speakers-section-front .slick-active .speaker-details {
    max-height: 800px;
    opacity: 1;
    transition: max-height .5s ease-out, opacity .5s ease-out;
  }

  .secondary.speakers-section-front .slick-active span {
    opacity: 1;
    max-height: 40px;
    transition: max-height 1.2s, opacity .4s ease-in;
  }

  .secondary.speakers-section-front .slick-active .read-more {
    opacity: 1;
    max-height: 40px;
    transition: max-height 1.2s, opacity .68s ease-in;
  }

  .secondary.speakers-section-front .slick-track {
    justify-content: center;
  }
}

.secondary.speakers-section-front figure {
  display: flex;
  flex-direction: column;
}

.secondary.speakers-section-front figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.secondary.speakers-section-front p a {
  color: #000;
}

.secondary.speakers-section-front p a:hover {
  text-decoration: none;
  color: #2effcc;
}

.secondary.speakers-section-front button:focus {
  outline: 0 !important;
}

.secondary.speakers-section-front .slick-prev,
.secondary.speakers-section-front .slick-next {
  position: absolute;
  background-color: #9345ff;
  color: #e5e5e5;
  border: none;
  padding: 16px 28px;
  z-index: 1;
  transition: all .3s ease;
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #2effcc, 50%, transparent 50%);
}

.secondary.speakers-section-front .slick-prev:hover,
.secondary.speakers-section-front .slick-next:hover {
  cursor: pointer;
  transition: all .3s ease;
  background-position: 0 -100%;
}

.secondary.speakers-section-front .slick-prev {
  left: 50px;
  font-size: 0;
}

.secondary.speakers-section-front .slick-prev:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  font-size: 50px;
  transform: rotate(180deg);
}

.secondary.speakers-section-front .slick-next {
  right: 50px;
  font-size: 0;
}

.secondary.speakers-section-front .slick-next:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  font-size: 50px;
}

.secondary.speakers-section-front .img-link {
  overflow: hidden;
}

.secondary.speakers-section-front .col-box img {
  transform: scale(1);
  transition: all .6s ease;
}

.secondary.speakers-section-front .col-box:hover img {
  transform: scale(1.1);
  transition: all .6s ease;
}

.secondary.speakers-section-front .read-more {
  position: relative;
  height: 18px;
}

.secondary.speakers-section-front .read-more a {
  position: absolute;
  top: -10px;
}

@media (max-width: 959px) {
  .speakers-section-front .col-box:hover .first {
    color: #9345ff !important;
  }

  .speakers-section-front .read-more .second {
    display: none;
  }

  .speakers-section-front .read-more .first:hover {
    color: #9345ff !important;
  }

  .speakers-section-front .read-more .first:active {
    color: #9345ff !important;
  }

  .speakers-section-front .read-more .read-more a:hover {
    color: #9345ff !important;
  }
}

@media (min-width: 960px) {
  .speakers-section-front .col-box:hover .read-more .first {
    opacity: 0;
    transition: all .1s linear;
    transform: translateY(20px);
  }

  .speakers-section-front .read-more a:hover {
    color: #9345ff;
  }

  .speakers-section-front .first {
    opacity: 1;
    /* Completely invisible. */
    transition: .2s;
    /* 6 seconds transition. */
  }

  .speakers-section-front .col-box:hover .read-more .second {
    opacity: 1;
    transform: translateY(15px);
  }

  .speakers-section-front .col-box .read-more .second {
    opacity: 0;
    transition: all .1s linear;
    color: #9345ff;
    line-height: 6px;
  }

  .speakers-section-front .col-box .read-more .second:hover {
    color: #9345ff;
  }
}

@media (min-width: 768px) and (max-width: 1219px) {
  .speakers-section-front .slick-list {
    display: flex;
    justify-content: space-around;
  }
}

@media (min-width: 1220px) and (max-width: 1439px) {
  .speakers-section-front .slick-list,
  .workshops-section-front .slick-list {
    display: flex;
    justify-content: center;
  }

  .secondary.speakers-section-front .speaker-details > p {
    min-height: 162px;
  }
}

@media (min-width: 1440px) {
  .speakers-section-front .slick-list {
    display: flex;
    justify-content: start;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1219px) {
  .workshops-section-front .slick-list {
    display: flex;
    justify-content: space-around;
  }
}

@media (max-width: 374px) {
  .secondary.speakers-section-front .speaker-details h3 {
    min-height: 66px;
  }

  .secondary.speakers-section-front .speaker-details > p {
    min-height: 273px;
  }
}

@media (min-width: 375px) and (max-width: 767px) {
  .secondary.speakers-section-front .speaker-details > p {
    min-height: 190px;
  }
}

@media (min-width: 768px) and (max-width: 1219px) {
  .secondary.speakers-section-front .speaker-details > p {
    min-height: 210px;
  }
}

@media (min-width: 1221px) and (max-width: 1316px) {
  .secondary.speakers-section-front .speaker-details > p {
    min-height: 162px;
  }
}

@media (min-width: 1440px) and (max-width: 1499px) {
  .secondary.speakers-section-front .speaker-details > p {
    min-height: 280px;
  }

  .secondary.speakers-section-front .speaker-details h3 {
    min-height: 76px;
  }
}

@media (min-width: 1500px) and (max-width: 1899px) {
  .secondary.speakers-section-front .speaker-details > p {
    min-height: 230px;
  }

  .secondary.speakers-section-front .slick-list.draggable {
    padding: 0px 120px !important;
  }

  .secondary.speakers-section-front .slick-prev {
    left: 10px;
  }

  .secondary.speakers-section-front .slick-next {
    right: 10px;
  }

  .workshops-container .slick-list.draggable {
    padding: 0px 120px !important;
  }
}

@media (min-width: 1900px) and (max-width: 3099px) {
  .secondary.speakers-section-front .speaker-details > p {
    min-height: 160px;
  }
}

@media (min-width: 1900px) {
  .workshops-section-front .slider-container {
    max-width: 1900px;
    margin: 0 auto;
  }
}

@media (min-width: 1900px) and (max-width: 2199px) {
  .speakers-container {
    max-width: 1900px;
    margin: 0 auto;
  }

  .secondary.speakers-section-front .slick-list.draggable {
    padding: 0px 171px 0 205px !important;
  }
}

@media (min-width: 2200px) {
  .speakers-container .slider-container {
    max-width: 2800px;
    margin: 0 auto;
  }

  .speakers-container .slick-list.draggable {
    padding: 0px 371px 0 405px !important;
  }
}

@media (min-width: 1440px) and (max-width: 3099px) {
  .slick-prev,
  .slick-next {
    top: 45%;
  }
}

@media (min-width: 3100px) {
  .secondary.speakers-section-front .speaker-details > p {
    min-height: 160px;
  }

  .speakers-container .slider-container {
    max-width: 2590px;
    margin: 0 auto;
  }

  .speakers-container .slick-list.draggable {
    padding: 0px 506px 0 549px !important;
  }

  .secondary.speakers-section-front .slick-slide {
    width: 472px !important;
  }

  .secondary.speakers-section-front .slick-prev,
  .secondary.speakers-section-front .slick-next {
    top: 43%;
  }
}

@media (max-width: 767px) {
  .secondary.speakers-section-front .slider-container:before {
    bottom: 0;
    left: -30%;
    font-size: 236px;
  }

  .secondary.speakers-section-front .col-box:not(.slick-active) {
    margin-right: 25px;
  }

  .secondary.speakers-section-front .slick-active {
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1314px) {
  .secondary.speakers-section-front .slider-container:before {
    bottom: 0;
    left: auto;
    font-size: 236px;
  }

  .secondary.speakers-section-front .col-box {
    margin-right: 40px;
  }
}

@media (min-width: 1315px) {
  .secondary.speakers-section-front .col-box {
    margin-right: 40px;
  }
}

.secondary.workshops-section-front .workshops-container .speaker-details:focus {
  outline: none !important;
}

.secondary.workshops-section-front .workshops-container .speaker-details p {
  margin-top: 32px;
  margin-bottom: 36px;
}

.secondary.workshops-section-front .workshops-container .speaker-details pre {
  font-family: CFUrania;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #000;
  display: inline-table;
}

.secondary.workshops-section-front .workshops-container .speaker-details span {
  display: inline-table;
}

.secondary.workshops-section-front .workshops-container .speaker-details h3 {
  line-height: 1.25;
  margin-bottom: 2px;
}

.secondary.workshops-section-front .workshops-container .col-box {
  transition: all .2s ease;
}

.secondary.workshops-section-front .workshops-container .slick-track {
  display: flex;
  flex-wrap: nowrap;
}

.secondary.workshops-section-front .col-box:hover .register-link {
  color: #2effcc;
  transition: all .2s ease;
}

.secondary.workshops-section-front .slider-container {
  position: relative;
}

.secondary.workshops-section-front .slider-container .figure-wrap {
  position: static;
}

.secondary.workshops-section-front .slider-container button:focus {
  outline: 0 !important;
}

.secondary.workshops-section-front .slider-container .slick-prev,
.secondary.workshops-section-front .slider-container .slick-next {
  position: absolute;
  background-color: #9345ff;
  color: #e5e5e5;
  border: none;
  top: 50%;
  padding: 16px 28px;
  transition: all .3s ease;
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #2effcc, 50%, transparent 50%);
}

.secondary.workshops-section-front .slider-container .slick-prev:hover,
.secondary.workshops-section-front .slider-container .slick-next:hover {
  transition: all .3s ease;
  background-position: 0 -100%;
}

.secondary.workshops-section-front .slider-container .slick-prev {
  font-size: 0;
}

.secondary.workshops-section-front .slider-container .slick-prev:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  font-size: 48px;
  transform: rotate(180deg);
}

.secondary.workshops-section-front .slider-container .slick-next {
  font-size: 0;
}

.secondary.workshops-section-front .slider-container .slick-next:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  font-size: 48px;
}

.secondary.workshops-section-front .slider-container:after {
  position: absolute;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  color: inherit;
  color: #ff7445;
  z-index: -1;
  color: #2eff9c;
}

.secondary.workshops-section-front .register-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #9345ff;
  transition: all .2s ease;
  font-family: CFUrania;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 2px;
}

.secondary.workshops-section-front .register-link:hover {
  transition: all .2s ease;
  color: #2effcc;
  text-decoration: none;
  outline: none;
}

.view-all .view-link {
  transition: all .3s ease;
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #2effcc, 50%, transparent 50%);
}

.view-all .view-link:hover {
  transition: all .3s ease;
  padding: 16px 20px;
  background-position: 0 -100%;
}

@media (max-width: 767px) {
  .secondary.workshops-section-front .speaker-details h3 {
    min-height: 72px;
  }

  .secondary.workshops-section-front .speaker-details > p {
    min-height: 231px;
  }

  .secondary.workshops-section-front .slick-active {
    margin-right: 10px;
  }

  .secondary.workshops-section-front .col-box:not(.slick-active) {
    margin-right: 25px;
  }

  .secondary.workshops-section-front .slider-container:after {
    font-size: 102px;
    bottom: -85px;
    right: 0;
  }
}

@media (min-width: 768px) {
  .secondary.workshops-section-front .slider-container:after {
    font-size: 102px;
    bottom: -85px;
    right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 970px) {
  .secondary.workshops-section-front .speaker-details h3 {
    min-height: 48px;
  }

  .secondary.workshops-section-front .speaker-details > p {
    min-height: 226px;
  }
}

@media (min-width: 971px) and (max-width: 1219px) {
  .secondary.workshops-section-front .speaker-details h3 {
    min-height: 114px;
  }

  .secondary.workshops-section-front .speaker-details > p {
    min-height: 210px;
  }
}

@media (min-width: 1220px) and (max-width: 1439px) {
  .secondary.workshops-section-front .speaker-details h3 {
    min-height: 76px;
  }

  .secondary.workshops-section-front .speaker-details > p {
    min-height: 152px;
  }
}

@media (min-width: 1440px) {
  .secondary.workshops-section-front .speaker-details > p {
    min-height: 276px;
  }

  .secondary.workshops-section-front .slick-slide:not(.slick-active) {
    opacity: 0;
    transition: opacity .6s linear;
  }

  .secondary.workshops-section-front .slick-active {
    opacity: 1;
    transition: opacity 1.7s linear;
  }
}

@media (min-width: 1440px) and (max-width: 1899px) {
  .secondary.workshops-section-front .slick-prev,
  .secondary.workshops-section-front .slick-next {
    z-index: 1;
  }
}

@media (min-width: 1440px) and (max-width: 1499px) {
  .secondary.workshops-section-front .slick-list.draggable {
    padding: 0 140px 0 178px !important;
  }
}

@media (min-width: 1900px) and (max-width: 3099px) {
  .secondary.workshops-section-front .slick-list.draggable {
    padding: 0px 171px 0 205px !important;
  }

  .secondary.workshops-section-front .slick-prev,
  .secondary.workshops-section-front .slick-next {
    z-index: 1;
  }
}

@media (min-width: 1440px) and (max-width: 1499px) {
  .secondary.workshops-section-front .slick-slide:not(.slick-active) {
    pointer-events: none;
  }

  .secondary.workshops-section-front .slick-prev {
    left: 50px;
    z-index: 1;
  }

  .secondary.workshops-section-front .slick-next {
    right: 50px;
  }
}

@media (min-width: 1440px) and (max-width: 1849px) {
  .secondary.workshops-section-front .slick-slide:not(.slick-active) {
    pointer-events: none;
  }

  .secondary.workshops-section-front .slider-container:after {
    font-size: 206px;
    bottom: -95px;
    right: 95px;
  }

  .secondary.workshops-section-front .speaker-details h3 {
    min-height: 120px;
  }
}

@media (min-width: 1850px) {
  .secondary.workshops-section-front .slider-container:after {
    font-size: 206px;
    bottom: -104px;
    right: 156px;
  }

  .secondary.workshops-section-front .speaker-details h3 {
    min-height: 120px;
  }

  .secondary.workshops-section-front .speaker-details p {
    min-height: 184px;
  }
}

@media (min-width: 1500px) and (max-width: 1899px) {
  .secondary.workshops-section-front .slick-prev {
    left: 10px;
    z-index: 1;
  }

  .secondary.workshops-section-front .slick-next {
    right: 10px;
  }
}

@media (min-width: 1900px) {
  .secondary.workshops-section-front .slick-prev {
    left: 50px;
  }

  .secondary.workshops-section-front .slick-next {
    right: 50px;
  }
}

.past-speakers-section .img-cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  margin-bottom: 20px;
}

.past-speakers-section .img-cont:hover {
  opacity: .6;
  transition: all .2s ease;
}

.past-speakers-section .img-cont .hidden-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  transition: all .2s ease;
}

@media (max-width: 767px) {
  .past-speakers-section .img-cont {
    flex-basis: 50%;
  }

  .past-speakers-section .img-cont img {
    width: 50%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .past-speakers-section .img-cont {
    width: 250px;
    height: 165px;
    margin: 0;
  }

  .past-speakers-section .img-google {
    width: 142px;
    height: 45px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .past-speakers-section .img-unit-9 {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .past-speakers-section .img-north-kingdom {
    width: 128px;
    height: 90px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .past-speakers-section .img-smashing-magazine-logo {
    width: 170px;
    height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .past-speakers-section .img-media-monks {
    width: 110px;
    height: 55px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .past-speakers-section .img-sapientnitro {
    width: 170px;
    height: 41px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .past-speakers-section .img-huge {
    width: 100px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .past-speakers-section .img-rga {
    width: 140px;
    height: 33px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .past-speakers-section .img-ibm-ix-logo {
    width: 104px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .past-speakers-section .img-your-majesty {
    width: 89px;
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .past-speakers-section .img-stink {
    width: 170px;
    height: 36px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .past-speakers-section .img-tool {
    width: 119px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.other-events-section .kids-club-container {
  transition: all .5s ease;
  position: relative;
  background-color: #21172f;
  overflow: hidden;
}

.other-events-section .kids-club-container .img-cont {
  position: absolute;
  background-image: url("/2019/images/events/meeting.jpg");
  opacity: .15;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
}

.other-events-section .kids-club-container p {
  font-family: CFUrania;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 2px;
  text-align: center;
  max-width: 591px;
}

.other-events-section .kids-club-container .hidden-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}

.other-events-section .kids-club-container .kids-link {
  font-family: CFUrania;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 2px;
  text-align: center;
  color: #9345ff;
  transition: all .2s ease;
  text-decoration: none;
}

.other-events-section .kids-club-container:hover .kids-link {
  transition: all .2s ease;
  color: #2effcc;
}

.other-events-section .kids-club-container .img-cont {
  transform: scale(1);
  transition: all .6s ease;
}

.other-events-section .kids-club-container:hover .img-cont {
  transform: scale(1.1);
  transition: all .6s ease;
}

.other-events-section .after-conf-container {
  position: relative;
  transition: all .6s ease;
  background-color: rgba(46, 255, 204, .15);
  overflow: hidden;
}

.other-events-section .after-conf-container .img-cont {
  position: absolute;
  background-image: url("/2019/images/events/wine-glasses.jpg");
  opacity: .15;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
}

.other-events-section .after-conf-container p {
  font-family: CFUrania;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #d8d8d8;
  max-width: 355px;
}

.other-events-section .after-conf-container .hidden-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}

.other-events-section .after-conf-container .view-all {
  height: 56px;
  display: flex;
  align-items: center;
}

.other-events-section .after-conf-container .conf-link {
  font-family: CFUrania;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  transition: all .3s ease;
  background-color: #e5e5e5;
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #2effcc, 50%, transparent 50%);
}

.other-events-section .after-conf-container:hover .conf-link {
  color: #000;
  transition: all .3s ease;
  padding: 13px 20px;
  background-image: linear-gradient(to top, #2effcc, 51%, transparent 50%);
  background-position: 0 -100%;
}

.other-events-section .after-conf-container .img-cont {
  transform: scale(1);
  transition: all .6s ease;
}

.other-events-section .after-conf-container:hover .img-cont {
  transform: scale(1.1);
  transition: all .6s ease;
}

.other-events-section .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.other-events-section .content .title-text {
  line-height: 1.25;
}

.navbar-toggle span {
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

@media (min-width: 768px) and (max-width: 970px) {
  .col-box .speaker-details h3 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  section.welcome {
    height: auto;
  }

  .welcome-header h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .welcome-header {
    width: 90%;
  }

  .welcome-header p {
    font-size: 30px;
    line-height: 40px;
  }

  .welcome img {
    top: -40px;
    left: 0;
  }

  .about .inner-previous-editions {
    margin-top: 150px;
  }
}

@media (max-width: 900px) {
  .modal .speaker-nav .modal-nav-wrap h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .modal .speaker-nav .modal-nav-wrap p {
    font-size: 12px;
  }

  .modal .modal-img-wrap {
    height: 400px !important;
    background-attachment: initial !important;
  }
}

@media (max-width: 768px) {
  .modal .modal-speaker-caption h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0;
  }

  .modal .modal-speaker-caption p {
    font-size: 18px;
    line-height: 18px;
  }

  .modal button.close {
    position: fixed;
    right: 10px;
    top: 15px;
  }

  .modal button.close:before {
    font-size: 24px;
  }

  .col-box {
    flex-basis: 100%;
  }

  .welcome-header {
    left: 5%;
  }
}

@media (min-width: 1500px) and (max-width: 1539px) {
  .mmenu-container {
    padding: 0 20px;
  }

  .other-events-section .tw-container,
  .welcome .tw-container,
  .footer .tw-container,
  .after-footer .tw-container,
  .speakers-inner .tw-container,
  .workshops-inner .tw-container,
  .modal-body .tw-container,
  .about .tw-container,
  .schedule .tw-container,
  .venues .tw-container,
  .past-speakers-section .tw-container,
  .cookies .tw-container {
    padding: 0 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1240px) {
  .other-events-section .tw-container,
  .footer .tw-container,
  .after-footer .tw-container,
  .speakers-inner .tw-container,
  .workshops-inner .tw-container,
  .about .tw-container,
  .venues .tw-container,
  .modal-body .tw-container,
  .past-speakers-section .tw-container,
  .cookies .tw-container {
    padding: 0 20px;
  }
}

.view-link {
  transition: all .3s ease;
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #2effcc, 50%, transparent 50%);
}

.view-link:hover {
  transition: all .3s ease;
  padding: 16px 20px;
  background-position: 0 -100%;
}

.btn-navigation-li {
  width: 200px;
  /*width: 240px;*/
  text-align: center;
}

.not-found .view-link-btn {
  width: 220px;
  height: 80px;
  display: flex;
  align-items: center;
  margin-top: -5px;
}

@media (max-width: 520px) {
  #container {
    padding-bottom: 80px;
  }

  .cta-mobile-wrap {
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    z-index: 1010;
    margin-bottom: env(safe-area-inset-bottom);
  }

  .cta-mobile-wrap a {
    display: block;
  }

  .cta-mobile-wrap:before {
    background: linear-gradient(0deg, #02020f 0%, rgba(2, 2, 15, 0) 100%);
    transform: scaleY(1);
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    content: "";
    z-index: -1;
  }

  .overflow .cta-mobile-wrap {
    display: none;
  }

  .overflow .cta-mobile-wrap a {
    display: none;
  }
}

@media (min-width: 521px) {
  .cta-mobile-wrap {
    display: none;
  }

  .cta-mobile-wrap a {
    display: none;
  }
}

.sold-out {
  background-color: #e5e5e5;
}

.cookies-wrapper {
  padding: 20px;
  color: #000;
  background: #e5e5e5;
  width: 300px;
  font-size: 14px;
}

.cookies-wrapper .view-all .view-link {
  padding-left: 95px;
  padding-right: 95px;
  line-height: 20px;
  color: #e5e5e5;
  transition: all .3s ease;
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #2effcc, 50%, transparent 50%);
}

.cookies-wrapper .view-all .view-link:hover {
  transition: all .3s ease;
  color: #000;
  background-position: 0 -100%;
  cursor: pointer;
  padding: 16px 99px;
}

.cookies-wrapper .view-link-btn {
  height: 80px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  width: 280px;
  margin-left: -10px;
  justify-content: center;
}

.cookies-wrapper.box-shadow-light {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, .2);
}

.cookies-wrapper.position-bottom-right {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 900;
}

@media (max-width: 520px) {
  .cookies-wrapper.position-bottom-right {
    left: 50%;
    margin-left: -150px;
    right: auto;
  }
}

@media (max-width: 767px) {
  .cookies-wrapper.position-bottom-right {
    bottom: 80px;
  }
}

.cookies-wrapper a.cookies-btn {
  display: flex;
  width: 260px;
  justify-content: center;
  font-weight: 500;
  background: #9345ff;
  color: #000 !important;
  font-family: "CFUrania";
  transition: all .3s;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  border: none;
}

.cookies-wrapper a:hover.cookies-btn {
  background: #2effcc;
  color: #000 !important;
  cursor: pointer;
  transition: all .3s;
}

.cookies-wrapper p {
  font-size: 16px;
}

.cookies-wrapper p.more {
  margin-bottom: 0;
}

.cookies-wrapper p a {
  color: #000;
  transition: all .2s ease;
}

.cookies-wrapper p a:hover {
  color: #9345ff;
  text-decoration: none;
  transition: all .2s ease;
}

.cookies-wrapper .wrap {
  text-align: center;
}

.slick-disabled {
  opacity: .2;
  pointer-events: none;
}

.blank-text {
  font-family: "BLOKK" !important;
  opacity: .2;
}

.blank-div {
  opacity: .2;
  width: 98px;
  height: 30px;
}

.col-box.inactive .register a,
.col-box.inactive .register-meetup a,
.col-box.inactive .read-more a {
  font-family: "BLOKK" !important;
  opacity: .2;
}

.col-box.inactive:hover {
  pointer-events: none;
}

.col-box.inactive figure a,
.col-box.inactive figure a:hover {
  pointer-events: none;
}

.col-box.inactive .link-hidden {
  display: none;
}

.col-box.inactive a:hover {
  pointer-events: none;
}

.col-box.inactive .read-more a,
.col-box.inactive .register-meetup a,
.col-box.inactive .register a {
  display: none;
}

.col-box.inactive .read-more .for-inactive,
.col-box.inactive .register-meetup .for-inactive,
.col-box .register .for-inactive {
  font-style: unset;
  display: block;
  color: #9345ff;
}

.col-box:not(.inactive) .read-more .for-inactive,
.col-box:not(.inactive) .register-meetup .for-inactive,
.col-box:not(.inactive) .register .for-inactive {
  display: none;
}

@media (min-width: 576px) {
  .sm\:tw-list-reset {
    list-style: none;
    padding: 0;
  }

  .sm\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

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

  .sm\:tw-bg-local {
    background-attachment: local;
  }

  .sm\:tw-bg-scroll {
    background-attachment: scroll;
  }

  .sm\:tw-bg-transparent {
    background-color: transparent;
  }

  .sm\:tw-bg-secondary {
    background-color: #2effcc;
  }

  .sm\:tw-bg-primary {
    background-color: #e5e5e5;
  }

  .sm\:tw-bg-white {
    background-color: #e5e5e5;
  }

  .sm\:tw-bg-black {
    background-color: #000;
  }

  .sm\:tw-bg-link {
    background-color: #9345ff;
  }

  .sm\:tw-bg-grey {
    background-color: #171717;
  }

  .sm\:tw-bg-facebook {
    background-color: #3b5999;
  }

  .sm\:tw-bg-twitter {
    background-color: #017eb6;
  }

  .sm\:tw-bg-instagram {
    background-color: #517fa4;
  }

  .sm\:tw-bg-youtube {
    background-color: #c9332d;
  }

  .sm\:tw-bg-pinterest {
    background-color: #bd081c;
  }

  .sm\:tw-bg-share {
    background-color: #2ca9e1;
  }

  .sm\:hover\:tw-bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:tw-bg-secondary:hover {
    background-color: #2effcc;
  }

  .sm\:hover\:tw-bg-primary:hover {
    background-color: #e5e5e5;
  }

  .sm\:hover\:tw-bg-white:hover {
    background-color: #e5e5e5;
  }

  .sm\:hover\:tw-bg-black:hover {
    background-color: #000;
  }

  .sm\:hover\:tw-bg-link:hover {
    background-color: #9345ff;
  }

  .sm\:hover\:tw-bg-grey:hover {
    background-color: #171717;
  }

  .sm\:hover\:tw-bg-facebook:hover {
    background-color: #3b5999;
  }

  .sm\:hover\:tw-bg-twitter:hover {
    background-color: #017eb6;
  }

  .sm\:hover\:tw-bg-instagram:hover {
    background-color: #517fa4;
  }

  .sm\:hover\:tw-bg-youtube:hover {
    background-color: #c9332d;
  }

  .sm\:hover\:tw-bg-pinterest:hover {
    background-color: #bd081c;
  }

  .sm\:hover\:tw-bg-share:hover {
    background-color: #2ca9e1;
  }

  .sm\:focus\:tw-bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:tw-bg-secondary:focus {
    background-color: #2effcc;
  }

  .sm\:focus\:tw-bg-primary:focus {
    background-color: #e5e5e5;
  }

  .sm\:focus\:tw-bg-white:focus {
    background-color: #e5e5e5;
  }

  .sm\:focus\:tw-bg-black:focus {
    background-color: #000;
  }

  .sm\:focus\:tw-bg-link:focus {
    background-color: #9345ff;
  }

  .sm\:focus\:tw-bg-grey:focus {
    background-color: #171717;
  }

  .sm\:focus\:tw-bg-facebook:focus {
    background-color: #3b5999;
  }

  .sm\:focus\:tw-bg-twitter:focus {
    background-color: #017eb6;
  }

  .sm\:focus\:tw-bg-instagram:focus {
    background-color: #517fa4;
  }

  .sm\:focus\:tw-bg-youtube:focus {
    background-color: #c9332d;
  }

  .sm\:focus\:tw-bg-pinterest:focus {
    background-color: #bd081c;
  }

  .sm\:focus\:tw-bg-share:focus {
    background-color: #2ca9e1;
  }

  .sm\:tw-bg-bottom {
    background-position: bottom;
  }

  .sm\:tw-bg-center {
    background-position: center;
  }

  .sm\:tw-bg-left {
    background-position: left;
  }

  .sm\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:tw-bg-left-top {
    background-position: left top;
  }

  .sm\:tw-bg-right {
    background-position: right;
  }

  .sm\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:tw-bg-right-top {
    background-position: right top;
  }

  .sm\:tw-bg-top {
    background-position: top;
  }

  .sm\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .sm\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:tw-bg-auto {
    background-size: auto;
  }

  .sm\:tw-bg-cover {
    background-size: cover;
  }

  .sm\:tw-bg-contain {
    background-size: contain;
  }

  .sm\:tw-border-transparent {
    border-color: transparent;
  }

  .sm\:tw-border-secondary {
    border-color: #2effcc;
  }

  .sm\:tw-border-primary {
    border-color: #e5e5e5;
  }

  .sm\:tw-border-white {
    border-color: #e5e5e5;
  }

  .sm\:tw-border-black {
    border-color: #000;
  }

  .sm\:tw-border-link {
    border-color: #9345ff;
  }

  .sm\:tw-border-grey {
    border-color: #171717;
  }

  .sm\:tw-border-facebook {
    border-color: #3b5999;
  }

  .sm\:tw-border-twitter {
    border-color: #017eb6;
  }

  .sm\:tw-border-instagram {
    border-color: #517fa4;
  }

  .sm\:tw-border-youtube {
    border-color: #c9332d;
  }

  .sm\:tw-border-pinterest {
    border-color: #bd081c;
  }

  .sm\:tw-border-share {
    border-color: #2ca9e1;
  }

  .sm\:hover\:tw-border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:tw-border-secondary:hover {
    border-color: #2effcc;
  }

  .sm\:hover\:tw-border-primary:hover {
    border-color: #e5e5e5;
  }

  .sm\:hover\:tw-border-white:hover {
    border-color: #e5e5e5;
  }

  .sm\:hover\:tw-border-black:hover {
    border-color: #000;
  }

  .sm\:hover\:tw-border-link:hover {
    border-color: #9345ff;
  }

  .sm\:hover\:tw-border-grey:hover {
    border-color: #171717;
  }

  .sm\:hover\:tw-border-facebook:hover {
    border-color: #3b5999;
  }

  .sm\:hover\:tw-border-twitter:hover {
    border-color: #017eb6;
  }

  .sm\:hover\:tw-border-instagram:hover {
    border-color: #517fa4;
  }

  .sm\:hover\:tw-border-youtube:hover {
    border-color: #c9332d;
  }

  .sm\:hover\:tw-border-pinterest:hover {
    border-color: #bd081c;
  }

  .sm\:hover\:tw-border-share:hover {
    border-color: #2ca9e1;
  }

  .sm\:focus\:tw-border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:tw-border-secondary:focus {
    border-color: #2effcc;
  }

  .sm\:focus\:tw-border-primary:focus {
    border-color: #e5e5e5;
  }

  .sm\:focus\:tw-border-white:focus {
    border-color: #e5e5e5;
  }

  .sm\:focus\:tw-border-black:focus {
    border-color: #000;
  }

  .sm\:focus\:tw-border-link:focus {
    border-color: #9345ff;
  }

  .sm\:focus\:tw-border-grey:focus {
    border-color: #171717;
  }

  .sm\:focus\:tw-border-facebook:focus {
    border-color: #3b5999;
  }

  .sm\:focus\:tw-border-twitter:focus {
    border-color: #017eb6;
  }

  .sm\:focus\:tw-border-instagram:focus {
    border-color: #517fa4;
  }

  .sm\:focus\:tw-border-youtube:focus {
    border-color: #c9332d;
  }

  .sm\:focus\:tw-border-pinterest:focus {
    border-color: #bd081c;
  }

  .sm\:focus\:tw-border-share:focus {
    border-color: #2ca9e1;
  }

  .sm\:tw-rounded-none {
    border-radius: 0;
  }

  .sm\:tw-rounded-sm {
    border-radius: .125rem;
  }

  .sm\:tw-rounded {
    border-radius: .25rem;
  }

  .sm\:tw-rounded-lg {
    border-radius: .5rem;
  }

  .sm\:tw-rounded-xl {
    border-radius: 1rem;
  }

  .sm\:tw-rounded-2xl {
    border-radius: 2rem;
  }

  .sm\:tw-rounded-full {
    border-radius: 9999px;
  }

  .sm\:tw-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:tw-rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:tw-rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:tw-rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:tw-rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:tw-rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:tw-rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:tw-rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:tw-rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:tw-rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:tw-rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:tw-rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:tw-rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:tw-rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:tw-rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:tw-rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:tw-rounded-t-xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:tw-rounded-r-xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:tw-rounded-b-xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:tw-rounded-l-xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:tw-rounded-t-2xl {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .sm\:tw-rounded-r-2xl {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .sm\:tw-rounded-b-2xl {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .sm\:tw-rounded-l-2xl {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .sm\:tw-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:tw-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:tw-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:tw-rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:tw-rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:tw-rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:tw-rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:tw-rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .sm\:tw-rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .sm\:tw-rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .sm\:tw-rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .sm\:tw-rounded-tl {
    border-top-left-radius: .25rem;
  }

  .sm\:tw-rounded-tr {
    border-top-right-radius: .25rem;
  }

  .sm\:tw-rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .sm\:tw-rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .sm\:tw-rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .sm\:tw-rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .sm\:tw-rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .sm\:tw-rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .sm\:tw-rounded-tl-xl {
    border-top-left-radius: 1rem;
  }

  .sm\:tw-rounded-tr-xl {
    border-top-right-radius: 1rem;
  }

  .sm\:tw-rounded-br-xl {
    border-bottom-right-radius: 1rem;
  }

  .sm\:tw-rounded-bl-xl {
    border-bottom-left-radius: 1rem;
  }

  .sm\:tw-rounded-tl-2xl {
    border-top-left-radius: 2rem;
  }

  .sm\:tw-rounded-tr-2xl {
    border-top-right-radius: 2rem;
  }

  .sm\:tw-rounded-br-2xl {
    border-bottom-right-radius: 2rem;
  }

  .sm\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 2rem;
  }

  .sm\:tw-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:tw-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:tw-border-solid {
    border-style: solid;
  }

  .sm\:tw-border-dashed {
    border-style: dashed;
  }

  .sm\:tw-border-dotted {
    border-style: dotted;
  }

  .sm\:tw-border-none {
    border-style: none;
  }

  .sm\:tw-border-0 {
    border-width: 0;
  }

  .sm\:tw-border-2 {
    border-width: 2px;
  }

  .sm\:tw-border-4 {
    border-width: 4px;
  }

  .sm\:tw-border-8 {
    border-width: 8px;
  }

  .sm\:tw-border {
    border-width: 1px;
  }

  .sm\:tw-border-t-0 {
    border-top-width: 0;
  }

  .sm\:tw-border-r-0 {
    border-right-width: 0;
  }

  .sm\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:tw-border-l-0 {
    border-left-width: 0;
  }

  .sm\:tw-border-t-2 {
    border-top-width: 2px;
  }

  .sm\:tw-border-r-2 {
    border-right-width: 2px;
  }

  .sm\:tw-border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:tw-border-l-2 {
    border-left-width: 2px;
  }

  .sm\:tw-border-t-4 {
    border-top-width: 4px;
  }

  .sm\:tw-border-r-4 {
    border-right-width: 4px;
  }

  .sm\:tw-border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:tw-border-l-4 {
    border-left-width: 4px;
  }

  .sm\:tw-border-t-8 {
    border-top-width: 8px;
  }

  .sm\:tw-border-r-8 {
    border-right-width: 8px;
  }

  .sm\:tw-border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:tw-border-l-8 {
    border-left-width: 8px;
  }

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

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

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

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

  .sm\:tw-cursor-auto {
    cursor: auto;
  }

  .sm\:tw-cursor-default {
    cursor: default;
  }

  .sm\:tw-cursor-pointer {
    cursor: pointer;
  }

  .sm\:tw-cursor-wait {
    cursor: wait;
  }

  .sm\:tw-cursor-move {
    cursor: move;
  }

  .sm\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:tw-block {
    display: block;
  }

  .sm\:tw-inline-block {
    display: inline-block;
  }

  .sm\:tw-inline {
    display: inline;
  }

  .sm\:tw-table {
    display: table;
  }

  .sm\:tw-table-row {
    display: table-row;
  }

  .sm\:tw-table-cell {
    display: table-cell;
  }

  .sm\:tw-hidden {
    display: none;
  }

  .sm\:tw-flex {
    display: flex;
  }

  .sm\:tw-inline-flex {
    display: inline-flex;
  }

  .sm\:tw-flex-row {
    flex-direction: row;
  }

  .sm\:tw-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:tw-flex-col {
    flex-direction: column;
  }

  .sm\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:tw-items-start {
    align-items: flex-start;
  }

  .sm\:tw-items-end {
    align-items: flex-end;
  }

  .sm\:tw-items-center {
    align-items: center;
  }

  .sm\:tw-items-baseline {
    align-items: baseline;
  }

  .sm\:tw-items-stretch {
    align-items: stretch;
  }

  .sm\:tw-self-auto {
    align-self: auto;
  }

  .sm\:tw-self-start {
    align-self: flex-start;
  }

  .sm\:tw-self-end {
    align-self: flex-end;
  }

  .sm\:tw-self-center {
    align-self: center;
  }

  .sm\:tw-self-stretch {
    align-self: stretch;
  }

  .sm\:tw-justify-start {
    justify-content: flex-start;
  }

  .sm\:tw-justify-end {
    justify-content: flex-end;
  }

  .sm\:tw-justify-center {
    justify-content: center;
  }

  .sm\:tw-justify-between {
    justify-content: space-between;
  }

  .sm\:tw-justify-around {
    justify-content: space-around;
  }

  .sm\:tw-content-center {
    align-content: center;
  }

  .sm\:tw-content-start {
    align-content: flex-start;
  }

  .sm\:tw-content-end {
    align-content: flex-end;
  }

  .sm\:tw-content-between {
    align-content: space-between;
  }

  .sm\:tw-content-around {
    align-content: space-around;
  }

  .sm\:tw-flex-1 {
    flex: 1 1 0%;
  }

  .sm\:tw-flex-auto {
    flex: 1 1 auto;
  }

  .sm\:tw-flex-initial {
    flex: 0 1 auto;
  }

  .sm\:tw-flex-none {
    flex: none;
  }

  .sm\:tw-flex-grow {
    flex-grow: 1;
  }

  .sm\:tw-flex-shrink {
    flex-shrink: 1;
  }

  .sm\:tw-flex-no-grow {
    flex-grow: 0;
  }

  .sm\:tw-flex-no-shrink {
    flex-shrink: 0;
  }

  .sm\:tw-float-right {
    float: right;
  }

  .sm\:tw-float-left {
    float: left;
  }

  .sm\:tw-float-none {
    float: none;
  }

  .sm\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:tw-font-sans {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .sm\:tw-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .sm\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .sm\:tw-font-opensans {
    font-family: OpenSans;
  }

  .sm\:tw-font-cfurania {
    font-family: CFUrania;
  }

  .sm\:tw-font-hairline {
    font-weight: 100;
  }

  .sm\:tw-font-thin {
    font-weight: 200;
  }

  .sm\:tw-font-light {
    font-weight: 300;
  }

  .sm\:tw-font-normal {
    font-weight: 400;
  }

  .sm\:tw-font-medium {
    font-weight: 500;
  }

  .sm\:tw-font-semibold {
    font-weight: 600;
  }

  .sm\:tw-font-bold {
    font-weight: 700;
  }

  .sm\:tw-font-extrabold {
    font-weight: 800;
  }

  .sm\:tw-font-black {
    font-weight: 900;
  }

  .sm\:hover\:tw-font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:tw-font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:tw-font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:tw-font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:tw-font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:tw-font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:tw-font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:tw-font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:tw-font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:tw-font-hairline:focus {
    font-weight: 100;
  }

  .sm\:focus\:tw-font-thin:focus {
    font-weight: 200;
  }

  .sm\:focus\:tw-font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:tw-font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:tw-font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:tw-font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:tw-font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:tw-font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:tw-font-black:focus {
    font-weight: 900;
  }

  .sm\:tw-h-1 {
    height: .25rem;
  }

  .sm\:tw-h-2 {
    height: .5rem;
  }

  .sm\:tw-h-3 {
    height: .75rem;
  }

  .sm\:tw-h-4 {
    height: 1rem;
  }

  .sm\:tw-h-5 {
    height: 1.25rem;
  }

  .sm\:tw-h-6 {
    height: 1.5rem;
  }

  .sm\:tw-h-8 {
    height: 2rem;
  }

  .sm\:tw-h-10 {
    height: 2.5rem;
  }

  .sm\:tw-h-12 {
    height: 3rem;
  }

  .sm\:tw-h-16 {
    height: 4rem;
  }

  .sm\:tw-h-24 {
    height: 6rem;
  }

  .sm\:tw-h-32 {
    height: 8rem;
  }

  .sm\:tw-h-48 {
    height: 12rem;
  }

  .sm\:tw-h-64 {
    height: 16rem;
  }

  .sm\:tw-h-auto {
    height: auto;
  }

  .sm\:tw-h-px {
    height: 1px;
  }

  .sm\:tw-h-full {
    height: 100%;
  }

  .sm\:tw-h-screen {
    height: 100vh;
  }

  .sm\:tw-leading-15 {
    line-height: 1.5;
  }

  .sm\:tw-leading-111 {
    line-height: 1.11;
  }

  .sm\:tw-leading-133 {
    line-height: 1.33;
  }

  .sm\:tw-leading-188 {
    line-height: 1.88;
  }

  .sm\:tw-leading-none {
    line-height: 1;
  }

  .sm\:tw-leading-tight {
    line-height: 1.25;
  }

  .sm\:tw-leading-normal {
    line-height: 1.5;
  }

  .sm\:tw-leading-loose {
    line-height: 2;
  }

  .sm\:tw-m-0 {
    margin: 0;
  }

  .sm\:tw-m-1 {
    margin: 1px;
  }

  .sm\:tw-m-2 {
    margin: 2px;
  }

  .sm\:tw-m-3 {
    margin: 3px;
  }

  .sm\:tw-m-4 {
    margin: 4px;
  }

  .sm\:tw-m-5 {
    margin: 5px;
  }

  .sm\:tw-m-6 {
    margin: 6px;
  }

  .sm\:tw-m-7 {
    margin: 7px;
  }

  .sm\:tw-m-8 {
    margin: 8px;
  }

  .sm\:tw-m-9 {
    margin: 9px;
  }

  .sm\:tw-m-10 {
    margin: 10px;
  }

  .sm\:tw-m-12 {
    margin: 12px;
  }

  .sm\:tw-m-14 {
    margin: 14px;
  }

  .sm\:tw-m-15 {
    margin: 15px;
  }

  .sm\:tw-m-16 {
    margin: 16px;
  }

  .sm\:tw-m-17 {
    margin: 17px;
  }

  .sm\:tw-m-20 {
    margin: 20px;
  }

  .sm\:tw-m-22 {
    margin: 22px;
  }

  .sm\:tw-m-23 {
    margin: 23px;
  }

  .sm\:tw-m-24 {
    margin: 24px;
  }

  .sm\:tw-m-25 {
    margin: 25px;
  }

  .sm\:tw-m-26 {
    margin: 26px;
  }

  .sm\:tw-m-28 {
    margin: 28px;
  }

  .sm\:tw-m-30 {
    margin: 30px;
  }

  .sm\:tw-m-32 {
    margin: 32px;
  }

  .sm\:tw-m-34 {
    margin: 34px;
  }

  .sm\:tw-m-35 {
    margin: 35px;
  }

  .sm\:tw-m-39 {
    margin: 39px;
  }

  .sm\:tw-m-40 {
    margin: 40px;
  }

  .sm\:tw-m-42 {
    margin: 42px;
  }

  .sm\:tw-m-43 {
    margin: 43px;
  }

  .sm\:tw-m-44 {
    margin: 44px;
  }

  .sm\:tw-m-45 {
    margin: 45px;
  }

  .sm\:tw-m-46 {
    margin: 46px;
  }

  .sm\:tw-m-49 {
    margin: 49px;
  }

  .sm\:tw-m-50 {
    margin: 50px;
  }

  .sm\:tw-m-57 {
    margin: 57px;
  }

  .sm\:tw-m-60 {
    margin: 60px;
  }

  .sm\:tw-m-64 {
    margin: 64px;
  }

  .sm\:tw-m-70 {
    margin: 70px;
  }

  .sm\:tw-m-71 {
    margin: 71px;
  }

  .sm\:tw-m-74 {
    margin: 74px;
  }

  .sm\:tw-m-80 {
    margin: 80px;
  }

  .sm\:tw-m-85 {
    margin: 85px;
  }

  .sm\:tw-m-88 {
    margin: 88px;
  }

  .sm\:tw-m-90 {
    margin: 90px;
  }

  .sm\:tw-m-95 {
    margin: 95px;
  }

  .sm\:tw-m-100 {
    margin: 100px;
  }

  .sm\:tw-m-120 {
    margin: 120px;
  }

  .sm\:tw-m-auto {
    margin: auto;
  }

  .sm\:tw-m-px {
    margin: 1px;
  }

  .sm\:tw-m-n15 {
    margin: -15px;
  }

  .sm\:tw-m-n20 {
    margin: -20px;
  }

  .sm\:tw-m-n22 {
    margin: -22px;
  }

  .sm\:tw-m-n5 {
    margin: -5px;
  }

  .sm\:tw-m-n3 {
    margin: -3px;
  }

  .sm\:tw-m-n2 {
    margin: -2px;
  }

  .sm\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:tw-my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:tw-mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:tw-my-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sm\:tw-mx-2 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .sm\:tw-my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .sm\:tw-mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .sm\:tw-my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm\:tw-mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

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

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

  .sm\:tw-my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .sm\:tw-mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .sm\:tw-my-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .sm\:tw-mx-7 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .sm\:tw-my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm\:tw-mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm\:tw-my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .sm\:tw-mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

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

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

  .sm\:tw-my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm\:tw-mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm\:tw-my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .sm\:tw-mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

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

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

  .sm\:tw-my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm\:tw-mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm\:tw-my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .sm\:tw-mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

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

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

  .sm\:tw-my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .sm\:tw-mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .sm\:tw-my-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .sm\:tw-mx-23 {
    margin-left: 23px;
    margin-right: 23px;
  }

  .sm\:tw-my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm\:tw-mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm\:tw-my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sm\:tw-mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .sm\:tw-my-26 {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .sm\:tw-mx-26 {
    margin-left: 26px;
    margin-right: 26px;
  }

  .sm\:tw-my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .sm\:tw-mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

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

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

  .sm\:tw-my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm\:tw-mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm\:tw-my-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .sm\:tw-mx-34 {
    margin-left: 34px;
    margin-right: 34px;
  }

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

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

  .sm\:tw-my-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .sm\:tw-mx-39 {
    margin-left: 39px;
    margin-right: 39px;
  }

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

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

  .sm\:tw-my-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .sm\:tw-mx-42 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .sm\:tw-my-43 {
    margin-top: 43px;
    margin-bottom: 43px;
  }

  .sm\:tw-mx-43 {
    margin-left: 43px;
    margin-right: 43px;
  }

  .sm\:tw-my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .sm\:tw-mx-44 {
    margin-left: 44px;
    margin-right: 44px;
  }

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

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

  .sm\:tw-my-46 {
    margin-top: 46px;
    margin-bottom: 46px;
  }

  .sm\:tw-mx-46 {
    margin-left: 46px;
    margin-right: 46px;
  }

  .sm\:tw-my-49 {
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .sm\:tw-mx-49 {
    margin-left: 49px;
    margin-right: 49px;
  }

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

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

  .sm\:tw-my-57 {
    margin-top: 57px;
    margin-bottom: 57px;
  }

  .sm\:tw-mx-57 {
    margin-left: 57px;
    margin-right: 57px;
  }

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

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

  .sm\:tw-my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sm\:tw-mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

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

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

  .sm\:tw-my-71 {
    margin-top: 71px;
    margin-bottom: 71px;
  }

  .sm\:tw-mx-71 {
    margin-left: 71px;
    margin-right: 71px;
  }

  .sm\:tw-my-74 {
    margin-top: 74px;
    margin-bottom: 74px;
  }

  .sm\:tw-mx-74 {
    margin-left: 74px;
    margin-right: 74px;
  }

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

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

  .sm\:tw-my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .sm\:tw-mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .sm\:tw-my-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .sm\:tw-mx-88 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .sm\:tw-my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .sm\:tw-mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .sm\:tw-my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .sm\:tw-mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

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

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

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

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

  .sm\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:tw-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:tw-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:tw-my-n15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .sm\:tw-mx-n15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm\:tw-my-n20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:tw-mx-n20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:tw-my-n22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .sm\:tw-mx-n22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .sm\:tw-my-n5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .sm\:tw-mx-n5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sm\:tw-my-n3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .sm\:tw-mx-n3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .sm\:tw-my-n2 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .sm\:tw-mx-n2 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .sm\:tw-mt-0 {
    margin-top: 0;
  }

  .sm\:tw-mr-0 {
    margin-right: 0;
  }

  .sm\:tw-mb-0 {
    margin-bottom: 0;
  }

  .sm\:tw-ml-0 {
    margin-left: 0;
  }

  .sm\:tw-mt-1 {
    margin-top: 1px;
  }

  .sm\:tw-mr-1 {
    margin-right: 1px;
  }

  .sm\:tw-mb-1 {
    margin-bottom: 1px;
  }

  .sm\:tw-ml-1 {
    margin-left: 1px;
  }

  .sm\:tw-mt-2 {
    margin-top: 2px;
  }

  .sm\:tw-mr-2 {
    margin-right: 2px;
  }

  .sm\:tw-mb-2 {
    margin-bottom: 2px;
  }

  .sm\:tw-ml-2 {
    margin-left: 2px;
  }

  .sm\:tw-mt-3 {
    margin-top: 3px;
  }

  .sm\:tw-mr-3 {
    margin-right: 3px;
  }

  .sm\:tw-mb-3 {
    margin-bottom: 3px;
  }

  .sm\:tw-ml-3 {
    margin-left: 3px;
  }

  .sm\:tw-mt-4 {
    margin-top: 4px;
  }

  .sm\:tw-mr-4 {
    margin-right: 4px;
  }

  .sm\:tw-mb-4 {
    margin-bottom: 4px;
  }

  .sm\:tw-ml-4 {
    margin-left: 4px;
  }

  .sm\:tw-mt-5 {
    margin-top: 5px;
  }

  .sm\:tw-mr-5 {
    margin-right: 5px;
  }

  .sm\:tw-mb-5 {
    margin-bottom: 5px;
  }

  .sm\:tw-ml-5 {
    margin-left: 5px;
  }

  .sm\:tw-mt-6 {
    margin-top: 6px;
  }

  .sm\:tw-mr-6 {
    margin-right: 6px;
  }

  .sm\:tw-mb-6 {
    margin-bottom: 6px;
  }

  .sm\:tw-ml-6 {
    margin-left: 6px;
  }

  .sm\:tw-mt-7 {
    margin-top: 7px;
  }

  .sm\:tw-mr-7 {
    margin-right: 7px;
  }

  .sm\:tw-mb-7 {
    margin-bottom: 7px;
  }

  .sm\:tw-ml-7 {
    margin-left: 7px;
  }

  .sm\:tw-mt-8 {
    margin-top: 8px;
  }

  .sm\:tw-mr-8 {
    margin-right: 8px;
  }

  .sm\:tw-mb-8 {
    margin-bottom: 8px;
  }

  .sm\:tw-ml-8 {
    margin-left: 8px;
  }

  .sm\:tw-mt-9 {
    margin-top: 9px;
  }

  .sm\:tw-mr-9 {
    margin-right: 9px;
  }

  .sm\:tw-mb-9 {
    margin-bottom: 9px;
  }

  .sm\:tw-ml-9 {
    margin-left: 9px;
  }

  .sm\:tw-mt-10 {
    margin-top: 10px;
  }

  .sm\:tw-mr-10 {
    margin-right: 10px;
  }

  .sm\:tw-mb-10 {
    margin-bottom: 10px;
  }

  .sm\:tw-ml-10 {
    margin-left: 10px;
  }

  .sm\:tw-mt-12 {
    margin-top: 12px;
  }

  .sm\:tw-mr-12 {
    margin-right: 12px;
  }

  .sm\:tw-mb-12 {
    margin-bottom: 12px;
  }

  .sm\:tw-ml-12 {
    margin-left: 12px;
  }

  .sm\:tw-mt-14 {
    margin-top: 14px;
  }

  .sm\:tw-mr-14 {
    margin-right: 14px;
  }

  .sm\:tw-mb-14 {
    margin-bottom: 14px;
  }

  .sm\:tw-ml-14 {
    margin-left: 14px;
  }

  .sm\:tw-mt-15 {
    margin-top: 15px;
  }

  .sm\:tw-mr-15 {
    margin-right: 15px;
  }

  .sm\:tw-mb-15 {
    margin-bottom: 15px;
  }

  .sm\:tw-ml-15 {
    margin-left: 15px;
  }

  .sm\:tw-mt-16 {
    margin-top: 16px;
  }

  .sm\:tw-mr-16 {
    margin-right: 16px;
  }

  .sm\:tw-mb-16 {
    margin-bottom: 16px;
  }

  .sm\:tw-ml-16 {
    margin-left: 16px;
  }

  .sm\:tw-mt-17 {
    margin-top: 17px;
  }

  .sm\:tw-mr-17 {
    margin-right: 17px;
  }

  .sm\:tw-mb-17 {
    margin-bottom: 17px;
  }

  .sm\:tw-ml-17 {
    margin-left: 17px;
  }

  .sm\:tw-mt-20 {
    margin-top: 20px;
  }

  .sm\:tw-mr-20 {
    margin-right: 20px;
  }

  .sm\:tw-mb-20 {
    margin-bottom: 20px;
  }

  .sm\:tw-ml-20 {
    margin-left: 20px;
  }

  .sm\:tw-mt-22 {
    margin-top: 22px;
  }

  .sm\:tw-mr-22 {
    margin-right: 22px;
  }

  .sm\:tw-mb-22 {
    margin-bottom: 22px;
  }

  .sm\:tw-ml-22 {
    margin-left: 22px;
  }

  .sm\:tw-mt-23 {
    margin-top: 23px;
  }

  .sm\:tw-mr-23 {
    margin-right: 23px;
  }

  .sm\:tw-mb-23 {
    margin-bottom: 23px;
  }

  .sm\:tw-ml-23 {
    margin-left: 23px;
  }

  .sm\:tw-mt-24 {
    margin-top: 24px;
  }

  .sm\:tw-mr-24 {
    margin-right: 24px;
  }

  .sm\:tw-mb-24 {
    margin-bottom: 24px;
  }

  .sm\:tw-ml-24 {
    margin-left: 24px;
  }

  .sm\:tw-mt-25 {
    margin-top: 25px;
  }

  .sm\:tw-mr-25 {
    margin-right: 25px;
  }

  .sm\:tw-mb-25 {
    margin-bottom: 25px;
  }

  .sm\:tw-ml-25 {
    margin-left: 25px;
  }

  .sm\:tw-mt-26 {
    margin-top: 26px;
  }

  .sm\:tw-mr-26 {
    margin-right: 26px;
  }

  .sm\:tw-mb-26 {
    margin-bottom: 26px;
  }

  .sm\:tw-ml-26 {
    margin-left: 26px;
  }

  .sm\:tw-mt-28 {
    margin-top: 28px;
  }

  .sm\:tw-mr-28 {
    margin-right: 28px;
  }

  .sm\:tw-mb-28 {
    margin-bottom: 28px;
  }

  .sm\:tw-ml-28 {
    margin-left: 28px;
  }

  .sm\:tw-mt-30 {
    margin-top: 30px;
  }

  .sm\:tw-mr-30 {
    margin-right: 30px;
  }

  .sm\:tw-mb-30 {
    margin-bottom: 30px;
  }

  .sm\:tw-ml-30 {
    margin-left: 30px;
  }

  .sm\:tw-mt-32 {
    margin-top: 32px;
  }

  .sm\:tw-mr-32 {
    margin-right: 32px;
  }

  .sm\:tw-mb-32 {
    margin-bottom: 32px;
  }

  .sm\:tw-ml-32 {
    margin-left: 32px;
  }

  .sm\:tw-mt-34 {
    margin-top: 34px;
  }

  .sm\:tw-mr-34 {
    margin-right: 34px;
  }

  .sm\:tw-mb-34 {
    margin-bottom: 34px;
  }

  .sm\:tw-ml-34 {
    margin-left: 34px;
  }

  .sm\:tw-mt-35 {
    margin-top: 35px;
  }

  .sm\:tw-mr-35 {
    margin-right: 35px;
  }

  .sm\:tw-mb-35 {
    margin-bottom: 35px;
  }

  .sm\:tw-ml-35 {
    margin-left: 35px;
  }

  .sm\:tw-mt-39 {
    margin-top: 39px;
  }

  .sm\:tw-mr-39 {
    margin-right: 39px;
  }

  .sm\:tw-mb-39 {
    margin-bottom: 39px;
  }

  .sm\:tw-ml-39 {
    margin-left: 39px;
  }

  .sm\:tw-mt-40 {
    margin-top: 40px;
  }

  .sm\:tw-mr-40 {
    margin-right: 40px;
  }

  .sm\:tw-mb-40 {
    margin-bottom: 40px;
  }

  .sm\:tw-ml-40 {
    margin-left: 40px;
  }

  .sm\:tw-mt-42 {
    margin-top: 42px;
  }

  .sm\:tw-mr-42 {
    margin-right: 42px;
  }

  .sm\:tw-mb-42 {
    margin-bottom: 42px;
  }

  .sm\:tw-ml-42 {
    margin-left: 42px;
  }

  .sm\:tw-mt-43 {
    margin-top: 43px;
  }

  .sm\:tw-mr-43 {
    margin-right: 43px;
  }

  .sm\:tw-mb-43 {
    margin-bottom: 43px;
  }

  .sm\:tw-ml-43 {
    margin-left: 43px;
  }

  .sm\:tw-mt-44 {
    margin-top: 44px;
  }

  .sm\:tw-mr-44 {
    margin-right: 44px;
  }

  .sm\:tw-mb-44 {
    margin-bottom: 44px;
  }

  .sm\:tw-ml-44 {
    margin-left: 44px;
  }

  .sm\:tw-mt-45 {
    margin-top: 45px;
  }

  .sm\:tw-mr-45 {
    margin-right: 45px;
  }

  .sm\:tw-mb-45 {
    margin-bottom: 45px;
  }

  .sm\:tw-ml-45 {
    margin-left: 45px;
  }

  .sm\:tw-mt-46 {
    margin-top: 46px;
  }

  .sm\:tw-mr-46 {
    margin-right: 46px;
  }

  .sm\:tw-mb-46 {
    margin-bottom: 46px;
  }

  .sm\:tw-ml-46 {
    margin-left: 46px;
  }

  .sm\:tw-mt-49 {
    margin-top: 49px;
  }

  .sm\:tw-mr-49 {
    margin-right: 49px;
  }

  .sm\:tw-mb-49 {
    margin-bottom: 49px;
  }

  .sm\:tw-ml-49 {
    margin-left: 49px;
  }

  .sm\:tw-mt-50 {
    margin-top: 50px;
  }

  .sm\:tw-mr-50 {
    margin-right: 50px;
  }

  .sm\:tw-mb-50 {
    margin-bottom: 50px;
  }

  .sm\:tw-ml-50 {
    margin-left: 50px;
  }

  .sm\:tw-mt-57 {
    margin-top: 57px;
  }

  .sm\:tw-mr-57 {
    margin-right: 57px;
  }

  .sm\:tw-mb-57 {
    margin-bottom: 57px;
  }

  .sm\:tw-ml-57 {
    margin-left: 57px;
  }

  .sm\:tw-mt-60 {
    margin-top: 60px;
  }

  .sm\:tw-mr-60 {
    margin-right: 60px;
  }

  .sm\:tw-mb-60 {
    margin-bottom: 60px;
  }

  .sm\:tw-ml-60 {
    margin-left: 60px;
  }

  .sm\:tw-mt-64 {
    margin-top: 64px;
  }

  .sm\:tw-mr-64 {
    margin-right: 64px;
  }

  .sm\:tw-mb-64 {
    margin-bottom: 64px;
  }

  .sm\:tw-ml-64 {
    margin-left: 64px;
  }

  .sm\:tw-mt-70 {
    margin-top: 70px;
  }

  .sm\:tw-mr-70 {
    margin-right: 70px;
  }

  .sm\:tw-mb-70 {
    margin-bottom: 70px;
  }

  .sm\:tw-ml-70 {
    margin-left: 70px;
  }

  .sm\:tw-mt-71 {
    margin-top: 71px;
  }

  .sm\:tw-mr-71 {
    margin-right: 71px;
  }

  .sm\:tw-mb-71 {
    margin-bottom: 71px;
  }

  .sm\:tw-ml-71 {
    margin-left: 71px;
  }

  .sm\:tw-mt-74 {
    margin-top: 74px;
  }

  .sm\:tw-mr-74 {
    margin-right: 74px;
  }

  .sm\:tw-mb-74 {
    margin-bottom: 74px;
  }

  .sm\:tw-ml-74 {
    margin-left: 74px;
  }

  .sm\:tw-mt-80 {
    margin-top: 80px;
  }

  .sm\:tw-mr-80 {
    margin-right: 80px;
  }

  .sm\:tw-mb-80 {
    margin-bottom: 80px;
  }

  .sm\:tw-ml-80 {
    margin-left: 80px;
  }

  .sm\:tw-mt-85 {
    margin-top: 85px;
  }

  .sm\:tw-mr-85 {
    margin-right: 85px;
  }

  .sm\:tw-mb-85 {
    margin-bottom: 85px;
  }

  .sm\:tw-ml-85 {
    margin-left: 85px;
  }

  .sm\:tw-mt-88 {
    margin-top: 88px;
  }

  .sm\:tw-mr-88 {
    margin-right: 88px;
  }

  .sm\:tw-mb-88 {
    margin-bottom: 88px;
  }

  .sm\:tw-ml-88 {
    margin-left: 88px;
  }

  .sm\:tw-mt-90 {
    margin-top: 90px;
  }

  .sm\:tw-mr-90 {
    margin-right: 90px;
  }

  .sm\:tw-mb-90 {
    margin-bottom: 90px;
  }

  .sm\:tw-ml-90 {
    margin-left: 90px;
  }

  .sm\:tw-mt-95 {
    margin-top: 95px;
  }

  .sm\:tw-mr-95 {
    margin-right: 95px;
  }

  .sm\:tw-mb-95 {
    margin-bottom: 95px;
  }

  .sm\:tw-ml-95 {
    margin-left: 95px;
  }

  .sm\:tw-mt-100 {
    margin-top: 100px;
  }

  .sm\:tw-mr-100 {
    margin-right: 100px;
  }

  .sm\:tw-mb-100 {
    margin-bottom: 100px;
  }

  .sm\:tw-ml-100 {
    margin-left: 100px;
  }

  .sm\:tw-mt-120 {
    margin-top: 120px;
  }

  .sm\:tw-mr-120 {
    margin-right: 120px;
  }

  .sm\:tw-mb-120 {
    margin-bottom: 120px;
  }

  .sm\:tw-ml-120 {
    margin-left: 120px;
  }

  .sm\:tw-mt-auto {
    margin-top: auto;
  }

  .sm\:tw-mr-auto {
    margin-right: auto;
  }

  .sm\:tw-mb-auto {
    margin-bottom: auto;
  }

  .sm\:tw-ml-auto {
    margin-left: auto;
  }

  .sm\:tw-mt-px {
    margin-top: 1px;
  }

  .sm\:tw-mr-px {
    margin-right: 1px;
  }

  .sm\:tw-mb-px {
    margin-bottom: 1px;
  }

  .sm\:tw-ml-px {
    margin-left: 1px;
  }

  .sm\:tw-mt-n15 {
    margin-top: -15px;
  }

  .sm\:tw-mr-n15 {
    margin-right: -15px;
  }

  .sm\:tw-mb-n15 {
    margin-bottom: -15px;
  }

  .sm\:tw-ml-n15 {
    margin-left: -15px;
  }

  .sm\:tw-mt-n20 {
    margin-top: -20px;
  }

  .sm\:tw-mr-n20 {
    margin-right: -20px;
  }

  .sm\:tw-mb-n20 {
    margin-bottom: -20px;
  }

  .sm\:tw-ml-n20 {
    margin-left: -20px;
  }

  .sm\:tw-mt-n22 {
    margin-top: -22px;
  }

  .sm\:tw-mr-n22 {
    margin-right: -22px;
  }

  .sm\:tw-mb-n22 {
    margin-bottom: -22px;
  }

  .sm\:tw-ml-n22 {
    margin-left: -22px;
  }

  .sm\:tw-mt-n5 {
    margin-top: -5px;
  }

  .sm\:tw-mr-n5 {
    margin-right: -5px;
  }

  .sm\:tw-mb-n5 {
    margin-bottom: -5px;
  }

  .sm\:tw-ml-n5 {
    margin-left: -5px;
  }

  .sm\:tw-mt-n3 {
    margin-top: -3px;
  }

  .sm\:tw-mr-n3 {
    margin-right: -3px;
  }

  .sm\:tw-mb-n3 {
    margin-bottom: -3px;
  }

  .sm\:tw-ml-n3 {
    margin-left: -3px;
  }

  .sm\:tw-mt-n2 {
    margin-top: -2px;
  }

  .sm\:tw-mr-n2 {
    margin-right: -2px;
  }

  .sm\:tw-mb-n2 {
    margin-bottom: -2px;
  }

  .sm\:tw-ml-n2 {
    margin-left: -2px;
  }

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

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

  .sm\:tw-max-w-56 {
    max-width: 56%;
  }

  .sm\:tw-max-w-65 {
    max-width: 65%;
  }

  .sm\:tw-max-w-81 {
    max-width: 81%;
  }

  .sm\:tw-max-w-944 {
    max-width: 944px;
  }

  .sm\:tw-max-w-xs {
    max-width: 20rem;
  }

  .sm\:tw-max-w-sm {
    max-width: 30rem;
  }

  .sm\:tw-max-w-md {
    max-width: 40rem;
  }

  .sm\:tw-max-w-lg {
    max-width: 50rem;
  }

  .sm\:tw-max-w-xl {
    max-width: 60rem;
  }

  .sm\:tw-max-w-2xl {
    max-width: 70rem;
  }

  .sm\:tw-max-w-3xl {
    max-width: 80rem;
  }

  .sm\:tw-max-w-4xl {
    max-width: 90rem;
  }

  .sm\:tw-max-w-5xl {
    max-width: 100rem;
  }

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

  .sm\:tw-min-h-0 {
    min-height: 0;
  }

  .sm\:tw-min-h-52 {
    min-height: 52px;
  }

  .sm\:tw-min-h-80 {
    min-height: 80px;
  }

  .sm\:tw-min-h-92 {
    min-height: 92px;
  }

  .sm\:tw-min-h-105 {
    min-height: 105px;
  }

  .sm\:tw-min-h-full {
    min-height: 100%;
  }

  .sm\:tw-min-h-screen {
    min-height: 100vh;
  }

  .sm\:tw-min-h-auto {
    min-height: auto;
  }

  .sm\:tw-min-w-0 {
    min-width: 0;
  }

  .sm\:tw-min-w-1 {
    min-width: .25rem;
  }

  .sm\:tw-min-w-2 {
    min-width: .5rem;
  }

  .sm\:tw-min-w-3 {
    min-width: .75rem;
  }

  .sm\:tw-min-w-4 {
    min-width: 1rem;
  }

  .sm\:tw-min-w-5 {
    min-width: 1.25rem;
  }

  .sm\:tw-min-w-6 {
    min-width: 1.5rem;
  }

  .sm\:tw-min-w-8 {
    min-width: 2rem;
  }

  .sm\:tw-min-w-10 {
    min-width: 2.5rem;
  }

  .sm\:tw-min-w-12 {
    min-width: 3rem;
  }

  .sm\:tw-min-w-16 {
    min-width: 4rem;
  }

  .sm\:tw-min-w-24 {
    min-width: 6rem;
  }

  .sm\:tw-min-w-32 {
    min-width: 8rem;
  }

  .sm\:tw-min-w-48 {
    min-width: 12rem;
  }

  .sm\:tw-min-w-64 {
    min-width: 16rem;
  }

  .sm\:tw-min-w-1\/2 {
    min-width: 50%;
  }

  .sm\:tw-min-w-1\/3 {
    min-width: 33.33333%;
  }

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

  .sm\:tw-min-w-1\/4 {
    min-width: 25%;
  }

  .sm\:tw-min-w-3\/4 {
    min-width: 75%;
  }

  .sm\:tw-min-w-1\/5 {
    min-width: 20%;
  }

  .sm\:tw-min-w-2\/5 {
    min-width: 40%;
  }

  .sm\:tw-min-w-3\/5 {
    min-width: 60%;
  }

  .sm\:tw-min-w-4\/5 {
    min-width: 80%;
  }

  .sm\:tw-min-w-1\/6 {
    min-width: 16.66667%;
  }

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

  .sm\:tw-min-w-full {
    min-width: 100%;
  }

  .sm\:tw--m-0 {
    margin: 0;
  }

  .sm\:tw--m-1 {
    margin: -0.25rem;
  }

  .sm\:tw--m-2 {
    margin: -0.5rem;
  }

  .sm\:tw--m-3 {
    margin: -0.75rem;
  }

  .sm\:tw--m-4 {
    margin: -1rem;
  }

  .sm\:tw--m-5 {
    margin: -1.25rem;
  }

  .sm\:tw--m-6 {
    margin: -1.5rem;
  }

  .sm\:tw--m-8 {
    margin: -2rem;
  }

  .sm\:tw--m-10 {
    margin: -2.5rem;
  }

  .sm\:tw--m-12 {
    margin: -3rem;
  }

  .sm\:tw--m-16 {
    margin: -4rem;
  }

  .sm\:tw--m-20 {
    margin: -5rem;
  }

  .sm\:tw--m-24 {
    margin: -6rem;
  }

  .sm\:tw--m-32 {
    margin: -8rem;
  }

  .sm\:tw--m-px {
    margin: -1px;
  }

  .sm\:tw--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:tw--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:tw--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:tw--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:tw--my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:tw--mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:tw--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:tw--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:tw--my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:tw--mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:tw--my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:tw--mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:tw--my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:tw--mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:tw--my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:tw--mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:tw--mt-0 {
    margin-top: 0;
  }

  .sm\:tw--mr-0 {
    margin-right: 0;
  }

  .sm\:tw--mb-0 {
    margin-bottom: 0;
  }

  .sm\:tw--ml-0 {
    margin-left: 0;
  }

  .sm\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:tw--mt-4 {
    margin-top: -1rem;
  }

  .sm\:tw--mr-4 {
    margin-right: -1rem;
  }

  .sm\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:tw--ml-4 {
    margin-left: -1rem;
  }

  .sm\:tw--mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:tw--mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:tw--mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:tw--ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:tw--mt-8 {
    margin-top: -2rem;
  }

  .sm\:tw--mr-8 {
    margin-right: -2rem;
  }

  .sm\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:tw--ml-8 {
    margin-left: -2rem;
  }

  .sm\:tw--mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:tw--mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:tw--mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:tw--ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:tw--mt-12 {
    margin-top: -3rem;
  }

  .sm\:tw--mr-12 {
    margin-right: -3rem;
  }

  .sm\:tw--mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:tw--ml-12 {
    margin-left: -3rem;
  }

  .sm\:tw--mt-16 {
    margin-top: -4rem;
  }

  .sm\:tw--mr-16 {
    margin-right: -4rem;
  }

  .sm\:tw--mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:tw--ml-16 {
    margin-left: -4rem;
  }

  .sm\:tw--mt-20 {
    margin-top: -5rem;
  }

  .sm\:tw--mr-20 {
    margin-right: -5rem;
  }

  .sm\:tw--mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:tw--ml-20 {
    margin-left: -5rem;
  }

  .sm\:tw--mt-24 {
    margin-top: -6rem;
  }

  .sm\:tw--mr-24 {
    margin-right: -6rem;
  }

  .sm\:tw--mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:tw--ml-24 {
    margin-left: -6rem;
  }

  .sm\:tw--mt-32 {
    margin-top: -8rem;
  }

  .sm\:tw--mr-32 {
    margin-right: -8rem;
  }

  .sm\:tw--mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:tw--ml-32 {
    margin-left: -8rem;
  }

  .sm\:tw--mt-px {
    margin-top: -1px;
  }

  .sm\:tw--mr-px {
    margin-right: -1px;
  }

  .sm\:tw--mb-px {
    margin-bottom: -1px;
  }

  .sm\:tw--ml-px {
    margin-left: -1px;
  }

  .sm\:tw-opacity-0 {
    opacity: 0;
  }

  .sm\:tw-opacity-25 {
    opacity: .25;
  }

  .sm\:tw-opacity-50 {
    opacity: .5;
  }

  .sm\:tw-opacity-75 {
    opacity: .75;
  }

  .sm\:tw-opacity-100 {
    opacity: 1;
  }

  .sm\:hover\:tw-opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:tw-opacity-25:hover {
    opacity: .25;
  }

  .sm\:hover\:tw-opacity-50:hover {
    opacity: .5;
  }

  .sm\:hover\:tw-opacity-75:hover {
    opacity: .75;
  }

  .sm\:hover\:tw-opacity-100:hover {
    opacity: 1;
  }

  .sm\:tw-overflow-auto {
    overflow: auto;
  }

  .sm\:tw-overflow-hidden {
    overflow: hidden;
  }

  .sm\:tw-overflow-visible {
    overflow: visible;
  }

  .sm\:tw-overflow-scroll {
    overflow: scroll;
  }

  .sm\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:tw-overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:tw-overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:tw-overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:tw-overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:tw-p-0 {
    padding: 0;
  }

  .sm\:tw-p-1 {
    padding: .25rem;
  }

  .sm\:tw-p-2 {
    padding: 2px;
  }

  .sm\:tw-p-3 {
    padding: 3px;
  }

  .sm\:tw-p-4 {
    padding: 4px;
  }

  .sm\:tw-p-5 {
    padding: 5px;
  }

  .sm\:tw-p-6 {
    padding: 6px;
  }

  .sm\:tw-p-8 {
    padding: 8px;
  }

  .sm\:tw-p-9 {
    padding: 9px;
  }

  .sm\:tw-p-10 {
    padding: 10px;
  }

  .sm\:tw-p-11 {
    padding: 11px;
  }

  .sm\:tw-p-12 {
    padding: 12px;
  }

  .sm\:tw-p-15 {
    padding: 15px;
  }

  .sm\:tw-p-16 {
    padding: 16px;
  }

  .sm\:tw-p-20 {
    padding: 20px;
  }

  .sm\:tw-p-23 {
    padding: 23px;
  }

  .sm\:tw-p-24 {
    padding: 24px;
  }

  .sm\:tw-p-28 {
    padding: 28px;
  }

  .sm\:tw-p-30 {
    padding: 30px;
  }

  .sm\:tw-p-32 {
    padding: 8rem;
  }

  .sm\:tw-p-40 {
    padding: 40px;
  }

  .sm\:tw-p-45 {
    padding: 45px;
  }

  .sm\:tw-p-56 {
    padding: 56px;
  }

  .sm\:tw-p-57 {
    padding: 57px;
  }

  .sm\:tw-p-69 {
    padding: 69px;
  }

  .sm\:tw-p-70 {
    padding: 70px;
  }

  .sm\:tw-p-80 {
    padding: 80px;
  }

  .sm\:tw-p-82 {
    padding: 82px;
  }

  .sm\:tw-p-90 {
    padding: 90px;
  }

  .sm\:tw-p-122 {
    padding: 122px;
  }

  .sm\:tw-p-130 {
    padding: 130px;
  }

  .sm\:tw-p-135 {
    padding: 135px;
  }

  .sm\:tw-p-160 {
    padding: 160px;
  }

  .sm\:tw-p-px {
    padding: 1px;
  }

  .sm\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:tw-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:tw-px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:tw-py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm\:tw-px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .sm\:tw-py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .sm\:tw-px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .sm\:tw-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm\:tw-px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm\:tw-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm\:tw-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm\:tw-py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm\:tw-px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm\:tw-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm\:tw-px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm\:tw-py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .sm\:tw-px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

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

  .sm\:tw-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:tw-py-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .sm\:tw-px-11 {
    padding-left: 11px;
    padding-right: 11px;
  }

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

  .sm\:tw-px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .sm\:tw-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:tw-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:tw-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .sm\:tw-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:tw-py-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .sm\:tw-px-23 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .sm\:tw-py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:tw-px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:tw-py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .sm\:tw-px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .sm\:tw-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:tw-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:tw-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .sm\:tw-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:tw-py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm\:tw-px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm\:tw-py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .sm\:tw-px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .sm\:tw-py-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .sm\:tw-px-57 {
    padding-left: 57px;
    padding-right: 57px;
  }

  .sm\:tw-py-69 {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .sm\:tw-px-69 {
    padding-left: 69px;
    padding-right: 69px;
  }

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

  .sm\:tw-px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

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

  .sm\:tw-px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm\:tw-py-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .sm\:tw-px-82 {
    padding-left: 82px;
    padding-right: 82px;
  }

  .sm\:tw-py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sm\:tw-px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .sm\:tw-py-122 {
    padding-top: 122px;
    padding-bottom: 122px;
  }

  .sm\:tw-px-122 {
    padding-left: 122px;
    padding-right: 122px;
  }

  .sm\:tw-py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .sm\:tw-px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .sm\:tw-py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .sm\:tw-px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

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

  .sm\:tw-px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .sm\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:tw-pt-0 {
    padding-top: 0;
  }

  .sm\:tw-pr-0 {
    padding-right: 0;
  }

  .sm\:tw-pb-0 {
    padding-bottom: 0;
  }

  .sm\:tw-pl-0 {
    padding-left: 0;
  }

  .sm\:tw-pt-1 {
    padding-top: .25rem;
  }

  .sm\:tw-pr-1 {
    padding-right: .25rem;
  }

  .sm\:tw-pb-1 {
    padding-bottom: .25rem;
  }

  .sm\:tw-pl-1 {
    padding-left: .25rem;
  }

  .sm\:tw-pt-2 {
    padding-top: 2px;
  }

  .sm\:tw-pr-2 {
    padding-right: 2px;
  }

  .sm\:tw-pb-2 {
    padding-bottom: 2px;
  }

  .sm\:tw-pl-2 {
    padding-left: 2px;
  }

  .sm\:tw-pt-3 {
    padding-top: 3px;
  }

  .sm\:tw-pr-3 {
    padding-right: 3px;
  }

  .sm\:tw-pb-3 {
    padding-bottom: 3px;
  }

  .sm\:tw-pl-3 {
    padding-left: 3px;
  }

  .sm\:tw-pt-4 {
    padding-top: 4px;
  }

  .sm\:tw-pr-4 {
    padding-right: 4px;
  }

  .sm\:tw-pb-4 {
    padding-bottom: 4px;
  }

  .sm\:tw-pl-4 {
    padding-left: 4px;
  }

  .sm\:tw-pt-5 {
    padding-top: 5px;
  }

  .sm\:tw-pr-5 {
    padding-right: 5px;
  }

  .sm\:tw-pb-5 {
    padding-bottom: 5px;
  }

  .sm\:tw-pl-5 {
    padding-left: 5px;
  }

  .sm\:tw-pt-6 {
    padding-top: 6px;
  }

  .sm\:tw-pr-6 {
    padding-right: 6px;
  }

  .sm\:tw-pb-6 {
    padding-bottom: 6px;
  }

  .sm\:tw-pl-6 {
    padding-left: 6px;
  }

  .sm\:tw-pt-8 {
    padding-top: 8px;
  }

  .sm\:tw-pr-8 {
    padding-right: 8px;
  }

  .sm\:tw-pb-8 {
    padding-bottom: 8px;
  }

  .sm\:tw-pl-8 {
    padding-left: 8px;
  }

  .sm\:tw-pt-9 {
    padding-top: 9px;
  }

  .sm\:tw-pr-9 {
    padding-right: 9px;
  }

  .sm\:tw-pb-9 {
    padding-bottom: 9px;
  }

  .sm\:tw-pl-9 {
    padding-left: 9px;
  }

  .sm\:tw-pt-10 {
    padding-top: 10px;
  }

  .sm\:tw-pr-10 {
    padding-right: 10px;
  }

  .sm\:tw-pb-10 {
    padding-bottom: 10px;
  }

  .sm\:tw-pl-10 {
    padding-left: 10px;
  }

  .sm\:tw-pt-11 {
    padding-top: 11px;
  }

  .sm\:tw-pr-11 {
    padding-right: 11px;
  }

  .sm\:tw-pb-11 {
    padding-bottom: 11px;
  }

  .sm\:tw-pl-11 {
    padding-left: 11px;
  }

  .sm\:tw-pt-12 {
    padding-top: 12px;
  }

  .sm\:tw-pr-12 {
    padding-right: 12px;
  }

  .sm\:tw-pb-12 {
    padding-bottom: 12px;
  }

  .sm\:tw-pl-12 {
    padding-left: 12px;
  }

  .sm\:tw-pt-15 {
    padding-top: 15px;
  }

  .sm\:tw-pr-15 {
    padding-right: 15px;
  }

  .sm\:tw-pb-15 {
    padding-bottom: 15px;
  }

  .sm\:tw-pl-15 {
    padding-left: 15px;
  }

  .sm\:tw-pt-16 {
    padding-top: 16px;
  }

  .sm\:tw-pr-16 {
    padding-right: 16px;
  }

  .sm\:tw-pb-16 {
    padding-bottom: 16px;
  }

  .sm\:tw-pl-16 {
    padding-left: 16px;
  }

  .sm\:tw-pt-20 {
    padding-top: 20px;
  }

  .sm\:tw-pr-20 {
    padding-right: 20px;
  }

  .sm\:tw-pb-20 {
    padding-bottom: 20px;
  }

  .sm\:tw-pl-20 {
    padding-left: 20px;
  }

  .sm\:tw-pt-23 {
    padding-top: 23px;
  }

  .sm\:tw-pr-23 {
    padding-right: 23px;
  }

  .sm\:tw-pb-23 {
    padding-bottom: 23px;
  }

  .sm\:tw-pl-23 {
    padding-left: 23px;
  }

  .sm\:tw-pt-24 {
    padding-top: 24px;
  }

  .sm\:tw-pr-24 {
    padding-right: 24px;
  }

  .sm\:tw-pb-24 {
    padding-bottom: 24px;
  }

  .sm\:tw-pl-24 {
    padding-left: 24px;
  }

  .sm\:tw-pt-28 {
    padding-top: 28px;
  }

  .sm\:tw-pr-28 {
    padding-right: 28px;
  }

  .sm\:tw-pb-28 {
    padding-bottom: 28px;
  }

  .sm\:tw-pl-28 {
    padding-left: 28px;
  }

  .sm\:tw-pt-30 {
    padding-top: 30px;
  }

  .sm\:tw-pr-30 {
    padding-right: 30px;
  }

  .sm\:tw-pb-30 {
    padding-bottom: 30px;
  }

  .sm\:tw-pl-30 {
    padding-left: 30px;
  }

  .sm\:tw-pt-32 {
    padding-top: 8rem;
  }

  .sm\:tw-pr-32 {
    padding-right: 8rem;
  }

  .sm\:tw-pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:tw-pl-32 {
    padding-left: 8rem;
  }

  .sm\:tw-pt-40 {
    padding-top: 40px;
  }

  .sm\:tw-pr-40 {
    padding-right: 40px;
  }

  .sm\:tw-pb-40 {
    padding-bottom: 40px;
  }

  .sm\:tw-pl-40 {
    padding-left: 40px;
  }

  .sm\:tw-pt-45 {
    padding-top: 45px;
  }

  .sm\:tw-pr-45 {
    padding-right: 45px;
  }

  .sm\:tw-pb-45 {
    padding-bottom: 45px;
  }

  .sm\:tw-pl-45 {
    padding-left: 45px;
  }

  .sm\:tw-pt-56 {
    padding-top: 56px;
  }

  .sm\:tw-pr-56 {
    padding-right: 56px;
  }

  .sm\:tw-pb-56 {
    padding-bottom: 56px;
  }

  .sm\:tw-pl-56 {
    padding-left: 56px;
  }

  .sm\:tw-pt-57 {
    padding-top: 57px;
  }

  .sm\:tw-pr-57 {
    padding-right: 57px;
  }

  .sm\:tw-pb-57 {
    padding-bottom: 57px;
  }

  .sm\:tw-pl-57 {
    padding-left: 57px;
  }

  .sm\:tw-pt-69 {
    padding-top: 69px;
  }

  .sm\:tw-pr-69 {
    padding-right: 69px;
  }

  .sm\:tw-pb-69 {
    padding-bottom: 69px;
  }

  .sm\:tw-pl-69 {
    padding-left: 69px;
  }

  .sm\:tw-pt-70 {
    padding-top: 70px;
  }

  .sm\:tw-pr-70 {
    padding-right: 70px;
  }

  .sm\:tw-pb-70 {
    padding-bottom: 70px;
  }

  .sm\:tw-pl-70 {
    padding-left: 70px;
  }

  .sm\:tw-pt-80 {
    padding-top: 80px;
  }

  .sm\:tw-pr-80 {
    padding-right: 80px;
  }

  .sm\:tw-pb-80 {
    padding-bottom: 80px;
  }

  .sm\:tw-pl-80 {
    padding-left: 80px;
  }

  .sm\:tw-pt-82 {
    padding-top: 82px;
  }

  .sm\:tw-pr-82 {
    padding-right: 82px;
  }

  .sm\:tw-pb-82 {
    padding-bottom: 82px;
  }

  .sm\:tw-pl-82 {
    padding-left: 82px;
  }

  .sm\:tw-pt-90 {
    padding-top: 90px;
  }

  .sm\:tw-pr-90 {
    padding-right: 90px;
  }

  .sm\:tw-pb-90 {
    padding-bottom: 90px;
  }

  .sm\:tw-pl-90 {
    padding-left: 90px;
  }

  .sm\:tw-pt-122 {
    padding-top: 122px;
  }

  .sm\:tw-pr-122 {
    padding-right: 122px;
  }

  .sm\:tw-pb-122 {
    padding-bottom: 122px;
  }

  .sm\:tw-pl-122 {
    padding-left: 122px;
  }

  .sm\:tw-pt-130 {
    padding-top: 130px;
  }

  .sm\:tw-pr-130 {
    padding-right: 130px;
  }

  .sm\:tw-pb-130 {
    padding-bottom: 130px;
  }

  .sm\:tw-pl-130 {
    padding-left: 130px;
  }

  .sm\:tw-pt-135 {
    padding-top: 135px;
  }

  .sm\:tw-pr-135 {
    padding-right: 135px;
  }

  .sm\:tw-pb-135 {
    padding-bottom: 135px;
  }

  .sm\:tw-pl-135 {
    padding-left: 135px;
  }

  .sm\:tw-pt-160 {
    padding-top: 160px;
  }

  .sm\:tw-pr-160 {
    padding-right: 160px;
  }

  .sm\:tw-pb-160 {
    padding-bottom: 160px;
  }

  .sm\:tw-pl-160 {
    padding-left: 160px;
  }

  .sm\:tw-pt-px {
    padding-top: 1px;
  }

  .sm\:tw-pr-px {
    padding-right: 1px;
  }

  .sm\:tw-pb-px {
    padding-bottom: 1px;
  }

  .sm\:tw-pl-px {
    padding-left: 1px;
  }

  .sm\:tw-pointer-events-none {
    pointer-events: none;
  }

  .sm\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:tw-static {
    position: static;
  }

  .sm\:tw-fixed {
    position: fixed;
  }

  .sm\:tw-absolute {
    position: absolute;
  }

  .sm\:tw-relative {
    position: relative;
  }

  .sm\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:tw-pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:tw-pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:tw-pin-y {
    top: 0;
    bottom: 0;
  }

  .sm\:tw-pin-x {
    right: 0;
    left: 0;
  }

  .sm\:tw-pin-t {
    top: 0;
  }

  .sm\:tw-pin-r {
    right: 0;
  }

  .sm\:tw-pin-b {
    bottom: 0;
  }

  .sm\:tw-pin-l {
    left: 0;
  }

  .sm\:tw-resize-none {
    resize: none;
  }

  .sm\:tw-resize-y {
    resize: vertical;
  }

  .sm\:tw-resize-x {
    resize: horizontal;
  }

  .sm\:tw-resize {
    resize: both;
  }

  .sm\:tw-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:tw-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:tw-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .sm\:tw-shadow-none {
    box-shadow: none;
  }

  .sm\:hover\:tw-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:hover\:tw-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:hover\:tw-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

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

  .sm\:hover\:tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .sm\:hover\:tw-shadow-none:hover {
    box-shadow: none;
  }

  .sm\:focus\:tw-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:focus\:tw-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:focus\:tw-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

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

  .sm\:focus\:tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .sm\:focus\:tw-shadow-none:focus {
    box-shadow: none;
  }

  .sm\:tw-table-auto {
    table-layout: auto;
  }

  .sm\:tw-table-fixed {
    table-layout: fixed;
  }

  .sm\:tw-text-left {
    text-align: left;
  }

  .sm\:tw-text-center {
    text-align: center;
  }

  .sm\:tw-text-right {
    text-align: right;
  }

  .sm\:tw-text-justify {
    text-align: justify;
  }

  .sm\:tw-text-transparent {
    color: transparent;
  }

  .sm\:tw-text-secondary {
    color: #2effcc;
  }

  .sm\:tw-text-primary {
    color: #e5e5e5;
  }

  .sm\:tw-text-white {
    color: #e5e5e5;
  }

  .sm\:tw-text-black {
    color: #000;
  }

  .sm\:tw-text-link {
    color: #9345ff;
  }

  .sm\:tw-text-grey {
    color: #171717;
  }

  .sm\:tw-text-facebook {
    color: #3b5999;
  }

  .sm\:tw-text-twitter {
    color: #017eb6;
  }

  .sm\:tw-text-instagram {
    color: #517fa4;
  }

  .sm\:tw-text-youtube {
    color: #c9332d;
  }

  .sm\:tw-text-pinterest {
    color: #bd081c;
  }

  .sm\:tw-text-share {
    color: #2ca9e1;
  }

  .sm\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:tw-text-secondary:hover {
    color: #2effcc;
  }

  .sm\:hover\:tw-text-primary:hover {
    color: #e5e5e5;
  }

  .sm\:hover\:tw-text-white:hover {
    color: #e5e5e5;
  }

  .sm\:hover\:tw-text-black:hover {
    color: #000;
  }

  .sm\:hover\:tw-text-link:hover {
    color: #9345ff;
  }

  .sm\:hover\:tw-text-grey:hover {
    color: #171717;
  }

  .sm\:hover\:tw-text-facebook:hover {
    color: #3b5999;
  }

  .sm\:hover\:tw-text-twitter:hover {
    color: #017eb6;
  }

  .sm\:hover\:tw-text-instagram:hover {
    color: #517fa4;
  }

  .sm\:hover\:tw-text-youtube:hover {
    color: #c9332d;
  }

  .sm\:hover\:tw-text-pinterest:hover {
    color: #bd081c;
  }

  .sm\:hover\:tw-text-share:hover {
    color: #2ca9e1;
  }

  .sm\:focus\:tw-text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:tw-text-secondary:focus {
    color: #2effcc;
  }

  .sm\:focus\:tw-text-primary:focus {
    color: #e5e5e5;
  }

  .sm\:focus\:tw-text-white:focus {
    color: #e5e5e5;
  }

  .sm\:focus\:tw-text-black:focus {
    color: #000;
  }

  .sm\:focus\:tw-text-link:focus {
    color: #9345ff;
  }

  .sm\:focus\:tw-text-grey:focus {
    color: #171717;
  }

  .sm\:focus\:tw-text-facebook:focus {
    color: #3b5999;
  }

  .sm\:focus\:tw-text-twitter:focus {
    color: #017eb6;
  }

  .sm\:focus\:tw-text-instagram:focus {
    color: #517fa4;
  }

  .sm\:focus\:tw-text-youtube:focus {
    color: #c9332d;
  }

  .sm\:focus\:tw-text-pinterest:focus {
    color: #bd081c;
  }

  .sm\:focus\:tw-text-share:focus {
    color: #2ca9e1;
  }

  .sm\:tw-text-0 {
    font-size: 0px;
  }

  .sm\:tw-text-17 {
    font-size: 17px;
  }

  .sm\:tw-text-50 {
    font-size: 50px;
  }

  .sm\:tw-text-54 {
    font-size: 54px;
  }

  .sm\:tw-text-90 {
    font-size: 90px;
  }

  .sm\:tw-text-92 {
    font-size: 92px;
  }

  .sm\:tw-text-108 {
    font-size: 108px;
  }

  .sm\:tw-text-xs {
    font-size: .75rem;
  }

  .sm\:tw-text-sm {
    font-size: 14px;
  }

  .sm\:tw-text-base {
    font-size: 16px;
  }

  .sm\:tw-text-lg {
    font-size: 18px;
  }

  .sm\:tw-text-xl {
    font-size: 20px;
  }

  .sm\:tw-text-2xl {
    font-size: 24px;
  }

  .sm\:tw-text-3xl {
    font-size: 32px;
  }

  .sm\:tw-text-4xl {
    font-size: 40px;
  }

  .sm\:tw-italic {
    font-style: italic;
  }

  .sm\:tw-roman {
    font-style: normal;
  }

  .sm\:tw-uppercase {
    text-transform: uppercase;
  }

  .sm\:tw-lowercase {
    text-transform: lowercase;
  }

  .sm\:tw-capitalize {
    text-transform: capitalize;
  }

  .sm\:tw-normal-case {
    text-transform: none;
  }

  .sm\:tw-underline {
    text-decoration: underline;
  }

  .sm\:tw-line-through {
    text-decoration: line-through;
  }

  .sm\:tw-no-underline {
    text-decoration: none;
  }

  .sm\:tw-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:tw-italic:hover {
    font-style: italic;
  }

  .sm\:hover\:tw-roman:hover {
    font-style: normal;
  }

  .sm\:hover\:tw-uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:tw-lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:tw-capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:tw-normal-case:hover {
    text-transform: none;
  }

  .sm\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .sm\:hover\:tw-antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:tw-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:focus\:tw-italic:focus {
    font-style: italic;
  }

  .sm\:focus\:tw-roman:focus {
    font-style: normal;
  }

  .sm\:focus\:tw-uppercase:focus {
    text-transform: uppercase;
  }

  .sm\:focus\:tw-lowercase:focus {
    text-transform: lowercase;
  }

  .sm\:focus\:tw-capitalize:focus {
    text-transform: capitalize;
  }

  .sm\:focus\:tw-normal-case:focus {
    text-transform: none;
  }

  .sm\:focus\:tw-underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:tw-line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:tw-no-underline:focus {
    text-decoration: none;
  }

  .sm\:focus\:tw-antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:focus\:tw-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tw-tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm\:tw-tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tw-tracking-wide {
    letter-spacing: .05em;
  }

  .sm\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

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

  .sm\:tw-align-baseline {
    vertical-align: baseline;
  }

  .sm\:tw-align-top {
    vertical-align: top;
  }

  .sm\:tw-align-middle {
    vertical-align: middle;
  }

  .sm\:tw-align-bottom {
    vertical-align: bottom;
  }

  .sm\:tw-align-text-top {
    vertical-align: text-top;
  }

  .sm\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:tw-visible {
    visibility: visible;
  }

  .sm\:tw-invisible {
    visibility: hidden;
  }

  .sm\:tw-whitespace-normal {
    white-space: normal;
  }

  .sm\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:tw-whitespace-pre {
    white-space: pre;
  }

  .sm\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:tw-break-words {
    word-wrap: break-word;
  }

  .sm\:tw-break-normal {
    word-wrap: normal;
  }

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

  .sm\:tw-w-1 {
    width: .25rem;
  }

  .sm\:tw-w-2 {
    width: .5rem;
  }

  .sm\:tw-w-3 {
    width: .75rem;
  }

  .sm\:tw-w-4 {
    width: 1rem;
  }

  .sm\:tw-w-5 {
    width: 1.25rem;
  }

  .sm\:tw-w-6 {
    width: 1.5rem;
  }

  .sm\:tw-w-8 {
    width: 2rem;
  }

  .sm\:tw-w-10 {
    width: 2.5rem;
  }

  .sm\:tw-w-12 {
    width: 3rem;
  }

  .sm\:tw-w-16 {
    width: 4rem;
  }

  .sm\:tw-w-24 {
    width: 6rem;
  }

  .sm\:tw-w-32 {
    width: 8rem;
  }

  .sm\:tw-w-33 {
    width: 33%;
  }

  .sm\:tw-w-48 {
    width: 12rem;
  }

  .sm\:tw-w-64 {
    width: 16rem;
  }

  .sm\:tw-w-80 {
    width: 20rem;
  }

  .sm\:tw-w-auto {
    width: auto;
  }

  .sm\:tw-w-px {
    width: 1px;
  }

  .sm\:tw-w-1\/2 {
    width: 50%;
  }

  .sm\:tw-w-1\/3 {
    width: 33.33333%;
  }

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

  .sm\:tw-w-1\/4 {
    width: 25%;
  }

  .sm\:tw-w-3\/4 {
    width: 75%;
  }

  .sm\:tw-w-1\/5 {
    width: 20%;
  }

  .sm\:tw-w-2\/5 {
    width: 33%;
  }

  .sm\:tw-w-3\/5 {
    width: 67%;
  }

  .sm\:tw-w-4\/5 {
    width: 80%;
  }

  .sm\:tw-w-1\/6 {
    width: 16.66667%;
  }

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

  .sm\:tw-w-full {
    width: 100%;
  }

  .sm\:tw-w-screen {
    width: 100vw;
  }

  .sm\:tw-z-0 {
    z-index: 0;
  }

  .sm\:tw-z-10 {
    z-index: 10;
  }

  .sm\:tw-z-20 {
    z-index: 20;
  }

  .sm\:tw-z-30 {
    z-index: 30;
  }

  .sm\:tw-z-40 {
    z-index: 40;
  }

  .sm\:tw-z-50 {
    z-index: 50;
  }

  .sm\:tw-z-auto {
    z-index: auto;
  }

  .sm\:tw-backface-visible {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }

  .sm\:tw-backface-hidden {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  .sm\:tw-perspective-top {
    perspective-origin: top;
  }

  .sm\:tw-perspective-right {
    perspective-origin: right;
  }

  .sm\:tw-perspective-bottom {
    perspective-origin: bottom;
  }

  .sm\:tw-perspective-left {
    perspective-origin: left;
  }

  .sm\:tw-perspective-center {
    perspective-origin: center;
  }

  .sm\:tw-perspective-right-top {
    perspective-origin: right top;
  }

  .sm\:tw-perspective-right-bottom {
    perspective-origin: right bottom;
  }

  .sm\:tw-perspective-left-top {
    perspective-origin: left top;
  }

  .sm\:tw-perspective-left-bottom {
    perspective-origin: left bottom;
  }

  .sm\:tw-transform-border {
    transform-box: border-box;
  }

  .sm\:tw-transform-fill {
    transform-box: fill-box;
  }

  .sm\:tw-transform-view {
    transform-box: view-box;
  }

  .sm\:tw-transform-top {
    transform-origin: top;
  }

  .sm\:tw-transform-right {
    transform-origin: right;
  }

  .sm\:tw-transform-bottom {
    transform-origin: bottom;
  }

  .sm\:tw-transform-left {
    transform-origin: left;
  }

  .sm\:tw-transform-center {
    transform-origin: center;
  }

  .sm\:tw-transform-right-top {
    transform-origin: right top;
  }

  .sm\:tw-transform-right-bottom {
    transform-origin: right bottom;
  }

  .sm\:tw-transform-left-top {
    transform-origin: left top;
  }

  .sm\:tw-transform-left-bottom {
    transform-origin: left bottom;
  }

  .sm\:tw-transform-flat {
    transform-style: flat;
  }

  .sm\:tw-transform-preserve {
    transform-style: preserve-3d;
  }

  .sm\:tw-transform-none {
    transform: none;
  }

  .sm\:tw-translate-x-1\/2 {
    transform: translateX(50%);
  }

  .sm\:tw-translate-y-1\/2 {
    transform: translateY(50%);
  }

  .sm\:tw-translate-x-full {
    transform: translateX(100%);
  }

  .sm\:tw-translate-y-full {
    transform: translateY(100%);
  }

  .sm\:tw--translate-x-1\/2 {
    transform: translateX(-50%);
  }

  .sm\:tw--translate-y-1\/2 {
    transform: translateY(-50%);
  }

  .sm\:tw--translate-x-full {
    transform: translateX(-100%);
  }

  .sm\:tw--translate-y-full {
    transform: translateY(-100%);
  }

  .sm\:tw-scale-90 {
    transform: scale(.9);
  }

  .sm\:tw-scale-x-90 {
    transform: scaleX(.9);
  }

  .sm\:tw-scale-y-90 {
    transform: scaleY(.9);
  }

  .sm\:tw-scale-100 {
    transform: scale(1);
  }

  .sm\:tw-scale-x-100 {
    transform: scaleX(1);
  }

  .sm\:tw-scale-y-100 {
    transform: scaleY(1);
  }

  .sm\:tw-scale-110 {
    transform: scale(1.1);
  }

  .sm\:tw-scale-x-110 {
    transform: scaleX(1.1);
  }

  .sm\:tw-scale-y-110 {
    transform: scaleY(1.1);
  }

  .sm\:tw-rotate-90 {
    transform: rotate(90deg);
  }

  .sm\:tw-rotate-180 {
    transform: rotate(180deg);
  }

  .sm\:tw-rotate-270 {
    transform: rotate(270deg);
  }

  .sm\:tw--rotate-90 {
    transform: rotate(-90deg);
  }

  .sm\:tw--rotate-180 {
    transform: rotate(-180deg);
  }

  .sm\:tw--rotate-270 {
    transform: rotate(-270deg);
  }

  .sm\:tw-skew-x-5 {
    transform: skewX(5deg);
  }

  .sm\:tw-skew-y-5 {
    transform: skewY(5deg);
  }

  .sm\:tw--skew-x-5 {
    transform: skewX(-5deg);
  }

  .sm\:tw--skew-y-5 {
    transform: skewY(-5deg);
  }

  .sm\:tw-transform-origin-t {
    transform-origin: 50% 0%;
  }

  .sm\:tw-transform-origin-r {
    transform-origin: 100% 50%;
  }

  .sm\:tw-transform-origin-b {
    transform-origin: 50% 100%;
  }

  .sm\:tw-transform-origin-l {
    transform-origin: 0% 50%;
  }
}

@media (min-width: 768px) {
  .md\:tw-list-reset {
    list-style: none;
    padding: 0;
  }

  .md\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:tw-bg-fixed {
    background-attachment: fixed;
  }

  .md\:tw-bg-local {
    background-attachment: local;
  }

  .md\:tw-bg-scroll {
    background-attachment: scroll;
  }

  .md\:tw-bg-transparent {
    background-color: transparent;
  }

  .md\:tw-bg-secondary {
    background-color: #2effcc;
  }

  .md\:tw-bg-primary {
    background-color: #e5e5e5;
  }

  .md\:tw-bg-white {
    background-color: #e5e5e5;
  }

  .md\:tw-bg-black {
    background-color: #000;
  }

  .md\:tw-bg-link {
    background-color: #9345ff;
  }

  .md\:tw-bg-grey {
    background-color: #171717;
  }

  .md\:tw-bg-facebook {
    background-color: #3b5999;
  }

  .md\:tw-bg-twitter {
    background-color: #017eb6;
  }

  .md\:tw-bg-instagram {
    background-color: #517fa4;
  }

  .md\:tw-bg-youtube {
    background-color: #c9332d;
  }

  .md\:tw-bg-pinterest {
    background-color: #bd081c;
  }

  .md\:tw-bg-share {
    background-color: #2ca9e1;
  }

  .md\:hover\:tw-bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:tw-bg-secondary:hover {
    background-color: #2effcc;
  }

  .md\:hover\:tw-bg-primary:hover {
    background-color: #e5e5e5;
  }

  .md\:hover\:tw-bg-white:hover {
    background-color: #e5e5e5;
  }

  .md\:hover\:tw-bg-black:hover {
    background-color: #000;
  }

  .md\:hover\:tw-bg-link:hover {
    background-color: #9345ff;
  }

  .md\:hover\:tw-bg-grey:hover {
    background-color: #171717;
  }

  .md\:hover\:tw-bg-facebook:hover {
    background-color: #3b5999;
  }

  .md\:hover\:tw-bg-twitter:hover {
    background-color: #017eb6;
  }

  .md\:hover\:tw-bg-instagram:hover {
    background-color: #517fa4;
  }

  .md\:hover\:tw-bg-youtube:hover {
    background-color: #c9332d;
  }

  .md\:hover\:tw-bg-pinterest:hover {
    background-color: #bd081c;
  }

  .md\:hover\:tw-bg-share:hover {
    background-color: #2ca9e1;
  }

  .md\:focus\:tw-bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:tw-bg-secondary:focus {
    background-color: #2effcc;
  }

  .md\:focus\:tw-bg-primary:focus {
    background-color: #e5e5e5;
  }

  .md\:focus\:tw-bg-white:focus {
    background-color: #e5e5e5;
  }

  .md\:focus\:tw-bg-black:focus {
    background-color: #000;
  }

  .md\:focus\:tw-bg-link:focus {
    background-color: #9345ff;
  }

  .md\:focus\:tw-bg-grey:focus {
    background-color: #171717;
  }

  .md\:focus\:tw-bg-facebook:focus {
    background-color: #3b5999;
  }

  .md\:focus\:tw-bg-twitter:focus {
    background-color: #017eb6;
  }

  .md\:focus\:tw-bg-instagram:focus {
    background-color: #517fa4;
  }

  .md\:focus\:tw-bg-youtube:focus {
    background-color: #c9332d;
  }

  .md\:focus\:tw-bg-pinterest:focus {
    background-color: #bd081c;
  }

  .md\:focus\:tw-bg-share:focus {
    background-color: #2ca9e1;
  }

  .md\:tw-bg-bottom {
    background-position: bottom;
  }

  .md\:tw-bg-center {
    background-position: center;
  }

  .md\:tw-bg-left {
    background-position: left;
  }

  .md\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  .md\:tw-bg-left-top {
    background-position: left top;
  }

  .md\:tw-bg-right {
    background-position: right;
  }

  .md\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  .md\:tw-bg-right-top {
    background-position: right top;
  }

  .md\:tw-bg-top {
    background-position: top;
  }

  .md\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .md\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:tw-bg-auto {
    background-size: auto;
  }

  .md\:tw-bg-cover {
    background-size: cover;
  }

  .md\:tw-bg-contain {
    background-size: contain;
  }

  .md\:tw-border-transparent {
    border-color: transparent;
  }

  .md\:tw-border-secondary {
    border-color: #2effcc;
  }

  .md\:tw-border-primary {
    border-color: #e5e5e5;
  }

  .md\:tw-border-white {
    border-color: #e5e5e5;
  }

  .md\:tw-border-black {
    border-color: #000;
  }

  .md\:tw-border-link {
    border-color: #9345ff;
  }

  .md\:tw-border-grey {
    border-color: #171717;
  }

  .md\:tw-border-facebook {
    border-color: #3b5999;
  }

  .md\:tw-border-twitter {
    border-color: #017eb6;
  }

  .md\:tw-border-instagram {
    border-color: #517fa4;
  }

  .md\:tw-border-youtube {
    border-color: #c9332d;
  }

  .md\:tw-border-pinterest {
    border-color: #bd081c;
  }

  .md\:tw-border-share {
    border-color: #2ca9e1;
  }

  .md\:hover\:tw-border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:tw-border-secondary:hover {
    border-color: #2effcc;
  }

  .md\:hover\:tw-border-primary:hover {
    border-color: #e5e5e5;
  }

  .md\:hover\:tw-border-white:hover {
    border-color: #e5e5e5;
  }

  .md\:hover\:tw-border-black:hover {
    border-color: #000;
  }

  .md\:hover\:tw-border-link:hover {
    border-color: #9345ff;
  }

  .md\:hover\:tw-border-grey:hover {
    border-color: #171717;
  }

  .md\:hover\:tw-border-facebook:hover {
    border-color: #3b5999;
  }

  .md\:hover\:tw-border-twitter:hover {
    border-color: #017eb6;
  }

  .md\:hover\:tw-border-instagram:hover {
    border-color: #517fa4;
  }

  .md\:hover\:tw-border-youtube:hover {
    border-color: #c9332d;
  }

  .md\:hover\:tw-border-pinterest:hover {
    border-color: #bd081c;
  }

  .md\:hover\:tw-border-share:hover {
    border-color: #2ca9e1;
  }

  .md\:focus\:tw-border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:tw-border-secondary:focus {
    border-color: #2effcc;
  }

  .md\:focus\:tw-border-primary:focus {
    border-color: #e5e5e5;
  }

  .md\:focus\:tw-border-white:focus {
    border-color: #e5e5e5;
  }

  .md\:focus\:tw-border-black:focus {
    border-color: #000;
  }

  .md\:focus\:tw-border-link:focus {
    border-color: #9345ff;
  }

  .md\:focus\:tw-border-grey:focus {
    border-color: #171717;
  }

  .md\:focus\:tw-border-facebook:focus {
    border-color: #3b5999;
  }

  .md\:focus\:tw-border-twitter:focus {
    border-color: #017eb6;
  }

  .md\:focus\:tw-border-instagram:focus {
    border-color: #517fa4;
  }

  .md\:focus\:tw-border-youtube:focus {
    border-color: #c9332d;
  }

  .md\:focus\:tw-border-pinterest:focus {
    border-color: #bd081c;
  }

  .md\:focus\:tw-border-share:focus {
    border-color: #2ca9e1;
  }

  .md\:tw-rounded-none {
    border-radius: 0;
  }

  .md\:tw-rounded-sm {
    border-radius: .125rem;
  }

  .md\:tw-rounded {
    border-radius: .25rem;
  }

  .md\:tw-rounded-lg {
    border-radius: .5rem;
  }

  .md\:tw-rounded-xl {
    border-radius: 1rem;
  }

  .md\:tw-rounded-2xl {
    border-radius: 2rem;
  }

  .md\:tw-rounded-full {
    border-radius: 9999px;
  }

  .md\:tw-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:tw-rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:tw-rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:tw-rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:tw-rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:tw-rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:tw-rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:tw-rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:tw-rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:tw-rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:tw-rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:tw-rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:tw-rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:tw-rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:tw-rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:tw-rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:tw-rounded-t-xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:tw-rounded-r-xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:tw-rounded-b-xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:tw-rounded-l-xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:tw-rounded-t-2xl {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .md\:tw-rounded-r-2xl {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .md\:tw-rounded-b-2xl {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .md\:tw-rounded-l-2xl {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .md\:tw-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:tw-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:tw-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:tw-rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:tw-rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:tw-rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:tw-rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:tw-rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .md\:tw-rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md\:tw-rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md\:tw-rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md\:tw-rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md\:tw-rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md\:tw-rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md\:tw-rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md\:tw-rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md\:tw-rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md\:tw-rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md\:tw-rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .md\:tw-rounded-tl-xl {
    border-top-left-radius: 1rem;
  }

  .md\:tw-rounded-tr-xl {
    border-top-right-radius: 1rem;
  }

  .md\:tw-rounded-br-xl {
    border-bottom-right-radius: 1rem;
  }

  .md\:tw-rounded-bl-xl {
    border-bottom-left-radius: 1rem;
  }

  .md\:tw-rounded-tl-2xl {
    border-top-left-radius: 2rem;
  }

  .md\:tw-rounded-tr-2xl {
    border-top-right-radius: 2rem;
  }

  .md\:tw-rounded-br-2xl {
    border-bottom-right-radius: 2rem;
  }

  .md\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 2rem;
  }

  .md\:tw-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:tw-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:tw-border-solid {
    border-style: solid;
  }

  .md\:tw-border-dashed {
    border-style: dashed;
  }

  .md\:tw-border-dotted {
    border-style: dotted;
  }

  .md\:tw-border-none {
    border-style: none;
  }

  .md\:tw-border-0 {
    border-width: 0;
  }

  .md\:tw-border-2 {
    border-width: 2px;
  }

  .md\:tw-border-4 {
    border-width: 4px;
  }

  .md\:tw-border-8 {
    border-width: 8px;
  }

  .md\:tw-border {
    border-width: 1px;
  }

  .md\:tw-border-t-0 {
    border-top-width: 0;
  }

  .md\:tw-border-r-0 {
    border-right-width: 0;
  }

  .md\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  .md\:tw-border-l-0 {
    border-left-width: 0;
  }

  .md\:tw-border-t-2 {
    border-top-width: 2px;
  }

  .md\:tw-border-r-2 {
    border-right-width: 2px;
  }

  .md\:tw-border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:tw-border-l-2 {
    border-left-width: 2px;
  }

  .md\:tw-border-t-4 {
    border-top-width: 4px;
  }

  .md\:tw-border-r-4 {
    border-right-width: 4px;
  }

  .md\:tw-border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:tw-border-l-4 {
    border-left-width: 4px;
  }

  .md\:tw-border-t-8 {
    border-top-width: 8px;
  }

  .md\:tw-border-r-8 {
    border-right-width: 8px;
  }

  .md\:tw-border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:tw-border-l-8 {
    border-left-width: 8px;
  }

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

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

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

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

  .md\:tw-cursor-auto {
    cursor: auto;
  }

  .md\:tw-cursor-default {
    cursor: default;
  }

  .md\:tw-cursor-pointer {
    cursor: pointer;
  }

  .md\:tw-cursor-wait {
    cursor: wait;
  }

  .md\:tw-cursor-move {
    cursor: move;
  }

  .md\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:tw-block {
    display: block;
  }

  .md\:tw-inline-block {
    display: inline-block;
  }

  .md\:tw-inline {
    display: inline;
  }

  .md\:tw-table {
    display: table;
  }

  .md\:tw-table-row {
    display: table-row;
  }

  .md\:tw-table-cell {
    display: table-cell;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-inline-flex {
    display: inline-flex;
  }

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:tw-flex-col {
    flex-direction: column;
  }

  .md\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .md\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:tw-items-start {
    align-items: flex-start;
  }

  .md\:tw-items-end {
    align-items: flex-end;
  }

  .md\:tw-items-center {
    align-items: center;
  }

  .md\:tw-items-baseline {
    align-items: baseline;
  }

  .md\:tw-items-stretch {
    align-items: stretch;
  }

  .md\:tw-self-auto {
    align-self: auto;
  }

  .md\:tw-self-start {
    align-self: flex-start;
  }

  .md\:tw-self-end {
    align-self: flex-end;
  }

  .md\:tw-self-center {
    align-self: center;
  }

  .md\:tw-self-stretch {
    align-self: stretch;
  }

  .md\:tw-justify-start {
    justify-content: flex-start;
  }

  .md\:tw-justify-end {
    justify-content: flex-end;
  }

  .md\:tw-justify-center {
    justify-content: center;
  }

  .md\:tw-justify-between {
    justify-content: space-between;
  }

  .md\:tw-justify-around {
    justify-content: space-around;
  }

  .md\:tw-content-center {
    align-content: center;
  }

  .md\:tw-content-start {
    align-content: flex-start;
  }

  .md\:tw-content-end {
    align-content: flex-end;
  }

  .md\:tw-content-between {
    align-content: space-between;
  }

  .md\:tw-content-around {
    align-content: space-around;
  }

  .md\:tw-flex-1 {
    flex: 1 1 0%;
  }

  .md\:tw-flex-auto {
    flex: 1 1 auto;
  }

  .md\:tw-flex-initial {
    flex: 0 1 auto;
  }

  .md\:tw-flex-none {
    flex: none;
  }

  .md\:tw-flex-grow {
    flex-grow: 1;
  }

  .md\:tw-flex-shrink {
    flex-shrink: 1;
  }

  .md\:tw-flex-no-grow {
    flex-grow: 0;
  }

  .md\:tw-flex-no-shrink {
    flex-shrink: 0;
  }

  .md\:tw-float-right {
    float: right;
  }

  .md\:tw-float-left {
    float: left;
  }

  .md\:tw-float-none {
    float: none;
  }

  .md\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:tw-font-sans {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .md\:tw-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .md\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .md\:tw-font-opensans {
    font-family: OpenSans;
  }

  .md\:tw-font-cfurania {
    font-family: CFUrania;
  }

  .md\:tw-font-hairline {
    font-weight: 100;
  }

  .md\:tw-font-thin {
    font-weight: 200;
  }

  .md\:tw-font-light {
    font-weight: 300;
  }

  .md\:tw-font-normal {
    font-weight: 400;
  }

  .md\:tw-font-medium {
    font-weight: 500;
  }

  .md\:tw-font-semibold {
    font-weight: 600;
  }

  .md\:tw-font-bold {
    font-weight: 700;
  }

  .md\:tw-font-extrabold {
    font-weight: 800;
  }

  .md\:tw-font-black {
    font-weight: 900;
  }

  .md\:hover\:tw-font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:tw-font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:tw-font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:tw-font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:tw-font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:tw-font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:tw-font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:tw-font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:tw-font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:tw-font-hairline:focus {
    font-weight: 100;
  }

  .md\:focus\:tw-font-thin:focus {
    font-weight: 200;
  }

  .md\:focus\:tw-font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:tw-font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:tw-font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:tw-font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:tw-font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:tw-font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:tw-font-black:focus {
    font-weight: 900;
  }

  .md\:tw-h-1 {
    height: .25rem;
  }

  .md\:tw-h-2 {
    height: .5rem;
  }

  .md\:tw-h-3 {
    height: .75rem;
  }

  .md\:tw-h-4 {
    height: 1rem;
  }

  .md\:tw-h-5 {
    height: 1.25rem;
  }

  .md\:tw-h-6 {
    height: 1.5rem;
  }

  .md\:tw-h-8 {
    height: 2rem;
  }

  .md\:tw-h-10 {
    height: 2.5rem;
  }

  .md\:tw-h-12 {
    height: 3rem;
  }

  .md\:tw-h-16 {
    height: 4rem;
  }

  .md\:tw-h-24 {
    height: 6rem;
  }

  .md\:tw-h-32 {
    height: 8rem;
  }

  .md\:tw-h-48 {
    height: 12rem;
  }

  .md\:tw-h-64 {
    height: 16rem;
  }

  .md\:tw-h-auto {
    height: auto;
  }

  .md\:tw-h-px {
    height: 1px;
  }

  .md\:tw-h-full {
    height: 100%;
  }

  .md\:tw-h-screen {
    height: 100vh;
  }

  .md\:tw-leading-15 {
    line-height: 1.5;
  }

  .md\:tw-leading-111 {
    line-height: 1.11;
  }

  .md\:tw-leading-133 {
    line-height: 1.33;
  }

  .md\:tw-leading-188 {
    line-height: 1.88;
  }

  .md\:tw-leading-none {
    line-height: 1;
  }

  .md\:tw-leading-tight {
    line-height: 1.25;
  }

  .md\:tw-leading-normal {
    line-height: 1.5;
  }

  .md\:tw-leading-loose {
    line-height: 2;
  }

  .md\:tw-m-0 {
    margin: 0;
  }

  .md\:tw-m-1 {
    margin: 1px;
  }

  .md\:tw-m-2 {
    margin: 2px;
  }

  .md\:tw-m-3 {
    margin: 3px;
  }

  .md\:tw-m-4 {
    margin: 4px;
  }

  .md\:tw-m-5 {
    margin: 5px;
  }

  .md\:tw-m-6 {
    margin: 6px;
  }

  .md\:tw-m-7 {
    margin: 7px;
  }

  .md\:tw-m-8 {
    margin: 8px;
  }

  .md\:tw-m-9 {
    margin: 9px;
  }

  .md\:tw-m-10 {
    margin: 10px;
  }

  .md\:tw-m-12 {
    margin: 12px;
  }

  .md\:tw-m-14 {
    margin: 14px;
  }

  .md\:tw-m-15 {
    margin: 15px;
  }

  .md\:tw-m-16 {
    margin: 16px;
  }

  .md\:tw-m-17 {
    margin: 17px;
  }

  .md\:tw-m-20 {
    margin: 20px;
  }

  .md\:tw-m-22 {
    margin: 22px;
  }

  .md\:tw-m-23 {
    margin: 23px;
  }

  .md\:tw-m-24 {
    margin: 24px;
  }

  .md\:tw-m-25 {
    margin: 25px;
  }

  .md\:tw-m-26 {
    margin: 26px;
  }

  .md\:tw-m-28 {
    margin: 28px;
  }

  .md\:tw-m-30 {
    margin: 30px;
  }

  .md\:tw-m-32 {
    margin: 32px;
  }

  .md\:tw-m-34 {
    margin: 34px;
  }

  .md\:tw-m-35 {
    margin: 35px;
  }

  .md\:tw-m-39 {
    margin: 39px;
  }

  .md\:tw-m-40 {
    margin: 40px;
  }

  .md\:tw-m-42 {
    margin: 42px;
  }

  .md\:tw-m-43 {
    margin: 43px;
  }

  .md\:tw-m-44 {
    margin: 44px;
  }

  .md\:tw-m-45 {
    margin: 45px;
  }

  .md\:tw-m-46 {
    margin: 46px;
  }

  .md\:tw-m-49 {
    margin: 49px;
  }

  .md\:tw-m-50 {
    margin: 50px;
  }

  .md\:tw-m-57 {
    margin: 57px;
  }

  .md\:tw-m-60 {
    margin: 60px;
  }

  .md\:tw-m-64 {
    margin: 64px;
  }

  .md\:tw-m-70 {
    margin: 70px;
  }

  .md\:tw-m-71 {
    margin: 71px;
  }

  .md\:tw-m-74 {
    margin: 74px;
  }

  .md\:tw-m-80 {
    margin: 80px;
  }

  .md\:tw-m-85 {
    margin: 85px;
  }

  .md\:tw-m-88 {
    margin: 88px;
  }

  .md\:tw-m-90 {
    margin: 90px;
  }

  .md\:tw-m-95 {
    margin: 95px;
  }

  .md\:tw-m-100 {
    margin: 100px;
  }

  .md\:tw-m-120 {
    margin: 120px;
  }

  .md\:tw-m-auto {
    margin: auto;
  }

  .md\:tw-m-px {
    margin: 1px;
  }

  .md\:tw-m-n15 {
    margin: -15px;
  }

  .md\:tw-m-n20 {
    margin: -20px;
  }

  .md\:tw-m-n22 {
    margin: -22px;
  }

  .md\:tw-m-n5 {
    margin: -5px;
  }

  .md\:tw-m-n3 {
    margin: -3px;
  }

  .md\:tw-m-n2 {
    margin: -2px;
  }

  .md\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:tw-my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:tw-mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:tw-my-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .md\:tw-mx-2 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .md\:tw-my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md\:tw-mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md\:tw-my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md\:tw-mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

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

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

  .md\:tw-my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md\:tw-mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md\:tw-my-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .md\:tw-mx-7 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .md\:tw-my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:tw-mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:tw-my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .md\:tw-mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

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

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

  .md\:tw-my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:tw-mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:tw-my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md\:tw-mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

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

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

  .md\:tw-my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:tw-mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:tw-my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .md\:tw-mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

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

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

  .md\:tw-my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .md\:tw-mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .md\:tw-my-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .md\:tw-mx-23 {
    margin-left: 23px;
    margin-right: 23px;
  }

  .md\:tw-my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:tw-mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:tw-my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md\:tw-mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md\:tw-my-26 {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .md\:tw-mx-26 {
    margin-left: 26px;
    margin-right: 26px;
  }

  .md\:tw-my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md\:tw-mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

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

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

  .md\:tw-my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md\:tw-mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md\:tw-my-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .md\:tw-mx-34 {
    margin-left: 34px;
    margin-right: 34px;
  }

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

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

  .md\:tw-my-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .md\:tw-mx-39 {
    margin-left: 39px;
    margin-right: 39px;
  }

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

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

  .md\:tw-my-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .md\:tw-mx-42 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .md\:tw-my-43 {
    margin-top: 43px;
    margin-bottom: 43px;
  }

  .md\:tw-mx-43 {
    margin-left: 43px;
    margin-right: 43px;
  }

  .md\:tw-my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .md\:tw-mx-44 {
    margin-left: 44px;
    margin-right: 44px;
  }

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

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

  .md\:tw-my-46 {
    margin-top: 46px;
    margin-bottom: 46px;
  }

  .md\:tw-mx-46 {
    margin-left: 46px;
    margin-right: 46px;
  }

  .md\:tw-my-49 {
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .md\:tw-mx-49 {
    margin-left: 49px;
    margin-right: 49px;
  }

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

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

  .md\:tw-my-57 {
    margin-top: 57px;
    margin-bottom: 57px;
  }

  .md\:tw-mx-57 {
    margin-left: 57px;
    margin-right: 57px;
  }

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

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

  .md\:tw-my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md\:tw-mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

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

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

  .md\:tw-my-71 {
    margin-top: 71px;
    margin-bottom: 71px;
  }

  .md\:tw-mx-71 {
    margin-left: 71px;
    margin-right: 71px;
  }

  .md\:tw-my-74 {
    margin-top: 74px;
    margin-bottom: 74px;
  }

  .md\:tw-mx-74 {
    margin-left: 74px;
    margin-right: 74px;
  }

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

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

  .md\:tw-my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .md\:tw-mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .md\:tw-my-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .md\:tw-mx-88 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .md\:tw-my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:tw-mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md\:tw-my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .md\:tw-mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

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

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

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

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

  .md\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:tw-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:tw-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:tw-my-n15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md\:tw-mx-n15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:tw-my-n20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:tw-mx-n20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:tw-my-n22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .md\:tw-mx-n22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .md\:tw-my-n5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md\:tw-mx-n5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md\:tw-my-n3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md\:tw-mx-n3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .md\:tw-my-n2 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .md\:tw-mx-n2 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .md\:tw-mt-0 {
    margin-top: 0;
  }

  .md\:tw-mr-0 {
    margin-right: 0;
  }

  .md\:tw-mb-0 {
    margin-bottom: 0;
  }

  .md\:tw-ml-0 {
    margin-left: 0;
  }

  .md\:tw-mt-1 {
    margin-top: 1px;
  }

  .md\:tw-mr-1 {
    margin-right: 1px;
  }

  .md\:tw-mb-1 {
    margin-bottom: 1px;
  }

  .md\:tw-ml-1 {
    margin-left: 1px;
  }

  .md\:tw-mt-2 {
    margin-top: 2px;
  }

  .md\:tw-mr-2 {
    margin-right: 2px;
  }

  .md\:tw-mb-2 {
    margin-bottom: 2px;
  }

  .md\:tw-ml-2 {
    margin-left: 2px;
  }

  .md\:tw-mt-3 {
    margin-top: 3px;
  }

  .md\:tw-mr-3 {
    margin-right: 3px;
  }

  .md\:tw-mb-3 {
    margin-bottom: 3px;
  }

  .md\:tw-ml-3 {
    margin-left: 3px;
  }

  .md\:tw-mt-4 {
    margin-top: 4px;
  }

  .md\:tw-mr-4 {
    margin-right: 4px;
  }

  .md\:tw-mb-4 {
    margin-bottom: 4px;
  }

  .md\:tw-ml-4 {
    margin-left: 4px;
  }

  .md\:tw-mt-5 {
    margin-top: 5px;
  }

  .md\:tw-mr-5 {
    margin-right: 5px;
  }

  .md\:tw-mb-5 {
    margin-bottom: 5px;
  }

  .md\:tw-ml-5 {
    margin-left: 5px;
  }

  .md\:tw-mt-6 {
    margin-top: 6px;
  }

  .md\:tw-mr-6 {
    margin-right: 6px;
  }

  .md\:tw-mb-6 {
    margin-bottom: 6px;
  }

  .md\:tw-ml-6 {
    margin-left: 6px;
  }

  .md\:tw-mt-7 {
    margin-top: 7px;
  }

  .md\:tw-mr-7 {
    margin-right: 7px;
  }

  .md\:tw-mb-7 {
    margin-bottom: 7px;
  }

  .md\:tw-ml-7 {
    margin-left: 7px;
  }

  .md\:tw-mt-8 {
    margin-top: 8px;
  }

  .md\:tw-mr-8 {
    margin-right: 8px;
  }

  .md\:tw-mb-8 {
    margin-bottom: 8px;
  }

  .md\:tw-ml-8 {
    margin-left: 8px;
  }

  .md\:tw-mt-9 {
    margin-top: 9px;
  }

  .md\:tw-mr-9 {
    margin-right: 9px;
  }

  .md\:tw-mb-9 {
    margin-bottom: 9px;
  }

  .md\:tw-ml-9 {
    margin-left: 9px;
  }

  .md\:tw-mt-10 {
    margin-top: 10px;
  }

  .md\:tw-mr-10 {
    margin-right: 10px;
  }

  .md\:tw-mb-10 {
    margin-bottom: 10px;
  }

  .md\:tw-ml-10 {
    margin-left: 10px;
  }

  .md\:tw-mt-12 {
    margin-top: 12px;
  }

  .md\:tw-mr-12 {
    margin-right: 12px;
  }

  .md\:tw-mb-12 {
    margin-bottom: 12px;
  }

  .md\:tw-ml-12 {
    margin-left: 12px;
  }

  .md\:tw-mt-14 {
    margin-top: 14px;
  }

  .md\:tw-mr-14 {
    margin-right: 14px;
  }

  .md\:tw-mb-14 {
    margin-bottom: 14px;
  }

  .md\:tw-ml-14 {
    margin-left: 14px;
  }

  .md\:tw-mt-15 {
    margin-top: 15px;
  }

  .md\:tw-mr-15 {
    margin-right: 15px;
  }

  .md\:tw-mb-15 {
    margin-bottom: 15px;
  }

  .md\:tw-ml-15 {
    margin-left: 15px;
  }

  .md\:tw-mt-16 {
    margin-top: 16px;
  }

  .md\:tw-mr-16 {
    margin-right: 16px;
  }

  .md\:tw-mb-16 {
    margin-bottom: 16px;
  }

  .md\:tw-ml-16 {
    margin-left: 16px;
  }

  .md\:tw-mt-17 {
    margin-top: 17px;
  }

  .md\:tw-mr-17 {
    margin-right: 17px;
  }

  .md\:tw-mb-17 {
    margin-bottom: 17px;
  }

  .md\:tw-ml-17 {
    margin-left: 17px;
  }

  .md\:tw-mt-20 {
    margin-top: 20px;
  }

  .md\:tw-mr-20 {
    margin-right: 20px;
  }

  .md\:tw-mb-20 {
    margin-bottom: 20px;
  }

  .md\:tw-ml-20 {
    margin-left: 20px;
  }

  .md\:tw-mt-22 {
    margin-top: 22px;
  }

  .md\:tw-mr-22 {
    margin-right: 22px;
  }

  .md\:tw-mb-22 {
    margin-bottom: 22px;
  }

  .md\:tw-ml-22 {
    margin-left: 22px;
  }

  .md\:tw-mt-23 {
    margin-top: 23px;
  }

  .md\:tw-mr-23 {
    margin-right: 23px;
  }

  .md\:tw-mb-23 {
    margin-bottom: 23px;
  }

  .md\:tw-ml-23 {
    margin-left: 23px;
  }

  .md\:tw-mt-24 {
    margin-top: 24px;
  }

  .md\:tw-mr-24 {
    margin-right: 24px;
  }

  .md\:tw-mb-24 {
    margin-bottom: 24px;
  }

  .md\:tw-ml-24 {
    margin-left: 24px;
  }

  .md\:tw-mt-25 {
    margin-top: 25px;
  }

  .md\:tw-mr-25 {
    margin-right: 25px;
  }

  .md\:tw-mb-25 {
    margin-bottom: 25px;
  }

  .md\:tw-ml-25 {
    margin-left: 25px;
  }

  .md\:tw-mt-26 {
    margin-top: 26px;
  }

  .md\:tw-mr-26 {
    margin-right: 26px;
  }

  .md\:tw-mb-26 {
    margin-bottom: 26px;
  }

  .md\:tw-ml-26 {
    margin-left: 26px;
  }

  .md\:tw-mt-28 {
    margin-top: 28px;
  }

  .md\:tw-mr-28 {
    margin-right: 28px;
  }

  .md\:tw-mb-28 {
    margin-bottom: 28px;
  }

  .md\:tw-ml-28 {
    margin-left: 28px;
  }

  .md\:tw-mt-30 {
    margin-top: 30px;
  }

  .md\:tw-mr-30 {
    margin-right: 30px;
  }

  .md\:tw-mb-30 {
    margin-bottom: 30px;
  }

  .md\:tw-ml-30 {
    margin-left: 30px;
  }

  .md\:tw-mt-32 {
    margin-top: 32px;
  }

  .md\:tw-mr-32 {
    margin-right: 32px;
  }

  .md\:tw-mb-32 {
    margin-bottom: 32px;
  }

  .md\:tw-ml-32 {
    margin-left: 32px;
  }

  .md\:tw-mt-34 {
    margin-top: 34px;
  }

  .md\:tw-mr-34 {
    margin-right: 34px;
  }

  .md\:tw-mb-34 {
    margin-bottom: 34px;
  }

  .md\:tw-ml-34 {
    margin-left: 34px;
  }

  .md\:tw-mt-35 {
    margin-top: 35px;
  }

  .md\:tw-mr-35 {
    margin-right: 35px;
  }

  .md\:tw-mb-35 {
    margin-bottom: 35px;
  }

  .md\:tw-ml-35 {
    margin-left: 35px;
  }

  .md\:tw-mt-39 {
    margin-top: 39px;
  }

  .md\:tw-mr-39 {
    margin-right: 39px;
  }

  .md\:tw-mb-39 {
    margin-bottom: 39px;
  }

  .md\:tw-ml-39 {
    margin-left: 39px;
  }

  .md\:tw-mt-40 {
    margin-top: 40px;
  }

  .md\:tw-mr-40 {
    margin-right: 40px;
  }

  .md\:tw-mb-40 {
    margin-bottom: 40px;
  }

  .md\:tw-ml-40 {
    margin-left: 40px;
  }

  .md\:tw-mt-42 {
    margin-top: 42px;
  }

  .md\:tw-mr-42 {
    margin-right: 42px;
  }

  .md\:tw-mb-42 {
    margin-bottom: 42px;
  }

  .md\:tw-ml-42 {
    margin-left: 42px;
  }

  .md\:tw-mt-43 {
    margin-top: 43px;
  }

  .md\:tw-mr-43 {
    margin-right: 43px;
  }

  .md\:tw-mb-43 {
    margin-bottom: 43px;
  }

  .md\:tw-ml-43 {
    margin-left: 43px;
  }

  .md\:tw-mt-44 {
    margin-top: 44px;
  }

  .md\:tw-mr-44 {
    margin-right: 44px;
  }

  .md\:tw-mb-44 {
    margin-bottom: 44px;
  }

  .md\:tw-ml-44 {
    margin-left: 44px;
  }

  .md\:tw-mt-45 {
    margin-top: 45px;
  }

  .md\:tw-mr-45 {
    margin-right: 45px;
  }

  .md\:tw-mb-45 {
    margin-bottom: 45px;
  }

  .md\:tw-ml-45 {
    margin-left: 45px;
  }

  .md\:tw-mt-46 {
    margin-top: 46px;
  }

  .md\:tw-mr-46 {
    margin-right: 46px;
  }

  .md\:tw-mb-46 {
    margin-bottom: 46px;
  }

  .md\:tw-ml-46 {
    margin-left: 46px;
  }

  .md\:tw-mt-49 {
    margin-top: 49px;
  }

  .md\:tw-mr-49 {
    margin-right: 49px;
  }

  .md\:tw-mb-49 {
    margin-bottom: 49px;
  }

  .md\:tw-ml-49 {
    margin-left: 49px;
  }

  .md\:tw-mt-50 {
    margin-top: 50px;
  }

  .md\:tw-mr-50 {
    margin-right: 50px;
  }

  .md\:tw-mb-50 {
    margin-bottom: 50px;
  }

  .md\:tw-ml-50 {
    margin-left: 50px;
  }

  .md\:tw-mt-57 {
    margin-top: 57px;
  }

  .md\:tw-mr-57 {
    margin-right: 57px;
  }

  .md\:tw-mb-57 {
    margin-bottom: 57px;
  }

  .md\:tw-ml-57 {
    margin-left: 57px;
  }

  .md\:tw-mt-60 {
    margin-top: 60px;
  }

  .md\:tw-mr-60 {
    margin-right: 60px;
  }

  .md\:tw-mb-60 {
    margin-bottom: 60px;
  }

  .md\:tw-ml-60 {
    margin-left: 60px;
  }

  .md\:tw-mt-64 {
    margin-top: 64px;
  }

  .md\:tw-mr-64 {
    margin-right: 64px;
  }

  .md\:tw-mb-64 {
    margin-bottom: 64px;
  }

  .md\:tw-ml-64 {
    margin-left: 64px;
  }

  .md\:tw-mt-70 {
    margin-top: 70px;
  }

  .md\:tw-mr-70 {
    margin-right: 70px;
  }

  .md\:tw-mb-70 {
    margin-bottom: 70px;
  }

  .md\:tw-ml-70 {
    margin-left: 70px;
  }

  .md\:tw-mt-71 {
    margin-top: 71px;
  }

  .md\:tw-mr-71 {
    margin-right: 71px;
  }

  .md\:tw-mb-71 {
    margin-bottom: 71px;
  }

  .md\:tw-ml-71 {
    margin-left: 71px;
  }

  .md\:tw-mt-74 {
    margin-top: 74px;
  }

  .md\:tw-mr-74 {
    margin-right: 74px;
  }

  .md\:tw-mb-74 {
    margin-bottom: 74px;
  }

  .md\:tw-ml-74 {
    margin-left: 74px;
  }

  .md\:tw-mt-80 {
    margin-top: 80px;
  }

  .md\:tw-mr-80 {
    margin-right: 80px;
  }

  .md\:tw-mb-80 {
    margin-bottom: 80px;
  }

  .md\:tw-ml-80 {
    margin-left: 80px;
  }

  .md\:tw-mt-85 {
    margin-top: 85px;
  }

  .md\:tw-mr-85 {
    margin-right: 85px;
  }

  .md\:tw-mb-85 {
    margin-bottom: 85px;
  }

  .md\:tw-ml-85 {
    margin-left: 85px;
  }

  .md\:tw-mt-88 {
    margin-top: 88px;
  }

  .md\:tw-mr-88 {
    margin-right: 88px;
  }

  .md\:tw-mb-88 {
    margin-bottom: 88px;
  }

  .md\:tw-ml-88 {
    margin-left: 88px;
  }

  .md\:tw-mt-90 {
    margin-top: 90px;
  }

  .md\:tw-mr-90 {
    margin-right: 90px;
  }

  .md\:tw-mb-90 {
    margin-bottom: 90px;
  }

  .md\:tw-ml-90 {
    margin-left: 90px;
  }

  .md\:tw-mt-95 {
    margin-top: 95px;
  }

  .md\:tw-mr-95 {
    margin-right: 95px;
  }

  .md\:tw-mb-95 {
    margin-bottom: 95px;
  }

  .md\:tw-ml-95 {
    margin-left: 95px;
  }

  .md\:tw-mt-100 {
    margin-top: 100px;
  }

  .md\:tw-mr-100 {
    margin-right: 100px;
  }

  .md\:tw-mb-100 {
    margin-bottom: 100px;
  }

  .md\:tw-ml-100 {
    margin-left: 100px;
  }

  .md\:tw-mt-120 {
    margin-top: 120px;
  }

  .md\:tw-mr-120 {
    margin-right: 120px;
  }

  .md\:tw-mb-120 {
    margin-bottom: 120px;
  }

  .md\:tw-ml-120 {
    margin-left: 120px;
  }

  .md\:tw-mt-auto {
    margin-top: auto;
  }

  .md\:tw-mr-auto {
    margin-right: auto;
  }

  .md\:tw-mb-auto {
    margin-bottom: auto;
  }

  .md\:tw-ml-auto {
    margin-left: auto;
  }

  .md\:tw-mt-px {
    margin-top: 1px;
  }

  .md\:tw-mr-px {
    margin-right: 1px;
  }

  .md\:tw-mb-px {
    margin-bottom: 1px;
  }

  .md\:tw-ml-px {
    margin-left: 1px;
  }

  .md\:tw-mt-n15 {
    margin-top: -15px;
  }

  .md\:tw-mr-n15 {
    margin-right: -15px;
  }

  .md\:tw-mb-n15 {
    margin-bottom: -15px;
  }

  .md\:tw-ml-n15 {
    margin-left: -15px;
  }

  .md\:tw-mt-n20 {
    margin-top: -20px;
  }

  .md\:tw-mr-n20 {
    margin-right: -20px;
  }

  .md\:tw-mb-n20 {
    margin-bottom: -20px;
  }

  .md\:tw-ml-n20 {
    margin-left: -20px;
  }

  .md\:tw-mt-n22 {
    margin-top: -22px;
  }

  .md\:tw-mr-n22 {
    margin-right: -22px;
  }

  .md\:tw-mb-n22 {
    margin-bottom: -22px;
  }

  .md\:tw-ml-n22 {
    margin-left: -22px;
  }

  .md\:tw-mt-n5 {
    margin-top: -5px;
  }

  .md\:tw-mr-n5 {
    margin-right: -5px;
  }

  .md\:tw-mb-n5 {
    margin-bottom: -5px;
  }

  .md\:tw-ml-n5 {
    margin-left: -5px;
  }

  .md\:tw-mt-n3 {
    margin-top: -3px;
  }

  .md\:tw-mr-n3 {
    margin-right: -3px;
  }

  .md\:tw-mb-n3 {
    margin-bottom: -3px;
  }

  .md\:tw-ml-n3 {
    margin-left: -3px;
  }

  .md\:tw-mt-n2 {
    margin-top: -2px;
  }

  .md\:tw-mr-n2 {
    margin-right: -2px;
  }

  .md\:tw-mb-n2 {
    margin-bottom: -2px;
  }

  .md\:tw-ml-n2 {
    margin-left: -2px;
  }

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

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

  .md\:tw-max-w-56 {
    max-width: 56%;
  }

  .md\:tw-max-w-65 {
    max-width: 65%;
  }

  .md\:tw-max-w-81 {
    max-width: 81%;
  }

  .md\:tw-max-w-944 {
    max-width: 944px;
  }

  .md\:tw-max-w-xs {
    max-width: 20rem;
  }

  .md\:tw-max-w-sm {
    max-width: 30rem;
  }

  .md\:tw-max-w-md {
    max-width: 40rem;
  }

  .md\:tw-max-w-lg {
    max-width: 50rem;
  }

  .md\:tw-max-w-xl {
    max-width: 60rem;
  }

  .md\:tw-max-w-2xl {
    max-width: 70rem;
  }

  .md\:tw-max-w-3xl {
    max-width: 80rem;
  }

  .md\:tw-max-w-4xl {
    max-width: 90rem;
  }

  .md\:tw-max-w-5xl {
    max-width: 100rem;
  }

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

  .md\:tw-min-h-0 {
    min-height: 0;
  }

  .md\:tw-min-h-52 {
    min-height: 52px;
  }

  .md\:tw-min-h-80 {
    min-height: 80px;
  }

  .md\:tw-min-h-92 {
    min-height: 92px;
  }

  .md\:tw-min-h-105 {
    min-height: 105px;
  }

  .md\:tw-min-h-full {
    min-height: 100%;
  }

  .md\:tw-min-h-screen {
    min-height: 100vh;
  }

  .md\:tw-min-h-auto {
    min-height: auto;
  }

  .md\:tw-min-w-0 {
    min-width: 0;
  }

  .md\:tw-min-w-1 {
    min-width: .25rem;
  }

  .md\:tw-min-w-2 {
    min-width: .5rem;
  }

  .md\:tw-min-w-3 {
    min-width: .75rem;
  }

  .md\:tw-min-w-4 {
    min-width: 1rem;
  }

  .md\:tw-min-w-5 {
    min-width: 1.25rem;
  }

  .md\:tw-min-w-6 {
    min-width: 1.5rem;
  }

  .md\:tw-min-w-8 {
    min-width: 2rem;
  }

  .md\:tw-min-w-10 {
    min-width: 2.5rem;
  }

  .md\:tw-min-w-12 {
    min-width: 3rem;
  }

  .md\:tw-min-w-16 {
    min-width: 4rem;
  }

  .md\:tw-min-w-24 {
    min-width: 6rem;
  }

  .md\:tw-min-w-32 {
    min-width: 8rem;
  }

  .md\:tw-min-w-48 {
    min-width: 12rem;
  }

  .md\:tw-min-w-64 {
    min-width: 16rem;
  }

  .md\:tw-min-w-1\/2 {
    min-width: 50%;
  }

  .md\:tw-min-w-1\/3 {
    min-width: 33.33333%;
  }

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

  .md\:tw-min-w-1\/4 {
    min-width: 25%;
  }

  .md\:tw-min-w-3\/4 {
    min-width: 75%;
  }

  .md\:tw-min-w-1\/5 {
    min-width: 20%;
  }

  .md\:tw-min-w-2\/5 {
    min-width: 40%;
  }

  .md\:tw-min-w-3\/5 {
    min-width: 60%;
  }

  .md\:tw-min-w-4\/5 {
    min-width: 80%;
  }

  .md\:tw-min-w-1\/6 {
    min-width: 16.66667%;
  }

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

  .md\:tw-min-w-full {
    min-width: 100%;
  }

  .md\:tw--m-0 {
    margin: 0;
  }

  .md\:tw--m-1 {
    margin: -0.25rem;
  }

  .md\:tw--m-2 {
    margin: -0.5rem;
  }

  .md\:tw--m-3 {
    margin: -0.75rem;
  }

  .md\:tw--m-4 {
    margin: -1rem;
  }

  .md\:tw--m-5 {
    margin: -1.25rem;
  }

  .md\:tw--m-6 {
    margin: -1.5rem;
  }

  .md\:tw--m-8 {
    margin: -2rem;
  }

  .md\:tw--m-10 {
    margin: -2.5rem;
  }

  .md\:tw--m-12 {
    margin: -3rem;
  }

  .md\:tw--m-16 {
    margin: -4rem;
  }

  .md\:tw--m-20 {
    margin: -5rem;
  }

  .md\:tw--m-24 {
    margin: -6rem;
  }

  .md\:tw--m-32 {
    margin: -8rem;
  }

  .md\:tw--m-px {
    margin: -1px;
  }

  .md\:tw--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:tw--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:tw--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:tw--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:tw--my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:tw--mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:tw--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:tw--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:tw--my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:tw--mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:tw--my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:tw--mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:tw--my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:tw--mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:tw--my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:tw--mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:tw--mt-0 {
    margin-top: 0;
  }

  .md\:tw--mr-0 {
    margin-right: 0;
  }

  .md\:tw--mb-0 {
    margin-bottom: 0;
  }

  .md\:tw--ml-0 {
    margin-left: 0;
  }

  .md\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .md\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .md\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .md\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .md\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .md\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .md\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  .md\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  .md\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  .md\:tw--mt-4 {
    margin-top: -1rem;
  }

  .md\:tw--mr-4 {
    margin-right: -1rem;
  }

  .md\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .md\:tw--ml-4 {
    margin-left: -1rem;
  }

  .md\:tw--mt-5 {
    margin-top: -1.25rem;
  }

  .md\:tw--mr-5 {
    margin-right: -1.25rem;
  }

  .md\:tw--mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:tw--ml-5 {
    margin-left: -1.25rem;
  }

  .md\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .md\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .md\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .md\:tw--mt-8 {
    margin-top: -2rem;
  }

  .md\:tw--mr-8 {
    margin-right: -2rem;
  }

  .md\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  .md\:tw--ml-8 {
    margin-left: -2rem;
  }

  .md\:tw--mt-10 {
    margin-top: -2.5rem;
  }

  .md\:tw--mr-10 {
    margin-right: -2.5rem;
  }

  .md\:tw--mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:tw--ml-10 {
    margin-left: -2.5rem;
  }

  .md\:tw--mt-12 {
    margin-top: -3rem;
  }

  .md\:tw--mr-12 {
    margin-right: -3rem;
  }

  .md\:tw--mb-12 {
    margin-bottom: -3rem;
  }

  .md\:tw--ml-12 {
    margin-left: -3rem;
  }

  .md\:tw--mt-16 {
    margin-top: -4rem;
  }

  .md\:tw--mr-16 {
    margin-right: -4rem;
  }

  .md\:tw--mb-16 {
    margin-bottom: -4rem;
  }

  .md\:tw--ml-16 {
    margin-left: -4rem;
  }

  .md\:tw--mt-20 {
    margin-top: -5rem;
  }

  .md\:tw--mr-20 {
    margin-right: -5rem;
  }

  .md\:tw--mb-20 {
    margin-bottom: -5rem;
  }

  .md\:tw--ml-20 {
    margin-left: -5rem;
  }

  .md\:tw--mt-24 {
    margin-top: -6rem;
  }

  .md\:tw--mr-24 {
    margin-right: -6rem;
  }

  .md\:tw--mb-24 {
    margin-bottom: -6rem;
  }

  .md\:tw--ml-24 {
    margin-left: -6rem;
  }

  .md\:tw--mt-32 {
    margin-top: -8rem;
  }

  .md\:tw--mr-32 {
    margin-right: -8rem;
  }

  .md\:tw--mb-32 {
    margin-bottom: -8rem;
  }

  .md\:tw--ml-32 {
    margin-left: -8rem;
  }

  .md\:tw--mt-px {
    margin-top: -1px;
  }

  .md\:tw--mr-px {
    margin-right: -1px;
  }

  .md\:tw--mb-px {
    margin-bottom: -1px;
  }

  .md\:tw--ml-px {
    margin-left: -1px;
  }

  .md\:tw-opacity-0 {
    opacity: 0;
  }

  .md\:tw-opacity-25 {
    opacity: .25;
  }

  .md\:tw-opacity-50 {
    opacity: .5;
  }

  .md\:tw-opacity-75 {
    opacity: .75;
  }

  .md\:tw-opacity-100 {
    opacity: 1;
  }

  .md\:hover\:tw-opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:tw-opacity-25:hover {
    opacity: .25;
  }

  .md\:hover\:tw-opacity-50:hover {
    opacity: .5;
  }

  .md\:hover\:tw-opacity-75:hover {
    opacity: .75;
  }

  .md\:hover\:tw-opacity-100:hover {
    opacity: 1;
  }

  .md\:tw-overflow-auto {
    overflow: auto;
  }

  .md\:tw-overflow-hidden {
    overflow: hidden;
  }

  .md\:tw-overflow-visible {
    overflow: visible;
  }

  .md\:tw-overflow-scroll {
    overflow: scroll;
  }

  .md\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  .md\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  .md\:tw-overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:tw-overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:tw-overflow-x-visible {
    overflow-x: visible;
  }

  .md\:tw-overflow-y-visible {
    overflow-y: visible;
  }

  .md\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:tw-p-0 {
    padding: 0;
  }

  .md\:tw-p-1 {
    padding: .25rem;
  }

  .md\:tw-p-2 {
    padding: 2px;
  }

  .md\:tw-p-3 {
    padding: 3px;
  }

  .md\:tw-p-4 {
    padding: 4px;
  }

  .md\:tw-p-5 {
    padding: 5px;
  }

  .md\:tw-p-6 {
    padding: 6px;
  }

  .md\:tw-p-8 {
    padding: 8px;
  }

  .md\:tw-p-9 {
    padding: 9px;
  }

  .md\:tw-p-10 {
    padding: 10px;
  }

  .md\:tw-p-11 {
    padding: 11px;
  }

  .md\:tw-p-12 {
    padding: 12px;
  }

  .md\:tw-p-15 {
    padding: 15px;
  }

  .md\:tw-p-16 {
    padding: 16px;
  }

  .md\:tw-p-20 {
    padding: 20px;
  }

  .md\:tw-p-23 {
    padding: 23px;
  }

  .md\:tw-p-24 {
    padding: 24px;
  }

  .md\:tw-p-28 {
    padding: 28px;
  }

  .md\:tw-p-30 {
    padding: 30px;
  }

  .md\:tw-p-32 {
    padding: 8rem;
  }

  .md\:tw-p-40 {
    padding: 40px;
  }

  .md\:tw-p-45 {
    padding: 45px;
  }

  .md\:tw-p-56 {
    padding: 56px;
  }

  .md\:tw-p-57 {
    padding: 57px;
  }

  .md\:tw-p-69 {
    padding: 69px;
  }

  .md\:tw-p-70 {
    padding: 70px;
  }

  .md\:tw-p-80 {
    padding: 80px;
  }

  .md\:tw-p-82 {
    padding: 82px;
  }

  .md\:tw-p-90 {
    padding: 90px;
  }

  .md\:tw-p-122 {
    padding: 122px;
  }

  .md\:tw-p-130 {
    padding: 130px;
  }

  .md\:tw-p-135 {
    padding: 135px;
  }

  .md\:tw-p-160 {
    padding: 160px;
  }

  .md\:tw-p-px {
    padding: 1px;
  }

  .md\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:tw-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:tw-px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:tw-py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:tw-px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .md\:tw-py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md\:tw-px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .md\:tw-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:tw-px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:tw-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:tw-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:tw-py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:tw-px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:tw-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:tw-px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:tw-py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .md\:tw-px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

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

  .md\:tw-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:tw-py-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .md\:tw-px-11 {
    padding-left: 11px;
    padding-right: 11px;
  }

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

  .md\:tw-px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .md\:tw-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:tw-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:tw-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .md\:tw-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:tw-py-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .md\:tw-px-23 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .md\:tw-py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:tw-px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:tw-py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md\:tw-px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .md\:tw-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:tw-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:tw-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .md\:tw-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:tw-py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:tw-px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:tw-py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md\:tw-px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md\:tw-py-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .md\:tw-px-57 {
    padding-left: 57px;
    padding-right: 57px;
  }

  .md\:tw-py-69 {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .md\:tw-px-69 {
    padding-left: 69px;
    padding-right: 69px;
  }

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

  .md\:tw-px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

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

  .md\:tw-px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:tw-py-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .md\:tw-px-82 {
    padding-left: 82px;
    padding-right: 82px;
  }

  .md\:tw-py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:tw-px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:tw-py-122 {
    padding-top: 122px;
    padding-bottom: 122px;
  }

  .md\:tw-px-122 {
    padding-left: 122px;
    padding-right: 122px;
  }

  .md\:tw-py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .md\:tw-px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .md\:tw-py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md\:tw-px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

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

  .md\:tw-px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:tw-pt-0 {
    padding-top: 0;
  }

  .md\:tw-pr-0 {
    padding-right: 0;
  }

  .md\:tw-pb-0 {
    padding-bottom: 0;
  }

  .md\:tw-pl-0 {
    padding-left: 0;
  }

  .md\:tw-pt-1 {
    padding-top: .25rem;
  }

  .md\:tw-pr-1 {
    padding-right: .25rem;
  }

  .md\:tw-pb-1 {
    padding-bottom: .25rem;
  }

  .md\:tw-pl-1 {
    padding-left: .25rem;
  }

  .md\:tw-pt-2 {
    padding-top: 2px;
  }

  .md\:tw-pr-2 {
    padding-right: 2px;
  }

  .md\:tw-pb-2 {
    padding-bottom: 2px;
  }

  .md\:tw-pl-2 {
    padding-left: 2px;
  }

  .md\:tw-pt-3 {
    padding-top: 3px;
  }

  .md\:tw-pr-3 {
    padding-right: 3px;
  }

  .md\:tw-pb-3 {
    padding-bottom: 3px;
  }

  .md\:tw-pl-3 {
    padding-left: 3px;
  }

  .md\:tw-pt-4 {
    padding-top: 4px;
  }

  .md\:tw-pr-4 {
    padding-right: 4px;
  }

  .md\:tw-pb-4 {
    padding-bottom: 4px;
  }

  .md\:tw-pl-4 {
    padding-left: 4px;
  }

  .md\:tw-pt-5 {
    padding-top: 5px;
  }

  .md\:tw-pr-5 {
    padding-right: 5px;
  }

  .md\:tw-pb-5 {
    padding-bottom: 5px;
  }

  .md\:tw-pl-5 {
    padding-left: 5px;
  }

  .md\:tw-pt-6 {
    padding-top: 6px;
  }

  .md\:tw-pr-6 {
    padding-right: 6px;
  }

  .md\:tw-pb-6 {
    padding-bottom: 6px;
  }

  .md\:tw-pl-6 {
    padding-left: 6px;
  }

  .md\:tw-pt-8 {
    padding-top: 8px;
  }

  .md\:tw-pr-8 {
    padding-right: 8px;
  }

  .md\:tw-pb-8 {
    padding-bottom: 8px;
  }

  .md\:tw-pl-8 {
    padding-left: 8px;
  }

  .md\:tw-pt-9 {
    padding-top: 9px;
  }

  .md\:tw-pr-9 {
    padding-right: 9px;
  }

  .md\:tw-pb-9 {
    padding-bottom: 9px;
  }

  .md\:tw-pl-9 {
    padding-left: 9px;
  }

  .md\:tw-pt-10 {
    padding-top: 10px;
  }

  .md\:tw-pr-10 {
    padding-right: 10px;
  }

  .md\:tw-pb-10 {
    padding-bottom: 10px;
  }

  .md\:tw-pl-10 {
    padding-left: 10px;
  }

  .md\:tw-pt-11 {
    padding-top: 11px;
  }

  .md\:tw-pr-11 {
    padding-right: 11px;
  }

  .md\:tw-pb-11 {
    padding-bottom: 11px;
  }

  .md\:tw-pl-11 {
    padding-left: 11px;
  }

  .md\:tw-pt-12 {
    padding-top: 12px;
  }

  .md\:tw-pr-12 {
    padding-right: 12px;
  }

  .md\:tw-pb-12 {
    padding-bottom: 12px;
  }

  .md\:tw-pl-12 {
    padding-left: 12px;
  }

  .md\:tw-pt-15 {
    padding-top: 15px;
  }

  .md\:tw-pr-15 {
    padding-right: 15px;
  }

  .md\:tw-pb-15 {
    padding-bottom: 15px;
  }

  .md\:tw-pl-15 {
    padding-left: 15px;
  }

  .md\:tw-pt-16 {
    padding-top: 16px;
  }

  .md\:tw-pr-16 {
    padding-right: 16px;
  }

  .md\:tw-pb-16 {
    padding-bottom: 16px;
  }

  .md\:tw-pl-16 {
    padding-left: 16px;
  }

  .md\:tw-pt-20 {
    padding-top: 20px;
  }

  .md\:tw-pr-20 {
    padding-right: 20px;
  }

  .md\:tw-pb-20 {
    padding-bottom: 20px;
  }

  .md\:tw-pl-20 {
    padding-left: 20px;
  }

  .md\:tw-pt-23 {
    padding-top: 23px;
  }

  .md\:tw-pr-23 {
    padding-right: 23px;
  }

  .md\:tw-pb-23 {
    padding-bottom: 23px;
  }

  .md\:tw-pl-23 {
    padding-left: 23px;
  }

  .md\:tw-pt-24 {
    padding-top: 24px;
  }

  .md\:tw-pr-24 {
    padding-right: 24px;
  }

  .md\:tw-pb-24 {
    padding-bottom: 24px;
  }

  .md\:tw-pl-24 {
    padding-left: 24px;
  }

  .md\:tw-pt-28 {
    padding-top: 28px;
  }

  .md\:tw-pr-28 {
    padding-right: 28px;
  }

  .md\:tw-pb-28 {
    padding-bottom: 28px;
  }

  .md\:tw-pl-28 {
    padding-left: 28px;
  }

  .md\:tw-pt-30 {
    padding-top: 30px;
  }

  .md\:tw-pr-30 {
    padding-right: 30px;
  }

  .md\:tw-pb-30 {
    padding-bottom: 30px;
  }

  .md\:tw-pl-30 {
    padding-left: 30px;
  }

  .md\:tw-pt-32 {
    padding-top: 8rem;
  }

  .md\:tw-pr-32 {
    padding-right: 8rem;
  }

  .md\:tw-pb-32 {
    padding-bottom: 8rem;
  }

  .md\:tw-pl-32 {
    padding-left: 8rem;
  }

  .md\:tw-pt-40 {
    padding-top: 40px;
  }

  .md\:tw-pr-40 {
    padding-right: 40px;
  }

  .md\:tw-pb-40 {
    padding-bottom: 40px;
  }

  .md\:tw-pl-40 {
    padding-left: 40px;
  }

  .md\:tw-pt-45 {
    padding-top: 45px;
  }

  .md\:tw-pr-45 {
    padding-right: 45px;
  }

  .md\:tw-pb-45 {
    padding-bottom: 45px;
  }

  .md\:tw-pl-45 {
    padding-left: 45px;
  }

  .md\:tw-pt-56 {
    padding-top: 56px;
  }

  .md\:tw-pr-56 {
    padding-right: 56px;
  }

  .md\:tw-pb-56 {
    padding-bottom: 56px;
  }

  .md\:tw-pl-56 {
    padding-left: 56px;
  }

  .md\:tw-pt-57 {
    padding-top: 57px;
  }

  .md\:tw-pr-57 {
    padding-right: 57px;
  }

  .md\:tw-pb-57 {
    padding-bottom: 57px;
  }

  .md\:tw-pl-57 {
    padding-left: 57px;
  }

  .md\:tw-pt-69 {
    padding-top: 69px;
  }

  .md\:tw-pr-69 {
    padding-right: 69px;
  }

  .md\:tw-pb-69 {
    padding-bottom: 69px;
  }

  .md\:tw-pl-69 {
    padding-left: 69px;
  }

  .md\:tw-pt-70 {
    padding-top: 70px;
  }

  .md\:tw-pr-70 {
    padding-right: 70px;
  }

  .md\:tw-pb-70 {
    padding-bottom: 70px;
  }

  .md\:tw-pl-70 {
    padding-left: 70px;
  }

  .md\:tw-pt-80 {
    padding-top: 80px;
  }

  .md\:tw-pr-80 {
    padding-right: 80px;
  }

  .md\:tw-pb-80 {
    padding-bottom: 80px;
  }

  .md\:tw-pl-80 {
    padding-left: 80px;
  }

  .md\:tw-pt-82 {
    padding-top: 82px;
  }

  .md\:tw-pr-82 {
    padding-right: 82px;
  }

  .md\:tw-pb-82 {
    padding-bottom: 82px;
  }

  .md\:tw-pl-82 {
    padding-left: 82px;
  }

  .md\:tw-pt-90 {
    padding-top: 90px;
  }

  .md\:tw-pr-90 {
    padding-right: 90px;
  }

  .md\:tw-pb-90 {
    padding-bottom: 90px;
  }

  .md\:tw-pl-90 {
    padding-left: 90px;
  }

  .md\:tw-pt-122 {
    padding-top: 122px;
  }

  .md\:tw-pr-122 {
    padding-right: 122px;
  }

  .md\:tw-pb-122 {
    padding-bottom: 122px;
  }

  .md\:tw-pl-122 {
    padding-left: 122px;
  }

  .md\:tw-pt-130 {
    padding-top: 130px;
  }

  .md\:tw-pr-130 {
    padding-right: 130px;
  }

  .md\:tw-pb-130 {
    padding-bottom: 130px;
  }

  .md\:tw-pl-130 {
    padding-left: 130px;
  }

  .md\:tw-pt-135 {
    padding-top: 135px;
  }

  .md\:tw-pr-135 {
    padding-right: 135px;
  }

  .md\:tw-pb-135 {
    padding-bottom: 135px;
  }

  .md\:tw-pl-135 {
    padding-left: 135px;
  }

  .md\:tw-pt-160 {
    padding-top: 160px;
  }

  .md\:tw-pr-160 {
    padding-right: 160px;
  }

  .md\:tw-pb-160 {
    padding-bottom: 160px;
  }

  .md\:tw-pl-160 {
    padding-left: 160px;
  }

  .md\:tw-pt-px {
    padding-top: 1px;
  }

  .md\:tw-pr-px {
    padding-right: 1px;
  }

  .md\:tw-pb-px {
    padding-bottom: 1px;
  }

  .md\:tw-pl-px {
    padding-left: 1px;
  }

  .md\:tw-pointer-events-none {
    pointer-events: none;
  }

  .md\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  .md\:tw-static {
    position: static;
  }

  .md\:tw-fixed {
    position: fixed;
  }

  .md\:tw-absolute {
    position: absolute;
  }

  .md\:tw-relative {
    position: relative;
  }

  .md\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:tw-pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:tw-pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:tw-pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:tw-pin-x {
    right: 0;
    left: 0;
  }

  .md\:tw-pin-t {
    top: 0;
  }

  .md\:tw-pin-r {
    right: 0;
  }

  .md\:tw-pin-b {
    bottom: 0;
  }

  .md\:tw-pin-l {
    left: 0;
  }

  .md\:tw-resize-none {
    resize: none;
  }

  .md\:tw-resize-y {
    resize: vertical;
  }

  .md\:tw-resize-x {
    resize: horizontal;
  }

  .md\:tw-resize {
    resize: both;
  }

  .md\:tw-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:tw-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:tw-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .md\:tw-shadow-none {
    box-shadow: none;
  }

  .md\:hover\:tw-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:hover\:tw-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:hover\:tw-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

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

  .md\:hover\:tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .md\:hover\:tw-shadow-none:hover {
    box-shadow: none;
  }

  .md\:focus\:tw-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:focus\:tw-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:focus\:tw-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

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

  .md\:focus\:tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .md\:focus\:tw-shadow-none:focus {
    box-shadow: none;
  }

  .md\:tw-table-auto {
    table-layout: auto;
  }

  .md\:tw-table-fixed {
    table-layout: fixed;
  }

  .md\:tw-text-left {
    text-align: left;
  }

  .md\:tw-text-center {
    text-align: center;
  }

  .md\:tw-text-right {
    text-align: right;
  }

  .md\:tw-text-justify {
    text-align: justify;
  }

  .md\:tw-text-transparent {
    color: transparent;
  }

  .md\:tw-text-secondary {
    color: #2effcc;
  }

  .md\:tw-text-primary {
    color: #e5e5e5;
  }

  .md\:tw-text-white {
    color: #e5e5e5;
  }

  .md\:tw-text-black {
    color: #000;
  }

  .md\:tw-text-link {
    color: #9345ff;
  }

  .md\:tw-text-grey {
    color: #171717;
  }

  .md\:tw-text-facebook {
    color: #3b5999;
  }

  .md\:tw-text-twitter {
    color: #017eb6;
  }

  .md\:tw-text-instagram {
    color: #517fa4;
  }

  .md\:tw-text-youtube {
    color: #c9332d;
  }

  .md\:tw-text-pinterest {
    color: #bd081c;
  }

  .md\:tw-text-share {
    color: #2ca9e1;
  }

  .md\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:tw-text-secondary:hover {
    color: #2effcc;
  }

  .md\:hover\:tw-text-primary:hover {
    color: #e5e5e5;
  }

  .md\:hover\:tw-text-white:hover {
    color: #e5e5e5;
  }

  .md\:hover\:tw-text-black:hover {
    color: #000;
  }

  .md\:hover\:tw-text-link:hover {
    color: #9345ff;
  }

  .md\:hover\:tw-text-grey:hover {
    color: #171717;
  }

  .md\:hover\:tw-text-facebook:hover {
    color: #3b5999;
  }

  .md\:hover\:tw-text-twitter:hover {
    color: #017eb6;
  }

  .md\:hover\:tw-text-instagram:hover {
    color: #517fa4;
  }

  .md\:hover\:tw-text-youtube:hover {
    color: #c9332d;
  }

  .md\:hover\:tw-text-pinterest:hover {
    color: #bd081c;
  }

  .md\:hover\:tw-text-share:hover {
    color: #2ca9e1;
  }

  .md\:focus\:tw-text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:tw-text-secondary:focus {
    color: #2effcc;
  }

  .md\:focus\:tw-text-primary:focus {
    color: #e5e5e5;
  }

  .md\:focus\:tw-text-white:focus {
    color: #e5e5e5;
  }

  .md\:focus\:tw-text-black:focus {
    color: #000;
  }

  .md\:focus\:tw-text-link:focus {
    color: #9345ff;
  }

  .md\:focus\:tw-text-grey:focus {
    color: #171717;
  }

  .md\:focus\:tw-text-facebook:focus {
    color: #3b5999;
  }

  .md\:focus\:tw-text-twitter:focus {
    color: #017eb6;
  }

  .md\:focus\:tw-text-instagram:focus {
    color: #517fa4;
  }

  .md\:focus\:tw-text-youtube:focus {
    color: #c9332d;
  }

  .md\:focus\:tw-text-pinterest:focus {
    color: #bd081c;
  }

  .md\:focus\:tw-text-share:focus {
    color: #2ca9e1;
  }

  .md\:tw-text-0 {
    font-size: 0px;
  }

  .md\:tw-text-17 {
    font-size: 17px;
  }

  .md\:tw-text-50 {
    font-size: 50px;
  }

  .md\:tw-text-54 {
    font-size: 54px;
  }

  .md\:tw-text-90 {
    font-size: 90px;
  }

  .md\:tw-text-92 {
    font-size: 92px;
  }

  .md\:tw-text-108 {
    font-size: 108px;
  }

  .md\:tw-text-xs {
    font-size: .75rem;
  }

  .md\:tw-text-sm {
    font-size: 14px;
  }

  .md\:tw-text-base {
    font-size: 16px;
  }

  .md\:tw-text-lg {
    font-size: 18px;
  }

  .md\:tw-text-xl {
    font-size: 20px;
  }

  .md\:tw-text-2xl {
    font-size: 24px;
  }

  .md\:tw-text-3xl {
    font-size: 32px;
  }

  .md\:tw-text-4xl {
    font-size: 40px;
  }

  .md\:tw-italic {
    font-style: italic;
  }

  .md\:tw-roman {
    font-style: normal;
  }

  .md\:tw-uppercase {
    text-transform: uppercase;
  }

  .md\:tw-lowercase {
    text-transform: lowercase;
  }

  .md\:tw-capitalize {
    text-transform: capitalize;
  }

  .md\:tw-normal-case {
    text-transform: none;
  }

  .md\:tw-underline {
    text-decoration: underline;
  }

  .md\:tw-line-through {
    text-decoration: line-through;
  }

  .md\:tw-no-underline {
    text-decoration: none;
  }

  .md\:tw-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:tw-italic:hover {
    font-style: italic;
  }

  .md\:hover\:tw-roman:hover {
    font-style: normal;
  }

  .md\:hover\:tw-uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:tw-lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:tw-capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:tw-normal-case:hover {
    text-transform: none;
  }

  .md\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .md\:hover\:tw-antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:tw-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:focus\:tw-italic:focus {
    font-style: italic;
  }

  .md\:focus\:tw-roman:focus {
    font-style: normal;
  }

  .md\:focus\:tw-uppercase:focus {
    text-transform: uppercase;
  }

  .md\:focus\:tw-lowercase:focus {
    text-transform: lowercase;
  }

  .md\:focus\:tw-capitalize:focus {
    text-transform: capitalize;
  }

  .md\:focus\:tw-normal-case:focus {
    text-transform: none;
  }

  .md\:focus\:tw-underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:tw-line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:tw-no-underline:focus {
    text-decoration: none;
  }

  .md\:focus\:tw-antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:focus\:tw-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tw-tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tw-tracking-normal {
    letter-spacing: 0;
  }

  .md\:tw-tracking-wide {
    letter-spacing: .05em;
  }

  .md\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

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

  .md\:tw-align-baseline {
    vertical-align: baseline;
  }

  .md\:tw-align-top {
    vertical-align: top;
  }

  .md\:tw-align-middle {
    vertical-align: middle;
  }

  .md\:tw-align-bottom {
    vertical-align: bottom;
  }

  .md\:tw-align-text-top {
    vertical-align: text-top;
  }

  .md\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:tw-visible {
    visibility: visible;
  }

  .md\:tw-invisible {
    visibility: hidden;
  }

  .md\:tw-whitespace-normal {
    white-space: normal;
  }

  .md\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:tw-whitespace-pre {
    white-space: pre;
  }

  .md\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:tw-break-words {
    word-wrap: break-word;
  }

  .md\:tw-break-normal {
    word-wrap: normal;
  }

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

  .md\:tw-w-1 {
    width: .25rem;
  }

  .md\:tw-w-2 {
    width: .5rem;
  }

  .md\:tw-w-3 {
    width: .75rem;
  }

  .md\:tw-w-4 {
    width: 1rem;
  }

  .md\:tw-w-5 {
    width: 1.25rem;
  }

  .md\:tw-w-6 {
    width: 1.5rem;
  }

  .md\:tw-w-8 {
    width: 2rem;
  }

  .md\:tw-w-10 {
    width: 2.5rem;
  }

  .md\:tw-w-12 {
    width: 3rem;
  }

  .md\:tw-w-16 {
    width: 4rem;
  }

  .md\:tw-w-24 {
    width: 6rem;
  }

  .md\:tw-w-32 {
    width: 8rem;
  }

  .md\:tw-w-33 {
    width: 33%;
  }

  .md\:tw-w-48 {
    width: 12rem;
  }

  .md\:tw-w-64 {
    width: 16rem;
  }

  .md\:tw-w-80 {
    width: 20rem;
  }

  .md\:tw-w-auto {
    width: auto;
  }

  .md\:tw-w-px {
    width: 1px;
  }

  .md\:tw-w-1\/2 {
    width: 50%;
  }

  .md\:tw-w-1\/3 {
    width: 33.33333%;
  }

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

  .md\:tw-w-1\/4 {
    width: 25%;
  }

  .md\:tw-w-3\/4 {
    width: 75%;
  }

  .md\:tw-w-1\/5 {
    width: 20%;
  }

  .md\:tw-w-2\/5 {
    width: 33%;
  }

  .md\:tw-w-3\/5 {
    width: 67%;
  }

  .md\:tw-w-4\/5 {
    width: 80%;
  }

  .md\:tw-w-1\/6 {
    width: 16.66667%;
  }

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

  .md\:tw-w-full {
    width: 100%;
  }

  .md\:tw-w-screen {
    width: 100vw;
  }

  .md\:tw-z-0 {
    z-index: 0;
  }

  .md\:tw-z-10 {
    z-index: 10;
  }

  .md\:tw-z-20 {
    z-index: 20;
  }

  .md\:tw-z-30 {
    z-index: 30;
  }

  .md\:tw-z-40 {
    z-index: 40;
  }

  .md\:tw-z-50 {
    z-index: 50;
  }

  .md\:tw-z-auto {
    z-index: auto;
  }

  .md\:tw-backface-visible {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }

  .md\:tw-backface-hidden {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  .md\:tw-perspective-top {
    perspective-origin: top;
  }

  .md\:tw-perspective-right {
    perspective-origin: right;
  }

  .md\:tw-perspective-bottom {
    perspective-origin: bottom;
  }

  .md\:tw-perspective-left {
    perspective-origin: left;
  }

  .md\:tw-perspective-center {
    perspective-origin: center;
  }

  .md\:tw-perspective-right-top {
    perspective-origin: right top;
  }

  .md\:tw-perspective-right-bottom {
    perspective-origin: right bottom;
  }

  .md\:tw-perspective-left-top {
    perspective-origin: left top;
  }

  .md\:tw-perspective-left-bottom {
    perspective-origin: left bottom;
  }

  .md\:tw-transform-border {
    transform-box: border-box;
  }

  .md\:tw-transform-fill {
    transform-box: fill-box;
  }

  .md\:tw-transform-view {
    transform-box: view-box;
  }

  .md\:tw-transform-top {
    transform-origin: top;
  }

  .md\:tw-transform-right {
    transform-origin: right;
  }

  .md\:tw-transform-bottom {
    transform-origin: bottom;
  }

  .md\:tw-transform-left {
    transform-origin: left;
  }

  .md\:tw-transform-center {
    transform-origin: center;
  }

  .md\:tw-transform-right-top {
    transform-origin: right top;
  }

  .md\:tw-transform-right-bottom {
    transform-origin: right bottom;
  }

  .md\:tw-transform-left-top {
    transform-origin: left top;
  }

  .md\:tw-transform-left-bottom {
    transform-origin: left bottom;
  }

  .md\:tw-transform-flat {
    transform-style: flat;
  }

  .md\:tw-transform-preserve {
    transform-style: preserve-3d;
  }

  .md\:tw-transform-none {
    transform: none;
  }

  .md\:tw-translate-x-1\/2 {
    transform: translateX(50%);
  }

  .md\:tw-translate-y-1\/2 {
    transform: translateY(50%);
  }

  .md\:tw-translate-x-full {
    transform: translateX(100%);
  }

  .md\:tw-translate-y-full {
    transform: translateY(100%);
  }

  .md\:tw--translate-x-1\/2 {
    transform: translateX(-50%);
  }

  .md\:tw--translate-y-1\/2 {
    transform: translateY(-50%);
  }

  .md\:tw--translate-x-full {
    transform: translateX(-100%);
  }

  .md\:tw--translate-y-full {
    transform: translateY(-100%);
  }

  .md\:tw-scale-90 {
    transform: scale(.9);
  }

  .md\:tw-scale-x-90 {
    transform: scaleX(.9);
  }

  .md\:tw-scale-y-90 {
    transform: scaleY(.9);
  }

  .md\:tw-scale-100 {
    transform: scale(1);
  }

  .md\:tw-scale-x-100 {
    transform: scaleX(1);
  }

  .md\:tw-scale-y-100 {
    transform: scaleY(1);
  }

  .md\:tw-scale-110 {
    transform: scale(1.1);
  }

  .md\:tw-scale-x-110 {
    transform: scaleX(1.1);
  }

  .md\:tw-scale-y-110 {
    transform: scaleY(1.1);
  }

  .md\:tw-rotate-90 {
    transform: rotate(90deg);
  }

  .md\:tw-rotate-180 {
    transform: rotate(180deg);
  }

  .md\:tw-rotate-270 {
    transform: rotate(270deg);
  }

  .md\:tw--rotate-90 {
    transform: rotate(-90deg);
  }

  .md\:tw--rotate-180 {
    transform: rotate(-180deg);
  }

  .md\:tw--rotate-270 {
    transform: rotate(-270deg);
  }

  .md\:tw-skew-x-5 {
    transform: skewX(5deg);
  }

  .md\:tw-skew-y-5 {
    transform: skewY(5deg);
  }

  .md\:tw--skew-x-5 {
    transform: skewX(-5deg);
  }

  .md\:tw--skew-y-5 {
    transform: skewY(-5deg);
  }

  .md\:tw-transform-origin-t {
    transform-origin: 50% 0%;
  }

  .md\:tw-transform-origin-r {
    transform-origin: 100% 50%;
  }

  .md\:tw-transform-origin-b {
    transform-origin: 50% 100%;
  }

  .md\:tw-transform-origin-l {
    transform-origin: 0% 50%;
  }
}

@media (min-width: 960px) {
  .lg\:tw-list-reset {
    list-style: none;
    padding: 0;
  }

  .lg\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:tw-bg-fixed {
    background-attachment: fixed;
  }

  .lg\:tw-bg-local {
    background-attachment: local;
  }

  .lg\:tw-bg-scroll {
    background-attachment: scroll;
  }

  .lg\:tw-bg-transparent {
    background-color: transparent;
  }

  .lg\:tw-bg-secondary {
    background-color: #2effcc;
  }

  .lg\:tw-bg-primary {
    background-color: #e5e5e5;
  }

  .lg\:tw-bg-white {
    background-color: #e5e5e5;
  }

  .lg\:tw-bg-black {
    background-color: #000;
  }

  .lg\:tw-bg-link {
    background-color: #9345ff;
  }

  .lg\:tw-bg-grey {
    background-color: #171717;
  }

  .lg\:tw-bg-facebook {
    background-color: #3b5999;
  }

  .lg\:tw-bg-twitter {
    background-color: #017eb6;
  }

  .lg\:tw-bg-instagram {
    background-color: #517fa4;
  }

  .lg\:tw-bg-youtube {
    background-color: #c9332d;
  }

  .lg\:tw-bg-pinterest {
    background-color: #bd081c;
  }

  .lg\:tw-bg-share {
    background-color: #2ca9e1;
  }

  .lg\:hover\:tw-bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:tw-bg-secondary:hover {
    background-color: #2effcc;
  }

  .lg\:hover\:tw-bg-primary:hover {
    background-color: #e5e5e5;
  }

  .lg\:hover\:tw-bg-white:hover {
    background-color: #e5e5e5;
  }

  .lg\:hover\:tw-bg-black:hover {
    background-color: #000;
  }

  .lg\:hover\:tw-bg-link:hover {
    background-color: #9345ff;
  }

  .lg\:hover\:tw-bg-grey:hover {
    background-color: #171717;
  }

  .lg\:hover\:tw-bg-facebook:hover {
    background-color: #3b5999;
  }

  .lg\:hover\:tw-bg-twitter:hover {
    background-color: #017eb6;
  }

  .lg\:hover\:tw-bg-instagram:hover {
    background-color: #517fa4;
  }

  .lg\:hover\:tw-bg-youtube:hover {
    background-color: #c9332d;
  }

  .lg\:hover\:tw-bg-pinterest:hover {
    background-color: #bd081c;
  }

  .lg\:hover\:tw-bg-share:hover {
    background-color: #2ca9e1;
  }

  .lg\:focus\:tw-bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:tw-bg-secondary:focus {
    background-color: #2effcc;
  }

  .lg\:focus\:tw-bg-primary:focus {
    background-color: #e5e5e5;
  }

  .lg\:focus\:tw-bg-white:focus {
    background-color: #e5e5e5;
  }

  .lg\:focus\:tw-bg-black:focus {
    background-color: #000;
  }

  .lg\:focus\:tw-bg-link:focus {
    background-color: #9345ff;
  }

  .lg\:focus\:tw-bg-grey:focus {
    background-color: #171717;
  }

  .lg\:focus\:tw-bg-facebook:focus {
    background-color: #3b5999;
  }

  .lg\:focus\:tw-bg-twitter:focus {
    background-color: #017eb6;
  }

  .lg\:focus\:tw-bg-instagram:focus {
    background-color: #517fa4;
  }

  .lg\:focus\:tw-bg-youtube:focus {
    background-color: #c9332d;
  }

  .lg\:focus\:tw-bg-pinterest:focus {
    background-color: #bd081c;
  }

  .lg\:focus\:tw-bg-share:focus {
    background-color: #2ca9e1;
  }

  .lg\:tw-bg-bottom {
    background-position: bottom;
  }

  .lg\:tw-bg-center {
    background-position: center;
  }

  .lg\:tw-bg-left {
    background-position: left;
  }

  .lg\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:tw-bg-left-top {
    background-position: left top;
  }

  .lg\:tw-bg-right {
    background-position: right;
  }

  .lg\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:tw-bg-right-top {
    background-position: right top;
  }

  .lg\:tw-bg-top {
    background-position: top;
  }

  .lg\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .lg\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:tw-bg-auto {
    background-size: auto;
  }

  .lg\:tw-bg-cover {
    background-size: cover;
  }

  .lg\:tw-bg-contain {
    background-size: contain;
  }

  .lg\:tw-border-transparent {
    border-color: transparent;
  }

  .lg\:tw-border-secondary {
    border-color: #2effcc;
  }

  .lg\:tw-border-primary {
    border-color: #e5e5e5;
  }

  .lg\:tw-border-white {
    border-color: #e5e5e5;
  }

  .lg\:tw-border-black {
    border-color: #000;
  }

  .lg\:tw-border-link {
    border-color: #9345ff;
  }

  .lg\:tw-border-grey {
    border-color: #171717;
  }

  .lg\:tw-border-facebook {
    border-color: #3b5999;
  }

  .lg\:tw-border-twitter {
    border-color: #017eb6;
  }

  .lg\:tw-border-instagram {
    border-color: #517fa4;
  }

  .lg\:tw-border-youtube {
    border-color: #c9332d;
  }

  .lg\:tw-border-pinterest {
    border-color: #bd081c;
  }

  .lg\:tw-border-share {
    border-color: #2ca9e1;
  }

  .lg\:hover\:tw-border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:tw-border-secondary:hover {
    border-color: #2effcc;
  }

  .lg\:hover\:tw-border-primary:hover {
    border-color: #e5e5e5;
  }

  .lg\:hover\:tw-border-white:hover {
    border-color: #e5e5e5;
  }

  .lg\:hover\:tw-border-black:hover {
    border-color: #000;
  }

  .lg\:hover\:tw-border-link:hover {
    border-color: #9345ff;
  }

  .lg\:hover\:tw-border-grey:hover {
    border-color: #171717;
  }

  .lg\:hover\:tw-border-facebook:hover {
    border-color: #3b5999;
  }

  .lg\:hover\:tw-border-twitter:hover {
    border-color: #017eb6;
  }

  .lg\:hover\:tw-border-instagram:hover {
    border-color: #517fa4;
  }

  .lg\:hover\:tw-border-youtube:hover {
    border-color: #c9332d;
  }

  .lg\:hover\:tw-border-pinterest:hover {
    border-color: #bd081c;
  }

  .lg\:hover\:tw-border-share:hover {
    border-color: #2ca9e1;
  }

  .lg\:focus\:tw-border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:tw-border-secondary:focus {
    border-color: #2effcc;
  }

  .lg\:focus\:tw-border-primary:focus {
    border-color: #e5e5e5;
  }

  .lg\:focus\:tw-border-white:focus {
    border-color: #e5e5e5;
  }

  .lg\:focus\:tw-border-black:focus {
    border-color: #000;
  }

  .lg\:focus\:tw-border-link:focus {
    border-color: #9345ff;
  }

  .lg\:focus\:tw-border-grey:focus {
    border-color: #171717;
  }

  .lg\:focus\:tw-border-facebook:focus {
    border-color: #3b5999;
  }

  .lg\:focus\:tw-border-twitter:focus {
    border-color: #017eb6;
  }

  .lg\:focus\:tw-border-instagram:focus {
    border-color: #517fa4;
  }

  .lg\:focus\:tw-border-youtube:focus {
    border-color: #c9332d;
  }

  .lg\:focus\:tw-border-pinterest:focus {
    border-color: #bd081c;
  }

  .lg\:focus\:tw-border-share:focus {
    border-color: #2ca9e1;
  }

  .lg\:tw-rounded-none {
    border-radius: 0;
  }

  .lg\:tw-rounded-sm {
    border-radius: .125rem;
  }

  .lg\:tw-rounded {
    border-radius: .25rem;
  }

  .lg\:tw-rounded-lg {
    border-radius: .5rem;
  }

  .lg\:tw-rounded-xl {
    border-radius: 1rem;
  }

  .lg\:tw-rounded-2xl {
    border-radius: 2rem;
  }

  .lg\:tw-rounded-full {
    border-radius: 9999px;
  }

  .lg\:tw-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:tw-rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:tw-rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:tw-rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:tw-rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:tw-rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:tw-rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:tw-rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:tw-rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:tw-rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:tw-rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:tw-rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:tw-rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:tw-rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:tw-rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:tw-rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:tw-rounded-t-xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:tw-rounded-r-xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:tw-rounded-b-xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:tw-rounded-l-xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:tw-rounded-t-2xl {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .lg\:tw-rounded-r-2xl {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .lg\:tw-rounded-b-2xl {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .lg\:tw-rounded-l-2xl {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .lg\:tw-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:tw-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:tw-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:tw-rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:tw-rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:tw-rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:tw-rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:tw-rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .lg\:tw-rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg\:tw-rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg\:tw-rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .lg\:tw-rounded-tl {
    border-top-left-radius: .25rem;
  }

  .lg\:tw-rounded-tr {
    border-top-right-radius: .25rem;
  }

  .lg\:tw-rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .lg\:tw-rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .lg\:tw-rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .lg\:tw-rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .lg\:tw-rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .lg\:tw-rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .lg\:tw-rounded-tl-xl {
    border-top-left-radius: 1rem;
  }

  .lg\:tw-rounded-tr-xl {
    border-top-right-radius: 1rem;
  }

  .lg\:tw-rounded-br-xl {
    border-bottom-right-radius: 1rem;
  }

  .lg\:tw-rounded-bl-xl {
    border-bottom-left-radius: 1rem;
  }

  .lg\:tw-rounded-tl-2xl {
    border-top-left-radius: 2rem;
  }

  .lg\:tw-rounded-tr-2xl {
    border-top-right-radius: 2rem;
  }

  .lg\:tw-rounded-br-2xl {
    border-bottom-right-radius: 2rem;
  }

  .lg\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 2rem;
  }

  .lg\:tw-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:tw-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:tw-border-solid {
    border-style: solid;
  }

  .lg\:tw-border-dashed {
    border-style: dashed;
  }

  .lg\:tw-border-dotted {
    border-style: dotted;
  }

  .lg\:tw-border-none {
    border-style: none;
  }

  .lg\:tw-border-0 {
    border-width: 0;
  }

  .lg\:tw-border-2 {
    border-width: 2px;
  }

  .lg\:tw-border-4 {
    border-width: 4px;
  }

  .lg\:tw-border-8 {
    border-width: 8px;
  }

  .lg\:tw-border {
    border-width: 1px;
  }

  .lg\:tw-border-t-0 {
    border-top-width: 0;
  }

  .lg\:tw-border-r-0 {
    border-right-width: 0;
  }

  .lg\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:tw-border-l-0 {
    border-left-width: 0;
  }

  .lg\:tw-border-t-2 {
    border-top-width: 2px;
  }

  .lg\:tw-border-r-2 {
    border-right-width: 2px;
  }

  .lg\:tw-border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:tw-border-l-2 {
    border-left-width: 2px;
  }

  .lg\:tw-border-t-4 {
    border-top-width: 4px;
  }

  .lg\:tw-border-r-4 {
    border-right-width: 4px;
  }

  .lg\:tw-border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:tw-border-l-4 {
    border-left-width: 4px;
  }

  .lg\:tw-border-t-8 {
    border-top-width: 8px;
  }

  .lg\:tw-border-r-8 {
    border-right-width: 8px;
  }

  .lg\:tw-border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:tw-border-l-8 {
    border-left-width: 8px;
  }

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

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

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

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

  .lg\:tw-cursor-auto {
    cursor: auto;
  }

  .lg\:tw-cursor-default {
    cursor: default;
  }

  .lg\:tw-cursor-pointer {
    cursor: pointer;
  }

  .lg\:tw-cursor-wait {
    cursor: wait;
  }

  .lg\:tw-cursor-move {
    cursor: move;
  }

  .lg\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-inline-block {
    display: inline-block;
  }

  .lg\:tw-inline {
    display: inline;
  }

  .lg\:tw-table {
    display: table;
  }

  .lg\:tw-table-row {
    display: table-row;
  }

  .lg\:tw-table-cell {
    display: table-cell;
  }

  .lg\:tw-hidden {
    display: none;
  }

  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-inline-flex {
    display: inline-flex;
  }

  .lg\:tw-flex-row {
    flex-direction: row;
  }

  .lg\:tw-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:tw-flex-col {
    flex-direction: column;
  }

  .lg\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:tw-items-start {
    align-items: flex-start;
  }

  .lg\:tw-items-end {
    align-items: flex-end;
  }

  .lg\:tw-items-center {
    align-items: center;
  }

  .lg\:tw-items-baseline {
    align-items: baseline;
  }

  .lg\:tw-items-stretch {
    align-items: stretch;
  }

  .lg\:tw-self-auto {
    align-self: auto;
  }

  .lg\:tw-self-start {
    align-self: flex-start;
  }

  .lg\:tw-self-end {
    align-self: flex-end;
  }

  .lg\:tw-self-center {
    align-self: center;
  }

  .lg\:tw-self-stretch {
    align-self: stretch;
  }

  .lg\:tw-justify-start {
    justify-content: flex-start;
  }

  .lg\:tw-justify-end {
    justify-content: flex-end;
  }

  .lg\:tw-justify-center {
    justify-content: center;
  }

  .lg\:tw-justify-between {
    justify-content: space-between;
  }

  .lg\:tw-justify-around {
    justify-content: space-around;
  }

  .lg\:tw-content-center {
    align-content: center;
  }

  .lg\:tw-content-start {
    align-content: flex-start;
  }

  .lg\:tw-content-end {
    align-content: flex-end;
  }

  .lg\:tw-content-between {
    align-content: space-between;
  }

  .lg\:tw-content-around {
    align-content: space-around;
  }

  .lg\:tw-flex-1 {
    flex: 1 1 0%;
  }

  .lg\:tw-flex-auto {
    flex: 1 1 auto;
  }

  .lg\:tw-flex-initial {
    flex: 0 1 auto;
  }

  .lg\:tw-flex-none {
    flex: none;
  }

  .lg\:tw-flex-grow {
    flex-grow: 1;
  }

  .lg\:tw-flex-shrink {
    flex-shrink: 1;
  }

  .lg\:tw-flex-no-grow {
    flex-grow: 0;
  }

  .lg\:tw-flex-no-shrink {
    flex-shrink: 0;
  }

  .lg\:tw-float-right {
    float: right;
  }

  .lg\:tw-float-left {
    float: left;
  }

  .lg\:tw-float-none {
    float: none;
  }

  .lg\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:tw-font-sans {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .lg\:tw-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .lg\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .lg\:tw-font-opensans {
    font-family: OpenSans;
  }

  .lg\:tw-font-cfurania {
    font-family: CFUrania;
  }

  .lg\:tw-font-hairline {
    font-weight: 100;
  }

  .lg\:tw-font-thin {
    font-weight: 200;
  }

  .lg\:tw-font-light {
    font-weight: 300;
  }

  .lg\:tw-font-normal {
    font-weight: 400;
  }

  .lg\:tw-font-medium {
    font-weight: 500;
  }

  .lg\:tw-font-semibold {
    font-weight: 600;
  }

  .lg\:tw-font-bold {
    font-weight: 700;
  }

  .lg\:tw-font-extrabold {
    font-weight: 800;
  }

  .lg\:tw-font-black {
    font-weight: 900;
  }

  .lg\:hover\:tw-font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:tw-font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:tw-font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:tw-font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:tw-font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:tw-font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:tw-font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:tw-font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:tw-font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:tw-font-hairline:focus {
    font-weight: 100;
  }

  .lg\:focus\:tw-font-thin:focus {
    font-weight: 200;
  }

  .lg\:focus\:tw-font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:tw-font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:tw-font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:tw-font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:tw-font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:tw-font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:tw-font-black:focus {
    font-weight: 900;
  }

  .lg\:tw-h-1 {
    height: .25rem;
  }

  .lg\:tw-h-2 {
    height: .5rem;
  }

  .lg\:tw-h-3 {
    height: .75rem;
  }

  .lg\:tw-h-4 {
    height: 1rem;
  }

  .lg\:tw-h-5 {
    height: 1.25rem;
  }

  .lg\:tw-h-6 {
    height: 1.5rem;
  }

  .lg\:tw-h-8 {
    height: 2rem;
  }

  .lg\:tw-h-10 {
    height: 2.5rem;
  }

  .lg\:tw-h-12 {
    height: 3rem;
  }

  .lg\:tw-h-16 {
    height: 4rem;
  }

  .lg\:tw-h-24 {
    height: 6rem;
  }

  .lg\:tw-h-32 {
    height: 8rem;
  }

  .lg\:tw-h-48 {
    height: 12rem;
  }

  .lg\:tw-h-64 {
    height: 16rem;
  }

  .lg\:tw-h-auto {
    height: auto;
  }

  .lg\:tw-h-px {
    height: 1px;
  }

  .lg\:tw-h-full {
    height: 100%;
  }

  .lg\:tw-h-screen {
    height: 100vh;
  }

  .lg\:tw-leading-15 {
    line-height: 1.5;
  }

  .lg\:tw-leading-111 {
    line-height: 1.11;
  }

  .lg\:tw-leading-133 {
    line-height: 1.33;
  }

  .lg\:tw-leading-188 {
    line-height: 1.88;
  }

  .lg\:tw-leading-none {
    line-height: 1;
  }

  .lg\:tw-leading-tight {
    line-height: 1.25;
  }

  .lg\:tw-leading-normal {
    line-height: 1.5;
  }

  .lg\:tw-leading-loose {
    line-height: 2;
  }

  .lg\:tw-m-0 {
    margin: 0;
  }

  .lg\:tw-m-1 {
    margin: 1px;
  }

  .lg\:tw-m-2 {
    margin: 2px;
  }

  .lg\:tw-m-3 {
    margin: 3px;
  }

  .lg\:tw-m-4 {
    margin: 4px;
  }

  .lg\:tw-m-5 {
    margin: 5px;
  }

  .lg\:tw-m-6 {
    margin: 6px;
  }

  .lg\:tw-m-7 {
    margin: 7px;
  }

  .lg\:tw-m-8 {
    margin: 8px;
  }

  .lg\:tw-m-9 {
    margin: 9px;
  }

  .lg\:tw-m-10 {
    margin: 10px;
  }

  .lg\:tw-m-12 {
    margin: 12px;
  }

  .lg\:tw-m-14 {
    margin: 14px;
  }

  .lg\:tw-m-15 {
    margin: 15px;
  }

  .lg\:tw-m-16 {
    margin: 16px;
  }

  .lg\:tw-m-17 {
    margin: 17px;
  }

  .lg\:tw-m-20 {
    margin: 20px;
  }

  .lg\:tw-m-22 {
    margin: 22px;
  }

  .lg\:tw-m-23 {
    margin: 23px;
  }

  .lg\:tw-m-24 {
    margin: 24px;
  }

  .lg\:tw-m-25 {
    margin: 25px;
  }

  .lg\:tw-m-26 {
    margin: 26px;
  }

  .lg\:tw-m-28 {
    margin: 28px;
  }

  .lg\:tw-m-30 {
    margin: 30px;
  }

  .lg\:tw-m-32 {
    margin: 32px;
  }

  .lg\:tw-m-34 {
    margin: 34px;
  }

  .lg\:tw-m-35 {
    margin: 35px;
  }

  .lg\:tw-m-39 {
    margin: 39px;
  }

  .lg\:tw-m-40 {
    margin: 40px;
  }

  .lg\:tw-m-42 {
    margin: 42px;
  }

  .lg\:tw-m-43 {
    margin: 43px;
  }

  .lg\:tw-m-44 {
    margin: 44px;
  }

  .lg\:tw-m-45 {
    margin: 45px;
  }

  .lg\:tw-m-46 {
    margin: 46px;
  }

  .lg\:tw-m-49 {
    margin: 49px;
  }

  .lg\:tw-m-50 {
    margin: 50px;
  }

  .lg\:tw-m-57 {
    margin: 57px;
  }

  .lg\:tw-m-60 {
    margin: 60px;
  }

  .lg\:tw-m-64 {
    margin: 64px;
  }

  .lg\:tw-m-70 {
    margin: 70px;
  }

  .lg\:tw-m-71 {
    margin: 71px;
  }

  .lg\:tw-m-74 {
    margin: 74px;
  }

  .lg\:tw-m-80 {
    margin: 80px;
  }

  .lg\:tw-m-85 {
    margin: 85px;
  }

  .lg\:tw-m-88 {
    margin: 88px;
  }

  .lg\:tw-m-90 {
    margin: 90px;
  }

  .lg\:tw-m-95 {
    margin: 95px;
  }

  .lg\:tw-m-100 {
    margin: 100px;
  }

  .lg\:tw-m-120 {
    margin: 120px;
  }

  .lg\:tw-m-auto {
    margin: auto;
  }

  .lg\:tw-m-px {
    margin: 1px;
  }

  .lg\:tw-m-n15 {
    margin: -15px;
  }

  .lg\:tw-m-n20 {
    margin: -20px;
  }

  .lg\:tw-m-n22 {
    margin: -22px;
  }

  .lg\:tw-m-n5 {
    margin: -5px;
  }

  .lg\:tw-m-n3 {
    margin: -3px;
  }

  .lg\:tw-m-n2 {
    margin: -2px;
  }

  .lg\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:tw-my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:tw-mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:tw-my-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .lg\:tw-mx-2 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .lg\:tw-my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .lg\:tw-mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .lg\:tw-my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .lg\:tw-mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

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

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

  .lg\:tw-my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lg\:tw-mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .lg\:tw-my-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .lg\:tw-mx-7 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .lg\:tw-my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:tw-mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:tw-my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .lg\:tw-mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

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

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

  .lg\:tw-my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:tw-mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:tw-my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .lg\:tw-mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

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

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

  .lg\:tw-my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:tw-mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:tw-my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .lg\:tw-mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

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

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

  .lg\:tw-my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .lg\:tw-mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .lg\:tw-my-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .lg\:tw-mx-23 {
    margin-left: 23px;
    margin-right: 23px;
  }

  .lg\:tw-my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:tw-mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:tw-my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lg\:tw-mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .lg\:tw-my-26 {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .lg\:tw-mx-26 {
    margin-left: 26px;
    margin-right: 26px;
  }

  .lg\:tw-my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .lg\:tw-mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

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

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

  .lg\:tw-my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:tw-mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .lg\:tw-my-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .lg\:tw-mx-34 {
    margin-left: 34px;
    margin-right: 34px;
  }

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

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

  .lg\:tw-my-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .lg\:tw-mx-39 {
    margin-left: 39px;
    margin-right: 39px;
  }

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

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

  .lg\:tw-my-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .lg\:tw-mx-42 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .lg\:tw-my-43 {
    margin-top: 43px;
    margin-bottom: 43px;
  }

  .lg\:tw-mx-43 {
    margin-left: 43px;
    margin-right: 43px;
  }

  .lg\:tw-my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .lg\:tw-mx-44 {
    margin-left: 44px;
    margin-right: 44px;
  }

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

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

  .lg\:tw-my-46 {
    margin-top: 46px;
    margin-bottom: 46px;
  }

  .lg\:tw-mx-46 {
    margin-left: 46px;
    margin-right: 46px;
  }

  .lg\:tw-my-49 {
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .lg\:tw-mx-49 {
    margin-left: 49px;
    margin-right: 49px;
  }

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

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

  .lg\:tw-my-57 {
    margin-top: 57px;
    margin-bottom: 57px;
  }

  .lg\:tw-mx-57 {
    margin-left: 57px;
    margin-right: 57px;
  }

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

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

  .lg\:tw-my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .lg\:tw-mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

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

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

  .lg\:tw-my-71 {
    margin-top: 71px;
    margin-bottom: 71px;
  }

  .lg\:tw-mx-71 {
    margin-left: 71px;
    margin-right: 71px;
  }

  .lg\:tw-my-74 {
    margin-top: 74px;
    margin-bottom: 74px;
  }

  .lg\:tw-mx-74 {
    margin-left: 74px;
    margin-right: 74px;
  }

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

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

  .lg\:tw-my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .lg\:tw-mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .lg\:tw-my-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .lg\:tw-mx-88 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .lg\:tw-my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:tw-mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:tw-my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .lg\:tw-mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

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

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

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

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

  .lg\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:tw-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:tw-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:tw-my-n15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .lg\:tw-mx-n15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:tw-my-n20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:tw-mx-n20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:tw-my-n22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .lg\:tw-mx-n22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .lg\:tw-my-n5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .lg\:tw-mx-n5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .lg\:tw-my-n3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .lg\:tw-mx-n3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .lg\:tw-my-n2 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .lg\:tw-mx-n2 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .lg\:tw-mt-0 {
    margin-top: 0;
  }

  .lg\:tw-mr-0 {
    margin-right: 0;
  }

  .lg\:tw-mb-0 {
    margin-bottom: 0;
  }

  .lg\:tw-ml-0 {
    margin-left: 0;
  }

  .lg\:tw-mt-1 {
    margin-top: 1px;
  }

  .lg\:tw-mr-1 {
    margin-right: 1px;
  }

  .lg\:tw-mb-1 {
    margin-bottom: 1px;
  }

  .lg\:tw-ml-1 {
    margin-left: 1px;
  }

  .lg\:tw-mt-2 {
    margin-top: 2px;
  }

  .lg\:tw-mr-2 {
    margin-right: 2px;
  }

  .lg\:tw-mb-2 {
    margin-bottom: 2px;
  }

  .lg\:tw-ml-2 {
    margin-left: 2px;
  }

  .lg\:tw-mt-3 {
    margin-top: 3px;
  }

  .lg\:tw-mr-3 {
    margin-right: 3px;
  }

  .lg\:tw-mb-3 {
    margin-bottom: 3px;
  }

  .lg\:tw-ml-3 {
    margin-left: 3px;
  }

  .lg\:tw-mt-4 {
    margin-top: 4px;
  }

  .lg\:tw-mr-4 {
    margin-right: 4px;
  }

  .lg\:tw-mb-4 {
    margin-bottom: 4px;
  }

  .lg\:tw-ml-4 {
    margin-left: 4px;
  }

  .lg\:tw-mt-5 {
    margin-top: 5px;
  }

  .lg\:tw-mr-5 {
    margin-right: 5px;
  }

  .lg\:tw-mb-5 {
    margin-bottom: 5px;
  }

  .lg\:tw-ml-5 {
    margin-left: 5px;
  }

  .lg\:tw-mt-6 {
    margin-top: 6px;
  }

  .lg\:tw-mr-6 {
    margin-right: 6px;
  }

  .lg\:tw-mb-6 {
    margin-bottom: 6px;
  }

  .lg\:tw-ml-6 {
    margin-left: 6px;
  }

  .lg\:tw-mt-7 {
    margin-top: 7px;
  }

  .lg\:tw-mr-7 {
    margin-right: 7px;
  }

  .lg\:tw-mb-7 {
    margin-bottom: 7px;
  }

  .lg\:tw-ml-7 {
    margin-left: 7px;
  }

  .lg\:tw-mt-8 {
    margin-top: 8px;
  }

  .lg\:tw-mr-8 {
    margin-right: 8px;
  }

  .lg\:tw-mb-8 {
    margin-bottom: 8px;
  }

  .lg\:tw-ml-8 {
    margin-left: 8px;
  }

  .lg\:tw-mt-9 {
    margin-top: 9px;
  }

  .lg\:tw-mr-9 {
    margin-right: 9px;
  }

  .lg\:tw-mb-9 {
    margin-bottom: 9px;
  }

  .lg\:tw-ml-9 {
    margin-left: 9px;
  }

  .lg\:tw-mt-10 {
    margin-top: 10px;
  }

  .lg\:tw-mr-10 {
    margin-right: 10px;
  }

  .lg\:tw-mb-10 {
    margin-bottom: 10px;
  }

  .lg\:tw-ml-10 {
    margin-left: 10px;
  }

  .lg\:tw-mt-12 {
    margin-top: 12px;
  }

  .lg\:tw-mr-12 {
    margin-right: 12px;
  }

  .lg\:tw-mb-12 {
    margin-bottom: 12px;
  }

  .lg\:tw-ml-12 {
    margin-left: 12px;
  }

  .lg\:tw-mt-14 {
    margin-top: 14px;
  }

  .lg\:tw-mr-14 {
    margin-right: 14px;
  }

  .lg\:tw-mb-14 {
    margin-bottom: 14px;
  }

  .lg\:tw-ml-14 {
    margin-left: 14px;
  }

  .lg\:tw-mt-15 {
    margin-top: 15px;
  }

  .lg\:tw-mr-15 {
    margin-right: 15px;
  }

  .lg\:tw-mb-15 {
    margin-bottom: 15px;
  }

  .lg\:tw-ml-15 {
    margin-left: 15px;
  }

  .lg\:tw-mt-16 {
    margin-top: 16px;
  }

  .lg\:tw-mr-16 {
    margin-right: 16px;
  }

  .lg\:tw-mb-16 {
    margin-bottom: 16px;
  }

  .lg\:tw-ml-16 {
    margin-left: 16px;
  }

  .lg\:tw-mt-17 {
    margin-top: 17px;
  }

  .lg\:tw-mr-17 {
    margin-right: 17px;
  }

  .lg\:tw-mb-17 {
    margin-bottom: 17px;
  }

  .lg\:tw-ml-17 {
    margin-left: 17px;
  }

  .lg\:tw-mt-20 {
    margin-top: 20px;
  }

  .lg\:tw-mr-20 {
    margin-right: 20px;
  }

  .lg\:tw-mb-20 {
    margin-bottom: 20px;
  }

  .lg\:tw-ml-20 {
    margin-left: 20px;
  }

  .lg\:tw-mt-22 {
    margin-top: 22px;
  }

  .lg\:tw-mr-22 {
    margin-right: 22px;
  }

  .lg\:tw-mb-22 {
    margin-bottom: 22px;
  }

  .lg\:tw-ml-22 {
    margin-left: 22px;
  }

  .lg\:tw-mt-23 {
    margin-top: 23px;
  }

  .lg\:tw-mr-23 {
    margin-right: 23px;
  }

  .lg\:tw-mb-23 {
    margin-bottom: 23px;
  }

  .lg\:tw-ml-23 {
    margin-left: 23px;
  }

  .lg\:tw-mt-24 {
    margin-top: 24px;
  }

  .lg\:tw-mr-24 {
    margin-right: 24px;
  }

  .lg\:tw-mb-24 {
    margin-bottom: 24px;
  }

  .lg\:tw-ml-24 {
    margin-left: 24px;
  }

  .lg\:tw-mt-25 {
    margin-top: 25px;
  }

  .lg\:tw-mr-25 {
    margin-right: 25px;
  }

  .lg\:tw-mb-25 {
    margin-bottom: 25px;
  }

  .lg\:tw-ml-25 {
    margin-left: 25px;
  }

  .lg\:tw-mt-26 {
    margin-top: 26px;
  }

  .lg\:tw-mr-26 {
    margin-right: 26px;
  }

  .lg\:tw-mb-26 {
    margin-bottom: 26px;
  }

  .lg\:tw-ml-26 {
    margin-left: 26px;
  }

  .lg\:tw-mt-28 {
    margin-top: 28px;
  }

  .lg\:tw-mr-28 {
    margin-right: 28px;
  }

  .lg\:tw-mb-28 {
    margin-bottom: 28px;
  }

  .lg\:tw-ml-28 {
    margin-left: 28px;
  }

  .lg\:tw-mt-30 {
    margin-top: 30px;
  }

  .lg\:tw-mr-30 {
    margin-right: 30px;
  }

  .lg\:tw-mb-30 {
    margin-bottom: 30px;
  }

  .lg\:tw-ml-30 {
    margin-left: 30px;
  }

  .lg\:tw-mt-32 {
    margin-top: 32px;
  }

  .lg\:tw-mr-32 {
    margin-right: 32px;
  }

  .lg\:tw-mb-32 {
    margin-bottom: 32px;
  }

  .lg\:tw-ml-32 {
    margin-left: 32px;
  }

  .lg\:tw-mt-34 {
    margin-top: 34px;
  }

  .lg\:tw-mr-34 {
    margin-right: 34px;
  }

  .lg\:tw-mb-34 {
    margin-bottom: 34px;
  }

  .lg\:tw-ml-34 {
    margin-left: 34px;
  }

  .lg\:tw-mt-35 {
    margin-top: 35px;
  }

  .lg\:tw-mr-35 {
    margin-right: 35px;
  }

  .lg\:tw-mb-35 {
    margin-bottom: 35px;
  }

  .lg\:tw-ml-35 {
    margin-left: 35px;
  }

  .lg\:tw-mt-39 {
    margin-top: 39px;
  }

  .lg\:tw-mr-39 {
    margin-right: 39px;
  }

  .lg\:tw-mb-39 {
    margin-bottom: 39px;
  }

  .lg\:tw-ml-39 {
    margin-left: 39px;
  }

  .lg\:tw-mt-40 {
    margin-top: 40px;
  }

  .lg\:tw-mr-40 {
    margin-right: 40px;
  }

  .lg\:tw-mb-40 {
    margin-bottom: 40px;
  }

  .lg\:tw-ml-40 {
    margin-left: 40px;
  }

  .lg\:tw-mt-42 {
    margin-top: 42px;
  }

  .lg\:tw-mr-42 {
    margin-right: 42px;
  }

  .lg\:tw-mb-42 {
    margin-bottom: 42px;
  }

  .lg\:tw-ml-42 {
    margin-left: 42px;
  }

  .lg\:tw-mt-43 {
    margin-top: 43px;
  }

  .lg\:tw-mr-43 {
    margin-right: 43px;
  }

  .lg\:tw-mb-43 {
    margin-bottom: 43px;
  }

  .lg\:tw-ml-43 {
    margin-left: 43px;
  }

  .lg\:tw-mt-44 {
    margin-top: 44px;
  }

  .lg\:tw-mr-44 {
    margin-right: 44px;
  }

  .lg\:tw-mb-44 {
    margin-bottom: 44px;
  }

  .lg\:tw-ml-44 {
    margin-left: 44px;
  }

  .lg\:tw-mt-45 {
    margin-top: 45px;
  }

  .lg\:tw-mr-45 {
    margin-right: 45px;
  }

  .lg\:tw-mb-45 {
    margin-bottom: 45px;
  }

  .lg\:tw-ml-45 {
    margin-left: 45px;
  }

  .lg\:tw-mt-46 {
    margin-top: 46px;
  }

  .lg\:tw-mr-46 {
    margin-right: 46px;
  }

  .lg\:tw-mb-46 {
    margin-bottom: 46px;
  }

  .lg\:tw-ml-46 {
    margin-left: 46px;
  }

  .lg\:tw-mt-49 {
    margin-top: 49px;
  }

  .lg\:tw-mr-49 {
    margin-right: 49px;
  }

  .lg\:tw-mb-49 {
    margin-bottom: 49px;
  }

  .lg\:tw-ml-49 {
    margin-left: 49px;
  }

  .lg\:tw-mt-50 {
    margin-top: 50px;
  }

  .lg\:tw-mr-50 {
    margin-right: 50px;
  }

  .lg\:tw-mb-50 {
    margin-bottom: 50px;
  }

  .lg\:tw-ml-50 {
    margin-left: 50px;
  }

  .lg\:tw-mt-57 {
    margin-top: 57px;
  }

  .lg\:tw-mr-57 {
    margin-right: 57px;
  }

  .lg\:tw-mb-57 {
    margin-bottom: 57px;
  }

  .lg\:tw-ml-57 {
    margin-left: 57px;
  }

  .lg\:tw-mt-60 {
    margin-top: 60px;
  }

  .lg\:tw-mr-60 {
    margin-right: 60px;
  }

  .lg\:tw-mb-60 {
    margin-bottom: 60px;
  }

  .lg\:tw-ml-60 {
    margin-left: 60px;
  }

  .lg\:tw-mt-64 {
    margin-top: 64px;
  }

  .lg\:tw-mr-64 {
    margin-right: 64px;
  }

  .lg\:tw-mb-64 {
    margin-bottom: 64px;
  }

  .lg\:tw-ml-64 {
    margin-left: 64px;
  }

  .lg\:tw-mt-70 {
    margin-top: 70px;
  }

  .lg\:tw-mr-70 {
    margin-right: 70px;
  }

  .lg\:tw-mb-70 {
    margin-bottom: 70px;
  }

  .lg\:tw-ml-70 {
    margin-left: 70px;
  }

  .lg\:tw-mt-71 {
    margin-top: 71px;
  }

  .lg\:tw-mr-71 {
    margin-right: 71px;
  }

  .lg\:tw-mb-71 {
    margin-bottom: 71px;
  }

  .lg\:tw-ml-71 {
    margin-left: 71px;
  }

  .lg\:tw-mt-74 {
    margin-top: 74px;
  }

  .lg\:tw-mr-74 {
    margin-right: 74px;
  }

  .lg\:tw-mb-74 {
    margin-bottom: 74px;
  }

  .lg\:tw-ml-74 {
    margin-left: 74px;
  }

  .lg\:tw-mt-80 {
    margin-top: 80px;
  }

  .lg\:tw-mr-80 {
    margin-right: 80px;
  }

  .lg\:tw-mb-80 {
    margin-bottom: 80px;
  }

  .lg\:tw-ml-80 {
    margin-left: 80px;
  }

  .lg\:tw-mt-85 {
    margin-top: 85px;
  }

  .lg\:tw-mr-85 {
    margin-right: 85px;
  }

  .lg\:tw-mb-85 {
    margin-bottom: 85px;
  }

  .lg\:tw-ml-85 {
    margin-left: 85px;
  }

  .lg\:tw-mt-88 {
    margin-top: 88px;
  }

  .lg\:tw-mr-88 {
    margin-right: 88px;
  }

  .lg\:tw-mb-88 {
    margin-bottom: 88px;
  }

  .lg\:tw-ml-88 {
    margin-left: 88px;
  }

  .lg\:tw-mt-90 {
    margin-top: 90px;
  }

  .lg\:tw-mr-90 {
    margin-right: 90px;
  }

  .lg\:tw-mb-90 {
    margin-bottom: 90px;
  }

  .lg\:tw-ml-90 {
    margin-left: 90px;
  }

  .lg\:tw-mt-95 {
    margin-top: 95px;
  }

  .lg\:tw-mr-95 {
    margin-right: 95px;
  }

  .lg\:tw-mb-95 {
    margin-bottom: 95px;
  }

  .lg\:tw-ml-95 {
    margin-left: 95px;
  }

  .lg\:tw-mt-100 {
    margin-top: 100px;
  }

  .lg\:tw-mr-100 {
    margin-right: 100px;
  }

  .lg\:tw-mb-100 {
    margin-bottom: 100px;
  }

  .lg\:tw-ml-100 {
    margin-left: 100px;
  }

  .lg\:tw-mt-120 {
    margin-top: 120px;
  }

  .lg\:tw-mr-120 {
    margin-right: 120px;
  }

  .lg\:tw-mb-120 {
    margin-bottom: 120px;
  }

  .lg\:tw-ml-120 {
    margin-left: 120px;
  }

  .lg\:tw-mt-auto {
    margin-top: auto;
  }

  .lg\:tw-mr-auto {
    margin-right: auto;
  }

  .lg\:tw-mb-auto {
    margin-bottom: auto;
  }

  .lg\:tw-ml-auto {
    margin-left: auto;
  }

  .lg\:tw-mt-px {
    margin-top: 1px;
  }

  .lg\:tw-mr-px {
    margin-right: 1px;
  }

  .lg\:tw-mb-px {
    margin-bottom: 1px;
  }

  .lg\:tw-ml-px {
    margin-left: 1px;
  }

  .lg\:tw-mt-n15 {
    margin-top: -15px;
  }

  .lg\:tw-mr-n15 {
    margin-right: -15px;
  }

  .lg\:tw-mb-n15 {
    margin-bottom: -15px;
  }

  .lg\:tw-ml-n15 {
    margin-left: -15px;
  }

  .lg\:tw-mt-n20 {
    margin-top: -20px;
  }

  .lg\:tw-mr-n20 {
    margin-right: -20px;
  }

  .lg\:tw-mb-n20 {
    margin-bottom: -20px;
  }

  .lg\:tw-ml-n20 {
    margin-left: -20px;
  }

  .lg\:tw-mt-n22 {
    margin-top: -22px;
  }

  .lg\:tw-mr-n22 {
    margin-right: -22px;
  }

  .lg\:tw-mb-n22 {
    margin-bottom: -22px;
  }

  .lg\:tw-ml-n22 {
    margin-left: -22px;
  }

  .lg\:tw-mt-n5 {
    margin-top: -5px;
  }

  .lg\:tw-mr-n5 {
    margin-right: -5px;
  }

  .lg\:tw-mb-n5 {
    margin-bottom: -5px;
  }

  .lg\:tw-ml-n5 {
    margin-left: -5px;
  }

  .lg\:tw-mt-n3 {
    margin-top: -3px;
  }

  .lg\:tw-mr-n3 {
    margin-right: -3px;
  }

  .lg\:tw-mb-n3 {
    margin-bottom: -3px;
  }

  .lg\:tw-ml-n3 {
    margin-left: -3px;
  }

  .lg\:tw-mt-n2 {
    margin-top: -2px;
  }

  .lg\:tw-mr-n2 {
    margin-right: -2px;
  }

  .lg\:tw-mb-n2 {
    margin-bottom: -2px;
  }

  .lg\:tw-ml-n2 {
    margin-left: -2px;
  }

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

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

  .lg\:tw-max-w-56 {
    max-width: 56%;
  }

  .lg\:tw-max-w-65 {
    max-width: 65%;
  }

  .lg\:tw-max-w-81 {
    max-width: 81%;
  }

  .lg\:tw-max-w-944 {
    max-width: 944px;
  }

  .lg\:tw-max-w-xs {
    max-width: 20rem;
  }

  .lg\:tw-max-w-sm {
    max-width: 30rem;
  }

  .lg\:tw-max-w-md {
    max-width: 40rem;
  }

  .lg\:tw-max-w-lg {
    max-width: 50rem;
  }

  .lg\:tw-max-w-xl {
    max-width: 60rem;
  }

  .lg\:tw-max-w-2xl {
    max-width: 70rem;
  }

  .lg\:tw-max-w-3xl {
    max-width: 80rem;
  }

  .lg\:tw-max-w-4xl {
    max-width: 90rem;
  }

  .lg\:tw-max-w-5xl {
    max-width: 100rem;
  }

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

  .lg\:tw-min-h-0 {
    min-height: 0;
  }

  .lg\:tw-min-h-52 {
    min-height: 52px;
  }

  .lg\:tw-min-h-80 {
    min-height: 80px;
  }

  .lg\:tw-min-h-92 {
    min-height: 92px;
  }

  .lg\:tw-min-h-105 {
    min-height: 105px;
  }

  .lg\:tw-min-h-full {
    min-height: 100%;
  }

  .lg\:tw-min-h-screen {
    min-height: 100vh;
  }

  .lg\:tw-min-h-auto {
    min-height: auto;
  }

  .lg\:tw-min-w-0 {
    min-width: 0;
  }

  .lg\:tw-min-w-1 {
    min-width: .25rem;
  }

  .lg\:tw-min-w-2 {
    min-width: .5rem;
  }

  .lg\:tw-min-w-3 {
    min-width: .75rem;
  }

  .lg\:tw-min-w-4 {
    min-width: 1rem;
  }

  .lg\:tw-min-w-5 {
    min-width: 1.25rem;
  }

  .lg\:tw-min-w-6 {
    min-width: 1.5rem;
  }

  .lg\:tw-min-w-8 {
    min-width: 2rem;
  }

  .lg\:tw-min-w-10 {
    min-width: 2.5rem;
  }

  .lg\:tw-min-w-12 {
    min-width: 3rem;
  }

  .lg\:tw-min-w-16 {
    min-width: 4rem;
  }

  .lg\:tw-min-w-24 {
    min-width: 6rem;
  }

  .lg\:tw-min-w-32 {
    min-width: 8rem;
  }

  .lg\:tw-min-w-48 {
    min-width: 12rem;
  }

  .lg\:tw-min-w-64 {
    min-width: 16rem;
  }

  .lg\:tw-min-w-1\/2 {
    min-width: 50%;
  }

  .lg\:tw-min-w-1\/3 {
    min-width: 33.33333%;
  }

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

  .lg\:tw-min-w-1\/4 {
    min-width: 25%;
  }

  .lg\:tw-min-w-3\/4 {
    min-width: 75%;
  }

  .lg\:tw-min-w-1\/5 {
    min-width: 20%;
  }

  .lg\:tw-min-w-2\/5 {
    min-width: 40%;
  }

  .lg\:tw-min-w-3\/5 {
    min-width: 60%;
  }

  .lg\:tw-min-w-4\/5 {
    min-width: 80%;
  }

  .lg\:tw-min-w-1\/6 {
    min-width: 16.66667%;
  }

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

  .lg\:tw-min-w-full {
    min-width: 100%;
  }

  .lg\:tw--m-0 {
    margin: 0;
  }

  .lg\:tw--m-1 {
    margin: -0.25rem;
  }

  .lg\:tw--m-2 {
    margin: -0.5rem;
  }

  .lg\:tw--m-3 {
    margin: -0.75rem;
  }

  .lg\:tw--m-4 {
    margin: -1rem;
  }

  .lg\:tw--m-5 {
    margin: -1.25rem;
  }

  .lg\:tw--m-6 {
    margin: -1.5rem;
  }

  .lg\:tw--m-8 {
    margin: -2rem;
  }

  .lg\:tw--m-10 {
    margin: -2.5rem;
  }

  .lg\:tw--m-12 {
    margin: -3rem;
  }

  .lg\:tw--m-16 {
    margin: -4rem;
  }

  .lg\:tw--m-20 {
    margin: -5rem;
  }

  .lg\:tw--m-24 {
    margin: -6rem;
  }

  .lg\:tw--m-32 {
    margin: -8rem;
  }

  .lg\:tw--m-px {
    margin: -1px;
  }

  .lg\:tw--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:tw--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:tw--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:tw--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:tw--my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:tw--mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:tw--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:tw--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:tw--my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:tw--mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:tw--my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:tw--mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:tw--my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:tw--mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:tw--my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:tw--mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:tw--mt-0 {
    margin-top: 0;
  }

  .lg\:tw--mr-0 {
    margin-right: 0;
  }

  .lg\:tw--mb-0 {
    margin-bottom: 0;
  }

  .lg\:tw--ml-0 {
    margin-left: 0;
  }

  .lg\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:tw--mt-4 {
    margin-top: -1rem;
  }

  .lg\:tw--mr-4 {
    margin-right: -1rem;
  }

  .lg\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:tw--ml-4 {
    margin-left: -1rem;
  }

  .lg\:tw--mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:tw--mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:tw--mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:tw--ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:tw--mt-8 {
    margin-top: -2rem;
  }

  .lg\:tw--mr-8 {
    margin-right: -2rem;
  }

  .lg\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:tw--ml-8 {
    margin-left: -2rem;
  }

  .lg\:tw--mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:tw--mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:tw--mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:tw--ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:tw--mt-12 {
    margin-top: -3rem;
  }

  .lg\:tw--mr-12 {
    margin-right: -3rem;
  }

  .lg\:tw--mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:tw--ml-12 {
    margin-left: -3rem;
  }

  .lg\:tw--mt-16 {
    margin-top: -4rem;
  }

  .lg\:tw--mr-16 {
    margin-right: -4rem;
  }

  .lg\:tw--mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:tw--ml-16 {
    margin-left: -4rem;
  }

  .lg\:tw--mt-20 {
    margin-top: -5rem;
  }

  .lg\:tw--mr-20 {
    margin-right: -5rem;
  }

  .lg\:tw--mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:tw--ml-20 {
    margin-left: -5rem;
  }

  .lg\:tw--mt-24 {
    margin-top: -6rem;
  }

  .lg\:tw--mr-24 {
    margin-right: -6rem;
  }

  .lg\:tw--mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:tw--ml-24 {
    margin-left: -6rem;
  }

  .lg\:tw--mt-32 {
    margin-top: -8rem;
  }

  .lg\:tw--mr-32 {
    margin-right: -8rem;
  }

  .lg\:tw--mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:tw--ml-32 {
    margin-left: -8rem;
  }

  .lg\:tw--mt-px {
    margin-top: -1px;
  }

  .lg\:tw--mr-px {
    margin-right: -1px;
  }

  .lg\:tw--mb-px {
    margin-bottom: -1px;
  }

  .lg\:tw--ml-px {
    margin-left: -1px;
  }

  .lg\:tw-opacity-0 {
    opacity: 0;
  }

  .lg\:tw-opacity-25 {
    opacity: .25;
  }

  .lg\:tw-opacity-50 {
    opacity: .5;
  }

  .lg\:tw-opacity-75 {
    opacity: .75;
  }

  .lg\:tw-opacity-100 {
    opacity: 1;
  }

  .lg\:hover\:tw-opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:tw-opacity-25:hover {
    opacity: .25;
  }

  .lg\:hover\:tw-opacity-50:hover {
    opacity: .5;
  }

  .lg\:hover\:tw-opacity-75:hover {
    opacity: .75;
  }

  .lg\:hover\:tw-opacity-100:hover {
    opacity: 1;
  }

  .lg\:tw-overflow-auto {
    overflow: auto;
  }

  .lg\:tw-overflow-hidden {
    overflow: hidden;
  }

  .lg\:tw-overflow-visible {
    overflow: visible;
  }

  .lg\:tw-overflow-scroll {
    overflow: scroll;
  }

  .lg\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:tw-overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:tw-overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:tw-overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:tw-overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:tw-p-0 {
    padding: 0;
  }

  .lg\:tw-p-1 {
    padding: .25rem;
  }

  .lg\:tw-p-2 {
    padding: 2px;
  }

  .lg\:tw-p-3 {
    padding: 3px;
  }

  .lg\:tw-p-4 {
    padding: 4px;
  }

  .lg\:tw-p-5 {
    padding: 5px;
  }

  .lg\:tw-p-6 {
    padding: 6px;
  }

  .lg\:tw-p-8 {
    padding: 8px;
  }

  .lg\:tw-p-9 {
    padding: 9px;
  }

  .lg\:tw-p-10 {
    padding: 10px;
  }

  .lg\:tw-p-11 {
    padding: 11px;
  }

  .lg\:tw-p-12 {
    padding: 12px;
  }

  .lg\:tw-p-15 {
    padding: 15px;
  }

  .lg\:tw-p-16 {
    padding: 16px;
  }

  .lg\:tw-p-20 {
    padding: 20px;
  }

  .lg\:tw-p-23 {
    padding: 23px;
  }

  .lg\:tw-p-24 {
    padding: 24px;
  }

  .lg\:tw-p-28 {
    padding: 28px;
  }

  .lg\:tw-p-30 {
    padding: 30px;
  }

  .lg\:tw-p-32 {
    padding: 8rem;
  }

  .lg\:tw-p-40 {
    padding: 40px;
  }

  .lg\:tw-p-45 {
    padding: 45px;
  }

  .lg\:tw-p-56 {
    padding: 56px;
  }

  .lg\:tw-p-57 {
    padding: 57px;
  }

  .lg\:tw-p-69 {
    padding: 69px;
  }

  .lg\:tw-p-70 {
    padding: 70px;
  }

  .lg\:tw-p-80 {
    padding: 80px;
  }

  .lg\:tw-p-82 {
    padding: 82px;
  }

  .lg\:tw-p-90 {
    padding: 90px;
  }

  .lg\:tw-p-122 {
    padding: 122px;
  }

  .lg\:tw-p-130 {
    padding: 130px;
  }

  .lg\:tw-p-135 {
    padding: 135px;
  }

  .lg\:tw-p-160 {
    padding: 160px;
  }

  .lg\:tw-p-px {
    padding: 1px;
  }

  .lg\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:tw-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:tw-px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:tw-py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg\:tw-px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg\:tw-py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .lg\:tw-px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .lg\:tw-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:tw-px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:tw-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:tw-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:tw-py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:tw-px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:tw-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:tw-px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:tw-py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .lg\:tw-px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

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

  .lg\:tw-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:tw-py-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .lg\:tw-px-11 {
    padding-left: 11px;
    padding-right: 11px;
  }

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

  .lg\:tw-px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .lg\:tw-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:tw-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:tw-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .lg\:tw-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:tw-py-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .lg\:tw-px-23 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .lg\:tw-py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:tw-px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:tw-py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:tw-px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .lg\:tw-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:tw-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:tw-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .lg\:tw-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:tw-py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:tw-px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:tw-py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lg\:tw-px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lg\:tw-py-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .lg\:tw-px-57 {
    padding-left: 57px;
    padding-right: 57px;
  }

  .lg\:tw-py-69 {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .lg\:tw-px-69 {
    padding-left: 69px;
    padding-right: 69px;
  }

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

  .lg\:tw-px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

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

  .lg\:tw-px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:tw-py-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .lg\:tw-px-82 {
    padding-left: 82px;
    padding-right: 82px;
  }

  .lg\:tw-py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:tw-px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:tw-py-122 {
    padding-top: 122px;
    padding-bottom: 122px;
  }

  .lg\:tw-px-122 {
    padding-left: 122px;
    padding-right: 122px;
  }

  .lg\:tw-py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .lg\:tw-px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .lg\:tw-py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .lg\:tw-px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

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

  .lg\:tw-px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .lg\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:tw-pt-0 {
    padding-top: 0;
  }

  .lg\:tw-pr-0 {
    padding-right: 0;
  }

  .lg\:tw-pb-0 {
    padding-bottom: 0;
  }

  .lg\:tw-pl-0 {
    padding-left: 0;
  }

  .lg\:tw-pt-1 {
    padding-top: .25rem;
  }

  .lg\:tw-pr-1 {
    padding-right: .25rem;
  }

  .lg\:tw-pb-1 {
    padding-bottom: .25rem;
  }

  .lg\:tw-pl-1 {
    padding-left: .25rem;
  }

  .lg\:tw-pt-2 {
    padding-top: 2px;
  }

  .lg\:tw-pr-2 {
    padding-right: 2px;
  }

  .lg\:tw-pb-2 {
    padding-bottom: 2px;
  }

  .lg\:tw-pl-2 {
    padding-left: 2px;
  }

  .lg\:tw-pt-3 {
    padding-top: 3px;
  }

  .lg\:tw-pr-3 {
    padding-right: 3px;
  }

  .lg\:tw-pb-3 {
    padding-bottom: 3px;
  }

  .lg\:tw-pl-3 {
    padding-left: 3px;
  }

  .lg\:tw-pt-4 {
    padding-top: 4px;
  }

  .lg\:tw-pr-4 {
    padding-right: 4px;
  }

  .lg\:tw-pb-4 {
    padding-bottom: 4px;
  }

  .lg\:tw-pl-4 {
    padding-left: 4px;
  }

  .lg\:tw-pt-5 {
    padding-top: 5px;
  }

  .lg\:tw-pr-5 {
    padding-right: 5px;
  }

  .lg\:tw-pb-5 {
    padding-bottom: 5px;
  }

  .lg\:tw-pl-5 {
    padding-left: 5px;
  }

  .lg\:tw-pt-6 {
    padding-top: 6px;
  }

  .lg\:tw-pr-6 {
    padding-right: 6px;
  }

  .lg\:tw-pb-6 {
    padding-bottom: 6px;
  }

  .lg\:tw-pl-6 {
    padding-left: 6px;
  }

  .lg\:tw-pt-8 {
    padding-top: 8px;
  }

  .lg\:tw-pr-8 {
    padding-right: 8px;
  }

  .lg\:tw-pb-8 {
    padding-bottom: 8px;
  }

  .lg\:tw-pl-8 {
    padding-left: 8px;
  }

  .lg\:tw-pt-9 {
    padding-top: 9px;
  }

  .lg\:tw-pr-9 {
    padding-right: 9px;
  }

  .lg\:tw-pb-9 {
    padding-bottom: 9px;
  }

  .lg\:tw-pl-9 {
    padding-left: 9px;
  }

  .lg\:tw-pt-10 {
    padding-top: 10px;
  }

  .lg\:tw-pr-10 {
    padding-right: 10px;
  }

  .lg\:tw-pb-10 {
    padding-bottom: 10px;
  }

  .lg\:tw-pl-10 {
    padding-left: 10px;
  }

  .lg\:tw-pt-11 {
    padding-top: 11px;
  }

  .lg\:tw-pr-11 {
    padding-right: 11px;
  }

  .lg\:tw-pb-11 {
    padding-bottom: 11px;
  }

  .lg\:tw-pl-11 {
    padding-left: 11px;
  }

  .lg\:tw-pt-12 {
    padding-top: 12px;
  }

  .lg\:tw-pr-12 {
    padding-right: 12px;
  }

  .lg\:tw-pb-12 {
    padding-bottom: 12px;
  }

  .lg\:tw-pl-12 {
    padding-left: 12px;
  }

  .lg\:tw-pt-15 {
    padding-top: 15px;
  }

  .lg\:tw-pr-15 {
    padding-right: 15px;
  }

  .lg\:tw-pb-15 {
    padding-bottom: 15px;
  }

  .lg\:tw-pl-15 {
    padding-left: 15px;
  }

  .lg\:tw-pt-16 {
    padding-top: 16px;
  }

  .lg\:tw-pr-16 {
    padding-right: 16px;
  }

  .lg\:tw-pb-16 {
    padding-bottom: 16px;
  }

  .lg\:tw-pl-16 {
    padding-left: 16px;
  }

  .lg\:tw-pt-20 {
    padding-top: 20px;
  }

  .lg\:tw-pr-20 {
    padding-right: 20px;
  }

  .lg\:tw-pb-20 {
    padding-bottom: 20px;
  }

  .lg\:tw-pl-20 {
    padding-left: 20px;
  }

  .lg\:tw-pt-23 {
    padding-top: 23px;
  }

  .lg\:tw-pr-23 {
    padding-right: 23px;
  }

  .lg\:tw-pb-23 {
    padding-bottom: 23px;
  }

  .lg\:tw-pl-23 {
    padding-left: 23px;
  }

  .lg\:tw-pt-24 {
    padding-top: 24px;
  }

  .lg\:tw-pr-24 {
    padding-right: 24px;
  }

  .lg\:tw-pb-24 {
    padding-bottom: 24px;
  }

  .lg\:tw-pl-24 {
    padding-left: 24px;
  }

  .lg\:tw-pt-28 {
    padding-top: 28px;
  }

  .lg\:tw-pr-28 {
    padding-right: 28px;
  }

  .lg\:tw-pb-28 {
    padding-bottom: 28px;
  }

  .lg\:tw-pl-28 {
    padding-left: 28px;
  }

  .lg\:tw-pt-30 {
    padding-top: 30px;
  }

  .lg\:tw-pr-30 {
    padding-right: 30px;
  }

  .lg\:tw-pb-30 {
    padding-bottom: 30px;
  }

  .lg\:tw-pl-30 {
    padding-left: 30px;
  }

  .lg\:tw-pt-32 {
    padding-top: 8rem;
  }

  .lg\:tw-pr-32 {
    padding-right: 8rem;
  }

  .lg\:tw-pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:tw-pl-32 {
    padding-left: 8rem;
  }

  .lg\:tw-pt-40 {
    padding-top: 40px;
  }

  .lg\:tw-pr-40 {
    padding-right: 40px;
  }

  .lg\:tw-pb-40 {
    padding-bottom: 40px;
  }

  .lg\:tw-pl-40 {
    padding-left: 40px;
  }

  .lg\:tw-pt-45 {
    padding-top: 45px;
  }

  .lg\:tw-pr-45 {
    padding-right: 45px;
  }

  .lg\:tw-pb-45 {
    padding-bottom: 45px;
  }

  .lg\:tw-pl-45 {
    padding-left: 45px;
  }

  .lg\:tw-pt-56 {
    padding-top: 56px;
  }

  .lg\:tw-pr-56 {
    padding-right: 56px;
  }

  .lg\:tw-pb-56 {
    padding-bottom: 56px;
  }

  .lg\:tw-pl-56 {
    padding-left: 56px;
  }

  .lg\:tw-pt-57 {
    padding-top: 57px;
  }

  .lg\:tw-pr-57 {
    padding-right: 57px;
  }

  .lg\:tw-pb-57 {
    padding-bottom: 57px;
  }

  .lg\:tw-pl-57 {
    padding-left: 57px;
  }

  .lg\:tw-pt-69 {
    padding-top: 69px;
  }

  .lg\:tw-pr-69 {
    padding-right: 69px;
  }

  .lg\:tw-pb-69 {
    padding-bottom: 69px;
  }

  .lg\:tw-pl-69 {
    padding-left: 69px;
  }

  .lg\:tw-pt-70 {
    padding-top: 70px;
  }

  .lg\:tw-pr-70 {
    padding-right: 70px;
  }

  .lg\:tw-pb-70 {
    padding-bottom: 70px;
  }

  .lg\:tw-pl-70 {
    padding-left: 70px;
  }

  .lg\:tw-pt-80 {
    padding-top: 80px;
  }

  .lg\:tw-pr-80 {
    padding-right: 80px;
  }

  .lg\:tw-pb-80 {
    padding-bottom: 80px;
  }

  .lg\:tw-pl-80 {
    padding-left: 80px;
  }

  .lg\:tw-pt-82 {
    padding-top: 82px;
  }

  .lg\:tw-pr-82 {
    padding-right: 82px;
  }

  .lg\:tw-pb-82 {
    padding-bottom: 82px;
  }

  .lg\:tw-pl-82 {
    padding-left: 82px;
  }

  .lg\:tw-pt-90 {
    padding-top: 90px;
  }

  .lg\:tw-pr-90 {
    padding-right: 90px;
  }

  .lg\:tw-pb-90 {
    padding-bottom: 90px;
  }

  .lg\:tw-pl-90 {
    padding-left: 90px;
  }

  .lg\:tw-pt-122 {
    padding-top: 122px;
  }

  .lg\:tw-pr-122 {
    padding-right: 122px;
  }

  .lg\:tw-pb-122 {
    padding-bottom: 122px;
  }

  .lg\:tw-pl-122 {
    padding-left: 122px;
  }

  .lg\:tw-pt-130 {
    padding-top: 130px;
  }

  .lg\:tw-pr-130 {
    padding-right: 130px;
  }

  .lg\:tw-pb-130 {
    padding-bottom: 130px;
  }

  .lg\:tw-pl-130 {
    padding-left: 130px;
  }

  .lg\:tw-pt-135 {
    padding-top: 135px;
  }

  .lg\:tw-pr-135 {
    padding-right: 135px;
  }

  .lg\:tw-pb-135 {
    padding-bottom: 135px;
  }

  .lg\:tw-pl-135 {
    padding-left: 135px;
  }

  .lg\:tw-pt-160 {
    padding-top: 160px;
  }

  .lg\:tw-pr-160 {
    padding-right: 160px;
  }

  .lg\:tw-pb-160 {
    padding-bottom: 160px;
  }

  .lg\:tw-pl-160 {
    padding-left: 160px;
  }

  .lg\:tw-pt-px {
    padding-top: 1px;
  }

  .lg\:tw-pr-px {
    padding-right: 1px;
  }

  .lg\:tw-pb-px {
    padding-bottom: 1px;
  }

  .lg\:tw-pl-px {
    padding-left: 1px;
  }

  .lg\:tw-pointer-events-none {
    pointer-events: none;
  }

  .lg\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:tw-static {
    position: static;
  }

  .lg\:tw-fixed {
    position: fixed;
  }

  .lg\:tw-absolute {
    position: absolute;
  }

  .lg\:tw-relative {
    position: relative;
  }

  .lg\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:tw-pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:tw-pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:tw-pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:tw-pin-x {
    right: 0;
    left: 0;
  }

  .lg\:tw-pin-t {
    top: 0;
  }

  .lg\:tw-pin-r {
    right: 0;
  }

  .lg\:tw-pin-b {
    bottom: 0;
  }

  .lg\:tw-pin-l {
    left: 0;
  }

  .lg\:tw-resize-none {
    resize: none;
  }

  .lg\:tw-resize-y {
    resize: vertical;
  }

  .lg\:tw-resize-x {
    resize: horizontal;
  }

  .lg\:tw-resize {
    resize: both;
  }

  .lg\:tw-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:tw-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:tw-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:tw-shadow-none {
    box-shadow: none;
  }

  .lg\:hover\:tw-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:hover\:tw-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:hover\:tw-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

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

  .lg\:hover\:tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:hover\:tw-shadow-none:hover {
    box-shadow: none;
  }

  .lg\:focus\:tw-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:focus\:tw-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:focus\:tw-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

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

  .lg\:focus\:tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .lg\:focus\:tw-shadow-none:focus {
    box-shadow: none;
  }

  .lg\:tw-table-auto {
    table-layout: auto;
  }

  .lg\:tw-table-fixed {
    table-layout: fixed;
  }

  .lg\:tw-text-left {
    text-align: left;
  }

  .lg\:tw-text-center {
    text-align: center;
  }

  .lg\:tw-text-right {
    text-align: right;
  }

  .lg\:tw-text-justify {
    text-align: justify;
  }

  .lg\:tw-text-transparent {
    color: transparent;
  }

  .lg\:tw-text-secondary {
    color: #2effcc;
  }

  .lg\:tw-text-primary {
    color: #e5e5e5;
  }

  .lg\:tw-text-white {
    color: #e5e5e5;
  }

  .lg\:tw-text-black {
    color: #000;
  }

  .lg\:tw-text-link {
    color: #9345ff;
  }

  .lg\:tw-text-grey {
    color: #171717;
  }

  .lg\:tw-text-facebook {
    color: #3b5999;
  }

  .lg\:tw-text-twitter {
    color: #017eb6;
  }

  .lg\:tw-text-instagram {
    color: #517fa4;
  }

  .lg\:tw-text-youtube {
    color: #c9332d;
  }

  .lg\:tw-text-pinterest {
    color: #bd081c;
  }

  .lg\:tw-text-share {
    color: #2ca9e1;
  }

  .lg\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:tw-text-secondary:hover {
    color: #2effcc;
  }

  .lg\:hover\:tw-text-primary:hover {
    color: #e5e5e5;
  }

  .lg\:hover\:tw-text-white:hover {
    color: #e5e5e5;
  }

  .lg\:hover\:tw-text-black:hover {
    color: #000;
  }

  .lg\:hover\:tw-text-link:hover {
    color: #9345ff;
  }

  .lg\:hover\:tw-text-grey:hover {
    color: #171717;
  }

  .lg\:hover\:tw-text-facebook:hover {
    color: #3b5999;
  }

  .lg\:hover\:tw-text-twitter:hover {
    color: #017eb6;
  }

  .lg\:hover\:tw-text-instagram:hover {
    color: #517fa4;
  }

  .lg\:hover\:tw-text-youtube:hover {
    color: #c9332d;
  }

  .lg\:hover\:tw-text-pinterest:hover {
    color: #bd081c;
  }

  .lg\:hover\:tw-text-share:hover {
    color: #2ca9e1;
  }

  .lg\:focus\:tw-text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:tw-text-secondary:focus {
    color: #2effcc;
  }

  .lg\:focus\:tw-text-primary:focus {
    color: #e5e5e5;
  }

  .lg\:focus\:tw-text-white:focus {
    color: #e5e5e5;
  }

  .lg\:focus\:tw-text-black:focus {
    color: #000;
  }

  .lg\:focus\:tw-text-link:focus {
    color: #9345ff;
  }

  .lg\:focus\:tw-text-grey:focus {
    color: #171717;
  }

  .lg\:focus\:tw-text-facebook:focus {
    color: #3b5999;
  }

  .lg\:focus\:tw-text-twitter:focus {
    color: #017eb6;
  }

  .lg\:focus\:tw-text-instagram:focus {
    color: #517fa4;
  }

  .lg\:focus\:tw-text-youtube:focus {
    color: #c9332d;
  }

  .lg\:focus\:tw-text-pinterest:focus {
    color: #bd081c;
  }

  .lg\:focus\:tw-text-share:focus {
    color: #2ca9e1;
  }

  .lg\:tw-text-0 {
    font-size: 0px;
  }

  .lg\:tw-text-17 {
    font-size: 17px;
  }

  .lg\:tw-text-50 {
    font-size: 50px;
  }

  .lg\:tw-text-54 {
    font-size: 54px;
  }

  .lg\:tw-text-90 {
    font-size: 90px;
  }

  .lg\:tw-text-92 {
    font-size: 92px;
  }

  .lg\:tw-text-108 {
    font-size: 108px;
  }

  .lg\:tw-text-xs {
    font-size: .75rem;
  }

  .lg\:tw-text-sm {
    font-size: 14px;
  }

  .lg\:tw-text-base {
    font-size: 16px;
  }

  .lg\:tw-text-lg {
    font-size: 18px;
  }

  .lg\:tw-text-xl {
    font-size: 20px;
  }

  .lg\:tw-text-2xl {
    font-size: 24px;
  }

  .lg\:tw-text-3xl {
    font-size: 32px;
  }

  .lg\:tw-text-4xl {
    font-size: 40px;
  }

  .lg\:tw-italic {
    font-style: italic;
  }

  .lg\:tw-roman {
    font-style: normal;
  }

  .lg\:tw-uppercase {
    text-transform: uppercase;
  }

  .lg\:tw-lowercase {
    text-transform: lowercase;
  }

  .lg\:tw-capitalize {
    text-transform: capitalize;
  }

  .lg\:tw-normal-case {
    text-transform: none;
  }

  .lg\:tw-underline {
    text-decoration: underline;
  }

  .lg\:tw-line-through {
    text-decoration: line-through;
  }

  .lg\:tw-no-underline {
    text-decoration: none;
  }

  .lg\:tw-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:tw-italic:hover {
    font-style: italic;
  }

  .lg\:hover\:tw-roman:hover {
    font-style: normal;
  }

  .lg\:hover\:tw-uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:tw-lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:tw-capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:tw-normal-case:hover {
    text-transform: none;
  }

  .lg\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .lg\:hover\:tw-antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:tw-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:focus\:tw-italic:focus {
    font-style: italic;
  }

  .lg\:focus\:tw-roman:focus {
    font-style: normal;
  }

  .lg\:focus\:tw-uppercase:focus {
    text-transform: uppercase;
  }

  .lg\:focus\:tw-lowercase:focus {
    text-transform: lowercase;
  }

  .lg\:focus\:tw-capitalize:focus {
    text-transform: capitalize;
  }

  .lg\:focus\:tw-normal-case:focus {
    text-transform: none;
  }

  .lg\:focus\:tw-underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:tw-line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:tw-no-underline:focus {
    text-decoration: none;
  }

  .lg\:focus\:tw-antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:focus\:tw-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tw-tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tw-tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tw-tracking-wide {
    letter-spacing: .05em;
  }

  .lg\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

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

  .lg\:tw-align-baseline {
    vertical-align: baseline;
  }

  .lg\:tw-align-top {
    vertical-align: top;
  }

  .lg\:tw-align-middle {
    vertical-align: middle;
  }

  .lg\:tw-align-bottom {
    vertical-align: bottom;
  }

  .lg\:tw-align-text-top {
    vertical-align: text-top;
  }

  .lg\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:tw-visible {
    visibility: visible;
  }

  .lg\:tw-invisible {
    visibility: hidden;
  }

  .lg\:tw-whitespace-normal {
    white-space: normal;
  }

  .lg\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:tw-whitespace-pre {
    white-space: pre;
  }

  .lg\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:tw-break-words {
    word-wrap: break-word;
  }

  .lg\:tw-break-normal {
    word-wrap: normal;
  }

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

  .lg\:tw-w-1 {
    width: .25rem;
  }

  .lg\:tw-w-2 {
    width: .5rem;
  }

  .lg\:tw-w-3 {
    width: .75rem;
  }

  .lg\:tw-w-4 {
    width: 1rem;
  }

  .lg\:tw-w-5 {
    width: 1.25rem;
  }

  .lg\:tw-w-6 {
    width: 1.5rem;
  }

  .lg\:tw-w-8 {
    width: 2rem;
  }

  .lg\:tw-w-10 {
    width: 2.5rem;
  }

  .lg\:tw-w-12 {
    width: 3rem;
  }

  .lg\:tw-w-16 {
    width: 4rem;
  }

  .lg\:tw-w-24 {
    width: 6rem;
  }

  .lg\:tw-w-32 {
    width: 8rem;
  }

  .lg\:tw-w-33 {
    width: 33%;
  }

  .lg\:tw-w-48 {
    width: 12rem;
  }

  .lg\:tw-w-64 {
    width: 16rem;
  }

  .lg\:tw-w-80 {
    width: 20rem;
  }

  .lg\:tw-w-auto {
    width: auto;
  }

  .lg\:tw-w-px {
    width: 1px;
  }

  .lg\:tw-w-1\/2 {
    width: 50%;
  }

  .lg\:tw-w-1\/3 {
    width: 33.33333%;
  }

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

  .lg\:tw-w-1\/4 {
    width: 25%;
  }

  .lg\:tw-w-3\/4 {
    width: 75%;
  }

  .lg\:tw-w-1\/5 {
    width: 20%;
  }

  .lg\:tw-w-2\/5 {
    width: 33%;
  }

  .lg\:tw-w-3\/5 {
    width: 67%;
  }

  .lg\:tw-w-4\/5 {
    width: 80%;
  }

  .lg\:tw-w-1\/6 {
    width: 16.66667%;
  }

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

  .lg\:tw-w-full {
    width: 100%;
  }

  .lg\:tw-w-screen {
    width: 100vw;
  }

  .lg\:tw-z-0 {
    z-index: 0;
  }

  .lg\:tw-z-10 {
    z-index: 10;
  }

  .lg\:tw-z-20 {
    z-index: 20;
  }

  .lg\:tw-z-30 {
    z-index: 30;
  }

  .lg\:tw-z-40 {
    z-index: 40;
  }

  .lg\:tw-z-50 {
    z-index: 50;
  }

  .lg\:tw-z-auto {
    z-index: auto;
  }

  .lg\:tw-backface-visible {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }

  .lg\:tw-backface-hidden {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  .lg\:tw-perspective-top {
    perspective-origin: top;
  }

  .lg\:tw-perspective-right {
    perspective-origin: right;
  }

  .lg\:tw-perspective-bottom {
    perspective-origin: bottom;
  }

  .lg\:tw-perspective-left {
    perspective-origin: left;
  }

  .lg\:tw-perspective-center {
    perspective-origin: center;
  }

  .lg\:tw-perspective-right-top {
    perspective-origin: right top;
  }

  .lg\:tw-perspective-right-bottom {
    perspective-origin: right bottom;
  }

  .lg\:tw-perspective-left-top {
    perspective-origin: left top;
  }

  .lg\:tw-perspective-left-bottom {
    perspective-origin: left bottom;
  }

  .lg\:tw-transform-border {
    transform-box: border-box;
  }

  .lg\:tw-transform-fill {
    transform-box: fill-box;
  }

  .lg\:tw-transform-view {
    transform-box: view-box;
  }

  .lg\:tw-transform-top {
    transform-origin: top;
  }

  .lg\:tw-transform-right {
    transform-origin: right;
  }

  .lg\:tw-transform-bottom {
    transform-origin: bottom;
  }

  .lg\:tw-transform-left {
    transform-origin: left;
  }

  .lg\:tw-transform-center {
    transform-origin: center;
  }

  .lg\:tw-transform-right-top {
    transform-origin: right top;
  }

  .lg\:tw-transform-right-bottom {
    transform-origin: right bottom;
  }

  .lg\:tw-transform-left-top {
    transform-origin: left top;
  }

  .lg\:tw-transform-left-bottom {
    transform-origin: left bottom;
  }

  .lg\:tw-transform-flat {
    transform-style: flat;
  }

  .lg\:tw-transform-preserve {
    transform-style: preserve-3d;
  }

  .lg\:tw-transform-none {
    transform: none;
  }

  .lg\:tw-translate-x-1\/2 {
    transform: translateX(50%);
  }

  .lg\:tw-translate-y-1\/2 {
    transform: translateY(50%);
  }

  .lg\:tw-translate-x-full {
    transform: translateX(100%);
  }

  .lg\:tw-translate-y-full {
    transform: translateY(100%);
  }

  .lg\:tw--translate-x-1\/2 {
    transform: translateX(-50%);
  }

  .lg\:tw--translate-y-1\/2 {
    transform: translateY(-50%);
  }

  .lg\:tw--translate-x-full {
    transform: translateX(-100%);
  }

  .lg\:tw--translate-y-full {
    transform: translateY(-100%);
  }

  .lg\:tw-scale-90 {
    transform: scale(.9);
  }

  .lg\:tw-scale-x-90 {
    transform: scaleX(.9);
  }

  .lg\:tw-scale-y-90 {
    transform: scaleY(.9);
  }

  .lg\:tw-scale-100 {
    transform: scale(1);
  }

  .lg\:tw-scale-x-100 {
    transform: scaleX(1);
  }

  .lg\:tw-scale-y-100 {
    transform: scaleY(1);
  }

  .lg\:tw-scale-110 {
    transform: scale(1.1);
  }

  .lg\:tw-scale-x-110 {
    transform: scaleX(1.1);
  }

  .lg\:tw-scale-y-110 {
    transform: scaleY(1.1);
  }

  .lg\:tw-rotate-90 {
    transform: rotate(90deg);
  }

  .lg\:tw-rotate-180 {
    transform: rotate(180deg);
  }

  .lg\:tw-rotate-270 {
    transform: rotate(270deg);
  }

  .lg\:tw--rotate-90 {
    transform: rotate(-90deg);
  }

  .lg\:tw--rotate-180 {
    transform: rotate(-180deg);
  }

  .lg\:tw--rotate-270 {
    transform: rotate(-270deg);
  }

  .lg\:tw-skew-x-5 {
    transform: skewX(5deg);
  }

  .lg\:tw-skew-y-5 {
    transform: skewY(5deg);
  }

  .lg\:tw--skew-x-5 {
    transform: skewX(-5deg);
  }

  .lg\:tw--skew-y-5 {
    transform: skewY(-5deg);
  }

  .lg\:tw-transform-origin-t {
    transform-origin: 50% 0%;
  }

  .lg\:tw-transform-origin-r {
    transform-origin: 100% 50%;
  }

  .lg\:tw-transform-origin-b {
    transform-origin: 50% 100%;
  }

  .lg\:tw-transform-origin-l {
    transform-origin: 0% 50%;
  }
}

@media (min-width: 1200px) {
  .xl\:tw-list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:tw-bg-fixed {
    background-attachment: fixed;
  }

  .xl\:tw-bg-local {
    background-attachment: local;
  }

  .xl\:tw-bg-scroll {
    background-attachment: scroll;
  }

  .xl\:tw-bg-transparent {
    background-color: transparent;
  }

  .xl\:tw-bg-secondary {
    background-color: #2effcc;
  }

  .xl\:tw-bg-primary {
    background-color: #e5e5e5;
  }

  .xl\:tw-bg-white {
    background-color: #e5e5e5;
  }

  .xl\:tw-bg-black {
    background-color: #000;
  }

  .xl\:tw-bg-link {
    background-color: #9345ff;
  }

  .xl\:tw-bg-grey {
    background-color: #171717;
  }

  .xl\:tw-bg-facebook {
    background-color: #3b5999;
  }

  .xl\:tw-bg-twitter {
    background-color: #017eb6;
  }

  .xl\:tw-bg-instagram {
    background-color: #517fa4;
  }

  .xl\:tw-bg-youtube {
    background-color: #c9332d;
  }

  .xl\:tw-bg-pinterest {
    background-color: #bd081c;
  }

  .xl\:tw-bg-share {
    background-color: #2ca9e1;
  }

  .xl\:hover\:tw-bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:tw-bg-secondary:hover {
    background-color: #2effcc;
  }

  .xl\:hover\:tw-bg-primary:hover {
    background-color: #e5e5e5;
  }

  .xl\:hover\:tw-bg-white:hover {
    background-color: #e5e5e5;
  }

  .xl\:hover\:tw-bg-black:hover {
    background-color: #000;
  }

  .xl\:hover\:tw-bg-link:hover {
    background-color: #9345ff;
  }

  .xl\:hover\:tw-bg-grey:hover {
    background-color: #171717;
  }

  .xl\:hover\:tw-bg-facebook:hover {
    background-color: #3b5999;
  }

  .xl\:hover\:tw-bg-twitter:hover {
    background-color: #017eb6;
  }

  .xl\:hover\:tw-bg-instagram:hover {
    background-color: #517fa4;
  }

  .xl\:hover\:tw-bg-youtube:hover {
    background-color: #c9332d;
  }

  .xl\:hover\:tw-bg-pinterest:hover {
    background-color: #bd081c;
  }

  .xl\:hover\:tw-bg-share:hover {
    background-color: #2ca9e1;
  }

  .xl\:focus\:tw-bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:tw-bg-secondary:focus {
    background-color: #2effcc;
  }

  .xl\:focus\:tw-bg-primary:focus {
    background-color: #e5e5e5;
  }

  .xl\:focus\:tw-bg-white:focus {
    background-color: #e5e5e5;
  }

  .xl\:focus\:tw-bg-black:focus {
    background-color: #000;
  }

  .xl\:focus\:tw-bg-link:focus {
    background-color: #9345ff;
  }

  .xl\:focus\:tw-bg-grey:focus {
    background-color: #171717;
  }

  .xl\:focus\:tw-bg-facebook:focus {
    background-color: #3b5999;
  }

  .xl\:focus\:tw-bg-twitter:focus {
    background-color: #017eb6;
  }

  .xl\:focus\:tw-bg-instagram:focus {
    background-color: #517fa4;
  }

  .xl\:focus\:tw-bg-youtube:focus {
    background-color: #c9332d;
  }

  .xl\:focus\:tw-bg-pinterest:focus {
    background-color: #bd081c;
  }

  .xl\:focus\:tw-bg-share:focus {
    background-color: #2ca9e1;
  }

  .xl\:tw-bg-bottom {
    background-position: bottom;
  }

  .xl\:tw-bg-center {
    background-position: center;
  }

  .xl\:tw-bg-left {
    background-position: left;
  }

  .xl\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:tw-bg-left-top {
    background-position: left top;
  }

  .xl\:tw-bg-right {
    background-position: right;
  }

  .xl\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:tw-bg-right-top {
    background-position: right top;
  }

  .xl\:tw-bg-top {
    background-position: top;
  }

  .xl\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .xl\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:tw-bg-auto {
    background-size: auto;
  }

  .xl\:tw-bg-cover {
    background-size: cover;
  }

  .xl\:tw-bg-contain {
    background-size: contain;
  }

  .xl\:tw-border-transparent {
    border-color: transparent;
  }

  .xl\:tw-border-secondary {
    border-color: #2effcc;
  }

  .xl\:tw-border-primary {
    border-color: #e5e5e5;
  }

  .xl\:tw-border-white {
    border-color: #e5e5e5;
  }

  .xl\:tw-border-black {
    border-color: #000;
  }

  .xl\:tw-border-link {
    border-color: #9345ff;
  }

  .xl\:tw-border-grey {
    border-color: #171717;
  }

  .xl\:tw-border-facebook {
    border-color: #3b5999;
  }

  .xl\:tw-border-twitter {
    border-color: #017eb6;
  }

  .xl\:tw-border-instagram {
    border-color: #517fa4;
  }

  .xl\:tw-border-youtube {
    border-color: #c9332d;
  }

  .xl\:tw-border-pinterest {
    border-color: #bd081c;
  }

  .xl\:tw-border-share {
    border-color: #2ca9e1;
  }

  .xl\:hover\:tw-border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:tw-border-secondary:hover {
    border-color: #2effcc;
  }

  .xl\:hover\:tw-border-primary:hover {
    border-color: #e5e5e5;
  }

  .xl\:hover\:tw-border-white:hover {
    border-color: #e5e5e5;
  }

  .xl\:hover\:tw-border-black:hover {
    border-color: #000;
  }

  .xl\:hover\:tw-border-link:hover {
    border-color: #9345ff;
  }

  .xl\:hover\:tw-border-grey:hover {
    border-color: #171717;
  }

  .xl\:hover\:tw-border-facebook:hover {
    border-color: #3b5999;
  }

  .xl\:hover\:tw-border-twitter:hover {
    border-color: #017eb6;
  }

  .xl\:hover\:tw-border-instagram:hover {
    border-color: #517fa4;
  }

  .xl\:hover\:tw-border-youtube:hover {
    border-color: #c9332d;
  }

  .xl\:hover\:tw-border-pinterest:hover {
    border-color: #bd081c;
  }

  .xl\:hover\:tw-border-share:hover {
    border-color: #2ca9e1;
  }

  .xl\:focus\:tw-border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:tw-border-secondary:focus {
    border-color: #2effcc;
  }

  .xl\:focus\:tw-border-primary:focus {
    border-color: #e5e5e5;
  }

  .xl\:focus\:tw-border-white:focus {
    border-color: #e5e5e5;
  }

  .xl\:focus\:tw-border-black:focus {
    border-color: #000;
  }

  .xl\:focus\:tw-border-link:focus {
    border-color: #9345ff;
  }

  .xl\:focus\:tw-border-grey:focus {
    border-color: #171717;
  }

  .xl\:focus\:tw-border-facebook:focus {
    border-color: #3b5999;
  }

  .xl\:focus\:tw-border-twitter:focus {
    border-color: #017eb6;
  }

  .xl\:focus\:tw-border-instagram:focus {
    border-color: #517fa4;
  }

  .xl\:focus\:tw-border-youtube:focus {
    border-color: #c9332d;
  }

  .xl\:focus\:tw-border-pinterest:focus {
    border-color: #bd081c;
  }

  .xl\:focus\:tw-border-share:focus {
    border-color: #2ca9e1;
  }

  .xl\:tw-rounded-none {
    border-radius: 0;
  }

  .xl\:tw-rounded-sm {
    border-radius: .125rem;
  }

  .xl\:tw-rounded {
    border-radius: .25rem;
  }

  .xl\:tw-rounded-lg {
    border-radius: .5rem;
  }

  .xl\:tw-rounded-xl {
    border-radius: 1rem;
  }

  .xl\:tw-rounded-2xl {
    border-radius: 2rem;
  }

  .xl\:tw-rounded-full {
    border-radius: 9999px;
  }

  .xl\:tw-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:tw-rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:tw-rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:tw-rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:tw-rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:tw-rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:tw-rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:tw-rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:tw-rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:tw-rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:tw-rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:tw-rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:tw-rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:tw-rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:tw-rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:tw-rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:tw-rounded-t-xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:tw-rounded-r-xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:tw-rounded-b-xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:tw-rounded-l-xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:tw-rounded-t-2xl {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .xl\:tw-rounded-r-2xl {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .xl\:tw-rounded-b-2xl {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .xl\:tw-rounded-l-2xl {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .xl\:tw-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:tw-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:tw-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:tw-rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:tw-rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:tw-rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:tw-rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:tw-rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:tw-rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:tw-rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:tw-rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:tw-rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:tw-rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:tw-rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:tw-rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:tw-rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:tw-rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:tw-rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:tw-rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:tw-rounded-tl-xl {
    border-top-left-radius: 1rem;
  }

  .xl\:tw-rounded-tr-xl {
    border-top-right-radius: 1rem;
  }

  .xl\:tw-rounded-br-xl {
    border-bottom-right-radius: 1rem;
  }

  .xl\:tw-rounded-bl-xl {
    border-bottom-left-radius: 1rem;
  }

  .xl\:tw-rounded-tl-2xl {
    border-top-left-radius: 2rem;
  }

  .xl\:tw-rounded-tr-2xl {
    border-top-right-radius: 2rem;
  }

  .xl\:tw-rounded-br-2xl {
    border-bottom-right-radius: 2rem;
  }

  .xl\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 2rem;
  }

  .xl\:tw-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:tw-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:tw-border-solid {
    border-style: solid;
  }

  .xl\:tw-border-dashed {
    border-style: dashed;
  }

  .xl\:tw-border-dotted {
    border-style: dotted;
  }

  .xl\:tw-border-none {
    border-style: none;
  }

  .xl\:tw-border-0 {
    border-width: 0;
  }

  .xl\:tw-border-2 {
    border-width: 2px;
  }

  .xl\:tw-border-4 {
    border-width: 4px;
  }

  .xl\:tw-border-8 {
    border-width: 8px;
  }

  .xl\:tw-border {
    border-width: 1px;
  }

  .xl\:tw-border-t-0 {
    border-top-width: 0;
  }

  .xl\:tw-border-r-0 {
    border-right-width: 0;
  }

  .xl\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:tw-border-l-0 {
    border-left-width: 0;
  }

  .xl\:tw-border-t-2 {
    border-top-width: 2px;
  }

  .xl\:tw-border-r-2 {
    border-right-width: 2px;
  }

  .xl\:tw-border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:tw-border-l-2 {
    border-left-width: 2px;
  }

  .xl\:tw-border-t-4 {
    border-top-width: 4px;
  }

  .xl\:tw-border-r-4 {
    border-right-width: 4px;
  }

  .xl\:tw-border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:tw-border-l-4 {
    border-left-width: 4px;
  }

  .xl\:tw-border-t-8 {
    border-top-width: 8px;
  }

  .xl\:tw-border-r-8 {
    border-right-width: 8px;
  }

  .xl\:tw-border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:tw-border-l-8 {
    border-left-width: 8px;
  }

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

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

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

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

  .xl\:tw-cursor-auto {
    cursor: auto;
  }

  .xl\:tw-cursor-default {
    cursor: default;
  }

  .xl\:tw-cursor-pointer {
    cursor: pointer;
  }

  .xl\:tw-cursor-wait {
    cursor: wait;
  }

  .xl\:tw-cursor-move {
    cursor: move;
  }

  .xl\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:tw-block {
    display: block;
  }

  .xl\:tw-inline-block {
    display: inline-block;
  }

  .xl\:tw-inline {
    display: inline;
  }

  .xl\:tw-table {
    display: table;
  }

  .xl\:tw-table-row {
    display: table-row;
  }

  .xl\:tw-table-cell {
    display: table-cell;
  }

  .xl\:tw-hidden {
    display: none;
  }

  .xl\:tw-flex {
    display: flex;
  }

  .xl\:tw-inline-flex {
    display: inline-flex;
  }

  .xl\:tw-flex-row {
    flex-direction: row;
  }

  .xl\:tw-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:tw-flex-col {
    flex-direction: column;
  }

  .xl\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:tw-items-start {
    align-items: flex-start;
  }

  .xl\:tw-items-end {
    align-items: flex-end;
  }

  .xl\:tw-items-center {
    align-items: center;
  }

  .xl\:tw-items-baseline {
    align-items: baseline;
  }

  .xl\:tw-items-stretch {
    align-items: stretch;
  }

  .xl\:tw-self-auto {
    align-self: auto;
  }

  .xl\:tw-self-start {
    align-self: flex-start;
  }

  .xl\:tw-self-end {
    align-self: flex-end;
  }

  .xl\:tw-self-center {
    align-self: center;
  }

  .xl\:tw-self-stretch {
    align-self: stretch;
  }

  .xl\:tw-justify-start {
    justify-content: flex-start;
  }

  .xl\:tw-justify-end {
    justify-content: flex-end;
  }

  .xl\:tw-justify-center {
    justify-content: center;
  }

  .xl\:tw-justify-between {
    justify-content: space-between;
  }

  .xl\:tw-justify-around {
    justify-content: space-around;
  }

  .xl\:tw-content-center {
    align-content: center;
  }

  .xl\:tw-content-start {
    align-content: flex-start;
  }

  .xl\:tw-content-end {
    align-content: flex-end;
  }

  .xl\:tw-content-between {
    align-content: space-between;
  }

  .xl\:tw-content-around {
    align-content: space-around;
  }

  .xl\:tw-flex-1 {
    flex: 1 1 0%;
  }

  .xl\:tw-flex-auto {
    flex: 1 1 auto;
  }

  .xl\:tw-flex-initial {
    flex: 0 1 auto;
  }

  .xl\:tw-flex-none {
    flex: none;
  }

  .xl\:tw-flex-grow {
    flex-grow: 1;
  }

  .xl\:tw-flex-shrink {
    flex-shrink: 1;
  }

  .xl\:tw-flex-no-grow {
    flex-grow: 0;
  }

  .xl\:tw-flex-no-shrink {
    flex-shrink: 0;
  }

  .xl\:tw-float-right {
    float: right;
  }

  .xl\:tw-float-left {
    float: left;
  }

  .xl\:tw-float-none {
    float: none;
  }

  .xl\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:tw-font-sans {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .xl\:tw-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xl\:tw-font-opensans {
    font-family: OpenSans;
  }

  .xl\:tw-font-cfurania {
    font-family: CFUrania;
  }

  .xl\:tw-font-hairline {
    font-weight: 100;
  }

  .xl\:tw-font-thin {
    font-weight: 200;
  }

  .xl\:tw-font-light {
    font-weight: 300;
  }

  .xl\:tw-font-normal {
    font-weight: 400;
  }

  .xl\:tw-font-medium {
    font-weight: 500;
  }

  .xl\:tw-font-semibold {
    font-weight: 600;
  }

  .xl\:tw-font-bold {
    font-weight: 700;
  }

  .xl\:tw-font-extrabold {
    font-weight: 800;
  }

  .xl\:tw-font-black {
    font-weight: 900;
  }

  .xl\:hover\:tw-font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:tw-font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:tw-font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:tw-font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:tw-font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:tw-font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:tw-font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:tw-font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:tw-font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:tw-font-hairline:focus {
    font-weight: 100;
  }

  .xl\:focus\:tw-font-thin:focus {
    font-weight: 200;
  }

  .xl\:focus\:tw-font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:tw-font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:tw-font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:tw-font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:tw-font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:tw-font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:tw-font-black:focus {
    font-weight: 900;
  }

  .xl\:tw-h-1 {
    height: .25rem;
  }

  .xl\:tw-h-2 {
    height: .5rem;
  }

  .xl\:tw-h-3 {
    height: .75rem;
  }

  .xl\:tw-h-4 {
    height: 1rem;
  }

  .xl\:tw-h-5 {
    height: 1.25rem;
  }

  .xl\:tw-h-6 {
    height: 1.5rem;
  }

  .xl\:tw-h-8 {
    height: 2rem;
  }

  .xl\:tw-h-10 {
    height: 2.5rem;
  }

  .xl\:tw-h-12 {
    height: 3rem;
  }

  .xl\:tw-h-16 {
    height: 4rem;
  }

  .xl\:tw-h-24 {
    height: 6rem;
  }

  .xl\:tw-h-32 {
    height: 8rem;
  }

  .xl\:tw-h-48 {
    height: 12rem;
  }

  .xl\:tw-h-64 {
    height: 16rem;
  }

  .xl\:tw-h-auto {
    height: auto;
  }

  .xl\:tw-h-px {
    height: 1px;
  }

  .xl\:tw-h-full {
    height: 100%;
  }

  .xl\:tw-h-screen {
    height: 100vh;
  }

  .xl\:tw-leading-15 {
    line-height: 1.5;
  }

  .xl\:tw-leading-111 {
    line-height: 1.11;
  }

  .xl\:tw-leading-133 {
    line-height: 1.33;
  }

  .xl\:tw-leading-188 {
    line-height: 1.88;
  }

  .xl\:tw-leading-none {
    line-height: 1;
  }

  .xl\:tw-leading-tight {
    line-height: 1.25;
  }

  .xl\:tw-leading-normal {
    line-height: 1.5;
  }

  .xl\:tw-leading-loose {
    line-height: 2;
  }

  .xl\:tw-m-0 {
    margin: 0;
  }

  .xl\:tw-m-1 {
    margin: 1px;
  }

  .xl\:tw-m-2 {
    margin: 2px;
  }

  .xl\:tw-m-3 {
    margin: 3px;
  }

  .xl\:tw-m-4 {
    margin: 4px;
  }

  .xl\:tw-m-5 {
    margin: 5px;
  }

  .xl\:tw-m-6 {
    margin: 6px;
  }

  .xl\:tw-m-7 {
    margin: 7px;
  }

  .xl\:tw-m-8 {
    margin: 8px;
  }

  .xl\:tw-m-9 {
    margin: 9px;
  }

  .xl\:tw-m-10 {
    margin: 10px;
  }

  .xl\:tw-m-12 {
    margin: 12px;
  }

  .xl\:tw-m-14 {
    margin: 14px;
  }

  .xl\:tw-m-15 {
    margin: 15px;
  }

  .xl\:tw-m-16 {
    margin: 16px;
  }

  .xl\:tw-m-17 {
    margin: 17px;
  }

  .xl\:tw-m-20 {
    margin: 20px;
  }

  .xl\:tw-m-22 {
    margin: 22px;
  }

  .xl\:tw-m-23 {
    margin: 23px;
  }

  .xl\:tw-m-24 {
    margin: 24px;
  }

  .xl\:tw-m-25 {
    margin: 25px;
  }

  .xl\:tw-m-26 {
    margin: 26px;
  }

  .xl\:tw-m-28 {
    margin: 28px;
  }

  .xl\:tw-m-30 {
    margin: 30px;
  }

  .xl\:tw-m-32 {
    margin: 32px;
  }

  .xl\:tw-m-34 {
    margin: 34px;
  }

  .xl\:tw-m-35 {
    margin: 35px;
  }

  .xl\:tw-m-39 {
    margin: 39px;
  }

  .xl\:tw-m-40 {
    margin: 40px;
  }

  .xl\:tw-m-42 {
    margin: 42px;
  }

  .xl\:tw-m-43 {
    margin: 43px;
  }

  .xl\:tw-m-44 {
    margin: 44px;
  }

  .xl\:tw-m-45 {
    margin: 45px;
  }

  .xl\:tw-m-46 {
    margin: 46px;
  }

  .xl\:tw-m-49 {
    margin: 49px;
  }

  .xl\:tw-m-50 {
    margin: 50px;
  }

  .xl\:tw-m-57 {
    margin: 57px;
  }

  .xl\:tw-m-60 {
    margin: 60px;
  }

  .xl\:tw-m-64 {
    margin: 64px;
  }

  .xl\:tw-m-70 {
    margin: 70px;
  }

  .xl\:tw-m-71 {
    margin: 71px;
  }

  .xl\:tw-m-74 {
    margin: 74px;
  }

  .xl\:tw-m-80 {
    margin: 80px;
  }

  .xl\:tw-m-85 {
    margin: 85px;
  }

  .xl\:tw-m-88 {
    margin: 88px;
  }

  .xl\:tw-m-90 {
    margin: 90px;
  }

  .xl\:tw-m-95 {
    margin: 95px;
  }

  .xl\:tw-m-100 {
    margin: 100px;
  }

  .xl\:tw-m-120 {
    margin: 120px;
  }

  .xl\:tw-m-auto {
    margin: auto;
  }

  .xl\:tw-m-px {
    margin: 1px;
  }

  .xl\:tw-m-n15 {
    margin: -15px;
  }

  .xl\:tw-m-n20 {
    margin: -20px;
  }

  .xl\:tw-m-n22 {
    margin: -22px;
  }

  .xl\:tw-m-n5 {
    margin: -5px;
  }

  .xl\:tw-m-n3 {
    margin: -3px;
  }

  .xl\:tw-m-n2 {
    margin: -2px;
  }

  .xl\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:tw-my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:tw-mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:tw-my-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xl\:tw-mx-2 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xl\:tw-my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xl\:tw-mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .xl\:tw-my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xl\:tw-mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

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

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

  .xl\:tw-my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xl\:tw-mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .xl\:tw-my-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .xl\:tw-mx-7 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .xl\:tw-my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xl\:tw-mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xl\:tw-my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .xl\:tw-mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

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

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

  .xl\:tw-my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xl\:tw-mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xl\:tw-my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xl\:tw-mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

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

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

  .xl\:tw-my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xl\:tw-mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xl\:tw-my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .xl\:tw-mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

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

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

  .xl\:tw-my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .xl\:tw-mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .xl\:tw-my-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .xl\:tw-mx-23 {
    margin-left: 23px;
    margin-right: 23px;
  }

  .xl\:tw-my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xl\:tw-mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xl\:tw-my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xl\:tw-mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .xl\:tw-my-26 {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .xl\:tw-mx-26 {
    margin-left: 26px;
    margin-right: 26px;
  }

  .xl\:tw-my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .xl\:tw-mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

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

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

  .xl\:tw-my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xl\:tw-mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xl\:tw-my-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .xl\:tw-mx-34 {
    margin-left: 34px;
    margin-right: 34px;
  }

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

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

  .xl\:tw-my-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .xl\:tw-mx-39 {
    margin-left: 39px;
    margin-right: 39px;
  }

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

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

  .xl\:tw-my-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .xl\:tw-mx-42 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .xl\:tw-my-43 {
    margin-top: 43px;
    margin-bottom: 43px;
  }

  .xl\:tw-mx-43 {
    margin-left: 43px;
    margin-right: 43px;
  }

  .xl\:tw-my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .xl\:tw-mx-44 {
    margin-left: 44px;
    margin-right: 44px;
  }

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

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

  .xl\:tw-my-46 {
    margin-top: 46px;
    margin-bottom: 46px;
  }

  .xl\:tw-mx-46 {
    margin-left: 46px;
    margin-right: 46px;
  }

  .xl\:tw-my-49 {
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .xl\:tw-mx-49 {
    margin-left: 49px;
    margin-right: 49px;
  }

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

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

  .xl\:tw-my-57 {
    margin-top: 57px;
    margin-bottom: 57px;
  }

  .xl\:tw-mx-57 {
    margin-left: 57px;
    margin-right: 57px;
  }

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

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

  .xl\:tw-my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .xl\:tw-mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

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

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

  .xl\:tw-my-71 {
    margin-top: 71px;
    margin-bottom: 71px;
  }

  .xl\:tw-mx-71 {
    margin-left: 71px;
    margin-right: 71px;
  }

  .xl\:tw-my-74 {
    margin-top: 74px;
    margin-bottom: 74px;
  }

  .xl\:tw-mx-74 {
    margin-left: 74px;
    margin-right: 74px;
  }

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

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

  .xl\:tw-my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .xl\:tw-mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .xl\:tw-my-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .xl\:tw-mx-88 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .xl\:tw-my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xl\:tw-mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .xl\:tw-my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .xl\:tw-mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

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

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

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

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

  .xl\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:tw-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:tw-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:tw-my-n15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xl\:tw-mx-n15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .xl\:tw-my-n20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl\:tw-mx-n20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:tw-my-n22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .xl\:tw-mx-n22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .xl\:tw-my-n5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xl\:tw-mx-n5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xl\:tw-my-n3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .xl\:tw-mx-n3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .xl\:tw-my-n2 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xl\:tw-mx-n2 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xl\:tw-mt-0 {
    margin-top: 0;
  }

  .xl\:tw-mr-0 {
    margin-right: 0;
  }

  .xl\:tw-mb-0 {
    margin-bottom: 0;
  }

  .xl\:tw-ml-0 {
    margin-left: 0;
  }

  .xl\:tw-mt-1 {
    margin-top: 1px;
  }

  .xl\:tw-mr-1 {
    margin-right: 1px;
  }

  .xl\:tw-mb-1 {
    margin-bottom: 1px;
  }

  .xl\:tw-ml-1 {
    margin-left: 1px;
  }

  .xl\:tw-mt-2 {
    margin-top: 2px;
  }

  .xl\:tw-mr-2 {
    margin-right: 2px;
  }

  .xl\:tw-mb-2 {
    margin-bottom: 2px;
  }

  .xl\:tw-ml-2 {
    margin-left: 2px;
  }

  .xl\:tw-mt-3 {
    margin-top: 3px;
  }

  .xl\:tw-mr-3 {
    margin-right: 3px;
  }

  .xl\:tw-mb-3 {
    margin-bottom: 3px;
  }

  .xl\:tw-ml-3 {
    margin-left: 3px;
  }

  .xl\:tw-mt-4 {
    margin-top: 4px;
  }

  .xl\:tw-mr-4 {
    margin-right: 4px;
  }

  .xl\:tw-mb-4 {
    margin-bottom: 4px;
  }

  .xl\:tw-ml-4 {
    margin-left: 4px;
  }

  .xl\:tw-mt-5 {
    margin-top: 5px;
  }

  .xl\:tw-mr-5 {
    margin-right: 5px;
  }

  .xl\:tw-mb-5 {
    margin-bottom: 5px;
  }

  .xl\:tw-ml-5 {
    margin-left: 5px;
  }

  .xl\:tw-mt-6 {
    margin-top: 6px;
  }

  .xl\:tw-mr-6 {
    margin-right: 6px;
  }

  .xl\:tw-mb-6 {
    margin-bottom: 6px;
  }

  .xl\:tw-ml-6 {
    margin-left: 6px;
  }

  .xl\:tw-mt-7 {
    margin-top: 7px;
  }

  .xl\:tw-mr-7 {
    margin-right: 7px;
  }

  .xl\:tw-mb-7 {
    margin-bottom: 7px;
  }

  .xl\:tw-ml-7 {
    margin-left: 7px;
  }

  .xl\:tw-mt-8 {
    margin-top: 8px;
  }

  .xl\:tw-mr-8 {
    margin-right: 8px;
  }

  .xl\:tw-mb-8 {
    margin-bottom: 8px;
  }

  .xl\:tw-ml-8 {
    margin-left: 8px;
  }

  .xl\:tw-mt-9 {
    margin-top: 9px;
  }

  .xl\:tw-mr-9 {
    margin-right: 9px;
  }

  .xl\:tw-mb-9 {
    margin-bottom: 9px;
  }

  .xl\:tw-ml-9 {
    margin-left: 9px;
  }

  .xl\:tw-mt-10 {
    margin-top: 10px;
  }

  .xl\:tw-mr-10 {
    margin-right: 10px;
  }

  .xl\:tw-mb-10 {
    margin-bottom: 10px;
  }

  .xl\:tw-ml-10 {
    margin-left: 10px;
  }

  .xl\:tw-mt-12 {
    margin-top: 12px;
  }

  .xl\:tw-mr-12 {
    margin-right: 12px;
  }

  .xl\:tw-mb-12 {
    margin-bottom: 12px;
  }

  .xl\:tw-ml-12 {
    margin-left: 12px;
  }

  .xl\:tw-mt-14 {
    margin-top: 14px;
  }

  .xl\:tw-mr-14 {
    margin-right: 14px;
  }

  .xl\:tw-mb-14 {
    margin-bottom: 14px;
  }

  .xl\:tw-ml-14 {
    margin-left: 14px;
  }

  .xl\:tw-mt-15 {
    margin-top: 15px;
  }

  .xl\:tw-mr-15 {
    margin-right: 15px;
  }

  .xl\:tw-mb-15 {
    margin-bottom: 15px;
  }

  .xl\:tw-ml-15 {
    margin-left: 15px;
  }

  .xl\:tw-mt-16 {
    margin-top: 16px;
  }

  .xl\:tw-mr-16 {
    margin-right: 16px;
  }

  .xl\:tw-mb-16 {
    margin-bottom: 16px;
  }

  .xl\:tw-ml-16 {
    margin-left: 16px;
  }

  .xl\:tw-mt-17 {
    margin-top: 17px;
  }

  .xl\:tw-mr-17 {
    margin-right: 17px;
  }

  .xl\:tw-mb-17 {
    margin-bottom: 17px;
  }

  .xl\:tw-ml-17 {
    margin-left: 17px;
  }

  .xl\:tw-mt-20 {
    margin-top: 20px;
  }

  .xl\:tw-mr-20 {
    margin-right: 20px;
  }

  .xl\:tw-mb-20 {
    margin-bottom: 20px;
  }

  .xl\:tw-ml-20 {
    margin-left: 20px;
  }

  .xl\:tw-mt-22 {
    margin-top: 22px;
  }

  .xl\:tw-mr-22 {
    margin-right: 22px;
  }

  .xl\:tw-mb-22 {
    margin-bottom: 22px;
  }

  .xl\:tw-ml-22 {
    margin-left: 22px;
  }

  .xl\:tw-mt-23 {
    margin-top: 23px;
  }

  .xl\:tw-mr-23 {
    margin-right: 23px;
  }

  .xl\:tw-mb-23 {
    margin-bottom: 23px;
  }

  .xl\:tw-ml-23 {
    margin-left: 23px;
  }

  .xl\:tw-mt-24 {
    margin-top: 24px;
  }

  .xl\:tw-mr-24 {
    margin-right: 24px;
  }

  .xl\:tw-mb-24 {
    margin-bottom: 24px;
  }

  .xl\:tw-ml-24 {
    margin-left: 24px;
  }

  .xl\:tw-mt-25 {
    margin-top: 25px;
  }

  .xl\:tw-mr-25 {
    margin-right: 25px;
  }

  .xl\:tw-mb-25 {
    margin-bottom: 25px;
  }

  .xl\:tw-ml-25 {
    margin-left: 25px;
  }

  .xl\:tw-mt-26 {
    margin-top: 26px;
  }

  .xl\:tw-mr-26 {
    margin-right: 26px;
  }

  .xl\:tw-mb-26 {
    margin-bottom: 26px;
  }

  .xl\:tw-ml-26 {
    margin-left: 26px;
  }

  .xl\:tw-mt-28 {
    margin-top: 28px;
  }

  .xl\:tw-mr-28 {
    margin-right: 28px;
  }

  .xl\:tw-mb-28 {
    margin-bottom: 28px;
  }

  .xl\:tw-ml-28 {
    margin-left: 28px;
  }

  .xl\:tw-mt-30 {
    margin-top: 30px;
  }

  .xl\:tw-mr-30 {
    margin-right: 30px;
  }

  .xl\:tw-mb-30 {
    margin-bottom: 30px;
  }

  .xl\:tw-ml-30 {
    margin-left: 30px;
  }

  .xl\:tw-mt-32 {
    margin-top: 32px;
  }

  .xl\:tw-mr-32 {
    margin-right: 32px;
  }

  .xl\:tw-mb-32 {
    margin-bottom: 32px;
  }

  .xl\:tw-ml-32 {
    margin-left: 32px;
  }

  .xl\:tw-mt-34 {
    margin-top: 34px;
  }

  .xl\:tw-mr-34 {
    margin-right: 34px;
  }

  .xl\:tw-mb-34 {
    margin-bottom: 34px;
  }

  .xl\:tw-ml-34 {
    margin-left: 34px;
  }

  .xl\:tw-mt-35 {
    margin-top: 35px;
  }

  .xl\:tw-mr-35 {
    margin-right: 35px;
  }

  .xl\:tw-mb-35 {
    margin-bottom: 35px;
  }

  .xl\:tw-ml-35 {
    margin-left: 35px;
  }

  .xl\:tw-mt-39 {
    margin-top: 39px;
  }

  .xl\:tw-mr-39 {
    margin-right: 39px;
  }

  .xl\:tw-mb-39 {
    margin-bottom: 39px;
  }

  .xl\:tw-ml-39 {
    margin-left: 39px;
  }

  .xl\:tw-mt-40 {
    margin-top: 40px;
  }

  .xl\:tw-mr-40 {
    margin-right: 40px;
  }

  .xl\:tw-mb-40 {
    margin-bottom: 40px;
  }

  .xl\:tw-ml-40 {
    margin-left: 40px;
  }

  .xl\:tw-mt-42 {
    margin-top: 42px;
  }

  .xl\:tw-mr-42 {
    margin-right: 42px;
  }

  .xl\:tw-mb-42 {
    margin-bottom: 42px;
  }

  .xl\:tw-ml-42 {
    margin-left: 42px;
  }

  .xl\:tw-mt-43 {
    margin-top: 43px;
  }

  .xl\:tw-mr-43 {
    margin-right: 43px;
  }

  .xl\:tw-mb-43 {
    margin-bottom: 43px;
  }

  .xl\:tw-ml-43 {
    margin-left: 43px;
  }

  .xl\:tw-mt-44 {
    margin-top: 44px;
  }

  .xl\:tw-mr-44 {
    margin-right: 44px;
  }

  .xl\:tw-mb-44 {
    margin-bottom: 44px;
  }

  .xl\:tw-ml-44 {
    margin-left: 44px;
  }

  .xl\:tw-mt-45 {
    margin-top: 45px;
  }

  .xl\:tw-mr-45 {
    margin-right: 45px;
  }

  .xl\:tw-mb-45 {
    margin-bottom: 45px;
  }

  .xl\:tw-ml-45 {
    margin-left: 45px;
  }

  .xl\:tw-mt-46 {
    margin-top: 46px;
  }

  .xl\:tw-mr-46 {
    margin-right: 46px;
  }

  .xl\:tw-mb-46 {
    margin-bottom: 46px;
  }

  .xl\:tw-ml-46 {
    margin-left: 46px;
  }

  .xl\:tw-mt-49 {
    margin-top: 49px;
  }

  .xl\:tw-mr-49 {
    margin-right: 49px;
  }

  .xl\:tw-mb-49 {
    margin-bottom: 49px;
  }

  .xl\:tw-ml-49 {
    margin-left: 49px;
  }

  .xl\:tw-mt-50 {
    margin-top: 50px;
  }

  .xl\:tw-mr-50 {
    margin-right: 50px;
  }

  .xl\:tw-mb-50 {
    margin-bottom: 50px;
  }

  .xl\:tw-ml-50 {
    margin-left: 50px;
  }

  .xl\:tw-mt-57 {
    margin-top: 57px;
  }

  .xl\:tw-mr-57 {
    margin-right: 57px;
  }

  .xl\:tw-mb-57 {
    margin-bottom: 57px;
  }

  .xl\:tw-ml-57 {
    margin-left: 57px;
  }

  .xl\:tw-mt-60 {
    margin-top: 60px;
  }

  .xl\:tw-mr-60 {
    margin-right: 60px;
  }

  .xl\:tw-mb-60 {
    margin-bottom: 60px;
  }

  .xl\:tw-ml-60 {
    margin-left: 60px;
  }

  .xl\:tw-mt-64 {
    margin-top: 64px;
  }

  .xl\:tw-mr-64 {
    margin-right: 64px;
  }

  .xl\:tw-mb-64 {
    margin-bottom: 64px;
  }

  .xl\:tw-ml-64 {
    margin-left: 64px;
  }

  .xl\:tw-mt-70 {
    margin-top: 70px;
  }

  .xl\:tw-mr-70 {
    margin-right: 70px;
  }

  .xl\:tw-mb-70 {
    margin-bottom: 70px;
  }

  .xl\:tw-ml-70 {
    margin-left: 70px;
  }

  .xl\:tw-mt-71 {
    margin-top: 71px;
  }

  .xl\:tw-mr-71 {
    margin-right: 71px;
  }

  .xl\:tw-mb-71 {
    margin-bottom: 71px;
  }

  .xl\:tw-ml-71 {
    margin-left: 71px;
  }

  .xl\:tw-mt-74 {
    margin-top: 74px;
  }

  .xl\:tw-mr-74 {
    margin-right: 74px;
  }

  .xl\:tw-mb-74 {
    margin-bottom: 74px;
  }

  .xl\:tw-ml-74 {
    margin-left: 74px;
  }

  .xl\:tw-mt-80 {
    margin-top: 80px;
  }

  .xl\:tw-mr-80 {
    margin-right: 80px;
  }

  .xl\:tw-mb-80 {
    margin-bottom: 80px;
  }

  .xl\:tw-ml-80 {
    margin-left: 80px;
  }

  .xl\:tw-mt-85 {
    margin-top: 85px;
  }

  .xl\:tw-mr-85 {
    margin-right: 85px;
  }

  .xl\:tw-mb-85 {
    margin-bottom: 85px;
  }

  .xl\:tw-ml-85 {
    margin-left: 85px;
  }

  .xl\:tw-mt-88 {
    margin-top: 88px;
  }

  .xl\:tw-mr-88 {
    margin-right: 88px;
  }

  .xl\:tw-mb-88 {
    margin-bottom: 88px;
  }

  .xl\:tw-ml-88 {
    margin-left: 88px;
  }

  .xl\:tw-mt-90 {
    margin-top: 90px;
  }

  .xl\:tw-mr-90 {
    margin-right: 90px;
  }

  .xl\:tw-mb-90 {
    margin-bottom: 90px;
  }

  .xl\:tw-ml-90 {
    margin-left: 90px;
  }

  .xl\:tw-mt-95 {
    margin-top: 95px;
  }

  .xl\:tw-mr-95 {
    margin-right: 95px;
  }

  .xl\:tw-mb-95 {
    margin-bottom: 95px;
  }

  .xl\:tw-ml-95 {
    margin-left: 95px;
  }

  .xl\:tw-mt-100 {
    margin-top: 100px;
  }

  .xl\:tw-mr-100 {
    margin-right: 100px;
  }

  .xl\:tw-mb-100 {
    margin-bottom: 100px;
  }

  .xl\:tw-ml-100 {
    margin-left: 100px;
  }

  .xl\:tw-mt-120 {
    margin-top: 120px;
  }

  .xl\:tw-mr-120 {
    margin-right: 120px;
  }

  .xl\:tw-mb-120 {
    margin-bottom: 120px;
  }

  .xl\:tw-ml-120 {
    margin-left: 120px;
  }

  .xl\:tw-mt-auto {
    margin-top: auto;
  }

  .xl\:tw-mr-auto {
    margin-right: auto;
  }

  .xl\:tw-mb-auto {
    margin-bottom: auto;
  }

  .xl\:tw-ml-auto {
    margin-left: auto;
  }

  .xl\:tw-mt-px {
    margin-top: 1px;
  }

  .xl\:tw-mr-px {
    margin-right: 1px;
  }

  .xl\:tw-mb-px {
    margin-bottom: 1px;
  }

  .xl\:tw-ml-px {
    margin-left: 1px;
  }

  .xl\:tw-mt-n15 {
    margin-top: -15px;
  }

  .xl\:tw-mr-n15 {
    margin-right: -15px;
  }

  .xl\:tw-mb-n15 {
    margin-bottom: -15px;
  }

  .xl\:tw-ml-n15 {
    margin-left: -15px;
  }

  .xl\:tw-mt-n20 {
    margin-top: -20px;
  }

  .xl\:tw-mr-n20 {
    margin-right: -20px;
  }

  .xl\:tw-mb-n20 {
    margin-bottom: -20px;
  }

  .xl\:tw-ml-n20 {
    margin-left: -20px;
  }

  .xl\:tw-mt-n22 {
    margin-top: -22px;
  }

  .xl\:tw-mr-n22 {
    margin-right: -22px;
  }

  .xl\:tw-mb-n22 {
    margin-bottom: -22px;
  }

  .xl\:tw-ml-n22 {
    margin-left: -22px;
  }

  .xl\:tw-mt-n5 {
    margin-top: -5px;
  }

  .xl\:tw-mr-n5 {
    margin-right: -5px;
  }

  .xl\:tw-mb-n5 {
    margin-bottom: -5px;
  }

  .xl\:tw-ml-n5 {
    margin-left: -5px;
  }

  .xl\:tw-mt-n3 {
    margin-top: -3px;
  }

  .xl\:tw-mr-n3 {
    margin-right: -3px;
  }

  .xl\:tw-mb-n3 {
    margin-bottom: -3px;
  }

  .xl\:tw-ml-n3 {
    margin-left: -3px;
  }

  .xl\:tw-mt-n2 {
    margin-top: -2px;
  }

  .xl\:tw-mr-n2 {
    margin-right: -2px;
  }

  .xl\:tw-mb-n2 {
    margin-bottom: -2px;
  }

  .xl\:tw-ml-n2 {
    margin-left: -2px;
  }

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

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

  .xl\:tw-max-w-56 {
    max-width: 56%;
  }

  .xl\:tw-max-w-65 {
    max-width: 65%;
  }

  .xl\:tw-max-w-81 {
    max-width: 81%;
  }

  .xl\:tw-max-w-944 {
    max-width: 944px;
  }

  .xl\:tw-max-w-xs {
    max-width: 20rem;
  }

  .xl\:tw-max-w-sm {
    max-width: 30rem;
  }

  .xl\:tw-max-w-md {
    max-width: 40rem;
  }

  .xl\:tw-max-w-lg {
    max-width: 50rem;
  }

  .xl\:tw-max-w-xl {
    max-width: 60rem;
  }

  .xl\:tw-max-w-2xl {
    max-width: 70rem;
  }

  .xl\:tw-max-w-3xl {
    max-width: 80rem;
  }

  .xl\:tw-max-w-4xl {
    max-width: 90rem;
  }

  .xl\:tw-max-w-5xl {
    max-width: 100rem;
  }

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

  .xl\:tw-min-h-0 {
    min-height: 0;
  }

  .xl\:tw-min-h-52 {
    min-height: 52px;
  }

  .xl\:tw-min-h-80 {
    min-height: 80px;
  }

  .xl\:tw-min-h-92 {
    min-height: 92px;
  }

  .xl\:tw-min-h-105 {
    min-height: 105px;
  }

  .xl\:tw-min-h-full {
    min-height: 100%;
  }

  .xl\:tw-min-h-screen {
    min-height: 100vh;
  }

  .xl\:tw-min-h-auto {
    min-height: auto;
  }

  .xl\:tw-min-w-0 {
    min-width: 0;
  }

  .xl\:tw-min-w-1 {
    min-width: .25rem;
  }

  .xl\:tw-min-w-2 {
    min-width: .5rem;
  }

  .xl\:tw-min-w-3 {
    min-width: .75rem;
  }

  .xl\:tw-min-w-4 {
    min-width: 1rem;
  }

  .xl\:tw-min-w-5 {
    min-width: 1.25rem;
  }

  .xl\:tw-min-w-6 {
    min-width: 1.5rem;
  }

  .xl\:tw-min-w-8 {
    min-width: 2rem;
  }

  .xl\:tw-min-w-10 {
    min-width: 2.5rem;
  }

  .xl\:tw-min-w-12 {
    min-width: 3rem;
  }

  .xl\:tw-min-w-16 {
    min-width: 4rem;
  }

  .xl\:tw-min-w-24 {
    min-width: 6rem;
  }

  .xl\:tw-min-w-32 {
    min-width: 8rem;
  }

  .xl\:tw-min-w-48 {
    min-width: 12rem;
  }

  .xl\:tw-min-w-64 {
    min-width: 16rem;
  }

  .xl\:tw-min-w-1\/2 {
    min-width: 50%;
  }

  .xl\:tw-min-w-1\/3 {
    min-width: 33.33333%;
  }

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

  .xl\:tw-min-w-1\/4 {
    min-width: 25%;
  }

  .xl\:tw-min-w-3\/4 {
    min-width: 75%;
  }

  .xl\:tw-min-w-1\/5 {
    min-width: 20%;
  }

  .xl\:tw-min-w-2\/5 {
    min-width: 40%;
  }

  .xl\:tw-min-w-3\/5 {
    min-width: 60%;
  }

  .xl\:tw-min-w-4\/5 {
    min-width: 80%;
  }

  .xl\:tw-min-w-1\/6 {
    min-width: 16.66667%;
  }

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

  .xl\:tw-min-w-full {
    min-width: 100%;
  }

  .xl\:tw--m-0 {
    margin: 0;
  }

  .xl\:tw--m-1 {
    margin: -0.25rem;
  }

  .xl\:tw--m-2 {
    margin: -0.5rem;
  }

  .xl\:tw--m-3 {
    margin: -0.75rem;
  }

  .xl\:tw--m-4 {
    margin: -1rem;
  }

  .xl\:tw--m-5 {
    margin: -1.25rem;
  }

  .xl\:tw--m-6 {
    margin: -1.5rem;
  }

  .xl\:tw--m-8 {
    margin: -2rem;
  }

  .xl\:tw--m-10 {
    margin: -2.5rem;
  }

  .xl\:tw--m-12 {
    margin: -3rem;
  }

  .xl\:tw--m-16 {
    margin: -4rem;
  }

  .xl\:tw--m-20 {
    margin: -5rem;
  }

  .xl\:tw--m-24 {
    margin: -6rem;
  }

  .xl\:tw--m-32 {
    margin: -8rem;
  }

  .xl\:tw--m-px {
    margin: -1px;
  }

  .xl\:tw--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:tw--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:tw--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:tw--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:tw--my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:tw--mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:tw--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:tw--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:tw--my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:tw--mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:tw--my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:tw--mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:tw--my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:tw--mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:tw--my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:tw--mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:tw--mt-0 {
    margin-top: 0;
  }

  .xl\:tw--mr-0 {
    margin-right: 0;
  }

  .xl\:tw--mb-0 {
    margin-bottom: 0;
  }

  .xl\:tw--ml-0 {
    margin-left: 0;
  }

  .xl\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:tw--mt-4 {
    margin-top: -1rem;
  }

  .xl\:tw--mr-4 {
    margin-right: -1rem;
  }

  .xl\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:tw--ml-4 {
    margin-left: -1rem;
  }

  .xl\:tw--mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:tw--mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:tw--mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:tw--ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:tw--mt-8 {
    margin-top: -2rem;
  }

  .xl\:tw--mr-8 {
    margin-right: -2rem;
  }

  .xl\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:tw--ml-8 {
    margin-left: -2rem;
  }

  .xl\:tw--mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:tw--mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:tw--mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:tw--ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:tw--mt-12 {
    margin-top: -3rem;
  }

  .xl\:tw--mr-12 {
    margin-right: -3rem;
  }

  .xl\:tw--mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:tw--ml-12 {
    margin-left: -3rem;
  }

  .xl\:tw--mt-16 {
    margin-top: -4rem;
  }

  .xl\:tw--mr-16 {
    margin-right: -4rem;
  }

  .xl\:tw--mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:tw--ml-16 {
    margin-left: -4rem;
  }

  .xl\:tw--mt-20 {
    margin-top: -5rem;
  }

  .xl\:tw--mr-20 {
    margin-right: -5rem;
  }

  .xl\:tw--mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:tw--ml-20 {
    margin-left: -5rem;
  }

  .xl\:tw--mt-24 {
    margin-top: -6rem;
  }

  .xl\:tw--mr-24 {
    margin-right: -6rem;
  }

  .xl\:tw--mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:tw--ml-24 {
    margin-left: -6rem;
  }

  .xl\:tw--mt-32 {
    margin-top: -8rem;
  }

  .xl\:tw--mr-32 {
    margin-right: -8rem;
  }

  .xl\:tw--mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:tw--ml-32 {
    margin-left: -8rem;
  }

  .xl\:tw--mt-px {
    margin-top: -1px;
  }

  .xl\:tw--mr-px {
    margin-right: -1px;
  }

  .xl\:tw--mb-px {
    margin-bottom: -1px;
  }

  .xl\:tw--ml-px {
    margin-left: -1px;
  }

  .xl\:tw-opacity-0 {
    opacity: 0;
  }

  .xl\:tw-opacity-25 {
    opacity: .25;
  }

  .xl\:tw-opacity-50 {
    opacity: .5;
  }

  .xl\:tw-opacity-75 {
    opacity: .75;
  }

  .xl\:tw-opacity-100 {
    opacity: 1;
  }

  .xl\:hover\:tw-opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:tw-opacity-25:hover {
    opacity: .25;
  }

  .xl\:hover\:tw-opacity-50:hover {
    opacity: .5;
  }

  .xl\:hover\:tw-opacity-75:hover {
    opacity: .75;
  }

  .xl\:hover\:tw-opacity-100:hover {
    opacity: 1;
  }

  .xl\:tw-overflow-auto {
    overflow: auto;
  }

  .xl\:tw-overflow-hidden {
    overflow: hidden;
  }

  .xl\:tw-overflow-visible {
    overflow: visible;
  }

  .xl\:tw-overflow-scroll {
    overflow: scroll;
  }

  .xl\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:tw-overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:tw-overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:tw-overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:tw-overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:tw-p-0 {
    padding: 0;
  }

  .xl\:tw-p-1 {
    padding: .25rem;
  }

  .xl\:tw-p-2 {
    padding: 2px;
  }

  .xl\:tw-p-3 {
    padding: 3px;
  }

  .xl\:tw-p-4 {
    padding: 4px;
  }

  .xl\:tw-p-5 {
    padding: 5px;
  }

  .xl\:tw-p-6 {
    padding: 6px;
  }

  .xl\:tw-p-8 {
    padding: 8px;
  }

  .xl\:tw-p-9 {
    padding: 9px;
  }

  .xl\:tw-p-10 {
    padding: 10px;
  }

  .xl\:tw-p-11 {
    padding: 11px;
  }

  .xl\:tw-p-12 {
    padding: 12px;
  }

  .xl\:tw-p-15 {
    padding: 15px;
  }

  .xl\:tw-p-16 {
    padding: 16px;
  }

  .xl\:tw-p-20 {
    padding: 20px;
  }

  .xl\:tw-p-23 {
    padding: 23px;
  }

  .xl\:tw-p-24 {
    padding: 24px;
  }

  .xl\:tw-p-28 {
    padding: 28px;
  }

  .xl\:tw-p-30 {
    padding: 30px;
  }

  .xl\:tw-p-32 {
    padding: 8rem;
  }

  .xl\:tw-p-40 {
    padding: 40px;
  }

  .xl\:tw-p-45 {
    padding: 45px;
  }

  .xl\:tw-p-56 {
    padding: 56px;
  }

  .xl\:tw-p-57 {
    padding: 57px;
  }

  .xl\:tw-p-69 {
    padding: 69px;
  }

  .xl\:tw-p-70 {
    padding: 70px;
  }

  .xl\:tw-p-80 {
    padding: 80px;
  }

  .xl\:tw-p-82 {
    padding: 82px;
  }

  .xl\:tw-p-90 {
    padding: 90px;
  }

  .xl\:tw-p-122 {
    padding: 122px;
  }

  .xl\:tw-p-130 {
    padding: 130px;
  }

  .xl\:tw-p-135 {
    padding: 135px;
  }

  .xl\:tw-p-160 {
    padding: 160px;
  }

  .xl\:tw-p-px {
    padding: 1px;
  }

  .xl\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:tw-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:tw-px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:tw-py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl\:tw-px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl\:tw-py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .xl\:tw-px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .xl\:tw-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xl\:tw-px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .xl\:tw-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xl\:tw-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xl\:tw-py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xl\:tw-px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xl\:tw-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xl\:tw-px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xl\:tw-py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .xl\:tw-px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

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

  .xl\:tw-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:tw-py-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .xl\:tw-px-11 {
    padding-left: 11px;
    padding-right: 11px;
  }

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

  .xl\:tw-px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .xl\:tw-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:tw-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl\:tw-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .xl\:tw-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:tw-py-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .xl\:tw-px-23 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .xl\:tw-py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xl\:tw-px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:tw-py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xl\:tw-px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .xl\:tw-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:tw-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:tw-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .xl\:tw-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:tw-py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xl\:tw-px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .xl\:tw-py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .xl\:tw-px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .xl\:tw-py-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .xl\:tw-px-57 {
    padding-left: 57px;
    padding-right: 57px;
  }

  .xl\:tw-py-69 {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .xl\:tw-px-69 {
    padding-left: 69px;
    padding-right: 69px;
  }

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

  .xl\:tw-px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

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

  .xl\:tw-px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xl\:tw-py-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .xl\:tw-px-82 {
    padding-left: 82px;
    padding-right: 82px;
  }

  .xl\:tw-py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xl\:tw-px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .xl\:tw-py-122 {
    padding-top: 122px;
    padding-bottom: 122px;
  }

  .xl\:tw-px-122 {
    padding-left: 122px;
    padding-right: 122px;
  }

  .xl\:tw-py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .xl\:tw-px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .xl\:tw-py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .xl\:tw-px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

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

  .xl\:tw-px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .xl\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:tw-pt-0 {
    padding-top: 0;
  }

  .xl\:tw-pr-0 {
    padding-right: 0;
  }

  .xl\:tw-pb-0 {
    padding-bottom: 0;
  }

  .xl\:tw-pl-0 {
    padding-left: 0;
  }

  .xl\:tw-pt-1 {
    padding-top: .25rem;
  }

  .xl\:tw-pr-1 {
    padding-right: .25rem;
  }

  .xl\:tw-pb-1 {
    padding-bottom: .25rem;
  }

  .xl\:tw-pl-1 {
    padding-left: .25rem;
  }

  .xl\:tw-pt-2 {
    padding-top: 2px;
  }

  .xl\:tw-pr-2 {
    padding-right: 2px;
  }

  .xl\:tw-pb-2 {
    padding-bottom: 2px;
  }

  .xl\:tw-pl-2 {
    padding-left: 2px;
  }

  .xl\:tw-pt-3 {
    padding-top: 3px;
  }

  .xl\:tw-pr-3 {
    padding-right: 3px;
  }

  .xl\:tw-pb-3 {
    padding-bottom: 3px;
  }

  .xl\:tw-pl-3 {
    padding-left: 3px;
  }

  .xl\:tw-pt-4 {
    padding-top: 4px;
  }

  .xl\:tw-pr-4 {
    padding-right: 4px;
  }

  .xl\:tw-pb-4 {
    padding-bottom: 4px;
  }

  .xl\:tw-pl-4 {
    padding-left: 4px;
  }

  .xl\:tw-pt-5 {
    padding-top: 5px;
  }

  .xl\:tw-pr-5 {
    padding-right: 5px;
  }

  .xl\:tw-pb-5 {
    padding-bottom: 5px;
  }

  .xl\:tw-pl-5 {
    padding-left: 5px;
  }

  .xl\:tw-pt-6 {
    padding-top: 6px;
  }

  .xl\:tw-pr-6 {
    padding-right: 6px;
  }

  .xl\:tw-pb-6 {
    padding-bottom: 6px;
  }

  .xl\:tw-pl-6 {
    padding-left: 6px;
  }

  .xl\:tw-pt-8 {
    padding-top: 8px;
  }

  .xl\:tw-pr-8 {
    padding-right: 8px;
  }

  .xl\:tw-pb-8 {
    padding-bottom: 8px;
  }

  .xl\:tw-pl-8 {
    padding-left: 8px;
  }

  .xl\:tw-pt-9 {
    padding-top: 9px;
  }

  .xl\:tw-pr-9 {
    padding-right: 9px;
  }

  .xl\:tw-pb-9 {
    padding-bottom: 9px;
  }

  .xl\:tw-pl-9 {
    padding-left: 9px;
  }

  .xl\:tw-pt-10 {
    padding-top: 10px;
  }

  .xl\:tw-pr-10 {
    padding-right: 10px;
  }

  .xl\:tw-pb-10 {
    padding-bottom: 10px;
  }

  .xl\:tw-pl-10 {
    padding-left: 10px;
  }

  .xl\:tw-pt-11 {
    padding-top: 11px;
  }

  .xl\:tw-pr-11 {
    padding-right: 11px;
  }

  .xl\:tw-pb-11 {
    padding-bottom: 11px;
  }

  .xl\:tw-pl-11 {
    padding-left: 11px;
  }

  .xl\:tw-pt-12 {
    padding-top: 12px;
  }

  .xl\:tw-pr-12 {
    padding-right: 12px;
  }

  .xl\:tw-pb-12 {
    padding-bottom: 12px;
  }

  .xl\:tw-pl-12 {
    padding-left: 12px;
  }

  .xl\:tw-pt-15 {
    padding-top: 15px;
  }

  .xl\:tw-pr-15 {
    padding-right: 15px;
  }

  .xl\:tw-pb-15 {
    padding-bottom: 15px;
  }

  .xl\:tw-pl-15 {
    padding-left: 15px;
  }

  .xl\:tw-pt-16 {
    padding-top: 16px;
  }

  .xl\:tw-pr-16 {
    padding-right: 16px;
  }

  .xl\:tw-pb-16 {
    padding-bottom: 16px;
  }

  .xl\:tw-pl-16 {
    padding-left: 16px;
  }

  .xl\:tw-pt-20 {
    padding-top: 20px;
  }

  .xl\:tw-pr-20 {
    padding-right: 20px;
  }

  .xl\:tw-pb-20 {
    padding-bottom: 20px;
  }

  .xl\:tw-pl-20 {
    padding-left: 20px;
  }

  .xl\:tw-pt-23 {
    padding-top: 23px;
  }

  .xl\:tw-pr-23 {
    padding-right: 23px;
  }

  .xl\:tw-pb-23 {
    padding-bottom: 23px;
  }

  .xl\:tw-pl-23 {
    padding-left: 23px;
  }

  .xl\:tw-pt-24 {
    padding-top: 24px;
  }

  .xl\:tw-pr-24 {
    padding-right: 24px;
  }

  .xl\:tw-pb-24 {
    padding-bottom: 24px;
  }

  .xl\:tw-pl-24 {
    padding-left: 24px;
  }

  .xl\:tw-pt-28 {
    padding-top: 28px;
  }

  .xl\:tw-pr-28 {
    padding-right: 28px;
  }

  .xl\:tw-pb-28 {
    padding-bottom: 28px;
  }

  .xl\:tw-pl-28 {
    padding-left: 28px;
  }

  .xl\:tw-pt-30 {
    padding-top: 30px;
  }

  .xl\:tw-pr-30 {
    padding-right: 30px;
  }

  .xl\:tw-pb-30 {
    padding-bottom: 30px;
  }

  .xl\:tw-pl-30 {
    padding-left: 30px;
  }

  .xl\:tw-pt-32 {
    padding-top: 8rem;
  }

  .xl\:tw-pr-32 {
    padding-right: 8rem;
  }

  .xl\:tw-pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:tw-pl-32 {
    padding-left: 8rem;
  }

  .xl\:tw-pt-40 {
    padding-top: 40px;
  }

  .xl\:tw-pr-40 {
    padding-right: 40px;
  }

  .xl\:tw-pb-40 {
    padding-bottom: 40px;
  }

  .xl\:tw-pl-40 {
    padding-left: 40px;
  }

  .xl\:tw-pt-45 {
    padding-top: 45px;
  }

  .xl\:tw-pr-45 {
    padding-right: 45px;
  }

  .xl\:tw-pb-45 {
    padding-bottom: 45px;
  }

  .xl\:tw-pl-45 {
    padding-left: 45px;
  }

  .xl\:tw-pt-56 {
    padding-top: 56px;
  }

  .xl\:tw-pr-56 {
    padding-right: 56px;
  }

  .xl\:tw-pb-56 {
    padding-bottom: 56px;
  }

  .xl\:tw-pl-56 {
    padding-left: 56px;
  }

  .xl\:tw-pt-57 {
    padding-top: 57px;
  }

  .xl\:tw-pr-57 {
    padding-right: 57px;
  }

  .xl\:tw-pb-57 {
    padding-bottom: 57px;
  }

  .xl\:tw-pl-57 {
    padding-left: 57px;
  }

  .xl\:tw-pt-69 {
    padding-top: 69px;
  }

  .xl\:tw-pr-69 {
    padding-right: 69px;
  }

  .xl\:tw-pb-69 {
    padding-bottom: 69px;
  }

  .xl\:tw-pl-69 {
    padding-left: 69px;
  }

  .xl\:tw-pt-70 {
    padding-top: 70px;
  }

  .xl\:tw-pr-70 {
    padding-right: 70px;
  }

  .xl\:tw-pb-70 {
    padding-bottom: 70px;
  }

  .xl\:tw-pl-70 {
    padding-left: 70px;
  }

  .xl\:tw-pt-80 {
    padding-top: 80px;
  }

  .xl\:tw-pr-80 {
    padding-right: 80px;
  }

  .xl\:tw-pb-80 {
    padding-bottom: 80px;
  }

  .xl\:tw-pl-80 {
    padding-left: 80px;
  }

  .xl\:tw-pt-82 {
    padding-top: 82px;
  }

  .xl\:tw-pr-82 {
    padding-right: 82px;
  }

  .xl\:tw-pb-82 {
    padding-bottom: 82px;
  }

  .xl\:tw-pl-82 {
    padding-left: 82px;
  }

  .xl\:tw-pt-90 {
    padding-top: 90px;
  }

  .xl\:tw-pr-90 {
    padding-right: 90px;
  }

  .xl\:tw-pb-90 {
    padding-bottom: 90px;
  }

  .xl\:tw-pl-90 {
    padding-left: 90px;
  }

  .xl\:tw-pt-122 {
    padding-top: 122px;
  }

  .xl\:tw-pr-122 {
    padding-right: 122px;
  }

  .xl\:tw-pb-122 {
    padding-bottom: 122px;
  }

  .xl\:tw-pl-122 {
    padding-left: 122px;
  }

  .xl\:tw-pt-130 {
    padding-top: 130px;
  }

  .xl\:tw-pr-130 {
    padding-right: 130px;
  }

  .xl\:tw-pb-130 {
    padding-bottom: 130px;
  }

  .xl\:tw-pl-130 {
    padding-left: 130px;
  }

  .xl\:tw-pt-135 {
    padding-top: 135px;
  }

  .xl\:tw-pr-135 {
    padding-right: 135px;
  }

  .xl\:tw-pb-135 {
    padding-bottom: 135px;
  }

  .xl\:tw-pl-135 {
    padding-left: 135px;
  }

  .xl\:tw-pt-160 {
    padding-top: 160px;
  }

  .xl\:tw-pr-160 {
    padding-right: 160px;
  }

  .xl\:tw-pb-160 {
    padding-bottom: 160px;
  }

  .xl\:tw-pl-160 {
    padding-left: 160px;
  }

  .xl\:tw-pt-px {
    padding-top: 1px;
  }

  .xl\:tw-pr-px {
    padding-right: 1px;
  }

  .xl\:tw-pb-px {
    padding-bottom: 1px;
  }

  .xl\:tw-pl-px {
    padding-left: 1px;
  }

  .xl\:tw-pointer-events-none {
    pointer-events: none;
  }

  .xl\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:tw-static {
    position: static;
  }

  .xl\:tw-fixed {
    position: fixed;
  }

  .xl\:tw-absolute {
    position: absolute;
  }

  .xl\:tw-relative {
    position: relative;
  }

  .xl\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:tw-pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:tw-pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:tw-pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:tw-pin-x {
    right: 0;
    left: 0;
  }

  .xl\:tw-pin-t {
    top: 0;
  }

  .xl\:tw-pin-r {
    right: 0;
  }

  .xl\:tw-pin-b {
    bottom: 0;
  }

  .xl\:tw-pin-l {
    left: 0;
  }

  .xl\:tw-resize-none {
    resize: none;
  }

  .xl\:tw-resize-y {
    resize: vertical;
  }

  .xl\:tw-resize-x {
    resize: horizontal;
  }

  .xl\:tw-resize {
    resize: both;
  }

  .xl\:tw-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:tw-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:tw-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:tw-shadow-none {
    box-shadow: none;
  }

  .xl\:hover\:tw-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:hover\:tw-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:hover\:tw-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

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

  .xl\:hover\:tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:hover\:tw-shadow-none:hover {
    box-shadow: none;
  }

  .xl\:focus\:tw-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:focus\:tw-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:focus\:tw-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

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

  .xl\:focus\:tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xl\:focus\:tw-shadow-none:focus {
    box-shadow: none;
  }

  .xl\:tw-table-auto {
    table-layout: auto;
  }

  .xl\:tw-table-fixed {
    table-layout: fixed;
  }

  .xl\:tw-text-left {
    text-align: left;
  }

  .xl\:tw-text-center {
    text-align: center;
  }

  .xl\:tw-text-right {
    text-align: right;
  }

  .xl\:tw-text-justify {
    text-align: justify;
  }

  .xl\:tw-text-transparent {
    color: transparent;
  }

  .xl\:tw-text-secondary {
    color: #2effcc;
  }

  .xl\:tw-text-primary {
    color: #e5e5e5;
  }

  .xl\:tw-text-white {
    color: #e5e5e5;
  }

  .xl\:tw-text-black {
    color: #000;
  }

  .xl\:tw-text-link {
    color: #9345ff;
  }

  .xl\:tw-text-grey {
    color: #171717;
  }

  .xl\:tw-text-facebook {
    color: #3b5999;
  }

  .xl\:tw-text-twitter {
    color: #017eb6;
  }

  .xl\:tw-text-instagram {
    color: #517fa4;
  }

  .xl\:tw-text-youtube {
    color: #c9332d;
  }

  .xl\:tw-text-pinterest {
    color: #bd081c;
  }

  .xl\:tw-text-share {
    color: #2ca9e1;
  }

  .xl\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:tw-text-secondary:hover {
    color: #2effcc;
  }

  .xl\:hover\:tw-text-primary:hover {
    color: #e5e5e5;
  }

  .xl\:hover\:tw-text-white:hover {
    color: #e5e5e5;
  }

  .xl\:hover\:tw-text-black:hover {
    color: #000;
  }

  .xl\:hover\:tw-text-link:hover {
    color: #9345ff;
  }

  .xl\:hover\:tw-text-grey:hover {
    color: #171717;
  }

  .xl\:hover\:tw-text-facebook:hover {
    color: #3b5999;
  }

  .xl\:hover\:tw-text-twitter:hover {
    color: #017eb6;
  }

  .xl\:hover\:tw-text-instagram:hover {
    color: #517fa4;
  }

  .xl\:hover\:tw-text-youtube:hover {
    color: #c9332d;
  }

  .xl\:hover\:tw-text-pinterest:hover {
    color: #bd081c;
  }

  .xl\:hover\:tw-text-share:hover {
    color: #2ca9e1;
  }

  .xl\:focus\:tw-text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:tw-text-secondary:focus {
    color: #2effcc;
  }

  .xl\:focus\:tw-text-primary:focus {
    color: #e5e5e5;
  }

  .xl\:focus\:tw-text-white:focus {
    color: #e5e5e5;
  }

  .xl\:focus\:tw-text-black:focus {
    color: #000;
  }

  .xl\:focus\:tw-text-link:focus {
    color: #9345ff;
  }

  .xl\:focus\:tw-text-grey:focus {
    color: #171717;
  }

  .xl\:focus\:tw-text-facebook:focus {
    color: #3b5999;
  }

  .xl\:focus\:tw-text-twitter:focus {
    color: #017eb6;
  }

  .xl\:focus\:tw-text-instagram:focus {
    color: #517fa4;
  }

  .xl\:focus\:tw-text-youtube:focus {
    color: #c9332d;
  }

  .xl\:focus\:tw-text-pinterest:focus {
    color: #bd081c;
  }

  .xl\:focus\:tw-text-share:focus {
    color: #2ca9e1;
  }

  .xl\:tw-text-0 {
    font-size: 0px;
  }

  .xl\:tw-text-17 {
    font-size: 17px;
  }

  .xl\:tw-text-50 {
    font-size: 50px;
  }

  .xl\:tw-text-54 {
    font-size: 54px;
  }

  .xl\:tw-text-90 {
    font-size: 90px;
  }

  .xl\:tw-text-92 {
    font-size: 92px;
  }

  .xl\:tw-text-108 {
    font-size: 108px;
  }

  .xl\:tw-text-xs {
    font-size: .75rem;
  }

  .xl\:tw-text-sm {
    font-size: 14px;
  }

  .xl\:tw-text-base {
    font-size: 16px;
  }

  .xl\:tw-text-lg {
    font-size: 18px;
  }

  .xl\:tw-text-xl {
    font-size: 20px;
  }

  .xl\:tw-text-2xl {
    font-size: 24px;
  }

  .xl\:tw-text-3xl {
    font-size: 32px;
  }

  .xl\:tw-text-4xl {
    font-size: 40px;
  }

  .xl\:tw-italic {
    font-style: italic;
  }

  .xl\:tw-roman {
    font-style: normal;
  }

  .xl\:tw-uppercase {
    text-transform: uppercase;
  }

  .xl\:tw-lowercase {
    text-transform: lowercase;
  }

  .xl\:tw-capitalize {
    text-transform: capitalize;
  }

  .xl\:tw-normal-case {
    text-transform: none;
  }

  .xl\:tw-underline {
    text-decoration: underline;
  }

  .xl\:tw-line-through {
    text-decoration: line-through;
  }

  .xl\:tw-no-underline {
    text-decoration: none;
  }

  .xl\:tw-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:tw-italic:hover {
    font-style: italic;
  }

  .xl\:hover\:tw-roman:hover {
    font-style: normal;
  }

  .xl\:hover\:tw-uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:tw-lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:tw-capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:tw-normal-case:hover {
    text-transform: none;
  }

  .xl\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .xl\:hover\:tw-antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:tw-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:focus\:tw-italic:focus {
    font-style: italic;
  }

  .xl\:focus\:tw-roman:focus {
    font-style: normal;
  }

  .xl\:focus\:tw-uppercase:focus {
    text-transform: uppercase;
  }

  .xl\:focus\:tw-lowercase:focus {
    text-transform: lowercase;
  }

  .xl\:focus\:tw-capitalize:focus {
    text-transform: capitalize;
  }

  .xl\:focus\:tw-normal-case:focus {
    text-transform: none;
  }

  .xl\:focus\:tw-underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:tw-line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:tw-no-underline:focus {
    text-decoration: none;
  }

  .xl\:focus\:tw-antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:focus\:tw-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tw-tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tw-tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tw-tracking-wide {
    letter-spacing: .05em;
  }

  .xl\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

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

  .xl\:tw-align-baseline {
    vertical-align: baseline;
  }

  .xl\:tw-align-top {
    vertical-align: top;
  }

  .xl\:tw-align-middle {
    vertical-align: middle;
  }

  .xl\:tw-align-bottom {
    vertical-align: bottom;
  }

  .xl\:tw-align-text-top {
    vertical-align: text-top;
  }

  .xl\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:tw-visible {
    visibility: visible;
  }

  .xl\:tw-invisible {
    visibility: hidden;
  }

  .xl\:tw-whitespace-normal {
    white-space: normal;
  }

  .xl\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:tw-whitespace-pre {
    white-space: pre;
  }

  .xl\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:tw-break-words {
    word-wrap: break-word;
  }

  .xl\:tw-break-normal {
    word-wrap: normal;
  }

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

  .xl\:tw-w-1 {
    width: .25rem;
  }

  .xl\:tw-w-2 {
    width: .5rem;
  }

  .xl\:tw-w-3 {
    width: .75rem;
  }

  .xl\:tw-w-4 {
    width: 1rem;
  }

  .xl\:tw-w-5 {
    width: 1.25rem;
  }

  .xl\:tw-w-6 {
    width: 1.5rem;
  }

  .xl\:tw-w-8 {
    width: 2rem;
  }

  .xl\:tw-w-10 {
    width: 2.5rem;
  }

  .xl\:tw-w-12 {
    width: 3rem;
  }

  .xl\:tw-w-16 {
    width: 4rem;
  }

  .xl\:tw-w-24 {
    width: 6rem;
  }

  .xl\:tw-w-32 {
    width: 8rem;
  }

  .xl\:tw-w-33 {
    width: 33%;
  }

  .xl\:tw-w-48 {
    width: 12rem;
  }

  .xl\:tw-w-64 {
    width: 16rem;
  }

  .xl\:tw-w-80 {
    width: 20rem;
  }

  .xl\:tw-w-auto {
    width: auto;
  }

  .xl\:tw-w-px {
    width: 1px;
  }

  .xl\:tw-w-1\/2 {
    width: 50%;
  }

  .xl\:tw-w-1\/3 {
    width: 33.33333%;
  }

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

  .xl\:tw-w-1\/4 {
    width: 25%;
  }

  .xl\:tw-w-3\/4 {
    width: 75%;
  }

  .xl\:tw-w-1\/5 {
    width: 20%;
  }

  .xl\:tw-w-2\/5 {
    width: 33%;
  }

  .xl\:tw-w-3\/5 {
    width: 67%;
  }

  .xl\:tw-w-4\/5 {
    width: 80%;
  }

  .xl\:tw-w-1\/6 {
    width: 16.66667%;
  }

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

  .xl\:tw-w-full {
    width: 100%;
  }

  .xl\:tw-w-screen {
    width: 100vw;
  }

  .xl\:tw-z-0 {
    z-index: 0;
  }

  .xl\:tw-z-10 {
    z-index: 10;
  }

  .xl\:tw-z-20 {
    z-index: 20;
  }

  .xl\:tw-z-30 {
    z-index: 30;
  }

  .xl\:tw-z-40 {
    z-index: 40;
  }

  .xl\:tw-z-50 {
    z-index: 50;
  }

  .xl\:tw-z-auto {
    z-index: auto;
  }

  .xl\:tw-backface-visible {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }

  .xl\:tw-backface-hidden {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  .xl\:tw-perspective-top {
    perspective-origin: top;
  }

  .xl\:tw-perspective-right {
    perspective-origin: right;
  }

  .xl\:tw-perspective-bottom {
    perspective-origin: bottom;
  }

  .xl\:tw-perspective-left {
    perspective-origin: left;
  }

  .xl\:tw-perspective-center {
    perspective-origin: center;
  }

  .xl\:tw-perspective-right-top {
    perspective-origin: right top;
  }

  .xl\:tw-perspective-right-bottom {
    perspective-origin: right bottom;
  }

  .xl\:tw-perspective-left-top {
    perspective-origin: left top;
  }

  .xl\:tw-perspective-left-bottom {
    perspective-origin: left bottom;
  }

  .xl\:tw-transform-border {
    transform-box: border-box;
  }

  .xl\:tw-transform-fill {
    transform-box: fill-box;
  }

  .xl\:tw-transform-view {
    transform-box: view-box;
  }

  .xl\:tw-transform-top {
    transform-origin: top;
  }

  .xl\:tw-transform-right {
    transform-origin: right;
  }

  .xl\:tw-transform-bottom {
    transform-origin: bottom;
  }

  .xl\:tw-transform-left {
    transform-origin: left;
  }

  .xl\:tw-transform-center {
    transform-origin: center;
  }

  .xl\:tw-transform-right-top {
    transform-origin: right top;
  }

  .xl\:tw-transform-right-bottom {
    transform-origin: right bottom;
  }

  .xl\:tw-transform-left-top {
    transform-origin: left top;
  }

  .xl\:tw-transform-left-bottom {
    transform-origin: left bottom;
  }

  .xl\:tw-transform-flat {
    transform-style: flat;
  }

  .xl\:tw-transform-preserve {
    transform-style: preserve-3d;
  }

  .xl\:tw-transform-none {
    transform: none;
  }

  .xl\:tw-translate-x-1\/2 {
    transform: translateX(50%);
  }

  .xl\:tw-translate-y-1\/2 {
    transform: translateY(50%);
  }

  .xl\:tw-translate-x-full {
    transform: translateX(100%);
  }

  .xl\:tw-translate-y-full {
    transform: translateY(100%);
  }

  .xl\:tw--translate-x-1\/2 {
    transform: translateX(-50%);
  }

  .xl\:tw--translate-y-1\/2 {
    transform: translateY(-50%);
  }

  .xl\:tw--translate-x-full {
    transform: translateX(-100%);
  }

  .xl\:tw--translate-y-full {
    transform: translateY(-100%);
  }

  .xl\:tw-scale-90 {
    transform: scale(.9);
  }

  .xl\:tw-scale-x-90 {
    transform: scaleX(.9);
  }

  .xl\:tw-scale-y-90 {
    transform: scaleY(.9);
  }

  .xl\:tw-scale-100 {
    transform: scale(1);
  }

  .xl\:tw-scale-x-100 {
    transform: scaleX(1);
  }

  .xl\:tw-scale-y-100 {
    transform: scaleY(1);
  }

  .xl\:tw-scale-110 {
    transform: scale(1.1);
  }

  .xl\:tw-scale-x-110 {
    transform: scaleX(1.1);
  }

  .xl\:tw-scale-y-110 {
    transform: scaleY(1.1);
  }

  .xl\:tw-rotate-90 {
    transform: rotate(90deg);
  }

  .xl\:tw-rotate-180 {
    transform: rotate(180deg);
  }

  .xl\:tw-rotate-270 {
    transform: rotate(270deg);
  }

  .xl\:tw--rotate-90 {
    transform: rotate(-90deg);
  }

  .xl\:tw--rotate-180 {
    transform: rotate(-180deg);
  }

  .xl\:tw--rotate-270 {
    transform: rotate(-270deg);
  }

  .xl\:tw-skew-x-5 {
    transform: skewX(5deg);
  }

  .xl\:tw-skew-y-5 {
    transform: skewY(5deg);
  }

  .xl\:tw--skew-x-5 {
    transform: skewX(-5deg);
  }

  .xl\:tw--skew-y-5 {
    transform: skewY(-5deg);
  }

  .xl\:tw-transform-origin-t {
    transform-origin: 50% 0%;
  }

  .xl\:tw-transform-origin-r {
    transform-origin: 100% 50%;
  }

  .xl\:tw-transform-origin-b {
    transform-origin: 50% 100%;
  }

  .xl\:tw-transform-origin-l {
    transform-origin: 0% 50%;
  }
}

@media (min-width: 1500px) {
  .xxl\:tw-list-reset {
    list-style: none;
    padding: 0;
  }

  .xxl\:tw-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xxl\:tw-bg-fixed {
    background-attachment: fixed;
  }

  .xxl\:tw-bg-local {
    background-attachment: local;
  }

  .xxl\:tw-bg-scroll {
    background-attachment: scroll;
  }

  .xxl\:tw-bg-transparent {
    background-color: transparent;
  }

  .xxl\:tw-bg-secondary {
    background-color: #2effcc;
  }

  .xxl\:tw-bg-primary {
    background-color: #e5e5e5;
  }

  .xxl\:tw-bg-white {
    background-color: #e5e5e5;
  }

  .xxl\:tw-bg-black {
    background-color: #000;
  }

  .xxl\:tw-bg-link {
    background-color: #9345ff;
  }

  .xxl\:tw-bg-grey {
    background-color: #171717;
  }

  .xxl\:tw-bg-facebook {
    background-color: #3b5999;
  }

  .xxl\:tw-bg-twitter {
    background-color: #017eb6;
  }

  .xxl\:tw-bg-instagram {
    background-color: #517fa4;
  }

  .xxl\:tw-bg-youtube {
    background-color: #c9332d;
  }

  .xxl\:tw-bg-pinterest {
    background-color: #bd081c;
  }

  .xxl\:tw-bg-share {
    background-color: #2ca9e1;
  }

  .xxl\:hover\:tw-bg-transparent:hover {
    background-color: transparent;
  }

  .xxl\:hover\:tw-bg-secondary:hover {
    background-color: #2effcc;
  }

  .xxl\:hover\:tw-bg-primary:hover {
    background-color: #e5e5e5;
  }

  .xxl\:hover\:tw-bg-white:hover {
    background-color: #e5e5e5;
  }

  .xxl\:hover\:tw-bg-black:hover {
    background-color: #000;
  }

  .xxl\:hover\:tw-bg-link:hover {
    background-color: #9345ff;
  }

  .xxl\:hover\:tw-bg-grey:hover {
    background-color: #171717;
  }

  .xxl\:hover\:tw-bg-facebook:hover {
    background-color: #3b5999;
  }

  .xxl\:hover\:tw-bg-twitter:hover {
    background-color: #017eb6;
  }

  .xxl\:hover\:tw-bg-instagram:hover {
    background-color: #517fa4;
  }

  .xxl\:hover\:tw-bg-youtube:hover {
    background-color: #c9332d;
  }

  .xxl\:hover\:tw-bg-pinterest:hover {
    background-color: #bd081c;
  }

  .xxl\:hover\:tw-bg-share:hover {
    background-color: #2ca9e1;
  }

  .xxl\:focus\:tw-bg-transparent:focus {
    background-color: transparent;
  }

  .xxl\:focus\:tw-bg-secondary:focus {
    background-color: #2effcc;
  }

  .xxl\:focus\:tw-bg-primary:focus {
    background-color: #e5e5e5;
  }

  .xxl\:focus\:tw-bg-white:focus {
    background-color: #e5e5e5;
  }

  .xxl\:focus\:tw-bg-black:focus {
    background-color: #000;
  }

  .xxl\:focus\:tw-bg-link:focus {
    background-color: #9345ff;
  }

  .xxl\:focus\:tw-bg-grey:focus {
    background-color: #171717;
  }

  .xxl\:focus\:tw-bg-facebook:focus {
    background-color: #3b5999;
  }

  .xxl\:focus\:tw-bg-twitter:focus {
    background-color: #017eb6;
  }

  .xxl\:focus\:tw-bg-instagram:focus {
    background-color: #517fa4;
  }

  .xxl\:focus\:tw-bg-youtube:focus {
    background-color: #c9332d;
  }

  .xxl\:focus\:tw-bg-pinterest:focus {
    background-color: #bd081c;
  }

  .xxl\:focus\:tw-bg-share:focus {
    background-color: #2ca9e1;
  }

  .xxl\:tw-bg-bottom {
    background-position: bottom;
  }

  .xxl\:tw-bg-center {
    background-position: center;
  }

  .xxl\:tw-bg-left {
    background-position: left;
  }

  .xxl\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  .xxl\:tw-bg-left-top {
    background-position: left top;
  }

  .xxl\:tw-bg-right {
    background-position: right;
  }

  .xxl\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  .xxl\:tw-bg-right-top {
    background-position: right top;
  }

  .xxl\:tw-bg-top {
    background-position: top;
  }

  .xxl\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .xxl\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xxl\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xxl\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xxl\:tw-bg-auto {
    background-size: auto;
  }

  .xxl\:tw-bg-cover {
    background-size: cover;
  }

  .xxl\:tw-bg-contain {
    background-size: contain;
  }

  .xxl\:tw-border-transparent {
    border-color: transparent;
  }

  .xxl\:tw-border-secondary {
    border-color: #2effcc;
  }

  .xxl\:tw-border-primary {
    border-color: #e5e5e5;
  }

  .xxl\:tw-border-white {
    border-color: #e5e5e5;
  }

  .xxl\:tw-border-black {
    border-color: #000;
  }

  .xxl\:tw-border-link {
    border-color: #9345ff;
  }

  .xxl\:tw-border-grey {
    border-color: #171717;
  }

  .xxl\:tw-border-facebook {
    border-color: #3b5999;
  }

  .xxl\:tw-border-twitter {
    border-color: #017eb6;
  }

  .xxl\:tw-border-instagram {
    border-color: #517fa4;
  }

  .xxl\:tw-border-youtube {
    border-color: #c9332d;
  }

  .xxl\:tw-border-pinterest {
    border-color: #bd081c;
  }

  .xxl\:tw-border-share {
    border-color: #2ca9e1;
  }

  .xxl\:hover\:tw-border-transparent:hover {
    border-color: transparent;
  }

  .xxl\:hover\:tw-border-secondary:hover {
    border-color: #2effcc;
  }

  .xxl\:hover\:tw-border-primary:hover {
    border-color: #e5e5e5;
  }

  .xxl\:hover\:tw-border-white:hover {
    border-color: #e5e5e5;
  }

  .xxl\:hover\:tw-border-black:hover {
    border-color: #000;
  }

  .xxl\:hover\:tw-border-link:hover {
    border-color: #9345ff;
  }

  .xxl\:hover\:tw-border-grey:hover {
    border-color: #171717;
  }

  .xxl\:hover\:tw-border-facebook:hover {
    border-color: #3b5999;
  }

  .xxl\:hover\:tw-border-twitter:hover {
    border-color: #017eb6;
  }

  .xxl\:hover\:tw-border-instagram:hover {
    border-color: #517fa4;
  }

  .xxl\:hover\:tw-border-youtube:hover {
    border-color: #c9332d;
  }

  .xxl\:hover\:tw-border-pinterest:hover {
    border-color: #bd081c;
  }

  .xxl\:hover\:tw-border-share:hover {
    border-color: #2ca9e1;
  }

  .xxl\:focus\:tw-border-transparent:focus {
    border-color: transparent;
  }

  .xxl\:focus\:tw-border-secondary:focus {
    border-color: #2effcc;
  }

  .xxl\:focus\:tw-border-primary:focus {
    border-color: #e5e5e5;
  }

  .xxl\:focus\:tw-border-white:focus {
    border-color: #e5e5e5;
  }

  .xxl\:focus\:tw-border-black:focus {
    border-color: #000;
  }

  .xxl\:focus\:tw-border-link:focus {
    border-color: #9345ff;
  }

  .xxl\:focus\:tw-border-grey:focus {
    border-color: #171717;
  }

  .xxl\:focus\:tw-border-facebook:focus {
    border-color: #3b5999;
  }

  .xxl\:focus\:tw-border-twitter:focus {
    border-color: #017eb6;
  }

  .xxl\:focus\:tw-border-instagram:focus {
    border-color: #517fa4;
  }

  .xxl\:focus\:tw-border-youtube:focus {
    border-color: #c9332d;
  }

  .xxl\:focus\:tw-border-pinterest:focus {
    border-color: #bd081c;
  }

  .xxl\:focus\:tw-border-share:focus {
    border-color: #2ca9e1;
  }

  .xxl\:tw-rounded-none {
    border-radius: 0;
  }

  .xxl\:tw-rounded-sm {
    border-radius: .125rem;
  }

  .xxl\:tw-rounded {
    border-radius: .25rem;
  }

  .xxl\:tw-rounded-lg {
    border-radius: .5rem;
  }

  .xxl\:tw-rounded-xl {
    border-radius: 1rem;
  }

  .xxl\:tw-rounded-2xl {
    border-radius: 2rem;
  }

  .xxl\:tw-rounded-full {
    border-radius: 9999px;
  }

  .xxl\:tw-rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xxl\:tw-rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xxl\:tw-rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxl\:tw-rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxl\:tw-rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xxl\:tw-rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xxl\:tw-rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xxl\:tw-rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xxl\:tw-rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xxl\:tw-rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xxl\:tw-rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xxl\:tw-rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xxl\:tw-rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xxl\:tw-rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xxl\:tw-rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxl\:tw-rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxl\:tw-rounded-t-xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xxl\:tw-rounded-r-xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xxl\:tw-rounded-b-xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xxl\:tw-rounded-l-xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xxl\:tw-rounded-t-2xl {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .xxl\:tw-rounded-r-2xl {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .xxl\:tw-rounded-b-2xl {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .xxl\:tw-rounded-l-2xl {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .xxl\:tw-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xxl\:tw-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xxl\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxl\:tw-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxl\:tw-rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xxl\:tw-rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xxl\:tw-rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xxl\:tw-rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xxl\:tw-rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xxl\:tw-rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xxl\:tw-rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xxl\:tw-rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xxl\:tw-rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xxl\:tw-rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xxl\:tw-rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xxl\:tw-rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xxl\:tw-rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xxl\:tw-rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xxl\:tw-rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xxl\:tw-rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xxl\:tw-rounded-tl-xl {
    border-top-left-radius: 1rem;
  }

  .xxl\:tw-rounded-tr-xl {
    border-top-right-radius: 1rem;
  }

  .xxl\:tw-rounded-br-xl {
    border-bottom-right-radius: 1rem;
  }

  .xxl\:tw-rounded-bl-xl {
    border-bottom-left-radius: 1rem;
  }

  .xxl\:tw-rounded-tl-2xl {
    border-top-left-radius: 2rem;
  }

  .xxl\:tw-rounded-tr-2xl {
    border-top-right-radius: 2rem;
  }

  .xxl\:tw-rounded-br-2xl {
    border-bottom-right-radius: 2rem;
  }

  .xxl\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 2rem;
  }

  .xxl\:tw-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xxl\:tw-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xxl\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xxl\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xxl\:tw-border-solid {
    border-style: solid;
  }

  .xxl\:tw-border-dashed {
    border-style: dashed;
  }

  .xxl\:tw-border-dotted {
    border-style: dotted;
  }

  .xxl\:tw-border-none {
    border-style: none;
  }

  .xxl\:tw-border-0 {
    border-width: 0;
  }

  .xxl\:tw-border-2 {
    border-width: 2px;
  }

  .xxl\:tw-border-4 {
    border-width: 4px;
  }

  .xxl\:tw-border-8 {
    border-width: 8px;
  }

  .xxl\:tw-border {
    border-width: 1px;
  }

  .xxl\:tw-border-t-0 {
    border-top-width: 0;
  }

  .xxl\:tw-border-r-0 {
    border-right-width: 0;
  }

  .xxl\:tw-border-b-0 {
    border-bottom-width: 0;
  }

  .xxl\:tw-border-l-0 {
    border-left-width: 0;
  }

  .xxl\:tw-border-t-2 {
    border-top-width: 2px;
  }

  .xxl\:tw-border-r-2 {
    border-right-width: 2px;
  }

  .xxl\:tw-border-b-2 {
    border-bottom-width: 2px;
  }

  .xxl\:tw-border-l-2 {
    border-left-width: 2px;
  }

  .xxl\:tw-border-t-4 {
    border-top-width: 4px;
  }

  .xxl\:tw-border-r-4 {
    border-right-width: 4px;
  }

  .xxl\:tw-border-b-4 {
    border-bottom-width: 4px;
  }

  .xxl\:tw-border-l-4 {
    border-left-width: 4px;
  }

  .xxl\:tw-border-t-8 {
    border-top-width: 8px;
  }

  .xxl\:tw-border-r-8 {
    border-right-width: 8px;
  }

  .xxl\:tw-border-b-8 {
    border-bottom-width: 8px;
  }

  .xxl\:tw-border-l-8 {
    border-left-width: 8px;
  }

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

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

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

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

  .xxl\:tw-cursor-auto {
    cursor: auto;
  }

  .xxl\:tw-cursor-default {
    cursor: default;
  }

  .xxl\:tw-cursor-pointer {
    cursor: pointer;
  }

  .xxl\:tw-cursor-wait {
    cursor: wait;
  }

  .xxl\:tw-cursor-move {
    cursor: move;
  }

  .xxl\:tw-cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxl\:tw-block {
    display: block;
  }

  .xxl\:tw-inline-block {
    display: inline-block;
  }

  .xxl\:tw-inline {
    display: inline;
  }

  .xxl\:tw-table {
    display: table;
  }

  .xxl\:tw-table-row {
    display: table-row;
  }

  .xxl\:tw-table-cell {
    display: table-cell;
  }

  .xxl\:tw-hidden {
    display: none;
  }

  .xxl\:tw-flex {
    display: flex;
  }

  .xxl\:tw-inline-flex {
    display: inline-flex;
  }

  .xxl\:tw-flex-row {
    flex-direction: row;
  }

  .xxl\:tw-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xxl\:tw-flex-col {
    flex-direction: column;
  }

  .xxl\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xxl\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .xxl\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xxl\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xxl\:tw-items-start {
    align-items: flex-start;
  }

  .xxl\:tw-items-end {
    align-items: flex-end;
  }

  .xxl\:tw-items-center {
    align-items: center;
  }

  .xxl\:tw-items-baseline {
    align-items: baseline;
  }

  .xxl\:tw-items-stretch {
    align-items: stretch;
  }

  .xxl\:tw-self-auto {
    align-self: auto;
  }

  .xxl\:tw-self-start {
    align-self: flex-start;
  }

  .xxl\:tw-self-end {
    align-self: flex-end;
  }

  .xxl\:tw-self-center {
    align-self: center;
  }

  .xxl\:tw-self-stretch {
    align-self: stretch;
  }

  .xxl\:tw-justify-start {
    justify-content: flex-start;
  }

  .xxl\:tw-justify-end {
    justify-content: flex-end;
  }

  .xxl\:tw-justify-center {
    justify-content: center;
  }

  .xxl\:tw-justify-between {
    justify-content: space-between;
  }

  .xxl\:tw-justify-around {
    justify-content: space-around;
  }

  .xxl\:tw-content-center {
    align-content: center;
  }

  .xxl\:tw-content-start {
    align-content: flex-start;
  }

  .xxl\:tw-content-end {
    align-content: flex-end;
  }

  .xxl\:tw-content-between {
    align-content: space-between;
  }

  .xxl\:tw-content-around {
    align-content: space-around;
  }

  .xxl\:tw-flex-1 {
    flex: 1 1 0%;
  }

  .xxl\:tw-flex-auto {
    flex: 1 1 auto;
  }

  .xxl\:tw-flex-initial {
    flex: 0 1 auto;
  }

  .xxl\:tw-flex-none {
    flex: none;
  }

  .xxl\:tw-flex-grow {
    flex-grow: 1;
  }

  .xxl\:tw-flex-shrink {
    flex-shrink: 1;
  }

  .xxl\:tw-flex-no-grow {
    flex-grow: 0;
  }

  .xxl\:tw-flex-no-shrink {
    flex-shrink: 0;
  }

  .xxl\:tw-float-right {
    float: right;
  }

  .xxl\:tw-float-left {
    float: left;
  }

  .xxl\:tw-float-none {
    float: none;
  }

  .xxl\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xxl\:tw-font-sans {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .xxl\:tw-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xxl\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xxl\:tw-font-opensans {
    font-family: OpenSans;
  }

  .xxl\:tw-font-cfurania {
    font-family: CFUrania;
  }

  .xxl\:tw-font-hairline {
    font-weight: 100;
  }

  .xxl\:tw-font-thin {
    font-weight: 200;
  }

  .xxl\:tw-font-light {
    font-weight: 300;
  }

  .xxl\:tw-font-normal {
    font-weight: 400;
  }

  .xxl\:tw-font-medium {
    font-weight: 500;
  }

  .xxl\:tw-font-semibold {
    font-weight: 600;
  }

  .xxl\:tw-font-bold {
    font-weight: 700;
  }

  .xxl\:tw-font-extrabold {
    font-weight: 800;
  }

  .xxl\:tw-font-black {
    font-weight: 900;
  }

  .xxl\:hover\:tw-font-hairline:hover {
    font-weight: 100;
  }

  .xxl\:hover\:tw-font-thin:hover {
    font-weight: 200;
  }

  .xxl\:hover\:tw-font-light:hover {
    font-weight: 300;
  }

  .xxl\:hover\:tw-font-normal:hover {
    font-weight: 400;
  }

  .xxl\:hover\:tw-font-medium:hover {
    font-weight: 500;
  }

  .xxl\:hover\:tw-font-semibold:hover {
    font-weight: 600;
  }

  .xxl\:hover\:tw-font-bold:hover {
    font-weight: 700;
  }

  .xxl\:hover\:tw-font-extrabold:hover {
    font-weight: 800;
  }

  .xxl\:hover\:tw-font-black:hover {
    font-weight: 900;
  }

  .xxl\:focus\:tw-font-hairline:focus {
    font-weight: 100;
  }

  .xxl\:focus\:tw-font-thin:focus {
    font-weight: 200;
  }

  .xxl\:focus\:tw-font-light:focus {
    font-weight: 300;
  }

  .xxl\:focus\:tw-font-normal:focus {
    font-weight: 400;
  }

  .xxl\:focus\:tw-font-medium:focus {
    font-weight: 500;
  }

  .xxl\:focus\:tw-font-semibold:focus {
    font-weight: 600;
  }

  .xxl\:focus\:tw-font-bold:focus {
    font-weight: 700;
  }

  .xxl\:focus\:tw-font-extrabold:focus {
    font-weight: 800;
  }

  .xxl\:focus\:tw-font-black:focus {
    font-weight: 900;
  }

  .xxl\:tw-h-1 {
    height: .25rem;
  }

  .xxl\:tw-h-2 {
    height: .5rem;
  }

  .xxl\:tw-h-3 {
    height: .75rem;
  }

  .xxl\:tw-h-4 {
    height: 1rem;
  }

  .xxl\:tw-h-5 {
    height: 1.25rem;
  }

  .xxl\:tw-h-6 {
    height: 1.5rem;
  }

  .xxl\:tw-h-8 {
    height: 2rem;
  }

  .xxl\:tw-h-10 {
    height: 2.5rem;
  }

  .xxl\:tw-h-12 {
    height: 3rem;
  }

  .xxl\:tw-h-16 {
    height: 4rem;
  }

  .xxl\:tw-h-24 {
    height: 6rem;
  }

  .xxl\:tw-h-32 {
    height: 8rem;
  }

  .xxl\:tw-h-48 {
    height: 12rem;
  }

  .xxl\:tw-h-64 {
    height: 16rem;
  }

  .xxl\:tw-h-auto {
    height: auto;
  }

  .xxl\:tw-h-px {
    height: 1px;
  }

  .xxl\:tw-h-full {
    height: 100%;
  }

  .xxl\:tw-h-screen {
    height: 100vh;
  }

  .xxl\:tw-leading-15 {
    line-height: 1.5;
  }

  .xxl\:tw-leading-111 {
    line-height: 1.11;
  }

  .xxl\:tw-leading-133 {
    line-height: 1.33;
  }

  .xxl\:tw-leading-188 {
    line-height: 1.88;
  }

  .xxl\:tw-leading-none {
    line-height: 1;
  }

  .xxl\:tw-leading-tight {
    line-height: 1.25;
  }

  .xxl\:tw-leading-normal {
    line-height: 1.5;
  }

  .xxl\:tw-leading-loose {
    line-height: 2;
  }

  .xxl\:tw-m-0 {
    margin: 0;
  }

  .xxl\:tw-m-1 {
    margin: 1px;
  }

  .xxl\:tw-m-2 {
    margin: 2px;
  }

  .xxl\:tw-m-3 {
    margin: 3px;
  }

  .xxl\:tw-m-4 {
    margin: 4px;
  }

  .xxl\:tw-m-5 {
    margin: 5px;
  }

  .xxl\:tw-m-6 {
    margin: 6px;
  }

  .xxl\:tw-m-7 {
    margin: 7px;
  }

  .xxl\:tw-m-8 {
    margin: 8px;
  }

  .xxl\:tw-m-9 {
    margin: 9px;
  }

  .xxl\:tw-m-10 {
    margin: 10px;
  }

  .xxl\:tw-m-12 {
    margin: 12px;
  }

  .xxl\:tw-m-14 {
    margin: 14px;
  }

  .xxl\:tw-m-15 {
    margin: 15px;
  }

  .xxl\:tw-m-16 {
    margin: 16px;
  }

  .xxl\:tw-m-17 {
    margin: 17px;
  }

  .xxl\:tw-m-20 {
    margin: 20px;
  }

  .xxl\:tw-m-22 {
    margin: 22px;
  }

  .xxl\:tw-m-23 {
    margin: 23px;
  }

  .xxl\:tw-m-24 {
    margin: 24px;
  }

  .xxl\:tw-m-25 {
    margin: 25px;
  }

  .xxl\:tw-m-26 {
    margin: 26px;
  }

  .xxl\:tw-m-28 {
    margin: 28px;
  }

  .xxl\:tw-m-30 {
    margin: 30px;
  }

  .xxl\:tw-m-32 {
    margin: 32px;
  }

  .xxl\:tw-m-34 {
    margin: 34px;
  }

  .xxl\:tw-m-35 {
    margin: 35px;
  }

  .xxl\:tw-m-39 {
    margin: 39px;
  }

  .xxl\:tw-m-40 {
    margin: 40px;
  }

  .xxl\:tw-m-42 {
    margin: 42px;
  }

  .xxl\:tw-m-43 {
    margin: 43px;
  }

  .xxl\:tw-m-44 {
    margin: 44px;
  }

  .xxl\:tw-m-45 {
    margin: 45px;
  }

  .xxl\:tw-m-46 {
    margin: 46px;
  }

  .xxl\:tw-m-49 {
    margin: 49px;
  }

  .xxl\:tw-m-50 {
    margin: 50px;
  }

  .xxl\:tw-m-57 {
    margin: 57px;
  }

  .xxl\:tw-m-60 {
    margin: 60px;
  }

  .xxl\:tw-m-64 {
    margin: 64px;
  }

  .xxl\:tw-m-70 {
    margin: 70px;
  }

  .xxl\:tw-m-71 {
    margin: 71px;
  }

  .xxl\:tw-m-74 {
    margin: 74px;
  }

  .xxl\:tw-m-80 {
    margin: 80px;
  }

  .xxl\:tw-m-85 {
    margin: 85px;
  }

  .xxl\:tw-m-88 {
    margin: 88px;
  }

  .xxl\:tw-m-90 {
    margin: 90px;
  }

  .xxl\:tw-m-95 {
    margin: 95px;
  }

  .xxl\:tw-m-100 {
    margin: 100px;
  }

  .xxl\:tw-m-120 {
    margin: 120px;
  }

  .xxl\:tw-m-auto {
    margin: auto;
  }

  .xxl\:tw-m-px {
    margin: 1px;
  }

  .xxl\:tw-m-n15 {
    margin: -15px;
  }

  .xxl\:tw-m-n20 {
    margin: -20px;
  }

  .xxl\:tw-m-n22 {
    margin: -22px;
  }

  .xxl\:tw-m-n5 {
    margin: -5px;
  }

  .xxl\:tw-m-n3 {
    margin: -3px;
  }

  .xxl\:tw-m-n2 {
    margin: -2px;
  }

  .xxl\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:tw-my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxl\:tw-mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxl\:tw-my-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xxl\:tw-mx-2 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xxl\:tw-my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xxl\:tw-mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .xxl\:tw-my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xxl\:tw-mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

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

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

  .xxl\:tw-my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xxl\:tw-mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .xxl\:tw-my-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .xxl\:tw-mx-7 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .xxl\:tw-my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xxl\:tw-mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xxl\:tw-my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .xxl\:tw-mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

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

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

  .xxl\:tw-my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xxl\:tw-mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xxl\:tw-my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xxl\:tw-mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

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

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

  .xxl\:tw-my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xxl\:tw-mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xxl\:tw-my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .xxl\:tw-mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

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

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

  .xxl\:tw-my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .xxl\:tw-mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .xxl\:tw-my-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .xxl\:tw-mx-23 {
    margin-left: 23px;
    margin-right: 23px;
  }

  .xxl\:tw-my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xxl\:tw-mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xxl\:tw-my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xxl\:tw-mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .xxl\:tw-my-26 {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .xxl\:tw-mx-26 {
    margin-left: 26px;
    margin-right: 26px;
  }

  .xxl\:tw-my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .xxl\:tw-mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

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

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

  .xxl\:tw-my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xxl\:tw-mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xxl\:tw-my-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .xxl\:tw-mx-34 {
    margin-left: 34px;
    margin-right: 34px;
  }

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

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

  .xxl\:tw-my-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .xxl\:tw-mx-39 {
    margin-left: 39px;
    margin-right: 39px;
  }

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

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

  .xxl\:tw-my-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .xxl\:tw-mx-42 {
    margin-left: 42px;
    margin-right: 42px;
  }

  .xxl\:tw-my-43 {
    margin-top: 43px;
    margin-bottom: 43px;
  }

  .xxl\:tw-mx-43 {
    margin-left: 43px;
    margin-right: 43px;
  }

  .xxl\:tw-my-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .xxl\:tw-mx-44 {
    margin-left: 44px;
    margin-right: 44px;
  }

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

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

  .xxl\:tw-my-46 {
    margin-top: 46px;
    margin-bottom: 46px;
  }

  .xxl\:tw-mx-46 {
    margin-left: 46px;
    margin-right: 46px;
  }

  .xxl\:tw-my-49 {
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .xxl\:tw-mx-49 {
    margin-left: 49px;
    margin-right: 49px;
  }

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

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

  .xxl\:tw-my-57 {
    margin-top: 57px;
    margin-bottom: 57px;
  }

  .xxl\:tw-mx-57 {
    margin-left: 57px;
    margin-right: 57px;
  }

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

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

  .xxl\:tw-my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .xxl\:tw-mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

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

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

  .xxl\:tw-my-71 {
    margin-top: 71px;
    margin-bottom: 71px;
  }

  .xxl\:tw-mx-71 {
    margin-left: 71px;
    margin-right: 71px;
  }

  .xxl\:tw-my-74 {
    margin-top: 74px;
    margin-bottom: 74px;
  }

  .xxl\:tw-mx-74 {
    margin-left: 74px;
    margin-right: 74px;
  }

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

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

  .xxl\:tw-my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .xxl\:tw-mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .xxl\:tw-my-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .xxl\:tw-mx-88 {
    margin-left: 88px;
    margin-right: 88px;
  }

  .xxl\:tw-my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xxl\:tw-mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .xxl\:tw-my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .xxl\:tw-mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

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

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

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

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

  .xxl\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxl\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:tw-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxl\:tw-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxl\:tw-my-n15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xxl\:tw-mx-n15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .xxl\:tw-my-n20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xxl\:tw-mx-n20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xxl\:tw-my-n22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .xxl\:tw-mx-n22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .xxl\:tw-my-n5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xxl\:tw-mx-n5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xxl\:tw-my-n3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .xxl\:tw-mx-n3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .xxl\:tw-my-n2 {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xxl\:tw-mx-n2 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xxl\:tw-mt-0 {
    margin-top: 0;
  }

  .xxl\:tw-mr-0 {
    margin-right: 0;
  }

  .xxl\:tw-mb-0 {
    margin-bottom: 0;
  }

  .xxl\:tw-ml-0 {
    margin-left: 0;
  }

  .xxl\:tw-mt-1 {
    margin-top: 1px;
  }

  .xxl\:tw-mr-1 {
    margin-right: 1px;
  }

  .xxl\:tw-mb-1 {
    margin-bottom: 1px;
  }

  .xxl\:tw-ml-1 {
    margin-left: 1px;
  }

  .xxl\:tw-mt-2 {
    margin-top: 2px;
  }

  .xxl\:tw-mr-2 {
    margin-right: 2px;
  }

  .xxl\:tw-mb-2 {
    margin-bottom: 2px;
  }

  .xxl\:tw-ml-2 {
    margin-left: 2px;
  }

  .xxl\:tw-mt-3 {
    margin-top: 3px;
  }

  .xxl\:tw-mr-3 {
    margin-right: 3px;
  }

  .xxl\:tw-mb-3 {
    margin-bottom: 3px;
  }

  .xxl\:tw-ml-3 {
    margin-left: 3px;
  }

  .xxl\:tw-mt-4 {
    margin-top: 4px;
  }

  .xxl\:tw-mr-4 {
    margin-right: 4px;
  }

  .xxl\:tw-mb-4 {
    margin-bottom: 4px;
  }

  .xxl\:tw-ml-4 {
    margin-left: 4px;
  }

  .xxl\:tw-mt-5 {
    margin-top: 5px;
  }

  .xxl\:tw-mr-5 {
    margin-right: 5px;
  }

  .xxl\:tw-mb-5 {
    margin-bottom: 5px;
  }

  .xxl\:tw-ml-5 {
    margin-left: 5px;
  }

  .xxl\:tw-mt-6 {
    margin-top: 6px;
  }

  .xxl\:tw-mr-6 {
    margin-right: 6px;
  }

  .xxl\:tw-mb-6 {
    margin-bottom: 6px;
  }

  .xxl\:tw-ml-6 {
    margin-left: 6px;
  }

  .xxl\:tw-mt-7 {
    margin-top: 7px;
  }

  .xxl\:tw-mr-7 {
    margin-right: 7px;
  }

  .xxl\:tw-mb-7 {
    margin-bottom: 7px;
  }

  .xxl\:tw-ml-7 {
    margin-left: 7px;
  }

  .xxl\:tw-mt-8 {
    margin-top: 8px;
  }

  .xxl\:tw-mr-8 {
    margin-right: 8px;
  }

  .xxl\:tw-mb-8 {
    margin-bottom: 8px;
  }

  .xxl\:tw-ml-8 {
    margin-left: 8px;
  }

  .xxl\:tw-mt-9 {
    margin-top: 9px;
  }

  .xxl\:tw-mr-9 {
    margin-right: 9px;
  }

  .xxl\:tw-mb-9 {
    margin-bottom: 9px;
  }

  .xxl\:tw-ml-9 {
    margin-left: 9px;
  }

  .xxl\:tw-mt-10 {
    margin-top: 10px;
  }

  .xxl\:tw-mr-10 {
    margin-right: 10px;
  }

  .xxl\:tw-mb-10 {
    margin-bottom: 10px;
  }

  .xxl\:tw-ml-10 {
    margin-left: 10px;
  }

  .xxl\:tw-mt-12 {
    margin-top: 12px;
  }

  .xxl\:tw-mr-12 {
    margin-right: 12px;
  }

  .xxl\:tw-mb-12 {
    margin-bottom: 12px;
  }

  .xxl\:tw-ml-12 {
    margin-left: 12px;
  }

  .xxl\:tw-mt-14 {
    margin-top: 14px;
  }

  .xxl\:tw-mr-14 {
    margin-right: 14px;
  }

  .xxl\:tw-mb-14 {
    margin-bottom: 14px;
  }

  .xxl\:tw-ml-14 {
    margin-left: 14px;
  }

  .xxl\:tw-mt-15 {
    margin-top: 15px;
  }

  .xxl\:tw-mr-15 {
    margin-right: 15px;
  }

  .xxl\:tw-mb-15 {
    margin-bottom: 15px;
  }

  .xxl\:tw-ml-15 {
    margin-left: 15px;
  }

  .xxl\:tw-mt-16 {
    margin-top: 16px;
  }

  .xxl\:tw-mr-16 {
    margin-right: 16px;
  }

  .xxl\:tw-mb-16 {
    margin-bottom: 16px;
  }

  .xxl\:tw-ml-16 {
    margin-left: 16px;
  }

  .xxl\:tw-mt-17 {
    margin-top: 17px;
  }

  .xxl\:tw-mr-17 {
    margin-right: 17px;
  }

  .xxl\:tw-mb-17 {
    margin-bottom: 17px;
  }

  .xxl\:tw-ml-17 {
    margin-left: 17px;
  }

  .xxl\:tw-mt-20 {
    margin-top: 20px;
  }

  .xxl\:tw-mr-20 {
    margin-right: 20px;
  }

  .xxl\:tw-mb-20 {
    margin-bottom: 20px;
  }

  .xxl\:tw-ml-20 {
    margin-left: 20px;
  }

  .xxl\:tw-mt-22 {
    margin-top: 22px;
  }

  .xxl\:tw-mr-22 {
    margin-right: 22px;
  }

  .xxl\:tw-mb-22 {
    margin-bottom: 22px;
  }

  .xxl\:tw-ml-22 {
    margin-left: 22px;
  }

  .xxl\:tw-mt-23 {
    margin-top: 23px;
  }

  .xxl\:tw-mr-23 {
    margin-right: 23px;
  }

  .xxl\:tw-mb-23 {
    margin-bottom: 23px;
  }

  .xxl\:tw-ml-23 {
    margin-left: 23px;
  }

  .xxl\:tw-mt-24 {
    margin-top: 24px;
  }

  .xxl\:tw-mr-24 {
    margin-right: 24px;
  }

  .xxl\:tw-mb-24 {
    margin-bottom: 24px;
  }

  .xxl\:tw-ml-24 {
    margin-left: 24px;
  }

  .xxl\:tw-mt-25 {
    margin-top: 25px;
  }

  .xxl\:tw-mr-25 {
    margin-right: 25px;
  }

  .xxl\:tw-mb-25 {
    margin-bottom: 25px;
  }

  .xxl\:tw-ml-25 {
    margin-left: 25px;
  }

  .xxl\:tw-mt-26 {
    margin-top: 26px;
  }

  .xxl\:tw-mr-26 {
    margin-right: 26px;
  }

  .xxl\:tw-mb-26 {
    margin-bottom: 26px;
  }

  .xxl\:tw-ml-26 {
    margin-left: 26px;
  }

  .xxl\:tw-mt-28 {
    margin-top: 28px;
  }

  .xxl\:tw-mr-28 {
    margin-right: 28px;
  }

  .xxl\:tw-mb-28 {
    margin-bottom: 28px;
  }

  .xxl\:tw-ml-28 {
    margin-left: 28px;
  }

  .xxl\:tw-mt-30 {
    margin-top: 30px;
  }

  .xxl\:tw-mr-30 {
    margin-right: 30px;
  }

  .xxl\:tw-mb-30 {
    margin-bottom: 30px;
  }

  .xxl\:tw-ml-30 {
    margin-left: 30px;
  }

  .xxl\:tw-mt-32 {
    margin-top: 32px;
  }

  .xxl\:tw-mr-32 {
    margin-right: 32px;
  }

  .xxl\:tw-mb-32 {
    margin-bottom: 32px;
  }

  .xxl\:tw-ml-32 {
    margin-left: 32px;
  }

  .xxl\:tw-mt-34 {
    margin-top: 34px;
  }

  .xxl\:tw-mr-34 {
    margin-right: 34px;
  }

  .xxl\:tw-mb-34 {
    margin-bottom: 34px;
  }

  .xxl\:tw-ml-34 {
    margin-left: 34px;
  }

  .xxl\:tw-mt-35 {
    margin-top: 35px;
  }

  .xxl\:tw-mr-35 {
    margin-right: 35px;
  }

  .xxl\:tw-mb-35 {
    margin-bottom: 35px;
  }

  .xxl\:tw-ml-35 {
    margin-left: 35px;
  }

  .xxl\:tw-mt-39 {
    margin-top: 39px;
  }

  .xxl\:tw-mr-39 {
    margin-right: 39px;
  }

  .xxl\:tw-mb-39 {
    margin-bottom: 39px;
  }

  .xxl\:tw-ml-39 {
    margin-left: 39px;
  }

  .xxl\:tw-mt-40 {
    margin-top: 40px;
  }

  .xxl\:tw-mr-40 {
    margin-right: 40px;
  }

  .xxl\:tw-mb-40 {
    margin-bottom: 40px;
  }

  .xxl\:tw-ml-40 {
    margin-left: 40px;
  }

  .xxl\:tw-mt-42 {
    margin-top: 42px;
  }

  .xxl\:tw-mr-42 {
    margin-right: 42px;
  }

  .xxl\:tw-mb-42 {
    margin-bottom: 42px;
  }

  .xxl\:tw-ml-42 {
    margin-left: 42px;
  }

  .xxl\:tw-mt-43 {
    margin-top: 43px;
  }

  .xxl\:tw-mr-43 {
    margin-right: 43px;
  }

  .xxl\:tw-mb-43 {
    margin-bottom: 43px;
  }

  .xxl\:tw-ml-43 {
    margin-left: 43px;
  }

  .xxl\:tw-mt-44 {
    margin-top: 44px;
  }

  .xxl\:tw-mr-44 {
    margin-right: 44px;
  }

  .xxl\:tw-mb-44 {
    margin-bottom: 44px;
  }

  .xxl\:tw-ml-44 {
    margin-left: 44px;
  }

  .xxl\:tw-mt-45 {
    margin-top: 45px;
  }

  .xxl\:tw-mr-45 {
    margin-right: 45px;
  }

  .xxl\:tw-mb-45 {
    margin-bottom: 45px;
  }

  .xxl\:tw-ml-45 {
    margin-left: 45px;
  }

  .xxl\:tw-mt-46 {
    margin-top: 46px;
  }

  .xxl\:tw-mr-46 {
    margin-right: 46px;
  }

  .xxl\:tw-mb-46 {
    margin-bottom: 46px;
  }

  .xxl\:tw-ml-46 {
    margin-left: 46px;
  }

  .xxl\:tw-mt-49 {
    margin-top: 49px;
  }

  .xxl\:tw-mr-49 {
    margin-right: 49px;
  }

  .xxl\:tw-mb-49 {
    margin-bottom: 49px;
  }

  .xxl\:tw-ml-49 {
    margin-left: 49px;
  }

  .xxl\:tw-mt-50 {
    margin-top: 50px;
  }

  .xxl\:tw-mr-50 {
    margin-right: 50px;
  }

  .xxl\:tw-mb-50 {
    margin-bottom: 50px;
  }

  .xxl\:tw-ml-50 {
    margin-left: 50px;
  }

  .xxl\:tw-mt-57 {
    margin-top: 57px;
  }

  .xxl\:tw-mr-57 {
    margin-right: 57px;
  }

  .xxl\:tw-mb-57 {
    margin-bottom: 57px;
  }

  .xxl\:tw-ml-57 {
    margin-left: 57px;
  }

  .xxl\:tw-mt-60 {
    margin-top: 60px;
  }

  .xxl\:tw-mr-60 {
    margin-right: 60px;
  }

  .xxl\:tw-mb-60 {
    margin-bottom: 60px;
  }

  .xxl\:tw-ml-60 {
    margin-left: 60px;
  }

  .xxl\:tw-mt-64 {
    margin-top: 64px;
  }

  .xxl\:tw-mr-64 {
    margin-right: 64px;
  }

  .xxl\:tw-mb-64 {
    margin-bottom: 64px;
  }

  .xxl\:tw-ml-64 {
    margin-left: 64px;
  }

  .xxl\:tw-mt-70 {
    margin-top: 70px;
  }

  .xxl\:tw-mr-70 {
    margin-right: 70px;
  }

  .xxl\:tw-mb-70 {
    margin-bottom: 70px;
  }

  .xxl\:tw-ml-70 {
    margin-left: 70px;
  }

  .xxl\:tw-mt-71 {
    margin-top: 71px;
  }

  .xxl\:tw-mr-71 {
    margin-right: 71px;
  }

  .xxl\:tw-mb-71 {
    margin-bottom: 71px;
  }

  .xxl\:tw-ml-71 {
    margin-left: 71px;
  }

  .xxl\:tw-mt-74 {
    margin-top: 74px;
  }

  .xxl\:tw-mr-74 {
    margin-right: 74px;
  }

  .xxl\:tw-mb-74 {
    margin-bottom: 74px;
  }

  .xxl\:tw-ml-74 {
    margin-left: 74px;
  }

  .xxl\:tw-mt-80 {
    margin-top: 80px;
  }

  .xxl\:tw-mr-80 {
    margin-right: 80px;
  }

  .xxl\:tw-mb-80 {
    margin-bottom: 80px;
  }

  .xxl\:tw-ml-80 {
    margin-left: 80px;
  }

  .xxl\:tw-mt-85 {
    margin-top: 85px;
  }

  .xxl\:tw-mr-85 {
    margin-right: 85px;
  }

  .xxl\:tw-mb-85 {
    margin-bottom: 85px;
  }

  .xxl\:tw-ml-85 {
    margin-left: 85px;
  }

  .xxl\:tw-mt-88 {
    margin-top: 88px;
  }

  .xxl\:tw-mr-88 {
    margin-right: 88px;
  }

  .xxl\:tw-mb-88 {
    margin-bottom: 88px;
  }

  .xxl\:tw-ml-88 {
    margin-left: 88px;
  }

  .xxl\:tw-mt-90 {
    margin-top: 90px;
  }

  .xxl\:tw-mr-90 {
    margin-right: 90px;
  }

  .xxl\:tw-mb-90 {
    margin-bottom: 90px;
  }

  .xxl\:tw-ml-90 {
    margin-left: 90px;
  }

  .xxl\:tw-mt-95 {
    margin-top: 95px;
  }

  .xxl\:tw-mr-95 {
    margin-right: 95px;
  }

  .xxl\:tw-mb-95 {
    margin-bottom: 95px;
  }

  .xxl\:tw-ml-95 {
    margin-left: 95px;
  }

  .xxl\:tw-mt-100 {
    margin-top: 100px;
  }

  .xxl\:tw-mr-100 {
    margin-right: 100px;
  }

  .xxl\:tw-mb-100 {
    margin-bottom: 100px;
  }

  .xxl\:tw-ml-100 {
    margin-left: 100px;
  }

  .xxl\:tw-mt-120 {
    margin-top: 120px;
  }

  .xxl\:tw-mr-120 {
    margin-right: 120px;
  }

  .xxl\:tw-mb-120 {
    margin-bottom: 120px;
  }

  .xxl\:tw-ml-120 {
    margin-left: 120px;
  }

  .xxl\:tw-mt-auto {
    margin-top: auto;
  }

  .xxl\:tw-mr-auto {
    margin-right: auto;
  }

  .xxl\:tw-mb-auto {
    margin-bottom: auto;
  }

  .xxl\:tw-ml-auto {
    margin-left: auto;
  }

  .xxl\:tw-mt-px {
    margin-top: 1px;
  }

  .xxl\:tw-mr-px {
    margin-right: 1px;
  }

  .xxl\:tw-mb-px {
    margin-bottom: 1px;
  }

  .xxl\:tw-ml-px {
    margin-left: 1px;
  }

  .xxl\:tw-mt-n15 {
    margin-top: -15px;
  }

  .xxl\:tw-mr-n15 {
    margin-right: -15px;
  }

  .xxl\:tw-mb-n15 {
    margin-bottom: -15px;
  }

  .xxl\:tw-ml-n15 {
    margin-left: -15px;
  }

  .xxl\:tw-mt-n20 {
    margin-top: -20px;
  }

  .xxl\:tw-mr-n20 {
    margin-right: -20px;
  }

  .xxl\:tw-mb-n20 {
    margin-bottom: -20px;
  }

  .xxl\:tw-ml-n20 {
    margin-left: -20px;
  }

  .xxl\:tw-mt-n22 {
    margin-top: -22px;
  }

  .xxl\:tw-mr-n22 {
    margin-right: -22px;
  }

  .xxl\:tw-mb-n22 {
    margin-bottom: -22px;
  }

  .xxl\:tw-ml-n22 {
    margin-left: -22px;
  }

  .xxl\:tw-mt-n5 {
    margin-top: -5px;
  }

  .xxl\:tw-mr-n5 {
    margin-right: -5px;
  }

  .xxl\:tw-mb-n5 {
    margin-bottom: -5px;
  }

  .xxl\:tw-ml-n5 {
    margin-left: -5px;
  }

  .xxl\:tw-mt-n3 {
    margin-top: -3px;
  }

  .xxl\:tw-mr-n3 {
    margin-right: -3px;
  }

  .xxl\:tw-mb-n3 {
    margin-bottom: -3px;
  }

  .xxl\:tw-ml-n3 {
    margin-left: -3px;
  }

  .xxl\:tw-mt-n2 {
    margin-top: -2px;
  }

  .xxl\:tw-mr-n2 {
    margin-right: -2px;
  }

  .xxl\:tw-mb-n2 {
    margin-bottom: -2px;
  }

  .xxl\:tw-ml-n2 {
    margin-left: -2px;
  }

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

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

  .xxl\:tw-max-w-56 {
    max-width: 56%;
  }

  .xxl\:tw-max-w-65 {
    max-width: 65%;
  }

  .xxl\:tw-max-w-81 {
    max-width: 81%;
  }

  .xxl\:tw-max-w-944 {
    max-width: 944px;
  }

  .xxl\:tw-max-w-xs {
    max-width: 20rem;
  }

  .xxl\:tw-max-w-sm {
    max-width: 30rem;
  }

  .xxl\:tw-max-w-md {
    max-width: 40rem;
  }

  .xxl\:tw-max-w-lg {
    max-width: 50rem;
  }

  .xxl\:tw-max-w-xl {
    max-width: 60rem;
  }

  .xxl\:tw-max-w-2xl {
    max-width: 70rem;
  }

  .xxl\:tw-max-w-3xl {
    max-width: 80rem;
  }

  .xxl\:tw-max-w-4xl {
    max-width: 90rem;
  }

  .xxl\:tw-max-w-5xl {
    max-width: 100rem;
  }

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

  .xxl\:tw-min-h-0 {
    min-height: 0;
  }

  .xxl\:tw-min-h-52 {
    min-height: 52px;
  }

  .xxl\:tw-min-h-80 {
    min-height: 80px;
  }

  .xxl\:tw-min-h-92 {
    min-height: 92px;
  }

  .xxl\:tw-min-h-105 {
    min-height: 105px;
  }

  .xxl\:tw-min-h-full {
    min-height: 100%;
  }

  .xxl\:tw-min-h-screen {
    min-height: 100vh;
  }

  .xxl\:tw-min-h-auto {
    min-height: auto;
  }

  .xxl\:tw-min-w-0 {
    min-width: 0;
  }

  .xxl\:tw-min-w-1 {
    min-width: .25rem;
  }

  .xxl\:tw-min-w-2 {
    min-width: .5rem;
  }

  .xxl\:tw-min-w-3 {
    min-width: .75rem;
  }

  .xxl\:tw-min-w-4 {
    min-width: 1rem;
  }

  .xxl\:tw-min-w-5 {
    min-width: 1.25rem;
  }

  .xxl\:tw-min-w-6 {
    min-width: 1.5rem;
  }

  .xxl\:tw-min-w-8 {
    min-width: 2rem;
  }

  .xxl\:tw-min-w-10 {
    min-width: 2.5rem;
  }

  .xxl\:tw-min-w-12 {
    min-width: 3rem;
  }

  .xxl\:tw-min-w-16 {
    min-width: 4rem;
  }

  .xxl\:tw-min-w-24 {
    min-width: 6rem;
  }

  .xxl\:tw-min-w-32 {
    min-width: 8rem;
  }

  .xxl\:tw-min-w-48 {
    min-width: 12rem;
  }

  .xxl\:tw-min-w-64 {
    min-width: 16rem;
  }

  .xxl\:tw-min-w-1\/2 {
    min-width: 50%;
  }

  .xxl\:tw-min-w-1\/3 {
    min-width: 33.33333%;
  }

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

  .xxl\:tw-min-w-1\/4 {
    min-width: 25%;
  }

  .xxl\:tw-min-w-3\/4 {
    min-width: 75%;
  }

  .xxl\:tw-min-w-1\/5 {
    min-width: 20%;
  }

  .xxl\:tw-min-w-2\/5 {
    min-width: 40%;
  }

  .xxl\:tw-min-w-3\/5 {
    min-width: 60%;
  }

  .xxl\:tw-min-w-4\/5 {
    min-width: 80%;
  }

  .xxl\:tw-min-w-1\/6 {
    min-width: 16.66667%;
  }

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

  .xxl\:tw-min-w-full {
    min-width: 100%;
  }

  .xxl\:tw--m-0 {
    margin: 0;
  }

  .xxl\:tw--m-1 {
    margin: -0.25rem;
  }

  .xxl\:tw--m-2 {
    margin: -0.5rem;
  }

  .xxl\:tw--m-3 {
    margin: -0.75rem;
  }

  .xxl\:tw--m-4 {
    margin: -1rem;
  }

  .xxl\:tw--m-5 {
    margin: -1.25rem;
  }

  .xxl\:tw--m-6 {
    margin: -1.5rem;
  }

  .xxl\:tw--m-8 {
    margin: -2rem;
  }

  .xxl\:tw--m-10 {
    margin: -2.5rem;
  }

  .xxl\:tw--m-12 {
    margin: -3rem;
  }

  .xxl\:tw--m-16 {
    margin: -4rem;
  }

  .xxl\:tw--m-20 {
    margin: -5rem;
  }

  .xxl\:tw--m-24 {
    margin: -6rem;
  }

  .xxl\:tw--m-32 {
    margin: -8rem;
  }

  .xxl\:tw--m-px {
    margin: -1px;
  }

  .xxl\:tw--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:tw--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxl\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxl\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxl\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxl\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxl\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxl\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxl\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxl\:tw--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxl\:tw--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxl\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxl\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxl\:tw--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxl\:tw--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxl\:tw--my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxl\:tw--mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxl\:tw--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxl\:tw--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxl\:tw--my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxl\:tw--mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxl\:tw--my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxl\:tw--mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxl\:tw--my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxl\:tw--mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxl\:tw--my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxl\:tw--mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxl\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxl\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxl\:tw--mt-0 {
    margin-top: 0;
  }

  .xxl\:tw--mr-0 {
    margin-right: 0;
  }

  .xxl\:tw--mb-0 {
    margin-bottom: 0;
  }

  .xxl\:tw--ml-0 {
    margin-left: 0;
  }

  .xxl\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .xxl\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .xxl\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .xxl\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .xxl\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .xxl\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .xxl\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .xxl\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .xxl\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  .xxl\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  .xxl\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  .xxl\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  .xxl\:tw--mt-4 {
    margin-top: -1rem;
  }

  .xxl\:tw--mr-4 {
    margin-right: -1rem;
  }

  .xxl\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .xxl\:tw--ml-4 {
    margin-left: -1rem;
  }

  .xxl\:tw--mt-5 {
    margin-top: -1.25rem;
  }

  .xxl\:tw--mr-5 {
    margin-right: -1.25rem;
  }

  .xxl\:tw--mb-5 {
    margin-bottom: -1.25rem;
  }

  .xxl\:tw--ml-5 {
    margin-left: -1.25rem;
  }

  .xxl\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .xxl\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .xxl\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .xxl\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .xxl\:tw--mt-8 {
    margin-top: -2rem;
  }

  .xxl\:tw--mr-8 {
    margin-right: -2rem;
  }

  .xxl\:tw--mb-8 {
    margin-bottom: -2rem;
  }

  .xxl\:tw--ml-8 {
    margin-left: -2rem;
  }

  .xxl\:tw--mt-10 {
    margin-top: -2.5rem;
  }

  .xxl\:tw--mr-10 {
    margin-right: -2.5rem;
  }

  .xxl\:tw--mb-10 {
    margin-bottom: -2.5rem;
  }

  .xxl\:tw--ml-10 {
    margin-left: -2.5rem;
  }

  .xxl\:tw--mt-12 {
    margin-top: -3rem;
  }

  .xxl\:tw--mr-12 {
    margin-right: -3rem;
  }

  .xxl\:tw--mb-12 {
    margin-bottom: -3rem;
  }

  .xxl\:tw--ml-12 {
    margin-left: -3rem;
  }

  .xxl\:tw--mt-16 {
    margin-top: -4rem;
  }

  .xxl\:tw--mr-16 {
    margin-right: -4rem;
  }

  .xxl\:tw--mb-16 {
    margin-bottom: -4rem;
  }

  .xxl\:tw--ml-16 {
    margin-left: -4rem;
  }

  .xxl\:tw--mt-20 {
    margin-top: -5rem;
  }

  .xxl\:tw--mr-20 {
    margin-right: -5rem;
  }

  .xxl\:tw--mb-20 {
    margin-bottom: -5rem;
  }

  .xxl\:tw--ml-20 {
    margin-left: -5rem;
  }

  .xxl\:tw--mt-24 {
    margin-top: -6rem;
  }

  .xxl\:tw--mr-24 {
    margin-right: -6rem;
  }

  .xxl\:tw--mb-24 {
    margin-bottom: -6rem;
  }

  .xxl\:tw--ml-24 {
    margin-left: -6rem;
  }

  .xxl\:tw--mt-32 {
    margin-top: -8rem;
  }

  .xxl\:tw--mr-32 {
    margin-right: -8rem;
  }

  .xxl\:tw--mb-32 {
    margin-bottom: -8rem;
  }

  .xxl\:tw--ml-32 {
    margin-left: -8rem;
  }

  .xxl\:tw--mt-px {
    margin-top: -1px;
  }

  .xxl\:tw--mr-px {
    margin-right: -1px;
  }

  .xxl\:tw--mb-px {
    margin-bottom: -1px;
  }

  .xxl\:tw--ml-px {
    margin-left: -1px;
  }

  .xxl\:tw-opacity-0 {
    opacity: 0;
  }

  .xxl\:tw-opacity-25 {
    opacity: .25;
  }

  .xxl\:tw-opacity-50 {
    opacity: .5;
  }

  .xxl\:tw-opacity-75 {
    opacity: .75;
  }

  .xxl\:tw-opacity-100 {
    opacity: 1;
  }

  .xxl\:hover\:tw-opacity-0:hover {
    opacity: 0;
  }

  .xxl\:hover\:tw-opacity-25:hover {
    opacity: .25;
  }

  .xxl\:hover\:tw-opacity-50:hover {
    opacity: .5;
  }

  .xxl\:hover\:tw-opacity-75:hover {
    opacity: .75;
  }

  .xxl\:hover\:tw-opacity-100:hover {
    opacity: 1;
  }

  .xxl\:tw-overflow-auto {
    overflow: auto;
  }

  .xxl\:tw-overflow-hidden {
    overflow: hidden;
  }

  .xxl\:tw-overflow-visible {
    overflow: visible;
  }

  .xxl\:tw-overflow-scroll {
    overflow: scroll;
  }

  .xxl\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  .xxl\:tw-overflow-y-auto {
    overflow-y: auto;
  }

  .xxl\:tw-overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxl\:tw-overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxl\:tw-overflow-x-visible {
    overflow-x: visible;
  }

  .xxl\:tw-overflow-y-visible {
    overflow-y: visible;
  }

  .xxl\:tw-overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxl\:tw-overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxl\:tw-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xxl\:tw-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xxl\:tw-p-0 {
    padding: 0;
  }

  .xxl\:tw-p-1 {
    padding: .25rem;
  }

  .xxl\:tw-p-2 {
    padding: 2px;
  }

  .xxl\:tw-p-3 {
    padding: 3px;
  }

  .xxl\:tw-p-4 {
    padding: 4px;
  }

  .xxl\:tw-p-5 {
    padding: 5px;
  }

  .xxl\:tw-p-6 {
    padding: 6px;
  }

  .xxl\:tw-p-8 {
    padding: 8px;
  }

  .xxl\:tw-p-9 {
    padding: 9px;
  }

  .xxl\:tw-p-10 {
    padding: 10px;
  }

  .xxl\:tw-p-11 {
    padding: 11px;
  }

  .xxl\:tw-p-12 {
    padding: 12px;
  }

  .xxl\:tw-p-15 {
    padding: 15px;
  }

  .xxl\:tw-p-16 {
    padding: 16px;
  }

  .xxl\:tw-p-20 {
    padding: 20px;
  }

  .xxl\:tw-p-23 {
    padding: 23px;
  }

  .xxl\:tw-p-24 {
    padding: 24px;
  }

  .xxl\:tw-p-28 {
    padding: 28px;
  }

  .xxl\:tw-p-30 {
    padding: 30px;
  }

  .xxl\:tw-p-32 {
    padding: 8rem;
  }

  .xxl\:tw-p-40 {
    padding: 40px;
  }

  .xxl\:tw-p-45 {
    padding: 45px;
  }

  .xxl\:tw-p-56 {
    padding: 56px;
  }

  .xxl\:tw-p-57 {
    padding: 57px;
  }

  .xxl\:tw-p-69 {
    padding: 69px;
  }

  .xxl\:tw-p-70 {
    padding: 70px;
  }

  .xxl\:tw-p-80 {
    padding: 80px;
  }

  .xxl\:tw-p-82 {
    padding: 82px;
  }

  .xxl\:tw-p-90 {
    padding: 90px;
  }

  .xxl\:tw-p-122 {
    padding: 122px;
  }

  .xxl\:tw-p-130 {
    padding: 130px;
  }

  .xxl\:tw-p-135 {
    padding: 135px;
  }

  .xxl\:tw-p-160 {
    padding: 160px;
  }

  .xxl\:tw-p-px {
    padding: 1px;
  }

  .xxl\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxl\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl\:tw-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xxl\:tw-px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xxl\:tw-py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xxl\:tw-px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xxl\:tw-py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .xxl\:tw-px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .xxl\:tw-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xxl\:tw-px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .xxl\:tw-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xxl\:tw-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xxl\:tw-py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xxl\:tw-px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xxl\:tw-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xxl\:tw-px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xxl\:tw-py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .xxl\:tw-px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

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

  .xxl\:tw-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xxl\:tw-py-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .xxl\:tw-px-11 {
    padding-left: 11px;
    padding-right: 11px;
  }

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

  .xxl\:tw-px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .xxl\:tw-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl\:tw-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xxl\:tw-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .xxl\:tw-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xxl\:tw-py-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .xxl\:tw-px-23 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .xxl\:tw-py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xxl\:tw-px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xxl\:tw-py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xxl\:tw-px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .xxl\:tw-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xxl\:tw-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xxl\:tw-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .xxl\:tw-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xxl\:tw-py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xxl\:tw-px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .xxl\:tw-py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .xxl\:tw-px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .xxl\:tw-py-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .xxl\:tw-px-57 {
    padding-left: 57px;
    padding-right: 57px;
  }

  .xxl\:tw-py-69 {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .xxl\:tw-px-69 {
    padding-left: 69px;
    padding-right: 69px;
  }

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

  .xxl\:tw-px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

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

  .xxl\:tw-px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xxl\:tw-py-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .xxl\:tw-px-82 {
    padding-left: 82px;
    padding-right: 82px;
  }

  .xxl\:tw-py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xxl\:tw-px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .xxl\:tw-py-122 {
    padding-top: 122px;
    padding-bottom: 122px;
  }

  .xxl\:tw-px-122 {
    padding-left: 122px;
    padding-right: 122px;
  }

  .xxl\:tw-py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .xxl\:tw-px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .xxl\:tw-py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .xxl\:tw-px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

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

  .xxl\:tw-px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .xxl\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxl\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxl\:tw-pt-0 {
    padding-top: 0;
  }

  .xxl\:tw-pr-0 {
    padding-right: 0;
  }

  .xxl\:tw-pb-0 {
    padding-bottom: 0;
  }

  .xxl\:tw-pl-0 {
    padding-left: 0;
  }

  .xxl\:tw-pt-1 {
    padding-top: .25rem;
  }

  .xxl\:tw-pr-1 {
    padding-right: .25rem;
  }

  .xxl\:tw-pb-1 {
    padding-bottom: .25rem;
  }

  .xxl\:tw-pl-1 {
    padding-left: .25rem;
  }

  .xxl\:tw-pt-2 {
    padding-top: 2px;
  }

  .xxl\:tw-pr-2 {
    padding-right: 2px;
  }

  .xxl\:tw-pb-2 {
    padding-bottom: 2px;
  }

  .xxl\:tw-pl-2 {
    padding-left: 2px;
  }

  .xxl\:tw-pt-3 {
    padding-top: 3px;
  }

  .xxl\:tw-pr-3 {
    padding-right: 3px;
  }

  .xxl\:tw-pb-3 {
    padding-bottom: 3px;
  }

  .xxl\:tw-pl-3 {
    padding-left: 3px;
  }

  .xxl\:tw-pt-4 {
    padding-top: 4px;
  }

  .xxl\:tw-pr-4 {
    padding-right: 4px;
  }

  .xxl\:tw-pb-4 {
    padding-bottom: 4px;
  }

  .xxl\:tw-pl-4 {
    padding-left: 4px;
  }

  .xxl\:tw-pt-5 {
    padding-top: 5px;
  }

  .xxl\:tw-pr-5 {
    padding-right: 5px;
  }

  .xxl\:tw-pb-5 {
    padding-bottom: 5px;
  }

  .xxl\:tw-pl-5 {
    padding-left: 5px;
  }

  .xxl\:tw-pt-6 {
    padding-top: 6px;
  }

  .xxl\:tw-pr-6 {
    padding-right: 6px;
  }

  .xxl\:tw-pb-6 {
    padding-bottom: 6px;
  }

  .xxl\:tw-pl-6 {
    padding-left: 6px;
  }

  .xxl\:tw-pt-8 {
    padding-top: 8px;
  }

  .xxl\:tw-pr-8 {
    padding-right: 8px;
  }

  .xxl\:tw-pb-8 {
    padding-bottom: 8px;
  }

  .xxl\:tw-pl-8 {
    padding-left: 8px;
  }

  .xxl\:tw-pt-9 {
    padding-top: 9px;
  }

  .xxl\:tw-pr-9 {
    padding-right: 9px;
  }

  .xxl\:tw-pb-9 {
    padding-bottom: 9px;
  }

  .xxl\:tw-pl-9 {
    padding-left: 9px;
  }

  .xxl\:tw-pt-10 {
    padding-top: 10px;
  }

  .xxl\:tw-pr-10 {
    padding-right: 10px;
  }

  .xxl\:tw-pb-10 {
    padding-bottom: 10px;
  }

  .xxl\:tw-pl-10 {
    padding-left: 10px;
  }

  .xxl\:tw-pt-11 {
    padding-top: 11px;
  }

  .xxl\:tw-pr-11 {
    padding-right: 11px;
  }

  .xxl\:tw-pb-11 {
    padding-bottom: 11px;
  }

  .xxl\:tw-pl-11 {
    padding-left: 11px;
  }

  .xxl\:tw-pt-12 {
    padding-top: 12px;
  }

  .xxl\:tw-pr-12 {
    padding-right: 12px;
  }

  .xxl\:tw-pb-12 {
    padding-bottom: 12px;
  }

  .xxl\:tw-pl-12 {
    padding-left: 12px;
  }

  .xxl\:tw-pt-15 {
    padding-top: 15px;
  }

  .xxl\:tw-pr-15 {
    padding-right: 15px;
  }

  .xxl\:tw-pb-15 {
    padding-bottom: 15px;
  }

  .xxl\:tw-pl-15 {
    padding-left: 15px;
  }

  .xxl\:tw-pt-16 {
    padding-top: 16px;
  }

  .xxl\:tw-pr-16 {
    padding-right: 16px;
  }

  .xxl\:tw-pb-16 {
    padding-bottom: 16px;
  }

  .xxl\:tw-pl-16 {
    padding-left: 16px;
  }

  .xxl\:tw-pt-20 {
    padding-top: 20px;
  }

  .xxl\:tw-pr-20 {
    padding-right: 20px;
  }

  .xxl\:tw-pb-20 {
    padding-bottom: 20px;
  }

  .xxl\:tw-pl-20 {
    padding-left: 20px;
  }

  .xxl\:tw-pt-23 {
    padding-top: 23px;
  }

  .xxl\:tw-pr-23 {
    padding-right: 23px;
  }

  .xxl\:tw-pb-23 {
    padding-bottom: 23px;
  }

  .xxl\:tw-pl-23 {
    padding-left: 23px;
  }

  .xxl\:tw-pt-24 {
    padding-top: 24px;
  }

  .xxl\:tw-pr-24 {
    padding-right: 24px;
  }

  .xxl\:tw-pb-24 {
    padding-bottom: 24px;
  }

  .xxl\:tw-pl-24 {
    padding-left: 24px;
  }

  .xxl\:tw-pt-28 {
    padding-top: 28px;
  }

  .xxl\:tw-pr-28 {
    padding-right: 28px;
  }

  .xxl\:tw-pb-28 {
    padding-bottom: 28px;
  }

  .xxl\:tw-pl-28 {
    padding-left: 28px;
  }

  .xxl\:tw-pt-30 {
    padding-top: 30px;
  }

  .xxl\:tw-pr-30 {
    padding-right: 30px;
  }

  .xxl\:tw-pb-30 {
    padding-bottom: 30px;
  }

  .xxl\:tw-pl-30 {
    padding-left: 30px;
  }

  .xxl\:tw-pt-32 {
    padding-top: 8rem;
  }

  .xxl\:tw-pr-32 {
    padding-right: 8rem;
  }

  .xxl\:tw-pb-32 {
    padding-bottom: 8rem;
  }

  .xxl\:tw-pl-32 {
    padding-left: 8rem;
  }

  .xxl\:tw-pt-40 {
    padding-top: 40px;
  }

  .xxl\:tw-pr-40 {
    padding-right: 40px;
  }

  .xxl\:tw-pb-40 {
    padding-bottom: 40px;
  }

  .xxl\:tw-pl-40 {
    padding-left: 40px;
  }

  .xxl\:tw-pt-45 {
    padding-top: 45px;
  }

  .xxl\:tw-pr-45 {
    padding-right: 45px;
  }

  .xxl\:tw-pb-45 {
    padding-bottom: 45px;
  }

  .xxl\:tw-pl-45 {
    padding-left: 45px;
  }

  .xxl\:tw-pt-56 {
    padding-top: 56px;
  }

  .xxl\:tw-pr-56 {
    padding-right: 56px;
  }

  .xxl\:tw-pb-56 {
    padding-bottom: 56px;
  }

  .xxl\:tw-pl-56 {
    padding-left: 56px;
  }

  .xxl\:tw-pt-57 {
    padding-top: 57px;
  }

  .xxl\:tw-pr-57 {
    padding-right: 57px;
  }

  .xxl\:tw-pb-57 {
    padding-bottom: 57px;
  }

  .xxl\:tw-pl-57 {
    padding-left: 57px;
  }

  .xxl\:tw-pt-69 {
    padding-top: 69px;
  }

  .xxl\:tw-pr-69 {
    padding-right: 69px;
  }

  .xxl\:tw-pb-69 {
    padding-bottom: 69px;
  }

  .xxl\:tw-pl-69 {
    padding-left: 69px;
  }

  .xxl\:tw-pt-70 {
    padding-top: 70px;
  }

  .xxl\:tw-pr-70 {
    padding-right: 70px;
  }

  .xxl\:tw-pb-70 {
    padding-bottom: 70px;
  }

  .xxl\:tw-pl-70 {
    padding-left: 70px;
  }

  .xxl\:tw-pt-80 {
    padding-top: 80px;
  }

  .xxl\:tw-pr-80 {
    padding-right: 80px;
  }

  .xxl\:tw-pb-80 {
    padding-bottom: 80px;
  }

  .xxl\:tw-pl-80 {
    padding-left: 80px;
  }

  .xxl\:tw-pt-82 {
    padding-top: 82px;
  }

  .xxl\:tw-pr-82 {
    padding-right: 82px;
  }

  .xxl\:tw-pb-82 {
    padding-bottom: 82px;
  }

  .xxl\:tw-pl-82 {
    padding-left: 82px;
  }

  .xxl\:tw-pt-90 {
    padding-top: 90px;
  }

  .xxl\:tw-pr-90 {
    padding-right: 90px;
  }

  .xxl\:tw-pb-90 {
    padding-bottom: 90px;
  }

  .xxl\:tw-pl-90 {
    padding-left: 90px;
  }

  .xxl\:tw-pt-122 {
    padding-top: 122px;
  }

  .xxl\:tw-pr-122 {
    padding-right: 122px;
  }

  .xxl\:tw-pb-122 {
    padding-bottom: 122px;
  }

  .xxl\:tw-pl-122 {
    padding-left: 122px;
  }

  .xxl\:tw-pt-130 {
    padding-top: 130px;
  }

  .xxl\:tw-pr-130 {
    padding-right: 130px;
  }

  .xxl\:tw-pb-130 {
    padding-bottom: 130px;
  }

  .xxl\:tw-pl-130 {
    padding-left: 130px;
  }

  .xxl\:tw-pt-135 {
    padding-top: 135px;
  }

  .xxl\:tw-pr-135 {
    padding-right: 135px;
  }

  .xxl\:tw-pb-135 {
    padding-bottom: 135px;
  }

  .xxl\:tw-pl-135 {
    padding-left: 135px;
  }

  .xxl\:tw-pt-160 {
    padding-top: 160px;
  }

  .xxl\:tw-pr-160 {
    padding-right: 160px;
  }

  .xxl\:tw-pb-160 {
    padding-bottom: 160px;
  }

  .xxl\:tw-pl-160 {
    padding-left: 160px;
  }

  .xxl\:tw-pt-px {
    padding-top: 1px;
  }

  .xxl\:tw-pr-px {
    padding-right: 1px;
  }

  .xxl\:tw-pb-px {
    padding-bottom: 1px;
  }

  .xxl\:tw-pl-px {
    padding-left: 1px;
  }

  .xxl\:tw-pointer-events-none {
    pointer-events: none;
  }

  .xxl\:tw-pointer-events-auto {
    pointer-events: auto;
  }

  .xxl\:tw-static {
    position: static;
  }

  .xxl\:tw-fixed {
    position: fixed;
  }

  .xxl\:tw-absolute {
    position: absolute;
  }

  .xxl\:tw-relative {
    position: relative;
  }

  .xxl\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xxl\:tw-pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxl\:tw-pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxl\:tw-pin-y {
    top: 0;
    bottom: 0;
  }

  .xxl\:tw-pin-x {
    right: 0;
    left: 0;
  }

  .xxl\:tw-pin-t {
    top: 0;
  }

  .xxl\:tw-pin-r {
    right: 0;
  }

  .xxl\:tw-pin-b {
    bottom: 0;
  }

  .xxl\:tw-pin-l {
    left: 0;
  }

  .xxl\:tw-resize-none {
    resize: none;
  }

  .xxl\:tw-resize-y {
    resize: vertical;
  }

  .xxl\:tw-resize-x {
    resize: horizontal;
  }

  .xxl\:tw-resize {
    resize: both;
  }

  .xxl\:tw-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xxl\:tw-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xxl\:tw-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xxl\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xxl\:tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xxl\:tw-shadow-none {
    box-shadow: none;
  }

  .xxl\:hover\:tw-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xxl\:hover\:tw-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xxl\:hover\:tw-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

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

  .xxl\:hover\:tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xxl\:hover\:tw-shadow-none:hover {
    box-shadow: none;
  }

  .xxl\:focus\:tw-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xxl\:focus\:tw-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xxl\:focus\:tw-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

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

  .xxl\:focus\:tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
  }

  .xxl\:focus\:tw-shadow-none:focus {
    box-shadow: none;
  }

  .xxl\:tw-table-auto {
    table-layout: auto;
  }

  .xxl\:tw-table-fixed {
    table-layout: fixed;
  }

  .xxl\:tw-text-left {
    text-align: left;
  }

  .xxl\:tw-text-center {
    text-align: center;
  }

  .xxl\:tw-text-right {
    text-align: right;
  }

  .xxl\:tw-text-justify {
    text-align: justify;
  }

  .xxl\:tw-text-transparent {
    color: transparent;
  }

  .xxl\:tw-text-secondary {
    color: #2effcc;
  }

  .xxl\:tw-text-primary {
    color: #e5e5e5;
  }

  .xxl\:tw-text-white {
    color: #e5e5e5;
  }

  .xxl\:tw-text-black {
    color: #000;
  }

  .xxl\:tw-text-link {
    color: #9345ff;
  }

  .xxl\:tw-text-grey {
    color: #171717;
  }

  .xxl\:tw-text-facebook {
    color: #3b5999;
  }

  .xxl\:tw-text-twitter {
    color: #017eb6;
  }

  .xxl\:tw-text-instagram {
    color: #517fa4;
  }

  .xxl\:tw-text-youtube {
    color: #c9332d;
  }

  .xxl\:tw-text-pinterest {
    color: #bd081c;
  }

  .xxl\:tw-text-share {
    color: #2ca9e1;
  }

  .xxl\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  .xxl\:hover\:tw-text-secondary:hover {
    color: #2effcc;
  }

  .xxl\:hover\:tw-text-primary:hover {
    color: #e5e5e5;
  }

  .xxl\:hover\:tw-text-white:hover {
    color: #e5e5e5;
  }

  .xxl\:hover\:tw-text-black:hover {
    color: #000;
  }

  .xxl\:hover\:tw-text-link:hover {
    color: #9345ff;
  }

  .xxl\:hover\:tw-text-grey:hover {
    color: #171717;
  }

  .xxl\:hover\:tw-text-facebook:hover {
    color: #3b5999;
  }

  .xxl\:hover\:tw-text-twitter:hover {
    color: #017eb6;
  }

  .xxl\:hover\:tw-text-instagram:hover {
    color: #517fa4;
  }

  .xxl\:hover\:tw-text-youtube:hover {
    color: #c9332d;
  }

  .xxl\:hover\:tw-text-pinterest:hover {
    color: #bd081c;
  }

  .xxl\:hover\:tw-text-share:hover {
    color: #2ca9e1;
  }

  .xxl\:focus\:tw-text-transparent:focus {
    color: transparent;
  }

  .xxl\:focus\:tw-text-secondary:focus {
    color: #2effcc;
  }

  .xxl\:focus\:tw-text-primary:focus {
    color: #e5e5e5;
  }

  .xxl\:focus\:tw-text-white:focus {
    color: #e5e5e5;
  }

  .xxl\:focus\:tw-text-black:focus {
    color: #000;
  }

  .xxl\:focus\:tw-text-link:focus {
    color: #9345ff;
  }

  .xxl\:focus\:tw-text-grey:focus {
    color: #171717;
  }

  .xxl\:focus\:tw-text-facebook:focus {
    color: #3b5999;
  }

  .xxl\:focus\:tw-text-twitter:focus {
    color: #017eb6;
  }

  .xxl\:focus\:tw-text-instagram:focus {
    color: #517fa4;
  }

  .xxl\:focus\:tw-text-youtube:focus {
    color: #c9332d;
  }

  .xxl\:focus\:tw-text-pinterest:focus {
    color: #bd081c;
  }

  .xxl\:focus\:tw-text-share:focus {
    color: #2ca9e1;
  }

  .xxl\:tw-text-0 {
    font-size: 0px;
  }

  .xxl\:tw-text-17 {
    font-size: 17px;
  }

  .xxl\:tw-text-50 {
    font-size: 50px;
  }

  .xxl\:tw-text-54 {
    font-size: 54px;
  }

  .xxl\:tw-text-90 {
    font-size: 90px;
  }

  .xxl\:tw-text-92 {
    font-size: 92px;
  }

  .xxl\:tw-text-108 {
    font-size: 108px;
  }

  .xxl\:tw-text-xs {
    font-size: .75rem;
  }

  .xxl\:tw-text-sm {
    font-size: 14px;
  }

  .xxl\:tw-text-base {
    font-size: 16px;
  }

  .xxl\:tw-text-lg {
    font-size: 18px;
  }

  .xxl\:tw-text-xl {
    font-size: 20px;
  }

  .xxl\:tw-text-2xl {
    font-size: 24px;
  }

  .xxl\:tw-text-3xl {
    font-size: 32px;
  }

  .xxl\:tw-text-4xl {
    font-size: 40px;
  }

  .xxl\:tw-italic {
    font-style: italic;
  }

  .xxl\:tw-roman {
    font-style: normal;
  }

  .xxl\:tw-uppercase {
    text-transform: uppercase;
  }

  .xxl\:tw-lowercase {
    text-transform: lowercase;
  }

  .xxl\:tw-capitalize {
    text-transform: capitalize;
  }

  .xxl\:tw-normal-case {
    text-transform: none;
  }

  .xxl\:tw-underline {
    text-decoration: underline;
  }

  .xxl\:tw-line-through {
    text-decoration: line-through;
  }

  .xxl\:tw-no-underline {
    text-decoration: none;
  }

  .xxl\:tw-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxl\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxl\:hover\:tw-italic:hover {
    font-style: italic;
  }

  .xxl\:hover\:tw-roman:hover {
    font-style: normal;
  }

  .xxl\:hover\:tw-uppercase:hover {
    text-transform: uppercase;
  }

  .xxl\:hover\:tw-lowercase:hover {
    text-transform: lowercase;
  }

  .xxl\:hover\:tw-capitalize:hover {
    text-transform: capitalize;
  }

  .xxl\:hover\:tw-normal-case:hover {
    text-transform: none;
  }

  .xxl\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .xxl\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .xxl\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .xxl\:hover\:tw-antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxl\:hover\:tw-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxl\:focus\:tw-italic:focus {
    font-style: italic;
  }

  .xxl\:focus\:tw-roman:focus {
    font-style: normal;
  }

  .xxl\:focus\:tw-uppercase:focus {
    text-transform: uppercase;
  }

  .xxl\:focus\:tw-lowercase:focus {
    text-transform: lowercase;
  }

  .xxl\:focus\:tw-capitalize:focus {
    text-transform: capitalize;
  }

  .xxl\:focus\:tw-normal-case:focus {
    text-transform: none;
  }

  .xxl\:focus\:tw-underline:focus {
    text-decoration: underline;
  }

  .xxl\:focus\:tw-line-through:focus {
    text-decoration: line-through;
  }

  .xxl\:focus\:tw-no-underline:focus {
    text-decoration: none;
  }

  .xxl\:focus\:tw-antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxl\:focus\:tw-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxl\:tw-tracking-tight {
    letter-spacing: -0.05em;
  }

  .xxl\:tw-tracking-normal {
    letter-spacing: 0;
  }

  .xxl\:tw-tracking-wide {
    letter-spacing: .05em;
  }

  .xxl\:tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

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

  .xxl\:tw-align-baseline {
    vertical-align: baseline;
  }

  .xxl\:tw-align-top {
    vertical-align: top;
  }

  .xxl\:tw-align-middle {
    vertical-align: middle;
  }

  .xxl\:tw-align-bottom {
    vertical-align: bottom;
  }

  .xxl\:tw-align-text-top {
    vertical-align: text-top;
  }

  .xxl\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxl\:tw-visible {
    visibility: visible;
  }

  .xxl\:tw-invisible {
    visibility: hidden;
  }

  .xxl\:tw-whitespace-normal {
    white-space: normal;
  }

  .xxl\:tw-whitespace-no-wrap {
    white-space: nowrap;
  }

  .xxl\:tw-whitespace-pre {
    white-space: pre;
  }

  .xxl\:tw-whitespace-pre-line {
    white-space: pre-line;
  }

  .xxl\:tw-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxl\:tw-break-words {
    word-wrap: break-word;
  }

  .xxl\:tw-break-normal {
    word-wrap: normal;
  }

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

  .xxl\:tw-w-1 {
    width: .25rem;
  }

  .xxl\:tw-w-2 {
    width: .5rem;
  }

  .xxl\:tw-w-3 {
    width: .75rem;
  }

  .xxl\:tw-w-4 {
    width: 1rem;
  }

  .xxl\:tw-w-5 {
    width: 1.25rem;
  }

  .xxl\:tw-w-6 {
    width: 1.5rem;
  }

  .xxl\:tw-w-8 {
    width: 2rem;
  }

  .xxl\:tw-w-10 {
    width: 2.5rem;
  }

  .xxl\:tw-w-12 {
    width: 3rem;
  }

  .xxl\:tw-w-16 {
    width: 4rem;
  }

  .xxl\:tw-w-24 {
    width: 6rem;
  }

  .xxl\:tw-w-32 {
    width: 8rem;
  }

  .xxl\:tw-w-33 {
    width: 33%;
  }

  .xxl\:tw-w-48 {
    width: 12rem;
  }

  .xxl\:tw-w-64 {
    width: 16rem;
  }

  .xxl\:tw-w-80 {
    width: 20rem;
  }

  .xxl\:tw-w-auto {
    width: auto;
  }

  .xxl\:tw-w-px {
    width: 1px;
  }

  .xxl\:tw-w-1\/2 {
    width: 50%;
  }

  .xxl\:tw-w-1\/3 {
    width: 33.33333%;
  }

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

  .xxl\:tw-w-1\/4 {
    width: 25%;
  }

  .xxl\:tw-w-3\/4 {
    width: 75%;
  }

  .xxl\:tw-w-1\/5 {
    width: 20%;
  }

  .xxl\:tw-w-2\/5 {
    width: 33%;
  }

  .xxl\:tw-w-3\/5 {
    width: 67%;
  }

  .xxl\:tw-w-4\/5 {
    width: 80%;
  }

  .xxl\:tw-w-1\/6 {
    width: 16.66667%;
  }

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

  .xxl\:tw-w-full {
    width: 100%;
  }

  .xxl\:tw-w-screen {
    width: 100vw;
  }

  .xxl\:tw-z-0 {
    z-index: 0;
  }

  .xxl\:tw-z-10 {
    z-index: 10;
  }

  .xxl\:tw-z-20 {
    z-index: 20;
  }

  .xxl\:tw-z-30 {
    z-index: 30;
  }

  .xxl\:tw-z-40 {
    z-index: 40;
  }

  .xxl\:tw-z-50 {
    z-index: 50;
  }

  .xxl\:tw-z-auto {
    z-index: auto;
  }

  .xxl\:tw-backface-visible {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }

  .xxl\:tw-backface-hidden {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  .xxl\:tw-perspective-top {
    perspective-origin: top;
  }

  .xxl\:tw-perspective-right {
    perspective-origin: right;
  }

  .xxl\:tw-perspective-bottom {
    perspective-origin: bottom;
  }

  .xxl\:tw-perspective-left {
    perspective-origin: left;
  }

  .xxl\:tw-perspective-center {
    perspective-origin: center;
  }

  .xxl\:tw-perspective-right-top {
    perspective-origin: right top;
  }

  .xxl\:tw-perspective-right-bottom {
    perspective-origin: right bottom;
  }

  .xxl\:tw-perspective-left-top {
    perspective-origin: left top;
  }

  .xxl\:tw-perspective-left-bottom {
    perspective-origin: left bottom;
  }

  .xxl\:tw-transform-border {
    transform-box: border-box;
  }

  .xxl\:tw-transform-fill {
    transform-box: fill-box;
  }

  .xxl\:tw-transform-view {
    transform-box: view-box;
  }

  .xxl\:tw-transform-top {
    transform-origin: top;
  }

  .xxl\:tw-transform-right {
    transform-origin: right;
  }

  .xxl\:tw-transform-bottom {
    transform-origin: bottom;
  }

  .xxl\:tw-transform-left {
    transform-origin: left;
  }

  .xxl\:tw-transform-center {
    transform-origin: center;
  }

  .xxl\:tw-transform-right-top {
    transform-origin: right top;
  }

  .xxl\:tw-transform-right-bottom {
    transform-origin: right bottom;
  }

  .xxl\:tw-transform-left-top {
    transform-origin: left top;
  }

  .xxl\:tw-transform-left-bottom {
    transform-origin: left bottom;
  }

  .xxl\:tw-transform-flat {
    transform-style: flat;
  }

  .xxl\:tw-transform-preserve {
    transform-style: preserve-3d;
  }

  .xxl\:tw-transform-none {
    transform: none;
  }

  .xxl\:tw-translate-x-1\/2 {
    transform: translateX(50%);
  }

  .xxl\:tw-translate-y-1\/2 {
    transform: translateY(50%);
  }

  .xxl\:tw-translate-x-full {
    transform: translateX(100%);
  }

  .xxl\:tw-translate-y-full {
    transform: translateY(100%);
  }

  .xxl\:tw--translate-x-1\/2 {
    transform: translateX(-50%);
  }

  .xxl\:tw--translate-y-1\/2 {
    transform: translateY(-50%);
  }

  .xxl\:tw--translate-x-full {
    transform: translateX(-100%);
  }

  .xxl\:tw--translate-y-full {
    transform: translateY(-100%);
  }

  .xxl\:tw-scale-90 {
    transform: scale(.9);
  }

  .xxl\:tw-scale-x-90 {
    transform: scaleX(.9);
  }

  .xxl\:tw-scale-y-90 {
    transform: scaleY(.9);
  }

  .xxl\:tw-scale-100 {
    transform: scale(1);
  }

  .xxl\:tw-scale-x-100 {
    transform: scaleX(1);
  }

  .xxl\:tw-scale-y-100 {
    transform: scaleY(1);
  }

  .xxl\:tw-scale-110 {
    transform: scale(1.1);
  }

  .xxl\:tw-scale-x-110 {
    transform: scaleX(1.1);
  }

  .xxl\:tw-scale-y-110 {
    transform: scaleY(1.1);
  }

  .xxl\:tw-rotate-90 {
    transform: rotate(90deg);
  }

  .xxl\:tw-rotate-180 {
    transform: rotate(180deg);
  }

  .xxl\:tw-rotate-270 {
    transform: rotate(270deg);
  }

  .xxl\:tw--rotate-90 {
    transform: rotate(-90deg);
  }

  .xxl\:tw--rotate-180 {
    transform: rotate(-180deg);
  }

  .xxl\:tw--rotate-270 {
    transform: rotate(-270deg);
  }

  .xxl\:tw-skew-x-5 {
    transform: skewX(5deg);
  }

  .xxl\:tw-skew-y-5 {
    transform: skewY(5deg);
  }

  .xxl\:tw--skew-x-5 {
    transform: skewX(-5deg);
  }

  .xxl\:tw--skew-y-5 {
    transform: skewY(-5deg);
  }

  .xxl\:tw-transform-origin-t {
    transform-origin: 50% 0%;
  }

  .xxl\:tw-transform-origin-r {
    transform-origin: 100% 50%;
  }

  .xxl\:tw-transform-origin-b {
    transform-origin: 50% 100%;
  }

  .xxl\:tw-transform-origin-l {
    transform-origin: 0% 50%;
  }
}
