@charset "UTF-8";
:root {
  --site-gutter: 15px;
  --site-container-width: 1400px;
  --site-content-max: var(--site-container-width, 1400px);
}

main {
  overflow: hidden;
  min-height: calc(100vh - 80px);
}

body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: var(--site-font-family, "Montserrat", sans-serif);
}

body {
  background: var(--bg-body, transparent);
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  color: transparent;
}

img:not([src]) {
  visibility: hidden;
}

.c-24c003a {
  width: 100%;
  box-sizing: border-box;
  max-width: var(--site-container-width, 1400px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p-4b99b1a {
  padding: 0 15px;
}
@media (max-width: 576px) {
  .p-4b99b1a {
    padding: 0 10px;
  }
}

.m-e67683d {
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .m-e67683d {
    margin-bottom: 20px;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.o-d7cdaee {
  overflow: hidden;
}

input, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  border: none;
  box-shadow: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

/* TablePress + core table block — theme-owned look via --tablepress-* vars */
main > .wp-block-table,
main > .tablepress-table-wrapper,
.c-ab20170 > .wp-block-table,
.c-ab20170 > .tablepress-table-wrapper {
  width: 100%;
  max-width: var(--site-container-width, 1400px);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
main > table.tablepress,
main > table[id^=tablepress-],
.c-ab20170 > table.tablepress,
.c-ab20170 > table[id^=tablepress-] {
  display: table;
  width: 100%;
  max-width: var(--site-content-max, var(--site-container-width, 1400px));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
main > .tablepress-table-wrapper table.tablepress,
main > .tablepress-table-wrapper table[id^=tablepress-],
.c-ab20170 > .tablepress-table-wrapper table.tablepress,
.c-ab20170 > .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
main > .wp-block-table,
.c-ab20170 > .wp-block-table {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
main table.tablepress,
main .tablepress,
main table[id^=tablepress-],
main .tablepress-table-wrapper,
.c-ab20170 table.tablepress,
.c-ab20170 .tablepress,
.c-ab20170 table[id^=tablepress-],
.c-ab20170 .tablepress-table-wrapper {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
main table.tablepress,
main .tablepress,
main table[id^=tablepress-],
.c-ab20170 table.tablepress,
.c-ab20170 .tablepress,
.c-ab20170 table[id^=tablepress-] {
  --border-color: transparent;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
main table.tablepress thead tr th,
main .tablepress thead tr th,
main table[id^=tablepress-] thead tr th,
.c-ab20170 table.tablepress thead tr th,
.c-ab20170 .tablepress thead tr th,
.c-ab20170 table[id^=tablepress-] thead tr th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, #fff);
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
main table.tablepress tbody tr td,
main .tablepress tbody tr td,
main table[id^=tablepress-] tbody tr td,
.c-ab20170 table.tablepress tbody tr td,
.c-ab20170 .tablepress tbody tr td,
.c-ab20170 table[id^=tablepress-] tbody tr td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, #fff);
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
main table.tablepress tbody tr:last-child td,
main .tablepress tbody tr:last-child td,
main table[id^=tablepress-] tbody tr:last-child td,
.c-ab20170 table.tablepress tbody tr:last-child td,
.c-ab20170 .tablepress tbody tr:last-child td,
.c-ab20170 table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
main table.tablepress thead tr:first-child th:first-child,
main .tablepress thead tr:first-child th:first-child,
main table[id^=tablepress-] thead tr:first-child th:first-child,
.c-ab20170 table.tablepress thead tr:first-child th:first-child,
.c-ab20170 .tablepress thead tr:first-child th:first-child,
.c-ab20170 table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress thead tr:first-child th:last-child,
main .tablepress thead tr:first-child th:last-child,
main table[id^=tablepress-] thead tr:first-child th:last-child,
.c-ab20170 table.tablepress thead tr:first-child th:last-child,
.c-ab20170 .tablepress thead tr:first-child th:last-child,
.c-ab20170 table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
main .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
main table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child,
.c-ab20170 table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-ab20170 .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.c-ab20170 table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
main .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
main table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child,
.c-ab20170 table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-ab20170 .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.c-ab20170 table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress tbody tr:last-child td:first-child,
main .tablepress tbody tr:last-child td:first-child,
main table[id^=tablepress-] tbody tr:last-child td:first-child,
.c-ab20170 table.tablepress tbody tr:last-child td:first-child,
.c-ab20170 .tablepress tbody tr:last-child td:first-child,
.c-ab20170 table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress tbody tr:last-child td:last-child,
main .tablepress tbody tr:last-child td:last-child,
main table[id^=tablepress-] tbody tr:last-child td:last-child,
.c-ab20170 table.tablepress tbody tr:last-child td:last-child,
.c-ab20170 .tablepress tbody tr:last-child td:last-child,
.c-ab20170 table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress tbody tr:nth-child(even) td,
main .tablepress tbody tr:nth-child(even) td,
main table[id^=tablepress-] tbody tr:nth-child(even) td,
.c-ab20170 table.tablepress tbody tr:nth-child(even) td,
.c-ab20170 .tablepress tbody tr:nth-child(even) td,
.c-ab20170 table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
main table.tablepress tbody tr td.column-1,
main table.tablepress tbody tr.row-odd td:first-child,
main table.tablepress tbody tr td:first-child,
main .tablepress tbody tr td.column-1,
main .tablepress tbody tr td:first-child,
main table[id^=tablepress-] tbody tr td:first-child,
.c-ab20170 table.tablepress tbody tr td.column-1,
.c-ab20170 table.tablepress tbody tr.row-odd td:first-child,
.c-ab20170 table.tablepress tbody tr td:first-child,
.c-ab20170 .tablepress tbody tr td.column-1,
.c-ab20170 .tablepress tbody tr td:first-child,
.c-ab20170 table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
main table.tablepress tbody tr:hover td,
main .tablepress tbody tr:hover td,
main table[id^=tablepress-] tbody tr:hover td,
.c-ab20170 table.tablepress tbody tr:hover td,
.c-ab20170 .tablepress tbody tr:hover td,
.c-ab20170 table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
main .wp-block-table,
.c-ab20170 .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
main .tablepress-table-wrapper,
.c-ab20170 .tablepress-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  max-width: 100%;
}
main .wp-block-table table,
.c-ab20170 .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
main .wp-block-table thead th,
.c-ab20170 .wp-block-table thead th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, #fff);
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
main .wp-block-table tbody td,
.c-ab20170 .wp-block-table tbody td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, #fff);
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
main .wp-block-table tbody tr:last-child td,
.c-ab20170 .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
main .wp-block-table thead tr:first-child th:first-child,
.c-ab20170 .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table thead tr:first-child th:last-child,
.c-ab20170 .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child,
.c-ab20170 .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child,
.c-ab20170 .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table tbody tr:last-child td:first-child,
.c-ab20170 .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table tbody tr:last-child td:last-child,
.c-ab20170 .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table tbody tr:nth-child(even) td,
.c-ab20170 .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
main .wp-block-table tbody tr td:first-child,
.c-ab20170 .wp-block-table tbody tr td:first-child {
  font-weight: 700;
}
main .wp-block-table tbody tr:hover td,
.c-ab20170 .wp-block-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
@media (max-width: 990px) {
  main table.tablepress,
  main .tablepress,
  main table[id^=tablepress-],
  main .wp-block-table table,
  .c-ab20170 table.tablepress,
  .c-ab20170 .tablepress,
  .c-ab20170 table[id^=tablepress-],
  .c-ab20170 .wp-block-table table {
    width: max-content;
    min-width: 100%;
  }
  main table.tablepress thead tr th,
  main .tablepress thead tr th,
  main table[id^=tablepress-] thead tr th,
  main table.tablepress tbody tr td,
  main .tablepress tbody tr td,
  main table[id^=tablepress-] tbody tr td,
  main .wp-block-table thead th,
  main .wp-block-table tbody td,
  .c-ab20170 table.tablepress thead tr th,
  .c-ab20170 .tablepress thead tr th,
  .c-ab20170 table[id^=tablepress-] thead tr th,
  .c-ab20170 table.tablepress tbody tr td,
  .c-ab20170 .tablepress tbody tr td,
  .c-ab20170 table[id^=tablepress-] tbody tr td,
  .c-ab20170 .wp-block-table thead th,
  .c-ab20170 .wp-block-table tbody td {
    padding: 10px 12px;
    white-space: nowrap;
  }
}

/* ---------------------------------------------------------------------------
   Theme Options tokens → component rules (formerly wp_head inline canvas)
   --------------------------------------------------------------------------- */
.h-f8f211c nav ul a {
  color: var(--color-menu);
}

.c-ab20170 a,
.c-ba5c68e a {
  color: var(--color-link-content);
}

.p-bb8f9ce {
  border: 1px solid var(--color-link-content);
}

.b-3cd1933,
.s-23ed796,
.c-d9ddb2f {
  border-bottom: 2px solid var(--color-link-content);
}

.t-0e478db {
  box-sizing: border-box;
  padding: 3px;
  background: var(--toc-bg, transparent);
  border: 1px solid var(--toc-border-color, transparent);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}

.s-8b97607:before {
  content: "";
  position: absolute;
  left: 58px;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--color-link-content);
}

.s-8b97607:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  background: var(--color-text-content);
  border-radius: 100%;
  z-index: 2;
}

.s-a6e56f6:last-child:after {
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -25px;
  background: #fff var(--prize-icon-url, none) no-repeat center center;
  background-size: auto 54px;
  box-shadow: 0 0 25px rgba(220, 64, 65, 0.5), inset 0 0 6px rgba(220, 64, 65, 0.7);
}

@media (max-width: 990px) {
  .s-8b97607:before {
    left: 13px;
  }
  .s-8b97607:after {
    left: 0;
  }
  .s-a6e56f6:last-child:after {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -10px;
    background-size: auto 35px;
  }
}
.s-8b97607:first-child:before {
  top: 50%;
}

.s-8b97607:last-child:before {
  top: -50%;
}

.c-0a24183 span {
  color: var(--color-text-content-span);
}

.c-5ea5277,
.s-fad7e49 {
  color: var(--color-title-content);
}

.p-bb8f9ce span {
  color: var(--color-link-content);
}

.s-5b82b47 button,
.s-5b82b47 a {
  color: var(--color-link-banner) !important;
}

.c-ba5c68e {
  border-bottom: 2px solid var(--color-text-content);
}

.c-ab20170 blockquote,
.f-bcc47e3 .a-4742433 {
  border-left: 2px solid var(--color-link-content);
}

.s-8b97607,
.i-5c45bd6 {
  color: var(--color-grey);
}

.i-37c991e .i-70f95b6:nth-child(1) .i-5c45bd6,
.l-8985f17 .i-70f95b6:last-child .i-5c45bd6,
.s-8b97607:first-child,
.s-8b97607:last-child {
  color: var(--color-text-content);
}

.l-8985f17 .i-70f95b6:first-child .i-5c45bd6 {
  color: var(--color-grey);
}

.c-c6fb4bc .i-70f95b6:first-child::after {
  background-color: var(--color-first-inst);
}

.c-c6fb4bc .i-70f95b6::after {
  background: var(--color-inst);
}

.c-c6fb4bc .l-8985f17 .i-70f95b6:last-child::after {
  background-color: var(--color-inst-last);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--color-link-content);
}

.i-d2cb811 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 15px 0;
}

.i-d2cb811 a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.i-d2cb811 img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 5px;
}

/* Shared CTA token helpers (optional — templates may still set inline for per-instance overrides) */
.h-ac06980,
.c-f614001,
.i-3812846,
.c-adef0fe,
.r-c94dcb5,
.b-b9048f8,
.s-c1267ea {
  border-radius: var(--button-border-radius, 0);
}

.c-f614001,
.i-3812846,
.c-adef0fe,
.r-c94dcb5,
.b-b9048f8 {
  color: var(--color-btn-section);
  background: var(--bg-btn-section);
}

/* Button hover animations (ACF: button_hover_animation → body[data-button-anim]) */
body[data-button-anim]:not([data-button-anim=none]) .b-e97ad7b, body[data-button-anim]:not([data-button-anim=none]) .r-97e82af, body[data-button-anim]:not([data-button-anim=none]) .h-ac06980, body[data-button-anim]:not([data-button-anim=none]) .c-f614001, body[data-button-anim]:not([data-button-anim=none]) .i-3812846, body[data-button-anim]:not([data-button-anim=none]) .c-adef0fe, body[data-button-anim]:not([data-button-anim=none]) .c-64ffec1, body[data-button-anim]:not([data-button-anim=none]) .r-c94dcb5, body[data-button-anim]:not([data-button-anim=none]) .b-b9048f8, body[data-button-anim]:not([data-button-anim=none]) .s-c1267ea, body[data-button-anim]:not([data-button-anim=none]) .f-eacfc65,
body[class*=button-anim-] .b-e97ad7b,
body[class*=button-anim-] .r-97e82af,
body[class*=button-anim-] .h-ac06980,
body[class*=button-anim-] .c-f614001,
body[class*=button-anim-] .i-3812846,
body[class*=button-anim-] .c-adef0fe,
body[class*=button-anim-] .c-64ffec1,
body[class*=button-anim-] .r-c94dcb5,
body[class*=button-anim-] .b-b9048f8,
body[class*=button-anim-] .s-c1267ea,
body[class*=button-anim-] .f-eacfc65 {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .b-e97ad7b, body[data-button-anim=lift] .r-97e82af, body[data-button-anim=lift] .h-ac06980, body[data-button-anim=lift] .c-f614001, body[data-button-anim=lift] .i-3812846, body[data-button-anim=lift] .c-adef0fe, body[data-button-anim=lift] .c-64ffec1, body[data-button-anim=lift] .r-c94dcb5, body[data-button-anim=lift] .b-b9048f8, body[data-button-anim=lift] .s-c1267ea, body[data-button-anim=lift] .f-eacfc65,
body.b-46063d8 .b-e97ad7b,
body.b-46063d8 .r-97e82af,
body.b-46063d8 .h-ac06980,
body.b-46063d8 .c-f614001,
body.b-46063d8 .i-3812846,
body.b-46063d8 .c-adef0fe,
body.b-46063d8 .c-64ffec1,
body.b-46063d8 .r-c94dcb5,
body.b-46063d8 .b-b9048f8,
body.b-46063d8 .s-c1267ea,
body.b-46063d8 .f-eacfc65 {
  transition: transform 0.28s ease;
}
body[data-button-anim=lift] .b-e97ad7b:hover, body[data-button-anim=lift] .r-97e82af:hover, body[data-button-anim=lift] .h-ac06980:hover, body[data-button-anim=lift] .c-f614001:hover, body[data-button-anim=lift] .i-3812846:hover, body[data-button-anim=lift] .c-adef0fe:hover, body[data-button-anim=lift] .c-64ffec1:hover, body[data-button-anim=lift] .r-c94dcb5:hover, body[data-button-anim=lift] .b-b9048f8:hover, body[data-button-anim=lift] .s-c1267ea:hover, body[data-button-anim=lift] .f-eacfc65:hover,
body.b-46063d8 .b-e97ad7b:hover,
body.b-46063d8 .r-97e82af:hover,
body.b-46063d8 .h-ac06980:hover,
body.b-46063d8 .c-f614001:hover,
body.b-46063d8 .i-3812846:hover,
body.b-46063d8 .c-adef0fe:hover,
body.b-46063d8 .c-64ffec1:hover,
body.b-46063d8 .r-c94dcb5:hover,
body.b-46063d8 .b-b9048f8:hover,
body.b-46063d8 .s-c1267ea:hover,
body.b-46063d8 .f-eacfc65:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .b-e97ad7b:active, body[data-button-anim=lift] .r-97e82af:active, body[data-button-anim=lift] .h-ac06980:active, body[data-button-anim=lift] .c-f614001:active, body[data-button-anim=lift] .i-3812846:active, body[data-button-anim=lift] .c-adef0fe:active, body[data-button-anim=lift] .c-64ffec1:active, body[data-button-anim=lift] .r-c94dcb5:active, body[data-button-anim=lift] .b-b9048f8:active, body[data-button-anim=lift] .s-c1267ea:active, body[data-button-anim=lift] .f-eacfc65:active,
body.b-46063d8 .b-e97ad7b:active,
body.b-46063d8 .r-97e82af:active,
body.b-46063d8 .h-ac06980:active,
body.b-46063d8 .c-f614001:active,
body.b-46063d8 .i-3812846:active,
body.b-46063d8 .c-adef0fe:active,
body.b-46063d8 .c-64ffec1:active,
body.b-46063d8 .r-c94dcb5:active,
body.b-46063d8 .b-b9048f8:active,
body.b-46063d8 .s-c1267ea:active,
body.b-46063d8 .f-eacfc65:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .b-e97ad7b, body[data-button-anim=scale] .r-97e82af, body[data-button-anim=scale] .h-ac06980, body[data-button-anim=scale] .c-f614001, body[data-button-anim=scale] .i-3812846, body[data-button-anim=scale] .c-adef0fe, body[data-button-anim=scale] .c-64ffec1, body[data-button-anim=scale] .r-c94dcb5, body[data-button-anim=scale] .b-b9048f8, body[data-button-anim=scale] .s-c1267ea, body[data-button-anim=scale] .f-eacfc65,
body.b-596c33d .b-e97ad7b,
body.b-596c33d .r-97e82af,
body.b-596c33d .h-ac06980,
body.b-596c33d .c-f614001,
body.b-596c33d .i-3812846,
body.b-596c33d .c-adef0fe,
body.b-596c33d .c-64ffec1,
body.b-596c33d .r-c94dcb5,
body.b-596c33d .b-b9048f8,
body.b-596c33d .s-c1267ea,
body.b-596c33d .f-eacfc65 {
  transition: transform 0.28s ease;
}
body[data-button-anim=scale] .b-e97ad7b:hover, body[data-button-anim=scale] .r-97e82af:hover, body[data-button-anim=scale] .h-ac06980:hover, body[data-button-anim=scale] .c-f614001:hover, body[data-button-anim=scale] .i-3812846:hover, body[data-button-anim=scale] .c-adef0fe:hover, body[data-button-anim=scale] .c-64ffec1:hover, body[data-button-anim=scale] .r-c94dcb5:hover, body[data-button-anim=scale] .b-b9048f8:hover, body[data-button-anim=scale] .s-c1267ea:hover, body[data-button-anim=scale] .f-eacfc65:hover,
body.b-596c33d .b-e97ad7b:hover,
body.b-596c33d .r-97e82af:hover,
body.b-596c33d .h-ac06980:hover,
body.b-596c33d .c-f614001:hover,
body.b-596c33d .i-3812846:hover,
body.b-596c33d .c-adef0fe:hover,
body.b-596c33d .c-64ffec1:hover,
body.b-596c33d .r-c94dcb5:hover,
body.b-596c33d .b-b9048f8:hover,
body.b-596c33d .s-c1267ea:hover,
body.b-596c33d .f-eacfc65:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .b-e97ad7b:active, body[data-button-anim=scale] .r-97e82af:active, body[data-button-anim=scale] .h-ac06980:active, body[data-button-anim=scale] .c-f614001:active, body[data-button-anim=scale] .i-3812846:active, body[data-button-anim=scale] .c-adef0fe:active, body[data-button-anim=scale] .c-64ffec1:active, body[data-button-anim=scale] .r-c94dcb5:active, body[data-button-anim=scale] .b-b9048f8:active, body[data-button-anim=scale] .s-c1267ea:active, body[data-button-anim=scale] .f-eacfc65:active,
body.b-596c33d .b-e97ad7b:active,
body.b-596c33d .r-97e82af:active,
body.b-596c33d .h-ac06980:active,
body.b-596c33d .c-f614001:active,
body.b-596c33d .i-3812846:active,
body.b-596c33d .c-adef0fe:active,
body.b-596c33d .c-64ffec1:active,
body.b-596c33d .r-c94dcb5:active,
body.b-596c33d .b-b9048f8:active,
body.b-596c33d .s-c1267ea:active,
body.b-596c33d .f-eacfc65:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .b-e97ad7b, body[data-button-anim=pop] .r-97e82af, body[data-button-anim=pop] .h-ac06980, body[data-button-anim=pop] .c-f614001, body[data-button-anim=pop] .i-3812846, body[data-button-anim=pop] .c-adef0fe, body[data-button-anim=pop] .c-64ffec1, body[data-button-anim=pop] .r-c94dcb5, body[data-button-anim=pop] .b-b9048f8, body[data-button-anim=pop] .s-c1267ea, body[data-button-anim=pop] .f-eacfc65,
body.b-5c7760d .b-e97ad7b,
body.b-5c7760d .r-97e82af,
body.b-5c7760d .h-ac06980,
body.b-5c7760d .c-f614001,
body.b-5c7760d .i-3812846,
body.b-5c7760d .c-adef0fe,
body.b-5c7760d .c-64ffec1,
body.b-5c7760d .r-c94dcb5,
body.b-5c7760d .b-b9048f8,
body.b-5c7760d .s-c1267ea,
body.b-5c7760d .f-eacfc65 {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body[data-button-anim=pop] .b-e97ad7b:hover, body[data-button-anim=pop] .r-97e82af:hover, body[data-button-anim=pop] .h-ac06980:hover, body[data-button-anim=pop] .c-f614001:hover, body[data-button-anim=pop] .i-3812846:hover, body[data-button-anim=pop] .c-adef0fe:hover, body[data-button-anim=pop] .c-64ffec1:hover, body[data-button-anim=pop] .r-c94dcb5:hover, body[data-button-anim=pop] .b-b9048f8:hover, body[data-button-anim=pop] .s-c1267ea:hover, body[data-button-anim=pop] .f-eacfc65:hover,
body.b-5c7760d .b-e97ad7b:hover,
body.b-5c7760d .r-97e82af:hover,
body.b-5c7760d .h-ac06980:hover,
body.b-5c7760d .c-f614001:hover,
body.b-5c7760d .i-3812846:hover,
body.b-5c7760d .c-adef0fe:hover,
body.b-5c7760d .c-64ffec1:hover,
body.b-5c7760d .r-c94dcb5:hover,
body.b-5c7760d .b-b9048f8:hover,
body.b-5c7760d .s-c1267ea:hover,
body.b-5c7760d .f-eacfc65:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .b-e97ad7b:active, body[data-button-anim=pop] .r-97e82af:active, body[data-button-anim=pop] .h-ac06980:active, body[data-button-anim=pop] .c-f614001:active, body[data-button-anim=pop] .i-3812846:active, body[data-button-anim=pop] .c-adef0fe:active, body[data-button-anim=pop] .c-64ffec1:active, body[data-button-anim=pop] .r-c94dcb5:active, body[data-button-anim=pop] .b-b9048f8:active, body[data-button-anim=pop] .s-c1267ea:active, body[data-button-anim=pop] .f-eacfc65:active,
body.b-5c7760d .b-e97ad7b:active,
body.b-5c7760d .r-97e82af:active,
body.b-5c7760d .h-ac06980:active,
body.b-5c7760d .c-f614001:active,
body.b-5c7760d .i-3812846:active,
body.b-5c7760d .c-adef0fe:active,
body.b-5c7760d .c-64ffec1:active,
body.b-5c7760d .r-c94dcb5:active,
body.b-5c7760d .b-b9048f8:active,
body.b-5c7760d .s-c1267ea:active,
body.b-5c7760d .f-eacfc65:active {
  transform: scale(1.04);
}
