@charset "UTF-8";
/**
 * Theme constants and base styles.
 * SCSS: assets/css/constant/constant.scss
 * CSS (compiled by IDE): assets/css/constant/constant.css
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: var(--site-font-family, "Montserrat", sans-serif);
  font-size: var(--content-body-font-size, 16px);
  color: var(--text-color);
  line-height: var(--content-line-height, 1.5);
  letter-spacing: var(--content-letter-spacing, 0);
}

main {
  min-height: calc(100vh - 80px);
  padding-top: 0;
  padding-left: var(--site-gutter, 15px);
  padding-right: var(--site-gutter, 15px);
  background: var(--main-bg, var(--bg-body, var(--block-bg, transparent)));
}

body,
html {
  background: var(--bg-body, var(--main-bg, var(--block-bg, transparent)));
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: var(--content-body-font-size, 16px);
  line-height: var(--content-line-height, 1.5);
}

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

img {
  color: transparent;
}

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

:root {
  --site-gutter: 15px;
  --site-content-max: var(--site-container-width, 1200px);
}

.c-4cad834 {
  width: 100%;
  box-sizing: border-box;
  max-width: var(--site-container-width, 1200px);
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

.p-87f3cc3 {
  padding-left: 0;
  padding-right: 0;
}

.m-4c6ebda {
  margin-top: var(--block-section-spacing-top, var(--section-spacing-top, 40px));
  margin-bottom: var(--block-section-spacing-bottom, var(--section-spacing-bottom, 40px));
}

a,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.o-c4efa42 {
  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;
  appearance: none;
  cursor: pointer;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.screen-reader-text:focus,
.skip-link:focus {
  clip: auto;
  clip-path: none;
  display: block;
  height: auto;
  left: 8px;
  top: 8px;
  width: auto;
  z-index: 100000;
  padding: 12px 16px;
  background: #fff;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0 0 2px var(--additional-c-elements, #ffc213);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--additional-c-elements, #ffc213);
  outline-offset: 2px;
}

.main-content > .c-4cad834 > :where(h1, .e-96cd594, h2, h3, h4, h5, h6, p),
.main-content > :where(h1, h2, h3, h4, h5, h6, p):not([class*=wp-block]):not([class*=__]),
.main-content > .w-284d6cc,
.main-content > :where(h1, h2, h3, h4, h5, h6).w-284d6cc,
.main-content > .w-6be59ba,
.main-content > p.w-6be59ba,
.main-content .w-7872265 :where(h1, h2, h3, h4, h5, h6, p) {
  margin-bottom: 10px;
}
.main-content > .c-4cad834 > :where(h1, .e-96cd594),
.main-content :where(h1.w-284d6cc) {
  font-size: var(--content-h1-font-size, 36px);
}
.main-content > .c-4cad834 > :where(h2),
.main-content :where(h2.w-284d6cc) {
  font-size: var(--content-h2-font-size, 32px);
}
.main-content > .c-4cad834 > :where(h3),
.main-content :where(h3.w-284d6cc) {
  font-size: var(--content-h3-font-size, 26px);
}
.main-content > .c-4cad834 > :where(h4),
.main-content :where(h4.w-284d6cc) {
  font-size: var(--content-h4-font-size, 22px);
}
.main-content > .c-4cad834 > :where(h5, h6),
.main-content :where(h5.w-284d6cc, h6.w-284d6cc) {
  font-size: var(--content-h5-font-size, 18px);
}
.main-content > .c-4cad834 > :where(p),
.main-content > .c-4cad834 > :where(ul, ol) :where(li) {
  font-size: var(--content-body-font-size, 16px);
}
.main-content > .w-9084934,
.main-content > ol.w-9084934,
.main-content > ul.w-9084934,
.main-content > .w-6be59ba,
.main-content > p.w-6be59ba,
.main-content > .w-284d6cc,
.main-content > :where(h1, h2, h3, h4, h5, h6).w-284d6cc,
.main-content > .w-3fe5c40,
.main-content > .w-b7f1633,
.main-content > .w-bc9c7d3.is-layout-constrained,
.main-content > .w-4a89fcb,
.main-content > figure.w-4a89fcb,
.main-content > .tablepress-table-wrapper {
  width: 100%;
  max-width: var(--site-container-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  box-sizing: border-box;
}
.main-content > .w-6be59ba,
.main-content > p.w-6be59ba,
.main-content > .w-284d6cc,
.main-content > :where(h1, h2, h3, h4, h5, h6).w-284d6cc,
.main-content > .w-3fe5c40,
.main-content > .w-b7f1633,
.main-content > .w-bc9c7d3.is-layout-constrained,
.main-content > .w-4a89fcb,
.main-content > figure.w-4a89fcb,
.main-content > .tablepress-table-wrapper {
  padding-left: 0;
}
.main-content > ol.w-9084934,
.main-content > .w-9084934:is(ol) {
  padding-left: 1.5em;
}
.main-content > ul.w-9084934,
.main-content > .w-9084934:is(ul) {
  padding-left: 0;
}
.main-content > table.tablepress,
.main-content > table[id^=tablepress-] {
  display: table;
  width: 100%;
  max-width: var(--site-content-max, var(--site-container-width, 1200px));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
.main-content > .tablepress-table-wrapper table.tablepress,
.main-content > .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.main-content > .c-4cad834 {
  margin-top: 0;
}
.main-content > .w-4a89fcb,
.main-content > .w-bc9c7d3,
.main-content > .w-b7f1633,
.main-content > .w-3fe5c40,
.main-content > figure {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.main-content table.tablepress,
.main-content .tablepress,
.main-content table[id^=tablepress-],
.main-content .tablepress-table-wrapper {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.main-content table.tablepress,
.main-content .tablepress,
.main-content 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-content table.tablepress thead tr th,
.main-content .tablepress thead tr th,
.main-content 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-content table.tablepress tbody tr td,
.main-content .tablepress tbody tr td,
.main-content 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-content table.tablepress tbody tr:last-child td,
.main-content .tablepress tbody tr:last-child td,
.main-content table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
.main-content table.tablepress thead tr:first-child th:first-child,
.main-content .tablepress thead tr:first-child th:first-child,
.main-content table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main-content table.tablepress thead tr:first-child th:last-child,
.main-content .tablepress thead tr:first-child th:last-child,
.main-content table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main-content table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.main-content .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.main-content 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-content table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.main-content .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.main-content 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-content table.tablepress tbody tr:last-child td:first-child,
.main-content .tablepress tbody tr:last-child td:first-child,
.main-content table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main-content table.tablepress tbody tr:last-child td:last-child,
.main-content .tablepress tbody tr:last-child td:last-child,
.main-content table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main-content table.tablepress tbody tr:nth-child(even) td,
.main-content .tablepress tbody tr:nth-child(even) td,
.main-content table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.main-content table.tablepress tbody tr td.column-1,
.main-content table.tablepress tbody tr.row-odd td:first-child,
.main-content table.tablepress tbody tr td:first-child,
.main-content .tablepress tbody tr td.column-1,
.main-content .tablepress tbody tr td:first-child,
.main-content table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
.main-content table.tablepress tbody tr:hover td,
.main-content .tablepress tbody tr:hover td,
.main-content table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
.main-content .w-3fe5c40 {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.main-content .w-3fe5c40 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-content .w-3fe5c40 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-content .w-3fe5c40 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-content .w-3fe5c40 tbody tr:last-child td {
  border-bottom: none;
}
.main-content .w-3fe5c40 thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main-content .w-3fe5c40 thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main-content .w-3fe5c40:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main-content .w-3fe5c40:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main-content .w-3fe5c40 tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main-content .w-3fe5c40 tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.main-content .w-3fe5c40 tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}

ol {
  padding-left: 1.5em;
}

ol li {
  font-size: var(--content-body-font-size, 16px);
  line-height: var(--content-line-height, 1.5);
  padding-left: 0.35em;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  position: relative;
  font-size: var(--content-body-font-size, 16px);
  line-height: var(--content-line-height, 1.5);
  padding-left: 1.75em;
}

ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
}

.b-38dbea3 {
  display: inline-flex;
  width: auto;
  padding: 12px 24px;
  background: var(--button-bg);
  color: var(--button-text-color);
  border-radius: 10px;
  text-decoration: none;
  font-size: var(--block-button-font-size, var(--button-font-size, 16px));
  font-weight: 600;
  text-transform: uppercase;
}

body[data-button-anim]:not([data-button-anim=none]) .b-38dbea3, body[data-button-anim]:not([data-button-anim=none]) .b-97694ba, body[data-button-anim]:not([data-button-anim=none]) .h-410cd2e button, body[data-button-anim]:not([data-button-anim=none]) .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]), body[data-button-anim]:not([data-button-anim=none]) .main-content [class*=__btn], body[data-button-anim]:not([data-button-anim=none]) .e-7d6af81, body[data-button-anim]:not([data-button-anim=none]) .a-16b1869, body[data-button-anim]:not([data-button-anim=none]) .g-dfe7488,
body[class*=button-anim-] .b-38dbea3,
body[class*=button-anim-] .b-97694ba,
body[class*=button-anim-] .h-410cd2e button,
body[class*=button-anim-] .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]),
body[class*=button-anim-] .main-content [class*=__btn],
body[class*=button-anim-] .e-7d6af81,
body[class*=button-anim-] .a-16b1869,
body[class*=button-anim-] .g-dfe7488 {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .b-38dbea3:hover, body[data-button-anim=lift] .b-97694ba:hover, body[data-button-anim=lift] .h-410cd2e button:hover, body[data-button-anim=lift] .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]):hover, body[data-button-anim=lift] .main-content [class*=__btn]:hover, body[data-button-anim=lift] .e-7d6af81:hover, body[data-button-anim=lift] .a-16b1869:hover, body[data-button-anim=lift] .g-dfe7488:hover,
body.button-anim-lift .b-38dbea3:hover,
body.button-anim-lift .b-97694ba:hover,
body.button-anim-lift .h-410cd2e button:hover,
body.button-anim-lift .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]):hover,
body.button-anim-lift .main-content [class*=__btn]:hover,
body.button-anim-lift .e-7d6af81:hover,
body.button-anim-lift .a-16b1869:hover,
body.button-anim-lift .g-dfe7488:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .b-38dbea3:active, body[data-button-anim=lift] .b-97694ba:active, body[data-button-anim=lift] .h-410cd2e button:active, body[data-button-anim=lift] .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]):active, body[data-button-anim=lift] .main-content [class*=__btn]:active, body[data-button-anim=lift] .e-7d6af81:active, body[data-button-anim=lift] .a-16b1869:active, body[data-button-anim=lift] .g-dfe7488:active,
body.button-anim-lift .b-38dbea3:active,
body.button-anim-lift .b-97694ba:active,
body.button-anim-lift .h-410cd2e button:active,
body.button-anim-lift .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]):active,
body.button-anim-lift .main-content [class*=__btn]:active,
body.button-anim-lift .e-7d6af81:active,
body.button-anim-lift .a-16b1869:active,
body.button-anim-lift .g-dfe7488:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .b-38dbea3:hover, body[data-button-anim=scale] .b-97694ba:hover, body[data-button-anim=scale] .h-410cd2e button:hover, body[data-button-anim=scale] .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]):hover, body[data-button-anim=scale] .main-content [class*=__btn]:hover, body[data-button-anim=scale] .e-7d6af81:hover, body[data-button-anim=scale] .a-16b1869:hover, body[data-button-anim=scale] .g-dfe7488:hover,
body.button-anim-scale .b-38dbea3:hover,
body.button-anim-scale .b-97694ba:hover,
body.button-anim-scale .h-410cd2e button:hover,
body.button-anim-scale .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]):hover,
body.button-anim-scale .main-content [class*=__btn]:hover,
body.button-anim-scale .e-7d6af81:hover,
body.button-anim-scale .a-16b1869:hover,
body.button-anim-scale .g-dfe7488:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .b-38dbea3:active, body[data-button-anim=scale] .b-97694ba:active, body[data-button-anim=scale] .h-410cd2e button:active, body[data-button-anim=scale] .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]):active, body[data-button-anim=scale] .main-content [class*=__btn]:active, body[data-button-anim=scale] .e-7d6af81:active, body[data-button-anim=scale] .a-16b1869:active, body[data-button-anim=scale] .g-dfe7488:active,
body.button-anim-scale .b-38dbea3:active,
body.button-anim-scale .b-97694ba:active,
body.button-anim-scale .h-410cd2e button:active,
body.button-anim-scale .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]):active,
body.button-anim-scale .main-content [class*=__btn]:active,
body.button-anim-scale .e-7d6af81:active,
body.button-anim-scale .a-16b1869:active,
body.button-anim-scale .g-dfe7488:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .b-38dbea3, body[data-button-anim=pop] .b-97694ba, body[data-button-anim=pop] .h-410cd2e button, body[data-button-anim=pop] .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]), body[data-button-anim=pop] .main-content [class*=__btn], body[data-button-anim=pop] .e-7d6af81, body[data-button-anim=pop] .a-16b1869, body[data-button-anim=pop] .g-dfe7488,
body.button-anim-pop .b-38dbea3,
body.button-anim-pop .b-97694ba,
body.button-anim-pop .h-410cd2e button,
body.button-anim-pop .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]),
body.button-anim-pop .main-content [class*=__btn],
body.button-anim-pop .e-7d6af81,
body.button-anim-pop .a-16b1869,
body.button-anim-pop .g-dfe7488 {
  transition: all 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body[data-button-anim=pop] .b-38dbea3:hover, body[data-button-anim=pop] .b-97694ba:hover, body[data-button-anim=pop] .h-410cd2e button:hover, body[data-button-anim=pop] .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]):hover, body[data-button-anim=pop] .main-content [class*=__btn]:hover, body[data-button-anim=pop] .e-7d6af81:hover, body[data-button-anim=pop] .a-16b1869:hover, body[data-button-anim=pop] .g-dfe7488:hover,
body.button-anim-pop .b-38dbea3:hover,
body.button-anim-pop .b-97694ba:hover,
body.button-anim-pop .h-410cd2e button:hover,
body.button-anim-pop .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]):hover,
body.button-anim-pop .main-content [class*=__btn]:hover,
body.button-anim-pop .e-7d6af81:hover,
body.button-anim-pop .a-16b1869:hover,
body.button-anim-pop .g-dfe7488:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .b-38dbea3:active, body[data-button-anim=pop] .b-97694ba:active, body[data-button-anim=pop] .h-410cd2e button:active, body[data-button-anim=pop] .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]):active, body[data-button-anim=pop] .main-content [class*=__btn]:active, body[data-button-anim=pop] .e-7d6af81:active, body[data-button-anim=pop] .a-16b1869:active, body[data-button-anim=pop] .g-dfe7488:active,
body.button-anim-pop .b-38dbea3:active,
body.button-anim-pop .b-97694ba:active,
body.button-anim-pop .h-410cd2e button:active,
body.button-anim-pop .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]):active,
body.button-anim-pop .main-content [class*=__btn]:active,
body.button-anim-pop .e-7d6af81:active,
body.button-anim-pop .a-16b1869:active,
body.button-anim-pop .g-dfe7488:active {
  transform: scale(1.04);
}

@keyframes button-shine {
  to {
    transform: translateX(220%) skewX(-20deg);
  }
}
body[data-button-anim=shine] .b-38dbea3, body[data-button-anim=shine] .b-97694ba, body[data-button-anim=shine] .h-410cd2e button, body[data-button-anim=shine] .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]), body[data-button-anim=shine] .main-content [class*=__btn], body[data-button-anim=shine] .e-7d6af81, body[data-button-anim=shine] .a-16b1869, body[data-button-anim=shine] .g-dfe7488,
body.button-anim-shine .b-38dbea3,
body.button-anim-shine .b-97694ba,
body.button-anim-shine .h-410cd2e button,
body.button-anim-shine .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]),
body.button-anim-shine .main-content [class*=__btn],
body.button-anim-shine .e-7d6af81,
body.button-anim-shine .a-16b1869,
body.button-anim-shine .g-dfe7488 {
  position: relative;
  overflow: hidden;
}
body[data-button-anim=shine] .b-38dbea3::after, body[data-button-anim=shine] .b-97694ba::after, body[data-button-anim=shine] .h-410cd2e button::after, body[data-button-anim=shine] .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow])::after, body[data-button-anim=shine] .main-content [class*=__btn]::after, body[data-button-anim=shine] .e-7d6af81::after, body[data-button-anim=shine] .a-16b1869::after, body[data-button-anim=shine] .g-dfe7488::after,
body.button-anim-shine .b-38dbea3::after,
body.button-anim-shine .b-97694ba::after,
body.button-anim-shine .h-410cd2e button::after,
body.button-anim-shine .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow])::after,
body.button-anim-shine .main-content [class*=__btn]::after,
body.button-anim-shine .e-7d6af81::after,
body.button-anim-shine .a-16b1869::after,
body.button-anim-shine .g-dfe7488::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  transform: translateX(-180%) skewX(-20deg);
  pointer-events: none;
}
body[data-button-anim=shine] .b-38dbea3:hover::after, body[data-button-anim=shine] .b-97694ba:hover::after, body[data-button-anim=shine] .h-410cd2e button:hover::after, body[data-button-anim=shine] .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]):hover::after, body[data-button-anim=shine] .main-content [class*=__btn]:hover::after, body[data-button-anim=shine] .e-7d6af81:hover::after, body[data-button-anim=shine] .a-16b1869:hover::after, body[data-button-anim=shine] .g-dfe7488:hover::after,
body.button-anim-shine .b-38dbea3:hover::after,
body.button-anim-shine .b-97694ba:hover::after,
body.button-anim-shine .h-410cd2e button:hover::after,
body.button-anim-shine .main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]):hover::after,
body.button-anim-shine .main-content [class*=__btn]:hover::after,
body.button-anim-shine .e-7d6af81:hover::after,
body.button-anim-shine .a-16b1869:hover::after,
body.button-anim-shine .g-dfe7488:hover::after {
  animation: button-shine 0.65s ease;
}

.a-7170b15 {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  min-height: 80px;
  background: #c8c8c8;
  border-radius: inherit;
  box-sizing: border-box;
}

.b-a877e26.a-7170b15 {
  aspect-ratio: 1;
  min-height: 0;
  border-radius: 10px;
}

.b-ab597f7 {
  width: 100%;
}

.b-46038e2 {
  width: 100%;
  aspect-ratio: 16/10;
  min-height: 140px;
  background: #c8c8c8;
  border-radius: 8px;
}

.b-97694ba {
  display: inline-flex;
  width: auto;
  padding: 12px 24px;
  background: #444e66;
  color: var(--button-text-color);
  border-radius: 10px;
  text-decoration: none;
  font-size: var(--block-button-font-size, var(--button-font-size, 16px));
  font-weight: 600;
  text-transform: uppercase;
}

.b-38dbea3,
.b-97694ba,
.h-410cd2e button,
.main-content button:not([class*=__bullet]):not([class*=__card]):not([class*=__item]):not([class*=__arrow]),
.main-content [class*=__btn],
.e-7d6af81,
.f-b85fde7,
.s-986c13f {
  border-radius: var(--button-border-radius, 5px 20px 5px 20px) !important;
}

.main-content > section,
.main-content [class$=__card],
.main-content [class$=__box],
.e-3543098 {
  border-radius: var(--block-border-radius) !important;
}

.swiper-button-next,
.swiper-button-prev,
.main-content .t-225de76,
.main-content .d-15f16e0,
.main-content .n-6920d96 {
  border-color: var(--swiper-nav-bg, var(--button-bg, #c6630b)) !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.main-content .t-225de76:hover,
.main-content .d-15f16e0:hover,
.main-content .n-6920d96:hover {
  background: var(--swiper-nav-bg, var(--button-bg-hover, #c6630b)) !important;
}

.swiper-button-next,
.swiper-button-prev,
.main-content .t-225de76,
.main-content .d-15f16e0,
.main-content .n-6920d96 {
  color: var(--slider-play-button-bg, #fff) !important;
}

ul.acf-radio-list, ul.acf-checkbox-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.s-986c13f {
  position: fixed;
  right: 60px;
  bottom: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: var(--btn-up-to-top-bg, #596273);
  color: #fff;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.s-986c13f .s-fa74760 {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.s-986c13f.i-b8c9dc7 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 568px) {
  .s-986c13f {
    right: 20px;
    bottom: 20px;
  }
}

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