@charset "UTF-8";
/**
 * Theme constants and base styles.
 * SCSS: assets/css/constant/constant.scss
 * CSS (compiled by IDE): assets/css/constant/constant.css
 */
@font-face {
  font-family: "Lato";
  src: url("../f/1149548467.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../f/0127e1100f.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../f/b4d71b48dd.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Lato", sans-serif;
  color: var(--text-color);
}

main,
.s-0bb2774 {
  min-height: calc(100vh - 80px);
  margin-top: 120px;
}

@media (max-width: 768px) {
  main,
  .s-0bb2774 {
    margin-top: 80px;
  }
}
body,
html {
  background: var(--bg-body);
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}

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

h2 {
  color: var(--color-for-h2-titles);
  font-size: 2rem;
  font-weight: 500;
}

h3 {
  color: var(--color-for-h3-titles);
  font-size: 1.5rem;
  font-weight: 400;
}

h4 {
  color: var(--color-for-h4-titles);
  font-size: 1.3rem;
}

h5 {
  color: var(--color-for-h5-titles);
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 15px;
  }
}
img {
  color: transparent;
}

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

.c-52621a6 {
  width: 100%;
  box-sizing: border-box;
  max-width: 1050px;
  padding: 0 15px;
  margin: 0 auto;
}

.p-9a8fe6c {
  padding: 0 15px;
}

.m-55769b0 {
  margin: 50px 0;
}

@media (max-width: 990px) {
  .m-55769b0 {
    margin: 40px 0;
  }
}
a,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.o-6e31ee3 {
  overflow: hidden;
}

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

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

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

.tablepress {
  width: 100%;
  margin: 24px 0 32px;
  border-collapse: separate;
  border-spacing: 0 5px;
  border-radius: var(--tablepress-border-radius, 10px);
  background: var(--tablepress-background, var(--block-bg, transparent));
  overflow: hidden;
}
.tablepress thead tr th,
.tablepress tfoot tr th {
  padding: 14px 16px;
  color: var(--tablepress-text-color, #ffffff);
  background: var(--tablepress-thead-background, var(--block-bg, transparent));
  border: 1px solid var(--tablepress-border-color, transparent);
  border-bottom: none;
  font-size: var(--tablepress-font-size, 16px);
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}
.tablepress thead tr:first-child th:first-child,
.tablepress tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, 10px);
}
.tablepress thead tr:first-child th:last-child,
.tablepress tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, 10px);
}
.tablepress tbody tr td {
  padding: 14px 16px;
  color: var(--tablepress-text-color, #ffffff);
  background: var(--tablepress-background, var(--block-bg, transparent));
  border: 1px solid var(--tablepress-border-color, transparent);
  border-top: none;
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.35;
}
.tablepress tbody tr:last-child td:first-child,
.tablepress tfoot tr:last-child th:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, 10px);
}
.tablepress tbody tr:last-child td:last-child,
.tablepress tfoot tr:last-child th:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, 10px);
}

.tablepress-responsive-wrapper {
  margin: 24px 0 32px;
  overflow-x: auto;
}
.tablepress-responsive-wrapper .tablepress {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-media-text {
  margin: 20px 0;
}

ul, ol {
  padding-left: 20px;
}

ol li {
  font-size: 16px;
  line-height: 1.3;
  padding-left: 10px;
}

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

ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  padding-left: 30px;
}

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

.b-cbc628e {
  display: inline-flex;
  width: auto;
  padding: 12px 24px;
  background: var(--button-bg);
  color: var(--button-text-color);
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}

.b-1a26868 {
  display: inline-flex;
  width: auto;
  padding: 12px 24px;
  background: #444e66;
  color: var(--button-text-color);
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}/*# sourceMappingURL=constant.css.map */