@import url('../../fonts/ptsans/font.css');

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: "PT Sans";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

.container{
  width: 100%;
}
.container {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

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

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

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

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pt-\[30px\] {
  padding-top: 20px;
}
.pb-\[30px\] {
  padding-bottom: 20px;
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 138 209 / var(--tw-bg-opacity));
}
.w-full {
  width: 100%;
}
.z-auto {
  z-index: auto;
}
.top-0 {
  top: 0px;
}
.absolute {
  position: absolute;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
img, video {
  max-width: 100%;
  height: auto;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
.mt-16 {
  margin-top: 4rem;
}
.text-center {
  text-align: center;
}
.pt-4 {
  padding-top: 1rem;
}
.justify-center {
  justify-content: center;
}
.flex-col {
  flex-direction: column;
}
.flex {
  display: flex;
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
}
@media (min-width: 1366px) {
  .xl\:mt-24 {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  .md\:mt-20 {
    margin-top: 5rem;
  }
}
.text-secondary {
   --tw-text-opacity: 1;
   color: rgb(134 134 134 / var(--tw-text-opacity));
  font-size: 12px;
 }
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}