.gln-hidden {
  display: none;
}

.wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 750px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .wrapper {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1170px;
  }
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-tb-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-tb-grey-100 {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.to-white {
  --tw-gradient-to: #fff;
}

.border-ww-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(51, 122, 183, var(--tw-border-opacity));
}

.rounded-lg {
  border-radius: 8px;
}

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

.border {
  border-width: 1px;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.place-items-center {
  place-items: center;
}

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

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

.justify-items-center {
  justify-items: center;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

.h-96 {
  height: 384px;
}

.h-120 {
  height: 440px;
}

.text-md {
  font-size: 18px;
  line-height: 22px;
}

.text-lg {
  font-size: 22px;
  line-height: 26px;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pt-8 {
  padding-top: 32px;
}

.pb-8 {
  padding-bottom: 32px;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-3 {
  bottom: 12px;
}

.left-32 {
  left: 128px;
}

* {
  --tw-shadow: 0 0 #0000;
}

* {
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

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

.text-justify {
  text-align: justify;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-ww-grey-100 {
  --tw-text-opacity: 1;
  color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.text-ww-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(51, 122, 183, var(--tw-text-opacity));
}

.uppercase {
  text-transform: uppercase;
}

.no-underline {
  text-decoration: none;
}

.w-60 {
  width: 240px;
}

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

.w-full {
  width: 100%;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@-webkit-keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@media (min-width: 320px) {
  .xs\:h-150 {
    height: 540px;
  }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:h-74 {
    height: 300px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:pt-10 {
    padding-top: 40px;
  }

  .md\:pr-10 {
    padding-right: 40px;
  }

  .md\:pb-10 {
    padding-bottom: 40px;
  }

  .md\:pl-10 {
    padding-left: 40px;
  }

  .md\:bottom-6 {
    bottom: 24px;
  }

  .md\:left-28 {
    left: 112px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:visible {
    visibility: visible;
  }

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

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

  .md\:w-full {
    width: 100%;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }
}

@media (min-width: 992px) {
  .lg\:text-xl {
    font-size: 30px;
    line-height: 40px;
  }

  .lg\:text-xxl {
    font-size: 45px;
    line-height: 48px;
  }

  .lg\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:left-36 {
    left: 144px;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .xl\:left-48 {
    left: 192px;
  }
}
