*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b, strong {
  font-weight: bold;
}

img {
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-stretch {
  align-content: stretch;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-sm-fill {
    flex: 1 1 auto;
  }
  .flex-sm-grow-0 {
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-md-fill {
    flex: 1 1 auto;
  }
  .flex-md-grow-0 {
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-lg-fill {
    flex: 1 1 auto;
  }
  .flex-lg-grow-0 {
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-xl-fill {
    flex: 1 1 auto;
  }
  .flex-xl-grow-0 {
    flex-grow: 0;
  }
  .flex-xl-grow-1 {
    flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
}
.container {
  max-width: 1232px;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
header .container, footer .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .container {
    width: 96%;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.row > * {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.row.small {
  margin-left: -8px;
  margin-right: -8px;
}
.row.small > * {
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-50 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-50 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-50 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-50 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-50 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-table {
  display: table;
}

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

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

.d-flex {
  display: flex;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
}
.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 8px !important;
}

.mt-1,
.my-1 {
  margin-top: 8px !important;
}

.mr-1,
.mx-1 {
  margin-right: 8px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 8px !important;
}

.ml-1,
.mx-1 {
  margin-left: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.mt-2,
.my-2 {
  margin-top: 16px !important;
}

.mr-2,
.mx-2 {
  margin-right: 16px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 16px !important;
}

.ml-2,
.mx-2 {
  margin-left: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.mt-3,
.my-3 {
  margin-top: 24px !important;
}

.mr-3,
.mx-3 {
  margin-right: 24px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 24px !important;
}

.ml-3,
.mx-3 {
  margin-left: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.mt-4,
.my-4 {
  margin-top: 32px !important;
}

.mr-4,
.mx-4 {
  margin-right: 32px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 32px !important;
}

.ml-4,
.mx-4 {
  margin-left: 32px !important;
}

.m-5 {
  margin: 40px !important;
}

.mt-5,
.my-5 {
  margin-top: 40px !important;
}

.mr-5,
.mx-5 {
  margin-right: 40px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 40px !important;
}

.ml-5,
.mx-5 {
  margin-left: 40px !important;
}

.m-6 {
  margin: 48px !important;
}

.mt-6,
.my-6 {
  margin-top: 48px !important;
}

.mr-6,
.mx-6 {
  margin-right: 48px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 48px !important;
}

.ml-6,
.mx-6 {
  margin-left: 48px !important;
}

.m-7 {
  margin: 56px !important;
}

.mt-7,
.my-7 {
  margin-top: 56px !important;
}

.mr-7,
.mx-7 {
  margin-right: 56px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 56px !important;
}

.ml-7,
.mx-7 {
  margin-left: 56px !important;
}

.m-8 {
  margin: 64px !important;
}

.mt-8,
.my-8 {
  margin-top: 64px !important;
}

.mr-8,
.mx-8 {
  margin-right: 64px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 64px !important;
}

.ml-8,
.mx-8 {
  margin-left: 64px !important;
}

.m-9 {
  margin: 72px !important;
}

.mt-9,
.my-9 {
  margin-top: 72px !important;
}

.mr-9,
.mx-9 {
  margin-right: 72px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 72px !important;
}

.ml-9,
.mx-9 {
  margin-left: 72px !important;
}

.m-10 {
  margin: 80px !important;
}

.mt-10,
.my-10 {
  margin-top: 80px !important;
}

.mr-10,
.mx-10 {
  margin-right: 80px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 80px !important;
}

.ml-10,
.mx-10 {
  margin-left: 80px !important;
}

.m-12 {
  margin: 96px !important;
}

.mt-12,
.my-12 {
  margin-top: 96px !important;
}

.mr-12,
.mx-12 {
  margin-right: 96px !important;
}

.mb-12,
.my-12 {
  margin-bottom: 96px !important;
}

.ml-12,
.mx-12 {
  margin-left: 96px !important;
}

.m-16 {
  margin: 128px !important;
}

.mt-16,
.my-16 {
  margin-top: 128px !important;
}

.mr-16,
.mx-16 {
  margin-right: 128px !important;
}

.mb-16,
.my-16 {
  margin-bottom: 128px !important;
}

.ml-16,
.mx-16 {
  margin-left: 128px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 8px !important;
}

.pt-1,
.py-1 {
  padding-top: 8px !important;
}

.pr-1,
.px-1 {
  padding-right: 8px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 8px !important;
}

.pl-1,
.px-1 {
  padding-left: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.pt-2,
.py-2 {
  padding-top: 16px !important;
}

.pr-2,
.px-2 {
  padding-right: 16px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 16px !important;
}

.pl-2,
.px-2 {
  padding-left: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.pt-3,
.py-3 {
  padding-top: 24px !important;
}

.pr-3,
.px-3 {
  padding-right: 24px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 24px !important;
}

.pl-3,
.px-3 {
  padding-left: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.pt-4,
.py-4 {
  padding-top: 32px !important;
}

.pr-4,
.px-4 {
  padding-right: 32px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 32px !important;
}

.pl-4,
.px-4 {
  padding-left: 32px !important;
}

.p-5 {
  padding: 40px !important;
}

.pt-5,
.py-5 {
  padding-top: 40px !important;
}

.pr-5,
.px-5 {
  padding-right: 40px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 40px !important;
}

.pl-5,
.px-5 {
  padding-left: 40px !important;
}

.p-6 {
  padding: 48px !important;
}

.pt-6,
.py-6 {
  padding-top: 48px !important;
}

.pr-6,
.px-6 {
  padding-right: 48px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 48px !important;
}

.pl-6,
.px-6 {
  padding-left: 48px !important;
}

.p-7 {
  padding: 56px !important;
}

.pt-7,
.py-7 {
  padding-top: 56px !important;
}

.pr-7,
.px-7 {
  padding-right: 56px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 56px !important;
}

.pl-7,
.px-7 {
  padding-left: 56px !important;
}

.p-8 {
  padding: 64px !important;
}

.pt-8,
.py-8 {
  padding-top: 64px !important;
}

.pr-8,
.px-8 {
  padding-right: 64px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 64px !important;
}

.pl-8,
.px-8 {
  padding-left: 64px !important;
}

.p-9 {
  padding: 72px !important;
}

.pt-9,
.py-9 {
  padding-top: 72px !important;
}

.pr-9,
.px-9 {
  padding-right: 72px !important;
}

.pb-9,
.py-9 {
  padding-bottom: 72px !important;
}

.pl-9,
.px-9 {
  padding-left: 72px !important;
}

.p-10 {
  padding: 80px !important;
}

.pt-10,
.py-10 {
  padding-top: 80px !important;
}

.pr-10,
.px-10 {
  padding-right: 80px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 80px !important;
}

.pl-10,
.px-10 {
  padding-left: 80px !important;
}

.p-12 {
  padding: 96px !important;
}

.pt-12,
.py-12 {
  padding-top: 96px !important;
}

.pr-12,
.px-12 {
  padding-right: 96px !important;
}

.pb-12,
.py-12 {
  padding-bottom: 96px !important;
}

.pl-12,
.px-12 {
  padding-left: 96px !important;
}

.p-16 {
  padding: 128px !important;
}

.pt-16,
.py-16 {
  padding-top: 128px !important;
}

.pr-16,
.px-16 {
  padding-right: 128px !important;
}

.pb-16,
.py-16 {
  padding-bottom: 128px !important;
}

.pl-16,
.px-16 {
  padding-left: 128px !important;
}

.g-0 {
  gap: 0;
}

.g-1 {
  gap: 8px;
}

.g-2 {
  gap: 16px;
}

.g-3 {
  gap: 24px;
}

.g-4 {
  gap: 32px;
}

.g-5 {
  gap: 40px;
}

.g-6 {
  gap: 48px;
}

.g-7 {
  gap: 56px;
}

.g-8 {
  gap: 64px;
}

.g-9 {
  gap: 72px;
}

.g-10 {
  gap: 80px;
}

.g-12 {
  gap: 96px;
}

.g-16 {
  gap: 128px;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 8px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 8px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 8px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 8px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 8px !important;
  }
  .m-sm-2 {
    margin: 16px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 16px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 16px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 16px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 16px !important;
  }
  .m-sm-3 {
    margin: 24px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 24px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 24px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 24px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 24px !important;
  }
  .m-sm-4 {
    margin: 32px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 32px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 32px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 32px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 32px !important;
  }
  .m-sm-5 {
    margin: 40px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 40px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 40px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 40px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 40px !important;
  }
  .m-sm-6 {
    margin: 48px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 48px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 48px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 48px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 48px !important;
  }
  .m-sm-7 {
    margin: 56px !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 56px !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 56px !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 56px !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 56px !important;
  }
  .m-sm-8 {
    margin: 64px !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 64px !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 64px !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 64px !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 64px !important;
  }
  .m-sm-9 {
    margin: 72px !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 72px !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 72px !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 72px !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 72px !important;
  }
  .m-sm-10 {
    margin: 80px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 80px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 80px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 80px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 80px !important;
  }
  .m-sm-12 {
    margin: 96px !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 96px !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 96px !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 96px !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 96px !important;
  }
  .m-sm-16 {
    margin: 128px !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 128px !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 128px !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 128px !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 128px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 8px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 8px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 8px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 8px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 8px !important;
  }
  .p-sm-2 {
    padding: 16px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 16px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 16px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 16px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 16px !important;
  }
  .p-sm-3 {
    padding: 24px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 24px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 24px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 24px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 24px !important;
  }
  .p-sm-4 {
    padding: 32px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 32px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 32px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 32px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 32px !important;
  }
  .p-sm-5 {
    padding: 40px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 40px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 40px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 40px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 40px !important;
  }
  .p-sm-6 {
    padding: 48px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 48px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 48px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 48px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 48px !important;
  }
  .p-sm-7 {
    padding: 56px !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 56px !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 56px !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 56px !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 56px !important;
  }
  .p-sm-8 {
    padding: 64px !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 64px !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 64px !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 64px !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 64px !important;
  }
  .p-sm-9 {
    padding: 72px !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 72px !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 72px !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 72px !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 72px !important;
  }
  .p-sm-10 {
    padding: 80px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 80px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 80px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 80px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 80px !important;
  }
  .p-sm-12 {
    padding: 96px !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 96px !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 96px !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 96px !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 96px !important;
  }
  .p-sm-16 {
    padding: 128px !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 128px !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 128px !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 128px !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 128px !important;
  }
  .g-sm-0 {
    gap: 0;
  }
  .g-sm-1 {
    gap: 8px;
  }
  .g-sm-2 {
    gap: 16px;
  }
  .g-sm-3 {
    gap: 24px;
  }
  .g-sm-4 {
    gap: 32px;
  }
  .g-sm-5 {
    gap: 40px;
  }
  .g-sm-6 {
    gap: 48px;
  }
  .g-sm-7 {
    gap: 56px;
  }
  .g-sm-8 {
    gap: 64px;
  }
  .g-sm-9 {
    gap: 72px;
  }
  .g-sm-10 {
    gap: 80px;
  }
  .g-sm-12 {
    gap: 96px;
  }
  .g-sm-16 {
    gap: 128px;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 8px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 8px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 8px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 8px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 8px !important;
  }
  .m-md-2 {
    margin: 16px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 16px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 16px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 16px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 16px !important;
  }
  .m-md-3 {
    margin: 24px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 24px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 24px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 24px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 24px !important;
  }
  .m-md-4 {
    margin: 32px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 32px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 32px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 32px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 32px !important;
  }
  .m-md-5 {
    margin: 40px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 40px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 40px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 40px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 40px !important;
  }
  .m-md-6 {
    margin: 48px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 48px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 48px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 48px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 48px !important;
  }
  .m-md-7 {
    margin: 56px !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 56px !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 56px !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 56px !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 56px !important;
  }
  .m-md-8 {
    margin: 64px !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 64px !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 64px !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 64px !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 64px !important;
  }
  .m-md-9 {
    margin: 72px !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 72px !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 72px !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 72px !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 72px !important;
  }
  .m-md-10 {
    margin: 80px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 80px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 80px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 80px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 80px !important;
  }
  .m-md-12 {
    margin: 96px !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 96px !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 96px !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 96px !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 96px !important;
  }
  .m-md-16 {
    margin: 128px !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 128px !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 128px !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 128px !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 128px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 8px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 8px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 8px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 8px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 8px !important;
  }
  .p-md-2 {
    padding: 16px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 16px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 16px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 16px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 16px !important;
  }
  .p-md-3 {
    padding: 24px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 24px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 24px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 24px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 24px !important;
  }
  .p-md-4 {
    padding: 32px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 32px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 32px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 32px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 32px !important;
  }
  .p-md-5 {
    padding: 40px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 40px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 40px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 40px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 40px !important;
  }
  .p-md-6 {
    padding: 48px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 48px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 48px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 48px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 48px !important;
  }
  .p-md-7 {
    padding: 56px !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 56px !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 56px !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 56px !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 56px !important;
  }
  .p-md-8 {
    padding: 64px !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 64px !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 64px !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 64px !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 64px !important;
  }
  .p-md-9 {
    padding: 72px !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 72px !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 72px !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 72px !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 72px !important;
  }
  .p-md-10 {
    padding: 80px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 80px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 80px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 80px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 80px !important;
  }
  .p-md-12 {
    padding: 96px !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 96px !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 96px !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 96px !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 96px !important;
  }
  .p-md-16 {
    padding: 128px !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 128px !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 128px !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 128px !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 128px !important;
  }
  .g-md-0 {
    gap: 0;
  }
  .g-md-1 {
    gap: 8px;
  }
  .g-md-2 {
    gap: 16px;
  }
  .g-md-3 {
    gap: 24px;
  }
  .g-md-4 {
    gap: 32px;
  }
  .g-md-5 {
    gap: 40px;
  }
  .g-md-6 {
    gap: 48px;
  }
  .g-md-7 {
    gap: 56px;
  }
  .g-md-8 {
    gap: 64px;
  }
  .g-md-9 {
    gap: 72px;
  }
  .g-md-10 {
    gap: 80px;
  }
  .g-md-12 {
    gap: 96px;
  }
  .g-md-16 {
    gap: 128px;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 8px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 8px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 8px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 8px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 8px !important;
  }
  .m-lg-2 {
    margin: 16px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 16px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 16px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 16px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 16px !important;
  }
  .m-lg-3 {
    margin: 24px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 24px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 24px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 24px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 24px !important;
  }
  .m-lg-4 {
    margin: 32px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 32px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 32px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 32px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 32px !important;
  }
  .m-lg-5 {
    margin: 40px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 40px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 40px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 40px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 40px !important;
  }
  .m-lg-6 {
    margin: 48px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 48px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 48px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 48px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 48px !important;
  }
  .m-lg-7 {
    margin: 56px !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 56px !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 56px !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 56px !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 56px !important;
  }
  .m-lg-8 {
    margin: 64px !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 64px !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 64px !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 64px !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 64px !important;
  }
  .m-lg-9 {
    margin: 72px !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 72px !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 72px !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 72px !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 72px !important;
  }
  .m-lg-10 {
    margin: 80px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 80px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 80px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 80px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 80px !important;
  }
  .m-lg-12 {
    margin: 96px !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 96px !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 96px !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 96px !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 96px !important;
  }
  .m-lg-16 {
    margin: 128px !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 128px !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 128px !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 128px !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 128px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 8px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 8px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 8px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 8px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 8px !important;
  }
  .p-lg-2 {
    padding: 16px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 16px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 16px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 16px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 16px !important;
  }
  .p-lg-3 {
    padding: 24px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 24px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 24px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 24px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 24px !important;
  }
  .p-lg-4 {
    padding: 32px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 32px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 32px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 32px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 32px !important;
  }
  .p-lg-5 {
    padding: 40px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 40px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 40px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 40px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 40px !important;
  }
  .p-lg-6 {
    padding: 48px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 48px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 48px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 48px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 48px !important;
  }
  .p-lg-7 {
    padding: 56px !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 56px !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 56px !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 56px !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 56px !important;
  }
  .p-lg-8 {
    padding: 64px !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 64px !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 64px !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 64px !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 64px !important;
  }
  .p-lg-9 {
    padding: 72px !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 72px !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 72px !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 72px !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 72px !important;
  }
  .p-lg-10 {
    padding: 80px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 80px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 80px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 80px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 80px !important;
  }
  .p-lg-12 {
    padding: 96px !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 96px !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 96px !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 96px !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 96px !important;
  }
  .p-lg-16 {
    padding: 128px !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 128px !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 128px !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 128px !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 128px !important;
  }
  .g-lg-0 {
    gap: 0;
  }
  .g-lg-1 {
    gap: 8px;
  }
  .g-lg-2 {
    gap: 16px;
  }
  .g-lg-3 {
    gap: 24px;
  }
  .g-lg-4 {
    gap: 32px;
  }
  .g-lg-5 {
    gap: 40px;
  }
  .g-lg-6 {
    gap: 48px;
  }
  .g-lg-7 {
    gap: 56px;
  }
  .g-lg-8 {
    gap: 64px;
  }
  .g-lg-9 {
    gap: 72px;
  }
  .g-lg-10 {
    gap: 80px;
  }
  .g-lg-12 {
    gap: 96px;
  }
  .g-lg-16 {
    gap: 128px;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 8px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 8px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 8px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 8px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 8px !important;
  }
  .m-xl-2 {
    margin: 16px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 16px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 16px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 16px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 16px !important;
  }
  .m-xl-3 {
    margin: 24px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 24px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 24px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 24px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 24px !important;
  }
  .m-xl-4 {
    margin: 32px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 32px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 32px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 32px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 32px !important;
  }
  .m-xl-5 {
    margin: 40px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 40px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 40px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 40px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 40px !important;
  }
  .m-xl-6 {
    margin: 48px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 48px !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 48px !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 48px !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 48px !important;
  }
  .m-xl-7 {
    margin: 56px !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 56px !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 56px !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 56px !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 56px !important;
  }
  .m-xl-8 {
    margin: 64px !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 64px !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 64px !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 64px !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 64px !important;
  }
  .m-xl-9 {
    margin: 72px !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 72px !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 72px !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 72px !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 72px !important;
  }
  .m-xl-10 {
    margin: 80px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 80px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 80px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 80px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 80px !important;
  }
  .m-xl-12 {
    margin: 96px !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 96px !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 96px !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 96px !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 96px !important;
  }
  .m-xl-16 {
    margin: 128px !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 128px !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 128px !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 128px !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 128px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 8px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 8px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 8px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 8px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 8px !important;
  }
  .p-xl-2 {
    padding: 16px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 16px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 16px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 16px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 16px !important;
  }
  .p-xl-3 {
    padding: 24px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 24px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 24px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 24px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 24px !important;
  }
  .p-xl-4 {
    padding: 32px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 32px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 32px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 32px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 32px !important;
  }
  .p-xl-5 {
    padding: 40px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 40px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 40px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 40px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 40px !important;
  }
  .p-xl-6 {
    padding: 48px !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 48px !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 48px !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 48px !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 48px !important;
  }
  .p-xl-7 {
    padding: 56px !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 56px !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 56px !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 56px !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 56px !important;
  }
  .p-xl-8 {
    padding: 64px !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 64px !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 64px !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 64px !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 64px !important;
  }
  .p-xl-9 {
    padding: 72px !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 72px !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 72px !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 72px !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 72px !important;
  }
  .p-xl-10 {
    padding: 80px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 80px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 80px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 80px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 80px !important;
  }
  .p-xl-12 {
    padding: 96px !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 96px !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 96px !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 96px !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 96px !important;
  }
  .p-xl-16 {
    padding: 128px !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 128px !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 128px !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 128px !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 128px !important;
  }
  .g-xl-0 {
    gap: 0;
  }
  .g-xl-1 {
    gap: 8px;
  }
  .g-xl-2 {
    gap: 16px;
  }
  .g-xl-3 {
    gap: 24px;
  }
  .g-xl-4 {
    gap: 32px;
  }
  .g-xl-5 {
    gap: 40px;
  }
  .g-xl-6 {
    gap: 48px;
  }
  .g-xl-7 {
    gap: 56px;
  }
  .g-xl-8 {
    gap: 64px;
  }
  .g-xl-9 {
    gap: 72px;
  }
  .g-xl-10 {
    gap: 80px;
  }
  .g-xl-12 {
    gap: 96px;
  }
  .g-xl-16 {
    gap: 128px;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.border {
  border: 1px solid var(--border);
}

.border-top {
  border-top: 1px solid var(--border);
}

.border-right {
  border-right: 1px solid var(--border);
}

.border-bottom {
  border-bottom: 1px solid var(--border);
}

.border-left {
  border-left: 1px solid var(--border);
}

.border-circle {
  border-radius: 50%;
}

body .border_white {
  border-color: #fff;
}

.br-0 {
  border-radius: 0px;
}

.br-t-0 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.br-b-0 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.br-8 {
  border-radius: 8px;
}

.br-t-8 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.br-b-8 {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (min-width: 576px) {
  .br-sm-0 {
    border-radius: 0px;
  }
  .br-t-sm-0 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .br-b-sm-0 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .br-sm-8 {
    border-radius: 8px;
  }
  .br-t-sm-8 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .br-b-sm-8 {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media (min-width: 768px) {
  .br-md-0 {
    border-radius: 0px;
  }
  .br-t-md-0 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .br-b-md-0 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .br-md-8 {
    border-radius: 8px;
  }
  .br-t-md-8 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .br-b-md-8 {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media (min-width: 1024px) {
  .br-lg-0 {
    border-radius: 0px;
  }
  .br-t-lg-0 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .br-b-lg-0 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .br-lg-8 {
    border-radius: 8px;
  }
  .br-t-lg-8 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .br-b-lg-8 {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .br-xl-0 {
    border-radius: 0px;
  }
  .br-t-xl-0 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .br-b-xl-0 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .br-xl-8 {
    border-radius: 8px;
  }
  .br-t-xl-8 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .br-b-xl-8 {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@font-face {
  font-family: "Gibson";
  src: url("/wp-content/themes/brightdata/assets/fonts/Gibson-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gibson";
  src: url("/wp-content/themes/brightdata/assets/fonts/Gibson-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gibson";
  src: url("/wp-content/themes/brightdata/assets/fonts/Gibson-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gibson";
  src: url("/wp-content/themes/brightdata/assets/fonts/Gibson-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gibson";
  src: url("/wp-content/themes/brightdata/assets/fonts/Gibson-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gibson";
  src: url("/wp-content/themes/brightdata/assets/fonts/Gibson-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gibson";
  src: url("/wp-content/themes/brightdata/assets/fonts/Gibson-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gibson";
  src: url("/wp-content/themes/brightdata/assets/fonts/Gibson-BookItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Kalam";
  src: url("/wp-content/themes/brightdata/assets/fonts/Kalam-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

@media (min-width: 576px) {
  .font-weight-sm-400 {
    font-weight: 400 !important;
  }
  .font-weight-sm-500 {
    font-weight: 500 !important;
  }
  .font-weight-sm-600 {
    font-weight: 600 !important;
  }
  .font-weight-sm-700 {
    font-weight: 700 !important;
  }
}
@media (min-width: 768px) {
  .font-weight-md-400 {
    font-weight: 400 !important;
  }
  .font-weight-md-500 {
    font-weight: 500 !important;
  }
  .font-weight-md-600 {
    font-weight: 600 !important;
  }
  .font-weight-md-700 {
    font-weight: 700 !important;
  }
}
@media (min-width: 1024px) {
  .font-weight-lg-400 {
    font-weight: 400 !important;
  }
  .font-weight-lg-500 {
    font-weight: 500 !important;
  }
  .font-weight-lg-600 {
    font-weight: 600 !important;
  }
  .font-weight-lg-700 {
    font-weight: 700 !important;
  }
}
@media (min-width: 1200px) {
  .font-weight-xl-400 {
    font-weight: 400 !important;
  }
  .font-weight-xl-500 {
    font-weight: 500 !important;
  }
  .font-weight-xl-600 {
    font-weight: 600 !important;
  }
  .font-weight-xl-700 {
    font-weight: 700 !important;
  }
}
.text-center {
  text-align: center;
}

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

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

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-xl-center {
    text-align: center;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
}
.shadow {
  box-shadow: 0 2px 12px rgba(229, 237, 254, 0.5), 0 4px 10px rgba(155, 172, 188, 0.35);
}
.shadow_light {
  --border: #EDF1F6;
  box-shadow: -10px 14px 53px rgba(0, 23, 82, 0.08);
}
.shadow_dark {
  box-shadow: 0px 2px 12px rgba(12, 43, 102, 0.5), 0px 15px 30px rgba(0, 2, 3, 0.35);
}

.bg-transparent {
  background: transparent;
}

.bg-white {
  background: #fff;
}

.bg-brand {
  background: #3d7ffc;
}

.bg-dark {
  background: #091B36;
}

.bg-dark_2 {
  background: #092349;
}

.bg-light_blue {
  background: #0F2D58;
}

.bg-gray {
  background: #EDF1F6;
}

.bg-bg {
  background: #F5F8FF;
}

.bg-proxy {
  background: #15C1E6;
}

.bg-dark, .bg-dark_2, .bg-brand {
  color: #fff;
  --titles: #fff;
  --border: rgba(255, 255, 255, 0.2);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 0.5em;
  line-height: 1.1;
  color: var(--titles);
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #3d7ffc;
}

h1, .h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 576px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h2, .h2 {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media (min-width: 576px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media (min-width: 576px) {
  h3, .h3 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 32px;
  }
}

h4, .h4 {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 576px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  h5, .h5 {
    font-size: 20px;
  }
}

.body_l {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .body_l {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .body_l {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .body_l {
    font-size: 20px;
  }
}

.body_l_bold {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .body_l_bold {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  .body_l_bold {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .body_l_bold {
    font-size: 20px;
  }
}

.body_s {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .body_s {
    font-size: 14px;
  }
}

.body, body {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .body, body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .body, body {
    font-size: 18px;
  }
}

.pre_title {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.38;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .pre_title {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .pre_title {
    font-size: 18px;
  }
}

p {
  margin: 0 0 1.5em;
}
p:last-of-type {
  margin-bottom: 0;
}

.color-brand {
  color: #3d7ffc;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}
.color-main {
  color: #526373;
}
.color-titles {
  color: #303B45;
}
.color-proxy {
  color: #15C1E6;
}
.color-white_100 {
  color: rgba(255, 255, 255, 0.9);
}
.color-white_200 {
  color: rgba(255, 255, 255, 0.8);
}
.color-white_300 {
  color: rgba(255, 255, 255, 0.7);
}
.color-white_400 {
  color: rgba(255, 255, 255, 0.6);
}
.color-white_500 {
  color: rgba(255, 255, 255, 0.5);
}
.color-white_600 {
  color: rgba(255, 255, 255, 0.4);
}
.color-white_700 {
  color: rgba(255, 255, 255, 0.3);
}
.color-white_800 {
  color: rgba(255, 255, 255, 0.2);
}
.color-white_900 {
  color: rgba(255, 255, 255, 0.1);
}
.color-gray_100 {
  color: #D2DCE4;
}
.color-gray_200 {
  color: #B8C4D0;
}
.color-gray_300 {
  color: #9BACBC;
}
.color-gray_400 {
  color: #8599AC;
}
.color-gray_500 {
  color: #70879C;
}
.color-gray_600 {
  color: #62788A;
}
.color-gray_700 {
  color: #526373;
}
.color-gray_800 {
  color: #42505D;
}
.color-gray_900 {
  color: #303B45;
}

:root {
  --titles: #303B45;
  --border: #D2DCE4;
  scroll-behavior: smooth;
}

body {
  font-family: "Gibson", sans-serif;
  line-height: 1.4;
  color: #526373;
  padding: 0;
  margin: 0;
}

a {
  color: #3d7ffc;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
a.underline {
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

button {
  font-family: inherit;
}

a[href], button, [role=button] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}
img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only:active, .sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

body.brd_body .uwy:not(.uon) {
  position: relative !important;
  z-index: 99;
}
body.brd_body .uwy:not(.uh).userway_p1 .uai:hover, body.brd_body .uwy:not(.uh).userway_p3 .uai:hover {
  transform: rotate(90deg) scale(0.5) !important;
}
body.brd_body .uwy.uac .uai {
  transform: rotate(90deg) scale(0.5) !important;
  right: -62px;
  left: auto;
  top: 20vh !important;
}
html[lang=pt-br] body.brd_body .uwy.uac .uai {
  right: -91px;
}
html[lang=ja] body.brd_body .uwy.uac .uai {
  right: -105px;
}
body.brd_body .uwy.uac .uai:hover {
  transform: rotate(90deg) scale(0.5) !important;
}
body.brd_body .uwy.uac.userway_p2 .uai:hover, body.brd_body .uwy.uac.userway_p6 .uai:hover {
  transform: rotate(90deg) scale(0.55) !important;
  right: -61px;
}
html[lang=pt-br] body.brd_body .uwy.uac.userway_p2 .uai:hover, html[lang=pt-br] body.brd_body .uwy.uac.userway_p6 .uai:hover {
  right: -90px;
}
html[lang=ja] body.brd_body .uwy.uac.userway_p2 .uai:hover, html[lang=ja] body.brd_body .uwy.uac.userway_p6 .uai:hover {
  right: -104px;
}

.page_header {
  top: 0;
}
.admin-bar .page_header {
  top: 46px;
}
@media (min-width: 768px) {
  .admin-bar .page_header {
    top: 32px;
  }
}
.page_header .container {
  max-width: 1360px;
}
.page_header_logo a {
  color: inherit;
}

/*
body .uwy:not(.uh).userway_p2 .uai:hover*/
.hamburger {
  padding: 4px 4px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  filter: scale(1.06);
}
.hamburger.is-active:hover {
  filter: scale(1.06);
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 32px;
  height: calc(4px*3 + 4px*2);
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: calc(4px / -2);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.btn.with_borders {
  border: 2px solid #3d7ffc;
}
.btn span {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.btn .ripple {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.5s ease;
  background: #3d7ffc;
}
.btn:hover {
  transition: background 0.25s ease-out 0.5s, color 0.25s ease-out, border-color 0.25s ease-out;
}
.btn:hover .ripple {
  transform: scale(20);
  transition: transform 1200ms ease;
}
.btn--capsule {
  border-radius: 50px;
}
.btn--small {
  min-height: 28px;
  padding: 2px 16px;
}
.btn--ms {
  height: 38px;
}
.btn--medium {
  min-height: 48px;
  padding: 8px 24px;
  font-size: 16px;
}
@media (min-width: 320px) {
  .btn--medium {
    min-width: 187px;
  }
}
@media (min-width: 1024px) {
  .btn--medium {
    font-size: 18px;
  }
}
.btn--large {
  min-height: 56px;
  padding: 8px 24px;
  font-size: 16px;
}
@media (min-width: 320px) {
  .btn--large {
    min-width: 247px;
  }
}
@media (min-width: 1024px) {
  .btn--large {
    font-size: 20px;
    min-width: 297px;
  }
}
.btn--brand {
  background: #3d7ffc;
  color: #fff;
}
.btn--brand:hover {
  color: #3d7ffc;
  background: #fff;
}
.btn--brand .ripple {
  background: #fff;
}
.btn--light {
  background: #fff;
  color: #3d7ffc;
}
.btn--light.with_borders {
  border-color: #fff;
}
.bg-white .btn--light.with_borders {
  border-color: #3d7ffc;
}
.btn--light:hover {
  background: #3d7ffc;
  color: #fff;
}
.btn--light .ripple {
  background: #3d7ffc;
}
.btn--dark.with_borders {
  border-color: #fff;
  color: #fff;
}
.btn--dark:hover {
  background: #3d7ffc;
  color: #fff;
}
.btn--dark .ripple {
  background: #3d7ffc;
}
.btn--gray {
  background: #EDF1F6;
  color: #62788A;
}
.btn--gray:hover {
  background: #3d7ffc;
  color: #fff;
}
.btn--gray.with_borders {
  border-color: #D2DCE4;
}
.btn--gray.with_borders:hover {
  border-color: #3d7ffc;
}
.btn--gray .ripple {
  background: #3d7ffc;
}
.btn--transparent svg.middle {
  margin-top: 0;
}
.btn--transparent .ripple {
  background: transparent;
}
.btn--transparent.on_dark {
  color: #fff;
}
.btn--transparent.with_borders.on_dark {
  border-color: #fff;
}
.btn--transparent.with_borders.on_dark:hover {
  border-color: #fff;
}
.btn svg {
  margin-right: -10px;
  margin-left: 6px;
  position: relative;
  z-index: 1;
}
.btn .cta_ic {
  stroke-width: 0.07em;
  stroke: currentColor;
  height: 0.95em;
  width: auto;
  margin-right: -10px;
  margin-left: 6px;
  transform: translateY(0.08em);
  fill: none;
}
.btn .cta_ic-line_path {
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn .cta_ic-tip_path {
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn:hover .cta_ic-line_path {
  opacity: 1;
}
.btn:hover .cta_ic-tip_path {
  transform: translateX(3px);
}
.btn.gsignup_btn span {
  padding-left: 24px;
}
.btn.gsignup_btn img {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
  border-radius: 50%;
}
.btn.u span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.ticked {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.ticked li {
  margin: 0;
  text-align: left;
  padding: 8px 8px 8px 56px;
  position: relative;
}
.ticked li:before {
  content: "";
  display: block;
  background-color: #3d7ffc;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83008 7.0824L5.01114 10.6927L12.1685 2.56958' stroke='%23FFFFFF' stroke-width='2.46154' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  background-size: 8px;
  width: 16px;
  height: 16px;
}
@media (min-width: 576px) {
  .ticked li:before {
    background-size: 10px;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  .ticked li:before {
    background-size: 12px;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .ticked li:before {
    width: 32px;
    height: 32px;
    background-size: 14px;
  }
}
.ticked li:after {
  display: none;
}
.ticked.one_line {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ticked.one_line {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
}
.ticked.one_line li {
  padding: 56px 40px 0 0;
  width: 50%;
}
@media (min-width: 576px) {
  .ticked.one_line li {
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  .ticked.one_line li {
    width: auto;
    padding: 16px 8px 16px 48px;
  }
}
@media (min-width: 1024px) {
  .ticked.one_line li {
    padding-left: 56px;
  }
}
.ticked.one_line li:before {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83008 7.0824L5.01114 10.6927L12.1685 2.56958' stroke='%233D7FFC' stroke-width='2.46154' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin: 0;
  top: 24px;
  left: 0;
  transform: none;
}
@media (min-width: 768px) {
  .ticked.one_line li:before {
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
  }
}
.ticked.one_line li:after {
  display: none;
}
@media (min-width: 576px) {
  .ticked.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .ticked.grid li {
    width: 50%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .ticked.grid li {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .ticked.between {
    justify-content: space-between;
  }
}
.ticked.small li {
  padding: 8px 8px 8px 40px;
}
.ticked.small li:before {
  width: 24px;
  height: 24px;
  left: 0;
  background-size: 10px;
}
.ticked.left_border {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .ticked.left_border {
    flex-wrap: nowrap;
  }
}
.ticked.left_border li {
  align-self: flex-start;
  margin: 0 0 24px;
  border-left: 2px solid #D2DCE4;
  padding: 0 16px;
  flex: 0 0 50%;
}
@media (min-width: 576px) {
  .ticked.left_border li {
    flex: 0 1 auto;
    margin: 0 8px;
  }
}
.ticked.left_border li:nth-last-child(2), .ticked.left_border li:nth-last-child(1) {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .ticked.left_border li:nth-last-child(2), .ticked.left_border li:nth-last-child(1) {
    margin: 0 8px;
  }
}
.ticked.left_border li:before {
  display: none;
}
.ticked.left_border li strong {
  display: block;
  margin-bottom: 4px;
}
.bg-bg .ticked.left_border li {
  border-left-color: #C6DBFF;
}
.ticked.dark li:before {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83008 7.0824L5.01114 10.6927L12.1685 2.56958' stroke='%233D7FFC' stroke-width='2.46154' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.ticked.light li:before {
  background-color: #E7EEFF;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83008 7.0824L5.01114 10.6927L12.1685 2.56958' stroke='%233D7FFC' stroke-width='2.46154' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.ticked.trans li:before {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83008 7.0824L5.01114 10.6927L12.1685 2.56958' stroke='%233D7FFC' stroke-width='2.46154' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
