@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;700&family=Poppins:wght@500&display=swap");
:root {
  --u-gutter-width: 15px;
  --u-container-width: 1100px;
  --u-container-padding: var(--u-gutter-width, 15px);
}

.xlg\:col-12, .xlg\:col-11, .xlg\:col-10, .xlg\:col-9, .xlg\:col-8, .xlg\:col-7, .xlg\:col-6, .xlg\:col-5, .xlg\:col-4, .xlg\:col-3, .xlg\:col-2, .xlg\:col-1, .lg\:col-12, .lg\:col-11, .lg\:col-10, .lg\:col-9, .lg\:col-8, .lg\:col-7, .lg\:col-6, .lg\:col-5, .lg\:col-4, .lg\:col-3, .lg\:col-2, .lg\:col-1, .md\:col-12, .md\:col-11, .md\:col-10, .md\:col-9, .md\:col-8, .md\:col-7, .md\:col-6, .md\:col-5, .md\:col-4, .md\:col-3, .md\:col-2, .md\:col-1, .sm\:col-12, .sm\:col-11, .sm\:col-10, .sm\:col-9, .sm\:col-8, .sm\:col-7, .sm\:col-6, .sm\:col-5, .sm\:col-4, .sm\:col-3, .sm\:col-2, .sm\:col-1, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  margin-left: var(--u-gutter-width);
  margin-right: var(--u-gutter-width);
  position: relative;
  width: 100%;
}

.container {
  max-width: var(--u-container-width, 1100px);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--u-container-padding);
  padding-right: var(--u-container-padding);
  position: relative;
}

.row {
  margin: 0 calc(var(--u-gutter-width) * -1);
  flex-wrap: wrap;
  display: flex;
}

.col {
  flex: 1;
  margin: 0 var(--u-gutter-width);
}

.col-auto {
  margin: 0 var(--u-gutter-width);
  flex: 0 0 auto;
}

.col-1 {
  flex: 0 1 calc(8.3333333333% - (var(--u-gutter-width) * 2));
  max-width: calc(8.3333333333% - (var(--u-gutter-width) * 2));
}

.col-2 {
  flex: 0 1 calc(16.6666666667% - (var(--u-gutter-width) * 2));
  max-width: calc(16.6666666667% - (var(--u-gutter-width) * 2));
}

.col-3 {
  flex: 0 1 calc(25% - (var(--u-gutter-width) * 2));
  max-width: calc(25% - (var(--u-gutter-width) * 2));
}

.col-4 {
  flex: 0 1 calc(33.3333333333% - (var(--u-gutter-width) * 2));
  max-width: calc(33.3333333333% - (var(--u-gutter-width) * 2));
}

.col-5 {
  flex: 0 1 calc(41.6666666667% - (var(--u-gutter-width) * 2));
  max-width: calc(41.6666666667% - (var(--u-gutter-width) * 2));
}

.col-6 {
  flex: 0 1 calc(50% - (var(--u-gutter-width) * 2));
  max-width: calc(50% - (var(--u-gutter-width) * 2));
}

.col-7 {
  flex: 0 1 calc(58.3333333333% - (var(--u-gutter-width) * 2));
  max-width: calc(58.3333333333% - (var(--u-gutter-width) * 2));
}

.col-8 {
  flex: 0 1 calc(66.6666666667% - (var(--u-gutter-width) * 2));
  max-width: calc(66.6666666667% - (var(--u-gutter-width) * 2));
}

.col-9 {
  flex: 0 1 calc(75% - (var(--u-gutter-width) * 2));
  max-width: calc(75% - (var(--u-gutter-width) * 2));
}

.col-10 {
  flex: 0 1 calc(83.3333333333% - (var(--u-gutter-width) * 2));
  max-width: calc(83.3333333333% - (var(--u-gutter-width) * 2));
}

.col-11 {
  flex: 0 1 calc(91.6666666667% - (var(--u-gutter-width) * 2));
  max-width: calc(91.6666666667% - (var(--u-gutter-width) * 2));
}

.col-12 {
  flex: 0 1 calc(100% - (var(--u-gutter-width) * 2));
  max-width: calc(100% - (var(--u-gutter-width) * 2));
}

@media (min-width: 576px) {
  .sm\:col-1 {
    flex: 0 1 calc(8.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(8.3333333333% - (var(--u-gutter-width) * 2));
  }
  .sm\:col-2 {
    flex: 0 1 calc(16.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(16.6666666667% - (var(--u-gutter-width) * 2));
  }
  .sm\:col-3 {
    flex: 0 1 calc(25% - (var(--u-gutter-width) * 2));
    max-width: calc(25% - (var(--u-gutter-width) * 2));
  }
  .sm\:col-4 {
    flex: 0 1 calc(33.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(33.3333333333% - (var(--u-gutter-width) * 2));
  }
  .sm\:col-5 {
    flex: 0 1 calc(41.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(41.6666666667% - (var(--u-gutter-width) * 2));
  }
  .sm\:col-6 {
    flex: 0 1 calc(50% - (var(--u-gutter-width) * 2));
    max-width: calc(50% - (var(--u-gutter-width) * 2));
  }
  .sm\:col-7 {
    flex: 0 1 calc(58.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(58.3333333333% - (var(--u-gutter-width) * 2));
  }
  .sm\:col-8 {
    flex: 0 1 calc(66.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(66.6666666667% - (var(--u-gutter-width) * 2));
  }
  .sm\:col-9 {
    flex: 0 1 calc(75% - (var(--u-gutter-width) * 2));
    max-width: calc(75% - (var(--u-gutter-width) * 2));
  }
  .sm\:col-10 {
    flex: 0 1 calc(83.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(83.3333333333% - (var(--u-gutter-width) * 2));
  }
  .sm\:col-11 {
    flex: 0 1 calc(91.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(91.6666666667% - (var(--u-gutter-width) * 2));
  }
  .sm\:col-12 {
    flex: 0 1 calc(100% - (var(--u-gutter-width) * 2));
    max-width: calc(100% - (var(--u-gutter-width) * 2));
  }
}
@media (min-width: 768px) {
  .md\:col-1 {
    flex: 0 1 calc(8.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(8.3333333333% - (var(--u-gutter-width) * 2));
  }
  .md\:col-2 {
    flex: 0 1 calc(16.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(16.6666666667% - (var(--u-gutter-width) * 2));
  }
  .md\:col-3 {
    flex: 0 1 calc(25% - (var(--u-gutter-width) * 2));
    max-width: calc(25% - (var(--u-gutter-width) * 2));
  }
  .md\:col-4 {
    flex: 0 1 calc(33.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(33.3333333333% - (var(--u-gutter-width) * 2));
  }
  .md\:col-5 {
    flex: 0 1 calc(41.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(41.6666666667% - (var(--u-gutter-width) * 2));
  }
  .md\:col-6 {
    flex: 0 1 calc(50% - (var(--u-gutter-width) * 2));
    max-width: calc(50% - (var(--u-gutter-width) * 2));
  }
  .md\:col-7 {
    flex: 0 1 calc(58.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(58.3333333333% - (var(--u-gutter-width) * 2));
  }
  .md\:col-8 {
    flex: 0 1 calc(66.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(66.6666666667% - (var(--u-gutter-width) * 2));
  }
  .md\:col-9 {
    flex: 0 1 calc(75% - (var(--u-gutter-width) * 2));
    max-width: calc(75% - (var(--u-gutter-width) * 2));
  }
  .md\:col-10 {
    flex: 0 1 calc(83.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(83.3333333333% - (var(--u-gutter-width) * 2));
  }
  .md\:col-11 {
    flex: 0 1 calc(91.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(91.6666666667% - (var(--u-gutter-width) * 2));
  }
  .md\:col-12 {
    flex: 0 1 calc(100% - (var(--u-gutter-width) * 2));
    max-width: calc(100% - (var(--u-gutter-width) * 2));
  }
}
@media (min-width: 992px) {
  .lg\:col-1 {
    flex: 0 1 calc(8.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(8.3333333333% - (var(--u-gutter-width) * 2));
  }
  .lg\:col-2 {
    flex: 0 1 calc(16.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(16.6666666667% - (var(--u-gutter-width) * 2));
  }
  .lg\:col-3 {
    flex: 0 1 calc(25% - (var(--u-gutter-width) * 2));
    max-width: calc(25% - (var(--u-gutter-width) * 2));
  }
  .lg\:col-4 {
    flex: 0 1 calc(33.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(33.3333333333% - (var(--u-gutter-width) * 2));
  }
  .lg\:col-5 {
    flex: 0 1 calc(41.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(41.6666666667% - (var(--u-gutter-width) * 2));
  }
  .lg\:col-6 {
    flex: 0 1 calc(50% - (var(--u-gutter-width) * 2));
    max-width: calc(50% - (var(--u-gutter-width) * 2));
  }
  .lg\:col-7 {
    flex: 0 1 calc(58.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(58.3333333333% - (var(--u-gutter-width) * 2));
  }
  .lg\:col-8 {
    flex: 0 1 calc(66.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(66.6666666667% - (var(--u-gutter-width) * 2));
  }
  .lg\:col-9 {
    flex: 0 1 calc(75% - (var(--u-gutter-width) * 2));
    max-width: calc(75% - (var(--u-gutter-width) * 2));
  }
  .lg\:col-10 {
    flex: 0 1 calc(83.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(83.3333333333% - (var(--u-gutter-width) * 2));
  }
  .lg\:col-11 {
    flex: 0 1 calc(91.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(91.6666666667% - (var(--u-gutter-width) * 2));
  }
  .lg\:col-12 {
    flex: 0 1 calc(100% - (var(--u-gutter-width) * 2));
    max-width: calc(100% - (var(--u-gutter-width) * 2));
  }
}
@media (min-width: 1200px) {
  .xlg\:col-1 {
    flex: 0 1 calc(8.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(8.3333333333% - (var(--u-gutter-width) * 2));
  }
  .xlg\:col-2 {
    flex: 0 1 calc(16.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(16.6666666667% - (var(--u-gutter-width) * 2));
  }
  .xlg\:col-3 {
    flex: 0 1 calc(25% - (var(--u-gutter-width) * 2));
    max-width: calc(25% - (var(--u-gutter-width) * 2));
  }
  .xlg\:col-4 {
    flex: 0 1 calc(33.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(33.3333333333% - (var(--u-gutter-width) * 2));
  }
  .xlg\:col-5 {
    flex: 0 1 calc(41.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(41.6666666667% - (var(--u-gutter-width) * 2));
  }
  .xlg\:col-6 {
    flex: 0 1 calc(50% - (var(--u-gutter-width) * 2));
    max-width: calc(50% - (var(--u-gutter-width) * 2));
  }
  .xlg\:col-7 {
    flex: 0 1 calc(58.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(58.3333333333% - (var(--u-gutter-width) * 2));
  }
  .xlg\:col-8 {
    flex: 0 1 calc(66.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(66.6666666667% - (var(--u-gutter-width) * 2));
  }
  .xlg\:col-9 {
    flex: 0 1 calc(75% - (var(--u-gutter-width) * 2));
    max-width: calc(75% - (var(--u-gutter-width) * 2));
  }
  .xlg\:col-10 {
    flex: 0 1 calc(83.3333333333% - (var(--u-gutter-width) * 2));
    max-width: calc(83.3333333333% - (var(--u-gutter-width) * 2));
  }
  .xlg\:col-11 {
    flex: 0 1 calc(91.6666666667% - (var(--u-gutter-width) * 2));
    max-width: calc(91.6666666667% - (var(--u-gutter-width) * 2));
  }
  .xlg\:col-12 {
    flex: 0 1 calc(100% - (var(--u-gutter-width) * 2));
    max-width: calc(100% - (var(--u-gutter-width) * 2));
  }
}
.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

@media (min-width: 576px) {
  .sm\:d-inline {
    display: inline;
  }
  .sm\:d-inline-block {
    display: inline-block;
  }
  .sm\:d-block {
    display: block;
  }
  .sm\:d-none {
    display: none;
  }
  .sm\:pull-right {
    float: right;
  }
  .sm\:pull-left {
    float: left;
  }
}
@media (min-width: 768px) {
  .md\:d-inline {
    display: inline;
  }
  .md\:d-inline-block {
    display: inline-block;
  }
  .md\:d-block {
    display: block;
  }
  .md\:d-none {
    display: none;
  }
  .md\:pull-right {
    float: right;
  }
  .md\:pull-left {
    float: left;
  }
}
@media (min-width: 992px) {
  .lg\:d-inline {
    display: inline;
  }
  .lg\:d-inline-block {
    display: inline-block;
  }
  .lg\:d-block {
    display: block;
  }
  .lg\:d-none {
    display: none;
  }
  .lg\:pull-right {
    float: right;
  }
  .lg\:pull-left {
    float: left;
  }
}
@media (min-width: 1200px) {
  .xlg\:d-inline {
    display: inline;
  }
  .xlg\:d-inline-block {
    display: inline-block;
  }
  .xlg\:d-block {
    display: block;
  }
  .xlg\:d-none {
    display: none;
  }
  .xlg\:pull-right {
    float: right;
  }
  .xlg\:pull-left {
    float: left;
  }
}
.d-flex {
  display: flex;
}

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

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

.flex-fill {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sm\:d-flex {
    display: flex;
  }
  .sm\:d-inline-flex {
    display: inline-flex;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .sm\:flex-fill {
    flex: 1;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-column {
    flex-direction: column;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:items-end {
    align-items: flex-end;
  }
  .sm\:self-start {
    align-self: flex-start;
  }
  .sm\:self-end {
    align-self: flex-end;
  }
  .sm\:self-center {
    align-self: center;
  }
}
@media (min-width: 768px) {
  .md\:d-flex {
    display: flex;
  }
  .md\:d-inline-flex {
    display: inline-flex;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-fill {
    flex: 1;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-column {
    flex-direction: column;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:self-start {
    align-self: flex-start;
  }
  .md\:self-end {
    align-self: flex-end;
  }
  .md\:self-center {
    align-self: center;
  }
}
@media (min-width: 992px) {
  .lg\:d-flex {
    display: flex;
  }
  .lg\:d-inline-flex {
    display: inline-flex;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:flex-fill {
    flex: 1;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-column {
    flex-direction: column;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:self-start {
    align-self: flex-start;
  }
  .lg\:self-end {
    align-self: flex-end;
  }
  .lg\:self-center {
    align-self: center;
  }
}
@media (min-width: 1200px) {
  .xlg\:d-flex {
    display: flex;
  }
  .xlg\:d-inline-flex {
    display: inline-flex;
  }
  .xlg\:flex-wrap {
    flex-wrap: wrap;
  }
  .xlg\:flex-fill {
    flex: 1;
  }
  .xlg\:flex-row {
    flex-direction: row;
  }
  .xlg\:flex-column {
    flex-direction: column;
  }
  .xlg\:justify-between {
    justify-content: space-between;
  }
  .xlg\:justify-center {
    justify-content: center;
  }
  .xlg\:justify-start {
    justify-content: flex-start;
  }
  .xlg\:justify-end {
    justify-content: flex-end;
  }
  .xlg\:items-start {
    align-items: flex-start;
  }
  .xlg\:items-center {
    align-items: center;
  }
  .xlg\:items-end {
    align-items: flex-end;
  }
  .xlg\:self-start {
    align-self: flex-start;
  }
  .xlg\:self-end {
    align-self: flex-end;
  }
  .xlg\:self-center {
    align-self: center;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-0 {
  margin: 0;
}

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

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

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

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

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

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

.p-0 {
  padding: 0;
}

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

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

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

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

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

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

.m-xs {
  margin: 5px;
}

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

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

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

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

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

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

.p-xs {
  padding: 5px;
}

.pt-xs {
  padding-top: 5px;
}

.pr-xs {
  padding-right: 5px;
}

.pb-xs {
  padding-bottom: 5px;
}

.pl-xs {
  padding-left: 5px;
}

.py-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-xs {
  padding-left: 5px;
  padding-right: 5px;
}

.m-sm {
  margin: 10px;
}

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

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

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

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

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

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

.p-sm {
  padding: 10px;
}

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

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

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

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

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

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

.m-md {
  margin: 15px;
}

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

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

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

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

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

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

.p-md {
  padding: 15px;
}

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

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

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

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

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

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

.m-lg {
  margin: 20px;
}

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

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

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

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

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

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

.p-lg {
  padding: 20px;
}

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

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

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

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

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

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

.m-xlg {
  margin: 40px;
}

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

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

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

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

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

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

.p-xlg {
  padding: 40px;
}

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

.p-auto {
  padding: auto;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .sm\:m-0 {
    margin: 0;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mr-0 {
    margin-right: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pr-0 {
    padding-right: 0;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pl-0 {
    padding-left: 0;
  }
  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:m-xs {
    margin: 5px;
  }
  .sm\:mt-xs {
    margin-top: 5px;
  }
  .sm\:mr-xs {
    margin-right: 5px;
  }
  .sm\:mb-xs {
    margin-bottom: 5px;
  }
  .sm\:ml-xs {
    margin-left: 5px;
  }
  .sm\:my-xs {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sm\:mx-xs {
    margin-left: 5px;
    margin-right: 5px;
  }
  .sm\:p-xs {
    padding: 5px;
  }
  .sm\:pt-xs {
    padding-top: 5px;
  }
  .sm\:pr-xs {
    padding-right: 5px;
  }
  .sm\:pb-xs {
    padding-bottom: 5px;
  }
  .sm\:pl-xs {
    padding-left: 5px;
  }
  .sm\:py-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sm\:px-xs {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sm\:m-sm {
    margin: 10px;
  }
  .sm\:mt-sm {
    margin-top: 10px;
  }
  .sm\:mr-sm {
    margin-right: 10px;
  }
  .sm\:mb-sm {
    margin-bottom: 10px;
  }
  .sm\:ml-sm {
    margin-left: 10px;
  }
  .sm\:my-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sm\:mx-sm {
    margin-left: 10px;
    margin-right: 10px;
  }
  .sm\:p-sm {
    padding: 10px;
  }
  .sm\:pt-sm {
    padding-top: 10px;
  }
  .sm\:pr-sm {
    padding-right: 10px;
  }
  .sm\:pb-sm {
    padding-bottom: 10px;
  }
  .sm\:pl-sm {
    padding-left: 10px;
  }
  .sm\:py-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm\:px-sm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm\:m-md {
    margin: 15px;
  }
  .sm\:mt-md {
    margin-top: 15px;
  }
  .sm\:mr-md {
    margin-right: 15px;
  }
  .sm\:mb-md {
    margin-bottom: 15px;
  }
  .sm\:ml-md {
    margin-left: 15px;
  }
  .sm\:my-md {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sm\:mx-md {
    margin-left: 15px;
    margin-right: 15px;
  }
  .sm\:p-md {
    padding: 15px;
  }
  .sm\:pt-md {
    padding-top: 15px;
  }
  .sm\:pr-md {
    padding-right: 15px;
  }
  .sm\:pb-md {
    padding-bottom: 15px;
  }
  .sm\:pl-md {
    padding-left: 15px;
  }
  .sm\:py-md {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sm\:px-md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm\:m-lg {
    margin: 20px;
  }
  .sm\:mt-lg {
    margin-top: 20px;
  }
  .sm\:mr-lg {
    margin-right: 20px;
  }
  .sm\:mb-lg {
    margin-bottom: 20px;
  }
  .sm\:ml-lg {
    margin-left: 20px;
  }
  .sm\:my-lg {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sm\:mx-lg {
    margin-left: 20px;
    margin-right: 20px;
  }
  .sm\:p-lg {
    padding: 20px;
  }
  .sm\:pt-lg {
    padding-top: 20px;
  }
  .sm\:pr-lg {
    padding-right: 20px;
  }
  .sm\:pb-lg {
    padding-bottom: 20px;
  }
  .sm\:pl-lg {
    padding-left: 20px;
  }
  .sm\:py-lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm\:px-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm\:m-xlg {
    margin: 40px;
  }
  .sm\:mt-xlg {
    margin-top: 40px;
  }
  .sm\:mr-xlg {
    margin-right: 40px;
  }
  .sm\:mb-xlg {
    margin-bottom: 40px;
  }
  .sm\:ml-xlg {
    margin-left: 40px;
  }
  .sm\:my-xlg {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sm\:mx-xlg {
    margin-left: 40px;
    margin-right: 40px;
  }
  .sm\:p-xlg {
    padding: 40px;
  }
  .sm\:pt-xlg {
    padding-top: 40px;
  }
  .sm\:pr-xlg {
    padding-right: 40px;
  }
  .sm\:pb-xlg {
    padding-bottom: 40px;
  }
  .sm\:pl-xlg {
    padding-left: 40px;
  }
  .sm\:py-xlg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm\:px-xlg {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sm\:m-auto {
    margin: auto;
  }
  .sm\:mt-auto {
    margin-top: auto;
  }
  .sm\:mr-auto {
    margin-right: auto;
  }
  .sm\:mb-auto {
    margin-bottom: auto;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:p-auto {
    padding: auto;
  }
  .sm\:pt-auto {
    padding-top: auto;
  }
  .sm\:pr-auto {
    padding-right: auto;
  }
  .sm\:pb-auto {
    padding-bottom: auto;
  }
  .sm\:pl-auto {
    padding-left: auto;
  }
  .sm\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .sm\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
}
@media (min-width: 768px) {
  .md\:m-0 {
    margin: 0;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:m-xs {
    margin: 5px;
  }
  .md\:mt-xs {
    margin-top: 5px;
  }
  .md\:mr-xs {
    margin-right: 5px;
  }
  .md\:mb-xs {
    margin-bottom: 5px;
  }
  .md\:ml-xs {
    margin-left: 5px;
  }
  .md\:my-xs {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .md\:mx-xs {
    margin-left: 5px;
    margin-right: 5px;
  }
  .md\:p-xs {
    padding: 5px;
  }
  .md\:pt-xs {
    padding-top: 5px;
  }
  .md\:pr-xs {
    padding-right: 5px;
  }
  .md\:pb-xs {
    padding-bottom: 5px;
  }
  .md\:pl-xs {
    padding-left: 5px;
  }
  .md\:py-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .md\:px-xs {
    padding-left: 5px;
    padding-right: 5px;
  }
  .md\:m-sm {
    margin: 10px;
  }
  .md\:mt-sm {
    margin-top: 10px;
  }
  .md\:mr-sm {
    margin-right: 10px;
  }
  .md\:mb-sm {
    margin-bottom: 10px;
  }
  .md\:ml-sm {
    margin-left: 10px;
  }
  .md\:my-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .md\:mx-sm {
    margin-left: 10px;
    margin-right: 10px;
  }
  .md\:p-sm {
    padding: 10px;
  }
  .md\:pt-sm {
    padding-top: 10px;
  }
  .md\:pr-sm {
    padding-right: 10px;
  }
  .md\:pb-sm {
    padding-bottom: 10px;
  }
  .md\:pl-sm {
    padding-left: 10px;
  }
  .md\:py-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md\:px-sm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .md\:m-md {
    margin: 15px;
  }
  .md\:mt-md {
    margin-top: 15px;
  }
  .md\:mr-md {
    margin-right: 15px;
  }
  .md\:mb-md {
    margin-bottom: 15px;
  }
  .md\:ml-md {
    margin-left: 15px;
  }
  .md\:my-md {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .md\:mx-md {
    margin-left: 15px;
    margin-right: 15px;
  }
  .md\:p-md {
    padding: 15px;
  }
  .md\:pt-md {
    padding-top: 15px;
  }
  .md\:pr-md {
    padding-right: 15px;
  }
  .md\:pb-md {
    padding-bottom: 15px;
  }
  .md\:pl-md {
    padding-left: 15px;
  }
  .md\:py-md {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:px-md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:m-lg {
    margin: 20px;
  }
  .md\:mt-lg {
    margin-top: 20px;
  }
  .md\:mr-lg {
    margin-right: 20px;
  }
  .md\:mb-lg {
    margin-bottom: 20px;
  }
  .md\:ml-lg {
    margin-left: 20px;
  }
  .md\:my-lg {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .md\:mx-lg {
    margin-left: 20px;
    margin-right: 20px;
  }
  .md\:p-lg {
    padding: 20px;
  }
  .md\:pt-lg {
    padding-top: 20px;
  }
  .md\:pr-lg {
    padding-right: 20px;
  }
  .md\:pb-lg {
    padding-bottom: 20px;
  }
  .md\:pl-lg {
    padding-left: 20px;
  }
  .md\:py-lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md\:px-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:m-xlg {
    margin: 40px;
  }
  .md\:mt-xlg {
    margin-top: 40px;
  }
  .md\:mr-xlg {
    margin-right: 40px;
  }
  .md\:mb-xlg {
    margin-bottom: 40px;
  }
  .md\:ml-xlg {
    margin-left: 40px;
  }
  .md\:my-xlg {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .md\:mx-xlg {
    margin-left: 40px;
    margin-right: 40px;
  }
  .md\:p-xlg {
    padding: 40px;
  }
  .md\:pt-xlg {
    padding-top: 40px;
  }
  .md\:pr-xlg {
    padding-right: 40px;
  }
  .md\:pb-xlg {
    padding-bottom: 40px;
  }
  .md\:pl-xlg {
    padding-left: 40px;
  }
  .md\:py-xlg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md\:px-xlg {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:m-auto {
    margin: auto;
  }
  .md\:mt-auto {
    margin-top: auto;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:mb-auto {
    margin-bottom: auto;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:p-auto {
    padding: auto;
  }
  .md\:pt-auto {
    padding-top: auto;
  }
  .md\:pr-auto {
    padding-right: auto;
  }
  .md\:pb-auto {
    padding-bottom: auto;
  }
  .md\:pl-auto {
    padding-left: auto;
  }
  .md\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .md\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
}
@media (min-width: 992px) {
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mr-0 {
    margin-right: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pr-0 {
    padding-right: 0;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:m-xs {
    margin: 5px;
  }
  .lg\:mt-xs {
    margin-top: 5px;
  }
  .lg\:mr-xs {
    margin-right: 5px;
  }
  .lg\:mb-xs {
    margin-bottom: 5px;
  }
  .lg\:ml-xs {
    margin-left: 5px;
  }
  .lg\:my-xs {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .lg\:mx-xs {
    margin-left: 5px;
    margin-right: 5px;
  }
  .lg\:p-xs {
    padding: 5px;
  }
  .lg\:pt-xs {
    padding-top: 5px;
  }
  .lg\:pr-xs {
    padding-right: 5px;
  }
  .lg\:pb-xs {
    padding-bottom: 5px;
  }
  .lg\:pl-xs {
    padding-left: 5px;
  }
  .lg\:py-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lg\:px-xs {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lg\:m-sm {
    margin: 10px;
  }
  .lg\:mt-sm {
    margin-top: 10px;
  }
  .lg\:mr-sm {
    margin-right: 10px;
  }
  .lg\:mb-sm {
    margin-bottom: 10px;
  }
  .lg\:ml-sm {
    margin-left: 10px;
  }
  .lg\:my-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lg\:mx-sm {
    margin-left: 10px;
    margin-right: 10px;
  }
  .lg\:p-sm {
    padding: 10px;
  }
  .lg\:pt-sm {
    padding-top: 10px;
  }
  .lg\:pr-sm {
    padding-right: 10px;
  }
  .lg\:pb-sm {
    padding-bottom: 10px;
  }
  .lg\:pl-sm {
    padding-left: 10px;
  }
  .lg\:py-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lg\:px-sm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lg\:m-md {
    margin: 15px;
  }
  .lg\:mt-md {
    margin-top: 15px;
  }
  .lg\:mr-md {
    margin-right: 15px;
  }
  .lg\:mb-md {
    margin-bottom: 15px;
  }
  .lg\:ml-md {
    margin-left: 15px;
  }
  .lg\:my-md {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .lg\:mx-md {
    margin-left: 15px;
    margin-right: 15px;
  }
  .lg\:p-md {
    padding: 15px;
  }
  .lg\:pt-md {
    padding-top: 15px;
  }
  .lg\:pr-md {
    padding-right: 15px;
  }
  .lg\:pb-md {
    padding-bottom: 15px;
  }
  .lg\:pl-md {
    padding-left: 15px;
  }
  .lg\:py-md {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lg\:px-md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg\:m-lg {
    margin: 20px;
  }
  .lg\:mt-lg {
    margin-top: 20px;
  }
  .lg\:mr-lg {
    margin-right: 20px;
  }
  .lg\:mb-lg {
    margin-bottom: 20px;
  }
  .lg\:ml-lg {
    margin-left: 20px;
  }
  .lg\:my-lg {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lg\:mx-lg {
    margin-left: 20px;
    margin-right: 20px;
  }
  .lg\:p-lg {
    padding: 20px;
  }
  .lg\:pt-lg {
    padding-top: 20px;
  }
  .lg\:pr-lg {
    padding-right: 20px;
  }
  .lg\:pb-lg {
    padding-bottom: 20px;
  }
  .lg\:pl-lg {
    padding-left: 20px;
  }
  .lg\:py-lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lg\:px-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg\:m-xlg {
    margin: 40px;
  }
  .lg\:mt-xlg {
    margin-top: 40px;
  }
  .lg\:mr-xlg {
    margin-right: 40px;
  }
  .lg\:mb-xlg {
    margin-bottom: 40px;
  }
  .lg\:ml-xlg {
    margin-left: 40px;
  }
  .lg\:my-xlg {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lg\:mx-xlg {
    margin-left: 40px;
    margin-right: 40px;
  }
  .lg\:p-xlg {
    padding: 40px;
  }
  .lg\:pt-xlg {
    padding-top: 40px;
  }
  .lg\:pr-xlg {
    padding-right: 40px;
  }
  .lg\:pb-xlg {
    padding-bottom: 40px;
  }
  .lg\:pl-xlg {
    padding-left: 40px;
  }
  .lg\:py-xlg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg\:px-xlg {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:m-auto {
    margin: auto;
  }
  .lg\:mt-auto {
    margin-top: auto;
  }
  .lg\:mr-auto {
    margin-right: auto;
  }
  .lg\:mb-auto {
    margin-bottom: auto;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:p-auto {
    padding: auto;
  }
  .lg\:pt-auto {
    padding-top: auto;
  }
  .lg\:pr-auto {
    padding-right: auto;
  }
  .lg\:pb-auto {
    padding-bottom: auto;
  }
  .lg\:pl-auto {
    padding-left: auto;
  }
  .lg\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .lg\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
}
@media (min-width: 1200px) {
  .xlg\:m-0 {
    margin: 0;
  }
  .xlg\:mt-0 {
    margin-top: 0;
  }
  .xlg\:mr-0 {
    margin-right: 0;
  }
  .xlg\:mb-0 {
    margin-bottom: 0;
  }
  .xlg\:ml-0 {
    margin-left: 0;
  }
  .xlg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xlg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xlg\:p-0 {
    padding: 0;
  }
  .xlg\:pt-0 {
    padding-top: 0;
  }
  .xlg\:pr-0 {
    padding-right: 0;
  }
  .xlg\:pb-0 {
    padding-bottom: 0;
  }
  .xlg\:pl-0 {
    padding-left: 0;
  }
  .xlg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xlg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xlg\:m-xs {
    margin: 5px;
  }
  .xlg\:mt-xs {
    margin-top: 5px;
  }
  .xlg\:mr-xs {
    margin-right: 5px;
  }
  .xlg\:mb-xs {
    margin-bottom: 5px;
  }
  .xlg\:ml-xs {
    margin-left: 5px;
  }
  .xlg\:my-xs {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .xlg\:mx-xs {
    margin-left: 5px;
    margin-right: 5px;
  }
  .xlg\:p-xs {
    padding: 5px;
  }
  .xlg\:pt-xs {
    padding-top: 5px;
  }
  .xlg\:pr-xs {
    padding-right: 5px;
  }
  .xlg\:pb-xs {
    padding-bottom: 5px;
  }
  .xlg\:pl-xs {
    padding-left: 5px;
  }
  .xlg\:py-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .xlg\:px-xs {
    padding-left: 5px;
    padding-right: 5px;
  }
  .xlg\:m-sm {
    margin: 10px;
  }
  .xlg\:mt-sm {
    margin-top: 10px;
  }
  .xlg\:mr-sm {
    margin-right: 10px;
  }
  .xlg\:mb-sm {
    margin-bottom: 10px;
  }
  .xlg\:ml-sm {
    margin-left: 10px;
  }
  .xlg\:my-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .xlg\:mx-sm {
    margin-left: 10px;
    margin-right: 10px;
  }
  .xlg\:p-sm {
    padding: 10px;
  }
  .xlg\:pt-sm {
    padding-top: 10px;
  }
  .xlg\:pr-sm {
    padding-right: 10px;
  }
  .xlg\:pb-sm {
    padding-bottom: 10px;
  }
  .xlg\:pl-sm {
    padding-left: 10px;
  }
  .xlg\:py-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xlg\:px-sm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xlg\:m-md {
    margin: 15px;
  }
  .xlg\:mt-md {
    margin-top: 15px;
  }
  .xlg\:mr-md {
    margin-right: 15px;
  }
  .xlg\:mb-md {
    margin-bottom: 15px;
  }
  .xlg\:ml-md {
    margin-left: 15px;
  }
  .xlg\:my-md {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .xlg\:mx-md {
    margin-left: 15px;
    margin-right: 15px;
  }
  .xlg\:p-md {
    padding: 15px;
  }
  .xlg\:pt-md {
    padding-top: 15px;
  }
  .xlg\:pr-md {
    padding-right: 15px;
  }
  .xlg\:pb-md {
    padding-bottom: 15px;
  }
  .xlg\:pl-md {
    padding-left: 15px;
  }
  .xlg\:py-md {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .xlg\:px-md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xlg\:m-lg {
    margin: 20px;
  }
  .xlg\:mt-lg {
    margin-top: 20px;
  }
  .xlg\:mr-lg {
    margin-right: 20px;
  }
  .xlg\:mb-lg {
    margin-bottom: 20px;
  }
  .xlg\:ml-lg {
    margin-left: 20px;
  }
  .xlg\:my-lg {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .xlg\:mx-lg {
    margin-left: 20px;
    margin-right: 20px;
  }
  .xlg\:p-lg {
    padding: 20px;
  }
  .xlg\:pt-lg {
    padding-top: 20px;
  }
  .xlg\:pr-lg {
    padding-right: 20px;
  }
  .xlg\:pb-lg {
    padding-bottom: 20px;
  }
  .xlg\:pl-lg {
    padding-left: 20px;
  }
  .xlg\:py-lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xlg\:px-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xlg\:m-xlg {
    margin: 40px;
  }
  .xlg\:mt-xlg {
    margin-top: 40px;
  }
  .xlg\:mr-xlg {
    margin-right: 40px;
  }
  .xlg\:mb-xlg {
    margin-bottom: 40px;
  }
  .xlg\:ml-xlg {
    margin-left: 40px;
  }
  .xlg\:my-xlg {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .xlg\:mx-xlg {
    margin-left: 40px;
    margin-right: 40px;
  }
  .xlg\:p-xlg {
    padding: 40px;
  }
  .xlg\:pt-xlg {
    padding-top: 40px;
  }
  .xlg\:pr-xlg {
    padding-right: 40px;
  }
  .xlg\:pb-xlg {
    padding-bottom: 40px;
  }
  .xlg\:pl-xlg {
    padding-left: 40px;
  }
  .xlg\:py-xlg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xlg\:px-xlg {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xlg\:m-auto {
    margin: auto;
  }
  .xlg\:mt-auto {
    margin-top: auto;
  }
  .xlg\:mr-auto {
    margin-right: auto;
  }
  .xlg\:mb-auto {
    margin-bottom: auto;
  }
  .xlg\:ml-auto {
    margin-left: auto;
  }
  .xlg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .xlg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xlg\:p-auto {
    padding: auto;
  }
  .xlg\:pt-auto {
    padding-top: auto;
  }
  .xlg\:pr-auto {
    padding-right: auto;
  }
  .xlg\:pb-auto {
    padding-bottom: auto;
  }
  .xlg\:pl-auto {
    padding-left: auto;
  }
  .xlg\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .xlg\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
}
.text-left {
  text-align: left;
}

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

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

.text-b {
  font-weight: bold;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

@media (min-width: 576px) {
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-b {
    font-weight: bold;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
  }
  .sm\:text-lg {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .md\:text-left {
    text-align: left;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-b {
    font-weight: bold;
  }
  .md\:text-sm {
    font-size: 0.875rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-b {
    font-weight: bold;
  }
  .lg\:text-sm {
    font-size: 0.875rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .xlg\:text-left {
    text-align: left;
  }
  .xlg\:text-right {
    text-align: right;
  }
  .xlg\:text-center {
    text-align: center;
  }
  .xlg\:text-b {
    font-weight: bold;
  }
  .xlg\:text-sm {
    font-size: 0.875rem;
  }
  .xlg\:text-lg {
    font-size: 1.125rem;
  }
}
:root {
  --u-container-width: 1300px;
  --text-color: #222;
  --element-padding: 8px 12px;
  --element-radius: 8px;
  --primary-color: #CC2229;
  --primary-color-transparent: rgba(204, 34, 41, .3);
  --border-color: #e9e9e9;
  accent-color: #CC2229;
}

* {
  box-sizing: border-box;
  outline: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Archivo", sans-serif;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
}

body {
  background-image: url("/img/card-bg.png");
  background-position: center;
  background-repeat: repeat-y;
}

.header {
  padding: 24px 0 44px;
  display: flex;
  position: relative;
  background: #fff;
}
.header-nav {
  font-weight: 500;
  flex: 1;
}
.header-menu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  height: 100%;
  align-items: center;
}
.header-menu a {
  display: block;
  color: #79747E;
  padding: 10px 5px;
  text-decoration: none;
}
.header-right {
  margin-left: 20px;
  justify-content: flex-end;
  display: flex;
  gap: 10px;
  align-items: center;
}
.header-search {
  position: relative;
}
.header-search .search-button {
  position: absolute;
  background: transparent;
  border: 0;
  top: 12px;
  right: 10px;
  z-index: 20;
}
.header-search .form-control {
  max-width: 120px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .header {
    padding: 10px 15px;
    margin: 0 -15px 15px -15px;
    background: #fff;
    z-index: 400;
    position: sticky;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    top: 0;
  }
  .header-right {
    display: none;
  }
  .header-nav {
    transform: translateX(100%);
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    overflow-y: auto;
    background-color: #f0f0f0;
    z-index: 400;
    padding: 60px 20px 20px;
    transition-duration: 0.2s;
  }
  .header-menu {
    display: block;
    height: auto;
  }
  .header-menu a {
    color: #333;
  }
  .header-search .form-control {
    max-width: none;
  }
}
.header.open .header-nav {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transform: translateX(0);
}

.mobile-account {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .mobile-account {
    display: block;
  }
  .mobile-account > li > span {
    display: block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
  }
}

.mobile-header-actions {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.mobile-header-actions .btn {
  width: 100%;
}

.mobile-close,
.mobile-toggle {
  display: none;
  color: #555;
  position: absolute;
  padding: 6px;
  z-index: 300;
}

.mobile-close {
  top: 5px;
  right: 20px;
}

.mobile-toggle {
  top: 20px;
  right: 15px;
}

@media (max-width: 992px) {
  .mobile-close,
  .mobile-header-actions,
  .mobile-toggle {
    display: block;
  }
}
.logo {
  display: block;
  width: 166px;
  margin-right: 20px;
}
.logo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .logo {
    width: 140px;
  }
}

.main-content h1 {
  margin-bottom: 30px;
  line-height: 1.2em;
  color: rgb(121, 116, 126);
}
@media (min-width: 992px) {
  .main-content {
    min-height: calc(100vh - 230px);
  }
}

.container {
  max-width: 1300px;
  padding: 0 16px;
  margin: 0 auto;
}

.footer {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.footer-logo {
  max-width: 150px;
  margin-right: 20px;
}
.footer-menu {
  display: flex;
  flex: 1;
}
.footer-menu li {
  flex: 1;
}
.footer-menu a {
  color: #79747E;
  padding: 10px;
  display: block;
  text-decoration: none;
  text-align: center;
}
.footer-providers {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .footer {
    flex-direction: column;
  }
  .footer-menu {
    flex-direction: column;
  }
}

.btn {
  display: inline-block;
  padding: var(--element-padding);
  font-family: inherit;
  font-size: inherit;
  border: 1px solid transparent;
  border-radius: var(--element-radius);
  cursor: pointer;
  transition-duration: 0.2s;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
}
.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:hover {
  box-shadow: 0 0 0 3px var(--primary-color-transparent);
}
.btn-primary-outline {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: transparent;
}
.btn-primary-outline:hover {
  box-shadow: 0 0 0 3px var(--primary-color-transparent);
}
.btn-round {
  font-size: 14px;
  border-radius: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
.btn-shadow {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.cards {
  overflow: hidden;
  padding: 10px 16px 40px 16px;
  width: calc(100% + 32px);
  margin: 0 -16px;
  position: relative;
}
.cards-wrapper {
  display: flex;
  width: 100%;
}
.cards-wrapper .card {
  flex: 1 0 auto;
}
.cards-grid {
  overflow: hidden;
  padding: 10px 16px 40px 16px;
  width: calc(100% + 32px);
  margin: 0 -16px;
}
.cards-gallery {
  display: flex;
  justify-content: center;
}
.cards-gallery .card {
  margin: 0 20px;
  width: 260px;
}
.cards-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  gap: 20px;
}
@media (max-width: 768px) {
  .cards-gallery {
    flex-direction: column;
  }
  .cards-gallery .card {
    width: auto;
    margin: 0 0 20px 0;
  }
}

.card-button-next,
.card-button-prev {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  flex: 0 0 40px;
}
.card-button-next:hover,
.card-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.card-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 4L7 12L15 20' stroke='%238C8C8C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.card-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L15 12L7 20' stroke='%238C8C8C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.card-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 32px;
  flex: 1 0 auto;
}
@media (max-width: 768px) {
  .card-group {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
  }
  .card-group .card {
    flex-direction: row;
  }
  .card-group .card-body {
    padding: 12px;
  }
  .card-group .card-img {
    width: 100px;
    height: auto;
  }
}

.cards-grid-inline {
  overflow: hidden;
  padding: 10px 16px 40px 16px;
  width: calc(100% + 32px);
  margin: 0 -16px;
}
.cards-grid-inline .card-group {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
}
@media (max-width: 768px) {
  .cards-grid-inline .card-group {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
}

.card {
  border-radius: 12px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
}
.card-img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.card-body {
  padding: 20px 16px 16px 16px;
  flex: 1 0 160px;
  overflow: hidden;
}
.card-footer {
  padding: 16px;
  display: flex;
  gap: 10px;
}
.card-footer .btn {
  flex: 0.5;
}
.card-footer .btn-primary {
  margin-left: auto;
}
.card-title, .card-subhead {
  color: var(--text-color);
}
.card-title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  margin: 0 0 6px 0;
}
.card-subhead {
  font-size: 14px;
}
@media (max-width: 768px) {
  .card {
    display: grid;
    grid-template-columns: 100px auto;
    grid-template-rows: auto auto;
  }
  .card-group .card-img, .card-img {
    grid-column: 1;
    grid-row: 1/span 2;
    height: 100%;
  }
  .card-body {
    grid-column: 2;
  }
  .card-footer {
    align-items: flex-end;
  }
}

#rendezvenyek .card-img {
  height: 220px;
}

.card-pagination {
  position: relative;
  z-index: 20;
  text-align: center;
  display: inline-block;
  max-width: 600px;
}
.card-pagination-bullet {
  padding: 6px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.card-pagination-bullet:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #D9D9D9;
}
.card-pagination-bullet-active:before {
  background: #79747E;
}

.form-control {
  border: 1px solid #C4C4C4;
  border-radius: var(--element-radius);
  padding: var(--element-padding);
  font-family: inherit;
  font-size: inherit;
  transition-duration: 0.2s;
  line-height: 1.5;
  width: 100%;
}
.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-color-transparent);
}

select.form-control {
  background: #fff;
  line-height: 50px;
  height: 50px;
  padding: 0 12px;
}

.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  background: #fff;
  border-radius: 3px;
  padding: 6px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  font-size: 15px;
  z-index: 200;
}
.dropdown-menu ul li {
  display: block;
}
.dropdown-menu ul li:hover {
  background-color: #f7f7f7;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-nav > li > span {
  padding: 0.5rem;
  display: block;
}
.dropdown-menu-nav a {
  display: block;
  text-decoration: none;
  color: var(--text-color);
  padding: 0.5rem;
}
.dropdown.open .dropdown-menu {
  display: block;
}

.form-group {
  --element-padding: 12px;
  margin-bottom: 24px;
  position: relative;
}
.form-group .btn {
  --element-padding: 8px 12px;
}
.form-group.form-group-text .control-label, .form-group.form-group-select .control-label {
  position: absolute;
  pointer-events: none;
  top: 13px;
  left: 14px;
  z-index: 30;
  color: rgb(73, 69, 79);
}
.form-group .form-control {
  border-radius: 4px;
  min-height: 50px;
}
.form-group .form-control:focus {
  box-shadow: 0 0 0 1px var(--primary-color);
}
.form-group .message {
  display: block;
  margin: 2px 0 0 12px;
  font-size: 14px;
}
.form-group .message.error {
  color: var(--primary-color);
}
.form-group.error .form-control {
  border-color: var(--primary-color);
}
.form-group.error .control-label {
  color: var(--primary-color);
}
.form-group.form-group-select:not(.form-group-empty) .control-label, .form-group.form-group-select:focus-within .control-label, .form-group.form-group-text:not(.form-group-empty) .control-label, .form-group.form-group-text:focus-within .control-label {
  background: #fff;
  padding: 2px 4px;
  line-height: 12px;
  transform: scale(0.75);
  transform-origin: left top;
  left: 10px;
  top: -5px;
}
.form-group.form-group-checkbox {
  display: flex;
  gap: 6px;
  flex-direction: row-reverse;
}
.form-group.form-group-checkbox .control-label {
  flex: 1;
}
.form-group.form-group-radio-list .control-label {
  font-weight: bold;
}

.form-group-info {
  margin: -15px 0 25px 0;
  background: #f0f0f0;
  padding: 5px 10px;
  border-radius: 4px;
}

.checkbox {
  padding: 2px 0;
}
.checkbox label {
  display: flex;
  gap: 8px;
  align-items: center;
}

.checkbox-list .control-label {
  font-weight: bold;
}

.navigation .buttons {
  margin-top: 25px;
}

.password-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.password-wrapper .icon svg {
  line-height: 1;
  vertical-align: middle;
}
.password-wrapper .eye {
  color: rgb(73, 69, 79);
  position: absolute;
  top: 0;
  cursor: pointer;
  right: 10px;
  bottom: 2px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box {
  border-radius: 15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.075);
  padding: 20px 30px 30px 30px;
  margin: 20px auto;
  background: #fff;
}
.box h1,
.box h2,
.box h3 {
  color: rgb(121, 116, 126);
  margin: 0 0 25px 0;
}
.box > .messages {
  margin-bottom: 25px;
}
.box > .messages > span {
  border-radius: 3px;
  display: block;
  margin-bottom: 4px;
  padding: 6px 10px;
  font-size: 14px;
}
.box > .messages > span.error {
  color: #990000;
  background: rgba(255, 20, 20, 0.1);
}
@media (max-width: 768px) {
  .box {
    padding: 20px 20px 20px 20px;
  }
}

.form-box {
  max-width: 960px;
}

.box-sm,
.login-box {
  max-width: 400px;
}

.tabs-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 35px;
}

.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
}
.tabs li a {
  display: block;
  padding: 12px 0;
  border-bottom: 3px solid #ddd;
  font-weight: bold;
  font-size: 13px;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  color: #999;
}
.tabs li.active a {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
@media (max-width: 768px) {
  .tabs {
    display: block;
  }
  .tabs li a {
    padding: 6px 0 6px 12px;
    margin-bottom: 1px;
    border-bottom: 0;
    border-left: 3px solid #ddd;
  }
}

.summary-table {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow-x: auto;
  background: #fff;
}
.summary-table table {
  border-collapse: collapse;
  font-size: 15px;
  width: 100%;
}
.summary-table table th {
  text-align: left;
  background-color: #f9f9f9;
  font-weight: normal;
}
.summary-table table th,
.summary-table table td {
  padding: 10px;
  border-bottom: 1px solid var(--border-color);
}
.summary-table table td {
  width: 60%;
}
.summary-table table tr:last-child th,
.summary-table table tr:last-child td {
  border: 0;
}
.summary-table table tr.head th {
  background: transparent;
  font-weight: bold;
  color: var(--primary-color);
}
.summary-table table tr.head th,
.summary-table table tr.head td {
  border-bottom-color: var(--primary-color);
}
.summary-table table tbody.summary th,
.summary-table table tbody.summary td {
  background: #ededed;
}
.summary-table table tbody.summary tr.head-sum th,
.summary-table table tbody.summary tr.head-sum td {
  background: var(--primary-color);
  color: #fff;
}

.table-wrapper {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow-x: auto;
  background: #fff;
  margin-bottom: 15px;
}
.table-wrapper table {
  border-collapse: collapse;
  font-size: 15px;
  width: 100%;
}
.table-wrapper table th {
  font-weight: 500;
  text-align: left;
  background: rgb(248, 248, 248);
}
.table-wrapper table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
.table-wrapper table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
.table-wrapper table th,
.table-wrapper table td {
  padding: 10px;
  border-bottom: 1px solid var(--border-color);
}
.table-wrapper table th p:last-child,
.table-wrapper table td p:last-child {
  margin-bottom: 0;
}
.table-wrapper table tr:last-child td {
  border: 0;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(217, 217, 217, 0.5);
  backdrop-filter: blur(10px);
  z-index: 500;
}
.modal-dialog {
  background: #fff;
  margin: 80px auto;
  border-radius: 20px;
  max-width: 600px;
  overflow: hidden;
}
.modal-header {
  background: var(--primary-color);
  padding: 20px;
  color: #fff;
}
.modal-body {
  padding: 20px;
}

.info-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.info-box .title {
  font-size: 17px;
  font-weight: bold;
  padding: 20px 20px;
}
.info-box .content-wrapper {
  padding: 0 20px;
  font-size: 15px;
}
.info-box .data {
  display: flex;
  border: 1px solid var(--border-color);
  margin-bottom: -1px;
}
.info-box .data .left,
.info-box .data .right {
  padding: 8px;
}
.info-box .data .left {
  flex: 1;
}
.info-box .data .right {
  flex: 3;
}

a {
  color: var(--primary-color);
}

.icon {
  line-height: 1;
  display: inline-block;
}
.icon svg {
  vertical-align: middle;
}

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

.text-muted {
  color: #999;
}

.translation-wrapper {
  position: relative;
}
.translation-wrapper .dict-edit {
  position: absolute;
  z-index: 20;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #999;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 13V10L6 13H3Z' fill='white'/%3E%3Cpath d='M7 12L4 9L10 3L13 6L7 12Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  width: 20px;
  height: 20px;
  padding: 1px;
  border: 1px solid #fff;
  border-radius: 10px;
  right: -14px;
  top: -8px;
  cursor: pointer;
}
.translation-wrapper .dict-edit:hover {
  background-color: var(--primary-color);
}
.translation-wrapper .dict-edit svg {
  display: inline-block;
  vertical-align: top;
}

ol {
  padding: 0 0 0 20px;
  list-style-type: decimal;
}
ol li {
  list-style-type: inherit;
}

.to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  background: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.to-top:hover {
  border-color: var(--primary-color);
}

.table-responsive {
  overflow-x: auto;
}
.conference-head {
  margin-bottom: 30px;
}
.conference-head > img {
  width: 100%;
  object-fit: cover;
  vertical-align: top;
}

@media (max-width: 992px) {
  .conference-registration {
    display: grid;
    grid-template-rows: auto auto;
  }
  .conference-registration-text, .conference-registration-form {
    width: auto;
  }
  .conference-registration-form {
    grid-row: 1;
  }
  .conference-registration-text {
    grid-row: 2;
  }
}

.conference-info {
  border: 1px solid #ededed;
  margin: 10px 0;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.conference-registration-text {
  max-width: 780px;
  margin: 0 auto;
}

.conference-text-inner {
  height: 50px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.conference-text-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.conference-text-inner.open {
  height: auto;
}
.conference-text-inner.open:after {
  display: none;
}

.conference-nav {
  background: var(--conference-color, #724089);
  padding: 30px 20px;
  overflow-x: auto;
}
.conference-nav::-webkit-scrollbar {
  height: 20px;
  width: 20px;
}
.conference-nav::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.conference-nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: content-box;
  border: 6px solid transparent;
  border-radius: 10px;
}
.conference-nav::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.conference-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.conference-nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 99px;
  text-align: center;
  white-space: nowrap;
}
.conference-nav ul li.active a {
  background: #fff;
  color: var(--conference-color, #724089);
}
@media (max-width: 768px) {
  .conference-nav {
    padding: 20px 20px 16px 20px;
  }
}

.conference-sponsors {
  overflow: hidden;
}

.conference-sponsors-list {
  display: flex;
  user-select: none;
}

.conference-sponsor-item {
  display: flex;
  padding: 0 20px;
  flex-direction: column;
  text-align: center;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
}
.conference-sponsor-item img {
  max-width: 200px;
  height: auto;
}

.conference-pink {
  --conference-color: rgb(255, 119, 119);
}

.conference-yellow {
  --conference-color: rgb(255, 209, 47);
}

.conference-orange {
  --conference-color: rgb(255, 184, 0);
}

.conference-blue {
  --conference-color: rgb(8, 66, 160);
}

.conference-red {
  --conference-color: rgb(204, 34, 41);
}

.conference-easd-blue {
  --conference-color: rgb(22, 186, 186);
}

.conference-price-summary {
  display: grid;
  margin-bottom: 20px;
  border-radius: 10px;
  grid-template-columns: 1fr 1fr;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-color-transparent);
  z-index: 200;
}
.conference-price-summary dd {
  font-weight: bold;
}

.conference-images {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.conference-images .conference-image img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  vertical-align: top;
  object-fit: cover;
  width: 160px;
  height: 160px;
}

.accommodation-arrivals {
  display: flex;
}
.accommodation-arrivals > div {
  flex: 1;
}
@media (max-width: 768px) {
  .accommodation-arrivals {
    flex-direction: column;
  }
}

.accommodation {
  margin-bottom: 10px;
  background: #f6f6f6;
  padding: 15px;
}
.accommodation-accept-info {
  margin-top: 26px;
}
.accommodation-delete {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}
.accommodation:first-of-type .accommodation-delete {
  display: none;
}

#reader {
  margin: 10px auto;
  box-sizing: border-box;
}
#reader #html5-qrcode-select-camera[disabled],
#reader #html5-qrcode-button-camera-stop {
  display: none !important;
}
#reader * {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
}
#reader select {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 12px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 10px;
  width: calc(100% - 20px);
  color: #222;
  border-radius: 5px;
}
#reader select:focus {
  border-color: var(--primary-color);
}
#reader button {
  cursor: pointer;
  background: var(--primary-color);
  color: #fff;
  border: 0;
  padding: 8px 12px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
}

#barcode-form {
  text-align: center;
}
#barcode-form .btn {
  margin-top: 10px;
  line-height: 21px;
}

.reader-wrapper {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}

.divider {
  margin: 10px 0;
  border-top: 1px solid #ededed;
}

.reader-reset-button {
  background: #fff;
  border-radius: 5px;
  padding: 12px 16px;
  font-size: inherit;
  font-style: inherit;
  color: #333;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  border: 0;
}

#barcode-form.hidden {
  display: none;
}

.reader-result {
  color: #fff;
  padding: 20px;
  text-align: center;
  margin: 10px 0;
  background: #EDEDED;
  border-radius: 5px;
  border: 1px dashed #ccc;
}
.reader-result > span {
  color: #999;
}
.reader-result.loading {
  border-color: darkcyan;
  color: darkblue;
  background: lightblue;
}
.reader-result.success {
  background: #1e6e4b;
}
.reader-result.failed {
  background: orangered;
}
.reader-result h2 {
  color: #fff;
  margin: 0 0 5px 0;
}

.agenda .column-time {
  width: 120px;
}
.agenda .column-data ul {
  display: flex;
  gap: 6px;
}
.agenda .column-data ul li:after {
  content: ",";
  display: inline;
}
.agenda .column-data ul li:last-child:after {
  display: none;
}
.agenda .agenda-header,
.agenda .agenda-subheader {
  font-weight: bold;
}
.agenda .agenda-header {
  background: var(--primary-color);
  color: #fff;
}
.agenda .table-wrapper {
  margin-bottom: 24px;
}

.section {
  margin-bottom: 80px;
}
.section-title {
  color: #79747E;
  font-size: 48px;
  line-height: 1.3;
  margin: 0 0 32px 0;
}
.section-subtitle {
  font-size: 28px;
  margin: 20px 0 10px 0;
  line-height: 1.3;
}
.section-footer {
  margin-top: 30px;
}
.section-gallery .section-footer {
  text-align: right;
  max-width: 880px;
  margin: 30px auto 0 auto;
}
@media (max-width: 992px) {
  .section {
    margin-bottom: 30px;
  }
  .section-title {
    font-size: 24px;
    margin: 0 0 5px 0;
  }
}

.section-app {
  background: rgba(196, 196, 196, 0.2509803922);
  border-radius: 20px;
  display: flex;
  max-width: var(--u-container-width);
  margin: 0 auto;
}
.section-app-left {
  flex: 0 0 60%;
  padding: 30px 60px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
}
.section-app-left ul {
  margin: auto 0 0 0;
  padding: 0;
  gap: 10px;
  list-style-type: none;
  display: flex;
}
.section-app-img {
  position: absolute;
  background-image: url("/img/app_img.png");
  background-size: 120%;
  background-position: left center;
  background-repeat: no-repeat;
  width: 38vw;
  max-width: 550px;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 130%;
}
.section-app-right {
  position: relative;
  flex: 1;
}
@media (max-width: 768px) {
  .section-app {
    display: block;
  }
  .section-app-left {
    padding: 20px;
    min-height: auto;
  }
  .section-app-right {
    display: none;
  }
}

.services {
  background: var(--primary-color);
  border-radius: 20px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 7px 6px 13px rgba(34, 34, 34, 0.35);
}
.services .service {
  padding: 20px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services .service-link {
  font-family: inherit;
  font-size: 14px;
  background: var(--primary-color);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  min-width: 170px;
  text-align: center;
  padding: 8px 12px;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
  .services .service {
    padding: 10px;
  }
  .services .service-link {
    min-width: auto;
  }
}

.quotes-wrapper {
  margin-left: calc(-50vw + 20px);
  margin-right: calc(-50vw + 20px);
  left: 50%;
  right: 50%;
  width: calc(100vw - 40px);
  position: relative;
  overflow: hidden;
}
.quotes-inner {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
}

.quote {
  flex: 0 0 auto;
  opacity: 0.5;
  transition-duration: 0.2s;
}
.quote.swiper-slide-next {
  opacity: 1;
}
.quote-content {
  background: #f7f7f7;
  border-radius: 3px;
  padding: 30px 40px 70px 40px;
  color: #666;
}
.quote-content-inner {
  padding: 0 20px;
}
.quote-author {
  margin: -40px auto 0 auto;
  text-align: center;
}
.quote-name {
  font-size: 20px;
  font-weight: bold;
}
.quote-author img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.quote .icon {
  display: block;
  color: var(--primary-color);
}
.quote .icon-quote-close {
  text-align: right;
}

.quotes-inner:hover .quote {
  opacity: 0.5;
}
.quotes-inner:hover .quote:hover {
  opacity: 1;
}

.contacts {
  display: flex;
}
@media (max-width: 768px) {
  .contacts {
    flex-direction: column;
  }
}

.contact {
  flex: 1;
  text-align: center;
  line-height: 1.6;
}
.contact-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ededed;
}
.contact-divider {
  background: linear-gradient(to right, rgba(255, 163, 163, 0), rgb(255, 163, 163), rgba(255, 163, 163, 0));
  height: 1px;
  position: relative;
  margin: 50px 0;
}
.contact-divider:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgb(255, 163, 163);
  box-shadow: 0 0 0 5px #fff;
  top: -3px;
  left: calc(50% - 3px);
  border-radius: 3px;
}
.contact-info {
  font-weight: bold;
}
.contact-details {
  display: flex;
  gap: 20px;
}
.contact-details > li {
  flex: 1;
  text-align: center;
}
.contact-social {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.contact-social > a {
  padding: 10px;
  display: inline-block;
}

.section-contact a {
  color: #222;
}

.news-inner {
  overflow: hidden;
  border-radius: 10px;
}
.news-img {
  background-image: url("/img/news.svg");
  background-size: cover;
  background-position: right center;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 75%;
  z-index: 20;
}
.news-wrapper {
  position: relative;
  background: rgba(196, 196, 196, 0.2509803922);
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 70px;
}
.news-wrapper .card-pagination {
  position: absolute;
  width: 100%;
  bottom: -50px;
}
.news-list {
  display: flex;
  width: 100%;
}
.news-item {
  padding: 30px 60px;
  background: #fff;
  flex: 0 0 auto;
  padding-right: 45%;
}
.news-item .btn {
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .news-img {
    display: none;
  }
  .news-item {
    padding: 20px;
  }
}

.section-news {
  margin-bottom: 120px;
}

.section-location {
  text-align: center;
}
.section-location img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin-bottom: 30px;
}

.hero {
  background-color: #930000;
  background-image: url("/img/hero.png");
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.35);
  position: relative;
}
.hero-overlay {
  content: "";
  background: rgba(147, 0, 0, 0.3);
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  justify-content: center;
}
.hero-content {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.hero-content:not(.playing):after {
  content: "";
  display: block;
  background: #930000;
  mix-blend-mode: multiply;
  border-radius: 20px;
  overflow: hidden;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 7;
}
.hero-inner {
  max-width: 560px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.hero-title {
  font-size: 48px;
  font-weight: bold;
}
.hero-btn {
  display: inline-flex;
  font-weight: bold;
  align-items: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.hero-btn .icon {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .hero-content {
    min-height: 300px;
  }
  .hero-title {
    font-size: 26px;
  }
}

.hero video {
  position: absolute;
  z-index: 20;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

/*# sourceMappingURL=main.css.map */
