@charset 'UTF-8';
/*columns*/
.columns, .cards {
  margin-left: -.25rem;
  margin-right: -.25rem;
  margin-top: -.25rem;
}
.columns:last-child, .cards:last-child {
  margin-bottom: 20px;
}
.columns:not(:last-child), .cards:not(:last-child) {
  margin-bottom: calc(1.5rem - .25rem);
}

.column, .card {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: .25rem;
}

.column img {
  width: 100%;
}

.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .columns.is-1-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-1-mobile .column {
    flex: none !important;
    width: 100%;
  }
  .columns.is-2-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-2-mobile .column {
    flex: none !important;
    width: 50%;
  }
  .columns.is-3-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-3-mobile .column {
    flex: none !important;
    width: 33.3333333333%;
  }
  .columns.is-4-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-4-mobile .column {
    flex: none !important;
    width: 25%;
  }
  .columns.is-5-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-5-mobile .column {
    flex: none !important;
    width: 20%;
  }
  .columns.is-6-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-6-mobile .column {
    flex: none !important;
    width: 16.6666666667%;
  }
  .columns.is-7-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-7-mobile .column {
    flex: none !important;
    width: 14.2857142857%;
  }
  .columns.is-8-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-8-mobile .column {
    flex: none !important;
    width: 12.5%;
  }
  .columns.is-9-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-9-mobile .column {
    flex: none !important;
    width: 11.1111111111%;
  }
  .columns.is-10-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-10-mobile .column {
    flex: none !important;
    width: 10%;
  }
  .columns.is-11-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-11-mobile .column {
    flex: none !important;
    width: 9.0909090909%;
  }
  .columns.is-12-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-12-mobile .column {
    flex: none !important;
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-1, .columns.is-1-tablet {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-1 .column, .columns.is-1-tablet .column {
    flex: none !important;
    width: 100%;
  }
  .columns.is-2, .columns.is-2-tablet {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-2 .column, .columns.is-2-tablet .column {
    flex: none !important;
    width: 50%;
  }
  .columns.is-3, .columns.is-3-tablet {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-3 .column, .columns.is-3-tablet .column {
    flex: none !important;
    width: 33.3333333333%;
  }
  .columns.is-4, .columns.is-4-tablet {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-4 .column, .columns.is-4-tablet .column {
    flex: none !important;
    width: 25%;
  }
  .columns.is-5, .columns.is-5-tablet {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-5 .column, .columns.is-5-tablet .column {
    flex: none !important;
    width: 20%;
  }
  .columns.is-6, .columns.is-6-tablet {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-6 .column, .columns.is-6-tablet .column {
    flex: none !important;
    width: 16.6666666667%;
  }
  .columns.is-7, .columns.is-7-tablet {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-7 .column, .columns.is-7-tablet .column {
    flex: none !important;
    width: 14.2857142857%;
  }
  .columns.is-8, .columns.is-8-tablet {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-8 .column, .columns.is-8-tablet .column {
    flex: none !important;
    width: 12.5%;
  }
  .columns.is-9, .columns.is-9-tablet {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-9 .column, .columns.is-9-tablet .column {
    flex: none !important;
    width: 11.1111111111%;
  }
  .columns.is-10, .columns.is-10-tablet {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-10 .column, .columns.is-10-tablet .column {
    flex: none !important;
    width: 10%;
  }
  .columns.is-11, .columns.is-11-tablet {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-11 .column, .columns.is-11-tablet .column {
    flex: none !important;
    width: 9.0909090909%;
  }
  .columns.is-12, .columns.is-12-tablet {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-12 .column, .columns.is-12-tablet .column {
    flex: none !important;
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-1, .columns.is-1-desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-1 .column, .columns.is-1-desktop .column {
    flex: none !important;
    width: 100%;
  }
  .columns.is-2, .columns.is-2-desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-2 .column, .columns.is-2-desktop .column {
    flex: none !important;
    width: 50%;
  }
  .columns.is-3, .columns.is-3-desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-3 .column, .columns.is-3-desktop .column {
    flex: none !important;
    width: 33.3333333333%;
  }
  .columns.is-4, .columns.is-4-desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-4 .column, .columns.is-4-desktop .column {
    flex: none !important;
    width: 25%;
  }
  .columns.is-5, .columns.is-5-desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-5 .column, .columns.is-5-desktop .column {
    flex: none !important;
    width: 20%;
  }
  .columns.is-6, .columns.is-6-desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-6 .column, .columns.is-6-desktop .column {
    flex: none !important;
    width: 16.6666666667%;
  }
  .columns.is-7, .columns.is-7-desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-7 .column, .columns.is-7-desktop .column {
    flex: none !important;
    width: 14.2857142857%;
  }
  .columns.is-8, .columns.is-8-desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-8 .column, .columns.is-8-desktop .column {
    flex: none !important;
    width: 12.5%;
  }
  .columns.is-9, .columns.is-9-desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-9 .column, .columns.is-9-desktop .column {
    flex: none !important;
    width: 11.1111111111%;
  }
  .columns.is-10, .columns.is-10-desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-10 .column, .columns.is-10-desktop .column {
    flex: none !important;
    width: 10%;
  }
  .columns.is-11, .columns.is-11-desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-11 .column, .columns.is-11-desktop .column {
    flex: none !important;
    width: 9.0909090909%;
  }
  .columns.is-12, .columns.is-12-desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .columns.is-12 .column, .columns.is-12-desktop .column {
    flex: none !important;
    width: 8.3333333333%;
  }
}

/*-----------------------------------------------
  container
  -----------------------------------------------*/
.match-container-tabs {
  border-bottom: 2px solid #550065;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.match-container-tabs li {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
.match-container-tabs li .tab {
  color: #550065;
  display: block;
  font-family: 'Qatar2022', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all .3s 0s ease;
  width: 100%;
}
.match-container-tabs li .tab:hover {
  background: #ff4700;
}
.match-container-tabs li .is-current {
  background: #550065;
  color: hsl(0deg, 0%, 100%);
  font-weight: 700;
}
.match-container-content {
  display: none;
}
.match-container-content.is-active {
  display: block;
}

.image {
  display: inline-block;
  margin: 0;
  position: relative;
}
.image img {
  height: auto;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.image.is-avatar-50 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 50px;
  overflow: hidden;
  width: 50px;
}
.image.is-avatar-50.is-select {
  background: #00cfb7;
}
.image.is-avatar-60 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 60px;
  overflow: hidden;
  width: 60px;
}
.image.is-avatar-60.is-select {
  background: #00cfb7;
}
.image.is-avatar-70 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 70px;
  overflow: hidden;
  width: 70px;
}
.image.is-avatar-70.is-select {
  background: #00cfb7;
}
.image.is-avatar-80 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 80px;
  overflow: hidden;
  width: 80px;
}
.image.is-avatar-80.is-select {
  background: #00cfb7;
}
.image.is-avatar-90 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 90px;
  overflow: hidden;
  width: 90px;
}
.image.is-avatar-90.is-select {
  background: #00cfb7;
}
.image.is-avatar-100 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 100px;
  overflow: hidden;
  width: 100px;
}
.image.is-avatar-100.is-select {
  background: #00cfb7;
}
.image.is-avatar-110 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 110px;
  overflow: hidden;
  width: 110px;
}
.image.is-avatar-110.is-select {
  background: #00cfb7;
}
.image.is-avatar-120 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 120px;
  overflow: hidden;
  width: 120px;
}
.image.is-avatar-120.is-select {
  background: #00cfb7;
}
.image.is-avatar-130 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 130px;
  overflow: hidden;
  width: 130px;
}
.image.is-avatar-130.is-select {
  background: #00cfb7;
}
.image.is-avatar-140 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 140px;
  overflow: hidden;
  width: 140px;
}
.image.is-avatar-140.is-select {
  background: #00cfb7;
}
.image.is-avatar-150 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 150px;
  overflow: hidden;
  width: 150px;
}
.image.is-avatar-150.is-select {
  background: #00cfb7;
}
.image.is-avatar-160 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 160px;
  overflow: hidden;
  width: 160px;
}
.image.is-avatar-160.is-select {
  background: #00cfb7;
}
.image.is-avatar-170 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 170px;
  overflow: hidden;
  width: 170px;
}
.image.is-avatar-170.is-select {
  background: #00cfb7;
}
.image.is-avatar-180 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 180px;
  overflow: hidden;
  width: 180px;
}
.image.is-avatar-180.is-select {
  background: #00cfb7;
}
.image.is-avatar-190 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 190px;
  overflow: hidden;
  width: 190px;
}
.image.is-avatar-190.is-select {
  background: #00cfb7;
}
.image.is-avatar-200 {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 200px;
  overflow: hidden;
  width: 200px;
}
.image.is-avatar-200.is-select {
  background: #00cfb7;
}

.section-image {
  width: 100%;
}
.section-image img {
  height: auto;
  width: 100%;
}

.rectangle-banners {
  margin-bottom: 1.5em;
  text-align: center;
}
.rectangle-banners .banner {
  height: 250px;
  margin: auto;
  margin-bottom: .5rem;
  width: 300px;
}
.rectangle-banners .banner img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .rectangle-banners.is-rows {
    display: flex;
    justify-content: center;
  }
  .rectangle-banners.is-rows .banner {
    margin: 1.5rem;
  }
}

.horizontal-banners {
  margin-bottom: 1.5em;
  text-align: center;
}
.horizontal-banners .banner {
  height: 100px;
  margin: auto;
  margin-bottom: .5rem;
  width: 300px;
}
.horizontal-banners .banner img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .horizontal-banners .banner {
    height: 90px;
    width: 728px;
  }
}

.special-banners {
  margin-bottom: 1.5em;
  text-align: center;
}
.special-banners .banner {
  margin: auto;
  margin-bottom: .5rem;
  max-width: 1240px;
  width: 100%;
}
.special-banners .banner img {
  height: auto;
  width: 100%;
}

.group-list {
  background-color: #eeeee6;
  height: 100%;
}
.group-list dt {
  background: #550065;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.6rem;
  font-weight: 700;
  padding: .5rem;
  text-align: center;
}
.group-list dd {
  align-items: center;
  display: flex;
  font-size: .55rem;
  padding: 3px;
}
.group-list dd img {
  height: auto;
  margin: 0 .25rem;
  width: 25px;
}

.article-list {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
}
.article-list .article:hover .article-content {
  opacity: .5;
}
.article-list .article-body {
  display: flex;
  margin: auto;
  max-width: 330px;
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .article-list .article-body {
    padding: 0;
  }
}
.article-list .article-body .article-image {
  border: 1px solid hsl(0deg, 0%, 90%);
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: .86em;
  overflow: hidden;
  padding-bottom: 74px;
  position: relative;
  width: 100px;
}
.article-list .article-body .article-image img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0) scale(1, 1);
  transition: all .3s 0s ease;
  width: auto;
}
.article-list .article-body .article-content {
  background: hsl(0deg, 0%, 100%);
  flex-grow: 1;
  padding: 0;
  position: relative;
  transition: all .3s 0s ease;
}
.article-list .article-body .article-content .title {
  flex-grow: 1;
  font-size: .86rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.article-list .article-body .article-content .date {
  color: hsl(0deg, 0%, 48%);
  font-size: .85em;
}

/*-----------------------------------------------
  section
  -----------------------------------------------*/
.section {
  position: relative;
}
.section-body {
  margin: auto;
  padding: 1em;
}
@media screen and (min-width: 768px), print {
  .section-body {
    padding: 15px 2em;
  }
}
.section-body .section-video, .section-body .section-image {
  margin: 20px auto;
  max-width: 760px;
}
.section-title {
  color: #8a1538;
  font-family: 'Qatar2022', sans-serif;
  font-size: 2.5rem !important;
  margin-bottom: .86em;
  padding: 24px 0 0;
  position: relative;
  text-align: center;
  word-break: normal;
}
.section-title:before {
  background: url('../img/top/line_title.png') no-repeat 50% 0;
  background-size: contain;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .section-title {
    font-size: 3.2rem !important;
    margin-bottom: 1em;
    margin-top: .5em;
  }
}
.section-subtitle {
  font-size: .86rem;
  margin: -1rem 0 2rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .section-subtitle {
    font-size: 1rem;
    margin: -2rem 0 2.5rem;
  }
}
.section-footer {
  padding: 0 1em 1em;
}
.section-footer + .section-footer {
  margin-top: 2rem;
}

@media screen and (min-width: 768px), print {
  .grid-container .section-body {
    padding: 15px 1rem;
  }
}

.tournament-section {
  background: #00cfb7;
  padding: 48px 20px;
}
.tournament-section-body {
  background: hsl(0deg, 0%, 100%);
  border: 2px solid #8a1538;
  margin: auto;
  max-width: 1240px;
  padding: 32px 8px 8px;
  position: relative;
}
.tournament-section-body:not(:last-child) {
  border-bottom: none;
}
@media screen and (min-width: 768px), print {
  .tournament-section-body {
    padding: 43px 8px 32px;
  }
}
.tournament-section-title {
  background: #8a1538;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.9rem;
  height: 48px;
  left: 50%;
  line-height: 48px;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  top: -24px;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
.tournament-section-title::before, .tournament-section-title::after {
  background: #8a1538;
  content: '';
  display: block;
  height: 33px;
  position: absolute;
  top: 19px;
  transform: rotate(45deg) translate(0, -50%);
  width: 33px;
}
.tournament-section-title::before {
  left: -29px;
}
.tournament-section-title::after {
  right: -5px;
}
@media screen and (min-width: 768px), print {
  .tournament-section-title {
    font-size: 20px;
  }
}

.table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
.table th, .table td {
  border: 1px solid hsl(0deg, 0%, 29%);
  border-width: 0 0 1px;
  padding: .86rem;
  vertical-align: top;
}
.table th {
  text-align: center;
  white-space: nowrap;
}
.table thead th, .table thead td {
  border-width: 0 0 2px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-fixed {
  table-layout: fixed;
}
.table.is-centered td {
  text-align: center;
}
.table.is-bordered {
  border: 1px solid hsl(0deg, 0%, 29%);
  border-width: 1px 0 0 1px;
}
.table.is-bordered th, .table.is-bordered td {
  border-width: 0 1px 1px 0;
}
.table.is-bordered th a, .table.is-bordered td a {
  text-decoration: underline;
}
.table.is-bordered th {
  background-color: hsl(0deg, 0%, 12%);
}
.table.is-bordered td {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 7%);
}
.table.is-bordered td a {
  color: hsl(0deg, 0%, 100%);
}
@media screen and (min-width: 768px), print {
  .table.is-bordered th {
    min-width: 25%;
    white-space: nowrap;
  }
}
.table.is-striped thead th {
  background: #550065;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.6rem;
}
.table.is-striped tbody tr td {
  background: hsl(0deg, 0%, 100%);
  border: none;
}
.table.is-striped tbody tr:nth-child(odd) td {
  background: #eeeee6;
}
.table table:not(.table) th, .table table:not(.table) td {
  border: none;
  padding: 0;
}

.match-schedule {
  margin-bottom: 0;
}
.match-schedule tr th, .match-schedule tr td {
  padding: .25rem;
  text-align: center;
  vertical-align: middle;
}
.match-schedule tr td {
  height: 51px;
}
@media screen and (min-width: 768px), print {
  .match-schedule tr td {
    height: 66px;
  }
}
.match-schedule tr td:first-child, .match-schedule tr td:last-child {
  width: 15%;
}
.match-schedule tr td:first-child, .match-schedule tr td:nth-child(3) {
  font-family: 'Qatar2022', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .match-schedule tr td:first-child, .match-schedule tr td:nth-child(3) {
    font-size: 1.9rem;
  }
}
.match-schedule tr td:nth-child(2), .match-schedule tr td:nth-child(4) {
  font-size: 1.2rem;
  white-space: nowrap;
}
.match-schedule tr td:nth-child(2) img, .match-schedule tr td:nth-child(4) img {
  margin: 0 auto;
  width: 25px;
}
@media screen and (min-width: 768px), print {
  .match-schedule tr td:nth-child(2), .match-schedule tr td:nth-child(4) {
    width: 30%;
  }
  .match-schedule tr td:nth-child(2) img, .match-schedule tr td:nth-child(4) img {
    width: 40px;
  }
}
.match-schedule tr td:last-child {
  font-size: 1.2rem;
}

.group-rank tr th, .group-rank tr td {
  padding: .25rem;
  text-align: center;
  vertical-align: middle;
}
.group-rank tr td {
  font-size: 1.6rem;
  width: 7.7%;
}
.group-rank tr td:first-child {
  font-family: 'Qatar2022', sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .group-rank tr td:first-child {
    font-size: 1.9rem;
  }
}
.group-rank tr td:nth-child(2) {
  display: table-cell;
  font-size: 1.2rem;
  text-align: left;
  white-space: nowrap;
  width: auto;
}
.group-rank tr td:nth-child(2) img {
  display: inline;
  margin: 0 .25rem 0 0;
  vertical-align: middle;
  width: 25px;
}
@media screen and (min-width: 768px), print {
  .group-rank tr td:nth-child(2) {
    width: 30%;
  }
  .group-rank tr td:nth-child(2) img {
    width: 40px;
  }
}

/*-----------------------------------------------
  helper
  -----------------------------------------------*/
.is-width-5 {
  width: 5%;
}

.is-width-10 {
  width: 10%;
}

.is-width-15 {
  width: 15%;
}

.is-width-20 {
  width: 20%;
}

.is-width-25 {
  width: 25%;
}

.is-width-30 {
  width: 30%;
}

.is-width-35 {
  width: 35%;
}

.is-width-40 {
  width: 40%;
}

.is-width-45 {
  width: 45%;
}

.is-width-50 {
  width: 50%;
}

.is-width-55 {
  width: 55%;
}

.is-width-60 {
  width: 60%;
}

.is-width-65 {
  width: 65%;
}

.is-width-70 {
  width: 70%;
}

.is-width-75 {
  width: 75%;
}

.is-width-80 {
  width: 80%;
}

.is-width-85 {
  width: 85%;
}

.is-width-90 {
  width: 90%;
}

.is-width-95 {
  width: 95%;
}

.is-width-100 {
  width: 100%;
}

.is-size-1 {
  font-size: 3rem;
}

.is-size-2 {
  font-size: 2.5rem;
}

.is-size-3 {
  font-size: 2rem;
}

.is-size-4 {
  font-size: 1.5rem;
}

.is-size-5 {
  font-size: 1.25rem;
}

.is-size-6 {
  font-size: 1rem;
}

.is-size-7 {
  font-size: .85rem;
}

.has-text-primary {
  color: #8a1538;
}

.has-background-primary {
  background-color: #8a1538;
}

.is-border-primary {
  border: 1px solid #8a1538 !important;
}

.has-text-white {
  color: hsl(0deg, 0%, 100%);
}

.has-background-white {
  background-color: hsl(0deg, 0%, 100%);
}

.is-border-white {
  border: 1px solid hsl(0deg, 0%, 100%) !important;
}

.has-text-grey-lighter {
  color: hsl(0deg, 0%, 90%);
}

.has-background-grey-lighter {
  background-color: hsl(0deg, 0%, 90%);
}

.is-border-grey-lighter {
  border: 1px solid hsl(0deg, 0%, 90%) !important;
}

.has-text-grey-light {
  color: hsl(0deg, 0%, 71%);
}

.has-background-grey-light {
  background-color: hsl(0deg, 0%, 71%);
}

.is-border-grey-light {
  border: 1px solid hsl(0deg, 0%, 71%) !important;
}

.has-text-grey {
  color: hsl(0deg, 0%, 48%);
}

.has-background-grey {
  background-color: hsl(0deg, 0%, 48%);
}

.is-border-grey {
  border: 1px solid hsl(0deg, 0%, 48%) !important;
}

.has-text-black {
  color: hsl(0deg, 0%, 0%);
}

.has-background-black {
  background-color: hsl(0deg, 0%, 0%);
}

.is-border-black {
  border: 1px solid hsl(0deg, 0%, 0%) !important;
}

.has-text-red {
  color: #ff004c;
}

.has-background-red {
  background-color: #ff004c;
}

.is-border-red {
  border: 1px solid #ff004c !important;
}

.has-text-yellow {
  color: #ffbf00;
}

.has-background-yellow {
  background-color: #ffbf00;
}

.is-border-yellow {
  border: 1px solid #ffbf00 !important;
}

.has-text-green {
  color: hsl(140deg, 100%, 30%);
}

.has-background-green {
  background-color: hsl(140deg, 100%, 30%);
}

.is-border-green {
  border: 1px solid hsl(140deg, 100%, 30%) !important;
}

.has-text-left {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
.is-circled {
  border-radius: 50%;
  display: inline-flex;
}

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

.is-vertical-top {
  vertical-align: top !important;
}

.is-vertical-middle {
  vertical-align: middle !important;
}

.has-text-nowrap {
  white-space: nowrap;
}

.has-text-underline {
  text-decoration: underline;
}

.is-border-bottom {
  border-bottom: 1px solid hsl(0deg, 0%, 0%);
  padding: .2em;
}

.is-border {
  border: 1px solid hsl(0deg, 0%, 90%);
}

.is-borderless {
  border: none !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0;
}

.mt-inline-text {
  background: hsl(0deg, 0%, 100%);
  border: 1px solid hsl(0deg, 0%, 90%);
  height: 200px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding: 1em;
}

.has-conetnt-scroll {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .is-hidden-tablet {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none;
  }
}
@media screen and (max-width: 1215px) {
  .is-hidden-until-widescreen {
    display: none;
  }
}
a[disabled] {
  pointer-events: none;
}

.help {
  display: block;
  font-size: .8rem;
  margin-top: .25rem;
}
.help.is-danger {
  color: #ff004c;
}
.help.is-warning {
  color: #ffbf00;
}
.help.is-success {
  color: hsl(140deg, 100%, 30%);
}
.help.is-info {
  color: hsl(217deg, 71%, 53%);
}
.help.is-light {
  color: hsl(0deg, 0%, 96%);
}
.help.is-dark {
  color: hsl(0deg, 0%, 21%);
}

a[disabled] {
  pointer-events: none;
}

.is-custor-pointer {
  cursor: pointer;
}

.mgb-small {
  margin-bottom: 10px;
}

.mgb-medium {
  margin-bottom: 30px;
}

.mgb-large {
  margin-bottom: 60px;
}