@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);
  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);
  /* Section blocks own their vertical rhythm via --block-section-spacing-*.
     Do not add a second top gap here (it stacked with the first section). */
  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-0428994 {
  width: 100%;
  box-sizing: border-box;
  max-width: var(--site-container-width, 1200px);
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

.p-3edba98 {
  padding-left: 0;
  padding-right: 0;
}

.m-854c9df {
  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-44683b0 {
  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);
}

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);
  outline-offset: 2px;
}

.main-content > .c-0428994 > :where(h1, .e-e75976d),
.main-content :where(h1.wp-block-heading) {
  font-size: var(--content-h1-font-size, 36px);
}
.main-content > .c-0428994 > :where(h2),
.main-content :where(h2.wp-block-heading) {
  font-size: var(--content-h2-font-size, 32px);
}
.main-content > .c-0428994 > :where(h3),
.main-content :where(h3.wp-block-heading) {
  font-size: var(--content-h3-font-size, 26px);
}
.main-content > .c-0428994 > :where(h4),
.main-content :where(h4.wp-block-heading) {
  font-size: var(--content-h4-font-size, 22px);
}
.main-content > .c-0428994 > :where(h5, h6),
.main-content :where(h5.wp-block-heading, h6.wp-block-heading) {
  font-size: var(--content-h5-font-size, 18px);
}
.main-content > .c-0428994 > :where(p),
.main-content > .c-0428994 > :where(ul, ol) :where(li) {
  font-size: var(--content-body-font-size, 16px);
}
.main-content > .wp-block-list,
.main-content > ol.wp-block-list,
.main-content > ul.wp-block-list,
.main-content > .wp-block-paragraph,
.main-content > p.wp-block-paragraph,
.main-content > .wp-block-heading,
.main-content > :where(h1, h2, h3, h4, h5, h6).wp-block-heading,
.main-content > .wp-block-table,
.main-content > .wp-block-columns,
.main-content > .wp-block-group.i-9f61559,
.main-content > .wp-block-image,
.main-content > figure.wp-block-image,
.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 > .wp-block-paragraph,
.main-content > p.wp-block-paragraph,
.main-content > .wp-block-heading,
.main-content > :where(h1, h2, h3, h4, h5, h6).wp-block-heading,
.main-content > .wp-block-table,
.main-content > .wp-block-columns,
.main-content > .wp-block-group.i-9f61559,
.main-content > .wp-block-image,
.main-content > figure.wp-block-image,
.main-content > .tablepress-table-wrapper {
  padding-left: 0;
}
.main-content > ol.wp-block-list,
.main-content > .wp-block-list:is(ol) {
  padding-left: 1.5em;
}
.main-content > ul.wp-block-list,
.main-content > .wp-block-list: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-0428994 {
  margin-top: 0;
}
.main-content > .wp-block-image,
.main-content > .wp-block-group,
.main-content > .wp-block-columns,
.main-content > .wp-block-table,
.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(--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: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
  background: var(--block-bg, transparent);
  border: none;
  border-bottom: 1px solid 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: 16px;
  line-height: 21px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  border-bottom: 1px solid 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(--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(--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(--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(--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(--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(--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: 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 .wp-block-table {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.main-content .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--block-border-radius, 10px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.main-content .wp-block-table thead th {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
  background: var(--block-bg, transparent);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  padding: 14px 20px;
}
.main-content .wp-block-table tbody td {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
.main-content .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.main-content .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--block-border-radius, 10px);
}
.main-content .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--block-border-radius, 10px);
}
.main-content .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--block-border-radius, 10px);
}
.main-content .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--block-border-radius, 10px);
}
.main-content .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--block-border-radius, 10px);
}
.main-content .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--block-border-radius, 10px);
}
.main-content .wp-block-table tbody tr:nth-child(even) td {
  background: 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-c6fdc42 {
  display: inline-flex;
  width: auto;
  padding: 12px 24px;
  background: var(--button-bg);
  color: var(--button-text-color);
  border-radius: var(--button-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-c6fdc42, body[data-button-anim]:not([data-button-anim=none]) .b-a642481, body[data-button-anim]:not([data-button-anim=none]) .h-71a9b31, body[data-button-anim]:not([data-button-anim=none]) .h-b024b70, body[data-button-anim]:not([data-button-anim=none]) .h-bdc8657, body[data-button-anim]:not([data-button-anim=none]) .f-e849cfc,
body[class*=button-anim-] .b-c6fdc42,
body[class*=button-anim-] .b-a642481,
body[class*=button-anim-] .h-71a9b31,
body[class*=button-anim-] .h-b024b70,
body[class*=button-anim-] .h-bdc8657,
body[class*=button-anim-] .f-e849cfc {
  position: relative;
  isolation: isolate;
  transform: translateZ(0);
  will-change: transform;
}
body[data-button-anim]:not([data-button-anim=none]) .h-71a9b31,
body[data-button-anim]:not([data-button-anim=none]) .h-b024b70,
body[data-button-anim]:not([data-button-anim=none]) .h-bdc8657,
body[class*=button-anim-] .h-71a9b31,
body[class*=button-anim-] .h-b024b70,
body[class*=button-anim-] .h-bdc8657 {
  transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease;
}
body[data-button-anim]:not([data-button-anim=none]) .h-71a9b31:hover,
body[data-button-anim]:not([data-button-anim=none]) .h-b024b70:hover,
body[data-button-anim]:not([data-button-anim=none]) .h-bdc8657:hover,
body[class*=button-anim-] .h-71a9b31:hover,
body[class*=button-anim-] .h-b024b70:hover,
body[class*=button-anim-] .h-bdc8657:hover {
  opacity: 1;
}

body[data-button-anim=lift] .b-c6fdc42, body[data-button-anim=lift] .b-a642481, body[data-button-anim=lift] .h-71a9b31, body[data-button-anim=lift] .h-b024b70, body[data-button-anim=lift] .h-bdc8657, body[data-button-anim=lift] .f-e849cfc,
body.b-70a58bd .b-c6fdc42,
body.b-70a58bd .b-a642481,
body.b-70a58bd .h-71a9b31,
body.b-70a58bd .h-b024b70,
body.b-70a58bd .h-bdc8657,
body.b-70a58bd .f-e849cfc {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
body[data-button-anim=lift] .b-c6fdc42:hover, body[data-button-anim=lift] .b-a642481:hover, body[data-button-anim=lift] .h-71a9b31:hover, body[data-button-anim=lift] .h-b024b70:hover, body[data-button-anim=lift] .h-bdc8657:hover, body[data-button-anim=lift] .f-e849cfc:hover,
body.b-70a58bd .b-c6fdc42:hover,
body.b-70a58bd .b-a642481:hover,
body.b-70a58bd .h-71a9b31:hover,
body.b-70a58bd .h-b024b70:hover,
body.b-70a58bd .h-bdc8657:hover,
body.b-70a58bd .f-e849cfc:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
}
body[data-button-anim=lift] .b-c6fdc42:active, body[data-button-anim=lift] .b-a642481:active, body[data-button-anim=lift] .h-71a9b31:active, body[data-button-anim=lift] .h-b024b70:active, body[data-button-anim=lift] .h-bdc8657:active, body[data-button-anim=lift] .f-e849cfc:active,
body.b-70a58bd .b-c6fdc42:active,
body.b-70a58bd .b-a642481:active,
body.b-70a58bd .h-71a9b31:active,
body.b-70a58bd .h-b024b70:active,
body.b-70a58bd .h-bdc8657:active,
body.b-70a58bd .f-e849cfc:active {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

body[data-button-anim=scale] .b-c6fdc42, body[data-button-anim=scale] .b-a642481, body[data-button-anim=scale] .h-71a9b31, body[data-button-anim=scale] .h-b024b70, body[data-button-anim=scale] .h-bdc8657, body[data-button-anim=scale] .f-e849cfc,
body.b-1c3e64b .b-c6fdc42,
body.b-1c3e64b .b-a642481,
body.b-1c3e64b .h-71a9b31,
body.b-1c3e64b .h-b024b70,
body.b-1c3e64b .h-bdc8657,
body.b-1c3e64b .f-e849cfc {
  transition: transform 0.28s ease;
}
body[data-button-anim=scale] .b-c6fdc42:hover, body[data-button-anim=scale] .b-a642481:hover, body[data-button-anim=scale] .h-71a9b31:hover, body[data-button-anim=scale] .h-b024b70:hover, body[data-button-anim=scale] .h-bdc8657:hover, body[data-button-anim=scale] .f-e849cfc:hover,
body.b-1c3e64b .b-c6fdc42:hover,
body.b-1c3e64b .b-a642481:hover,
body.b-1c3e64b .h-71a9b31:hover,
body.b-1c3e64b .h-b024b70:hover,
body.b-1c3e64b .h-bdc8657:hover,
body.b-1c3e64b .f-e849cfc:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .b-c6fdc42:active, body[data-button-anim=scale] .b-a642481:active, body[data-button-anim=scale] .h-71a9b31:active, body[data-button-anim=scale] .h-b024b70:active, body[data-button-anim=scale] .h-bdc8657:active, body[data-button-anim=scale] .f-e849cfc:active,
body.b-1c3e64b .b-c6fdc42:active,
body.b-1c3e64b .b-a642481:active,
body.b-1c3e64b .h-71a9b31:active,
body.b-1c3e64b .h-b024b70:active,
body.b-1c3e64b .h-bdc8657:active,
body.b-1c3e64b .f-e849cfc:active {
  transform: scale(1.03);
}

body[data-button-anim=shine] .b-c6fdc42, body[data-button-anim=shine] .b-a642481, body[data-button-anim=shine] .h-71a9b31, body[data-button-anim=shine] .h-b024b70, body[data-button-anim=shine] .h-bdc8657, body[data-button-anim=shine] .f-e849cfc,
body[data-button-anim=fill] .b-c6fdc42,
body[data-button-anim=fill] .b-a642481,
body[data-button-anim=fill] .h-71a9b31,
body[data-button-anim=fill] .h-b024b70,
body[data-button-anim=fill] .h-bdc8657,
body[data-button-anim=fill] .f-e849cfc,
body.b-a5e939b .b-c6fdc42,
body.b-a5e939b .b-a642481,
body.b-a5e939b .h-71a9b31,
body.b-a5e939b .h-b024b70,
body.b-a5e939b .h-bdc8657,
body.b-a5e939b .f-e849cfc,
body.b-a976471 .b-c6fdc42,
body.b-a976471 .b-a642481,
body.b-a976471 .h-71a9b31,
body.b-a976471 .h-b024b70,
body.b-a976471 .h-bdc8657,
body.b-a976471 .f-e849cfc {
  overflow: hidden;
}

body[data-button-anim=shine] .b-c6fdc42::after, body[data-button-anim=shine] .b-a642481::after, body[data-button-anim=shine] .h-71a9b31::after, body[data-button-anim=shine] .h-b024b70::after, body[data-button-anim=shine] .h-bdc8657::after, body[data-button-anim=shine] .f-e849cfc::after,
body.b-a5e939b .b-c6fdc42::after,
body.b-a5e939b .b-a642481::after,
body.b-a5e939b .h-71a9b31::after,
body.b-a5e939b .h-b024b70::after,
body.b-a5e939b .h-bdc8657::after,
body.b-a5e939b .f-e849cfc::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.65) 50%, transparent 100%);
  pointer-events: none;
  z-index: 2;
  transition: left 0.55s ease;
}
body[data-button-anim=shine] .b-c6fdc42:hover::after, body[data-button-anim=shine] .b-a642481:hover::after, body[data-button-anim=shine] .h-71a9b31:hover::after, body[data-button-anim=shine] .h-b024b70:hover::after, body[data-button-anim=shine] .h-bdc8657:hover::after, body[data-button-anim=shine] .f-e849cfc:hover::after,
body.b-a5e939b .b-c6fdc42:hover::after,
body.b-a5e939b .b-a642481:hover::after,
body.b-a5e939b .h-71a9b31:hover::after,
body.b-a5e939b .h-b024b70:hover::after,
body.b-a5e939b .h-bdc8657:hover::after,
body.b-a5e939b .f-e849cfc:hover::after {
  left: 140%;
}

body[data-button-anim=fill] .b-c6fdc42::before, body[data-button-anim=fill] .b-a642481::before, body[data-button-anim=fill] .h-71a9b31::before, body[data-button-anim=fill] .h-b024b70::before, body[data-button-anim=fill] .h-bdc8657::before, body[data-button-anim=fill] .f-e849cfc::before,
body.b-a976471 .b-c6fdc42::before,
body.b-a976471 .b-a642481::before,
body.b-a976471 .h-71a9b31::before,
body.b-a976471 .h-b024b70::before,
body.b-a976471 .h-bdc8657::before,
body.b-a976471 .f-e849cfc::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.22);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
  z-index: 0;
  pointer-events: none;
}
body[data-button-anim=fill] .b-c6fdc42:hover::before, body[data-button-anim=fill] .b-a642481:hover::before, body[data-button-anim=fill] .h-71a9b31:hover::before, body[data-button-anim=fill] .h-b024b70:hover::before, body[data-button-anim=fill] .h-bdc8657:hover::before, body[data-button-anim=fill] .f-e849cfc:hover::before,
body.b-a976471 .b-c6fdc42:hover::before,
body.b-a976471 .b-a642481:hover::before,
body.b-a976471 .h-71a9b31:hover::before,
body.b-a976471 .h-b024b70:hover::before,
body.b-a976471 .h-bdc8657:hover::before,
body.b-a976471 .f-e849cfc:hover::before {
  transform: scaleX(1);
}
body[data-button-anim=fill] .b-c6fdc42 > *, body[data-button-anim=fill] .b-a642481 > *, body[data-button-anim=fill] .h-71a9b31 > *, body[data-button-anim=fill] .h-b024b70 > *, body[data-button-anim=fill] .h-bdc8657 > *, body[data-button-anim=fill] .f-e849cfc > *,
body.b-a976471 .b-c6fdc42 > *,
body.b-a976471 .b-a642481 > *,
body.b-a976471 .h-71a9b31 > *,
body.b-a976471 .h-b024b70 > *,
body.b-a976471 .h-bdc8657 > *,
body.b-a976471 .f-e849cfc > * {
  position: relative;
  z-index: 1;
}

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

.b-b603851.a-b9583d8 {
  aspect-ratio: 1;
  min-height: 0;
  border-radius: 10px;
}

.b-19036bc {
  width: 100%;
}

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

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

ul.a-da0f401, ul.a-6449657 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.s-02652eb {
  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: var(--button-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-02652eb .s-fc61961 {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.s-02652eb.i-11ef02b {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

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

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