@charset "UTF-8";

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.layout.scss.css */

html, body, table, input, textarea, select, button {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}
html, body {
  font-size: 16px;
  overflow-x: hidden;
}
html {
  color: #191F28;
  background-color: #ffffff;
}
body {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 150%;
  margin: 0;
}
* {
  box-sizing: border-box;
}
body.jds-noscroll {
  position: fixed;
  overflow: hidden;
  width: 100vw;
}
.jds-popup-iframe {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  background: #fff;
  z-index: 1000000;
}
.jds-popup-iframe .popup-iframe-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #8B95A1;
  display: flex;
}
.jds-popup-iframe .popup-iframe-header .popup-iframe-title {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 0 8px 12px;
}
.jds-popup-iframe .popup-iframe-header .popup-iframe-close-button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 24px;
  text-decoration: none;
  color: #191F28;
  cursor: pointer;
}
.jds-popup-iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.layout.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.text.scss.css */

.jds-display-4 {
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  color: #191F28;
}
@media (max-width: 899px) {
  .jds-display-4 {
    font-size: 40px;
  }
}
.jds-display-3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  color: #191F28;
}
@media (max-width: 899px) {
  .jds-display-3 {
    font-size: 28px;
  }
}
.jds-display-2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  color: #191F28;
}
@media (max-width: 899px) {
  .jds-display-2 {
    font-size: 24px;
  }
}
.jds-display-1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  color: #191F28;
}
@media (max-width: 899px) {
  .jds-display-1 {
    font-size: 22px;
  }
}
.jds-headline {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  color: #191F28;
}
.jds-subhead {
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  margin: 0;
  color: #191F28;
}
.jds-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
  color: #191F28;
}
.jds-body.sm {
  font-size: 14px;
}
.jds-body.xs {
  font-size: 12px;
  line-height: 150%;
  color: #6B7684;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.text.scss.map */

/* Original file: files/cache/assets/compiled/47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.input.scss.css */

.jds-input {
  padding: 0;
  padding-left: 1rem;
  width: 320px;
  height: 40px;
  color: #191F28;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #F2F4F6;
  background-color: #F2F4F6;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.2s ease, padding-left 0s;
}
.jds-input:disabled {
  color: #4E5968;
  cursor: not-allowed;
}
.jds-input::placeholder {
  color: #B0B8C1;
}
.jds-input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.jds-input:focus {
  outline: none !important;
  border-color: #86E0A4;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(134, 224, 164, 0.2);
}
.jds-input[readonly]:focus {
  outline: none !important;
  border: 1px solid #E5E8EB;
  background-color: #E5E8EB;
  box-shadow: none;
}
.jds-input.small {
  height: 2rem;
  padding-left: 0.5rem;
}
.jds-input.xs {
  height: 2rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}
.jds-input.large {
  height: 48px;
  font-size: 16px;
}
.jds-input.expand {
  display: block;
  width: 100%;
}
.jds-textarea {
  display: block;
  padding: 0.75rem 1rem;
  color: #191F28;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  border-radius: 6px;
  border: 1px solid #F2F4F6;
  background-color: #F2F4F6;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.jds-textarea::placeholder {
  color: #B0B8C1;
}
.jds-textarea:focus {
  outline: none !important;
  border-color: #86E0A4;
  box-shadow: 0 0 0 3px rgba(134, 224, 164, 0.2);
}
.jds-textarea.expand {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.jds-inset-container {
  position: relative;
}
.jds-inset-container .jds-input {
  width: 100%;
}
.jds-inset-container .jds-input.large + .inset {
  top: 14px;
}
.jds-inset-container .jds-input.small + .inset, .jds-inset-container .jds-input.xs + .inset {
  top: 6px;
}
.jds-inset-container .inset {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #4E5968;
  pointer-events: none;
}
.jds-inset-container .inset.clickable {
  pointer-events: all;
  cursor: pointer;
}
.jds-inset-container .inset-fixed-text {
  position: absolute;
  left: 16px;
  top: 10px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #6B7684;
  pointer-events: none;
}
/* sourceMappingURL=47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.input.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.tag.scss.css */

.jds-tag {
  display: inline-block;
  padding: 5px 8px;
  color: #4E5968;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background-color: #E5E8EB;
  border-radius: 4px;
}
.jds-tag.xs {
  padding: 2px 4px;
  font-size: 10px;
}
.jds-tag.small {
  padding: 3px 5px;
  font-size: 12px;
}
.jds-tag.large {
  padding: 6px 12px;
  font-size: 14px;
}
.jds-tag.labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.jds-tag.labeled > div {
  padding: 3px 5px;
}
.jds-tag.labeled > div:first-child {
  background-color: rgba(25, 31, 40, 0.1);
}
.jds-tag.labeled > div:last-child {
  font-weight: 500;
}
.jds-tag.primary {
  color: #31B85E;
  background-color: #EBFAF0;
}
.jds-tag.primary.labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.jds-tag.primary.labeled > div {
  padding: 3px 5px;
}
.jds-tag.primary.labeled > div:first-child {
  background-color: rgba(235, 250, 240, 0.1);
}
.jds-tag.primary.labeled > div:last-child {
  font-weight: 500;
}
.jds-tag.secondary {
  color: #425FF8;
  background-color: #e9ecff;
}
.jds-tag.secondary.labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.jds-tag.secondary.labeled > div {
  padding: 3px 5px;
}
.jds-tag.secondary.labeled > div:first-child {
  background-color: rgba(233, 236, 255, 0.1);
}
.jds-tag.secondary.labeled > div:last-child {
  font-weight: 500;
}
.jds-tag.orange {
  color: #e99b30;
  background-color: #ffedd3;
}
.jds-tag.orange.labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.jds-tag.orange.labeled > div {
  padding: 3px 5px;
}
.jds-tag.orange.labeled > div:first-child {
  background-color: rgba(255, 237, 211, 0.1);
}
.jds-tag.orange.labeled > div:last-child {
  font-weight: 500;
}
.jds-tag.purple {
  color: #7c42f8;
  background-color: #e9dfff;
}
.jds-tag.purple.labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.jds-tag.purple.labeled > div {
  padding: 3px 5px;
}
.jds-tag.purple.labeled > div:first-child {
  background-color: rgba(233, 223, 255, 0.1);
}
.jds-tag.purple.labeled > div:last-child {
  font-weight: 500;
}
.jds-tag.blue {
  color: #618DFF;
  background-color: #E1EAFF;
}
.jds-tag.blue.labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.jds-tag.blue.labeled > div {
  padding: 3px 5px;
}
.jds-tag.blue.labeled > div:first-child {
  background-color: rgba(225, 234, 255, 0.1);
}
.jds-tag.blue.labeled > div:last-child {
  font-weight: 500;
}
.jds-tag.pink {
  color: "#d47ac0";
  background-color: rgba(212, 122, 192, 0.1);
}
.jds-tag.danger {
  color: #E04F4F;
  background-color: #ffe4e6;
}
.jds-tag.danger.labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.jds-tag.danger.labeled > div {
  padding: 3px 5px;
}
.jds-tag.danger.labeled > div:first-child {
  background-color: rgba(224, 79, 79, 0.1);
}
.jds-tag.danger.labeled > div:last-child {
  font-weight: 500;
}
.jds-tag.black {
  color: #ffffff;
  background-color: #191F28;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.tag.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.button.scss.css */

.jds-button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0;
  color: #191F28;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  border-radius: 6px;
  border: 1px solid #E5E8EB;
  background-color: #ffffff;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.jds-button:hover {
  color: #191F28;
  background-color: #F9FAFB;
  border-color: #D1D6DB;
  text-decoration: none;
}
.jds-button:active {
  background-color: #F2F4F6;
  border-color: #B0B8C1;
}
.jds-button:focus {
  outline: none !important;
}
.jds-button:disabled, .jds-button[disabled] {
  background-color: #F9FAFB;
  color: #8B95A1;
  cursor: default;
}
.jds-button:disabled:hover, .jds-button[disabled]:hover {
  background-color: #F2F4F6;
  text-decoration: none;
}
.jds-button > i:first-child, .jds-button svg:first-child {
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
.jds-button > i:last-child, .jds-button svg:last-child {
  font-size: 0.875rem;
  margin-left: 0.5rem;
}
.jds-button.expand {
  display: flex;
  width: 100%;
}
.jds-button.rounded {
  border-radius: 5rem;
}
.jds-button.next {
  margin-left: 0.25rem;
}
.jds-button.fixedwidth-m {
  width: 140px;
}
.jds-button.fixedwidth-sm {
  width: 100px;
}
.jds-button.xs {
  height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
}
.jds-button.sm {
  height: 30px;
  padding: 4px 12px;
  font-size: 0.75rem;
}
.jds-button.medium {
  height: 38px;
  padding: 6px 16px 7px;
  font-size: 0.875rem;
}
.jds-button.large {
  height: 42px;
  padding: 8px 16px 9px;
  font-size: 0.875rem;
}
.jds-button.large i {
  font-size: 0.75rem;
}
.jds-button.xlarge {
  height: 52px;
  padding: 11px 24px 12px;
  font-size: 1rem;
}
.jds-button.larger {
  padding-left: 2rem;
  padding-right: 2rem;
}
.jds-button.primary {
  font-weight: 700;
  color: #ffffff;
  background-color: #36CC68;
  border-color: #36CC68;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.jds-button.primary:hover {
  background-color: #2fb95d;
  border-color: #2fb95d;
}
.jds-button.primary:active {
  background-color: #2aa553;
  border-color: #2aa553;
}
.jds-button.primary, .jds-button.primary:hover, .jds-button.primary:active {
  color: #ffffff;
}
.jds-button.secondary, .jds-button.blue {
  font-weight: 700;
  color: #ffffff;
  background-color: #618DFF;
  border-color: #618DFF;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.jds-button.secondary:hover, .jds-button.blue:hover {
  background-color: #487bff;
  border-color: #487bff;
}
.jds-button.secondary:active, .jds-button.blue:active {
  background-color: #2e68ff;
  border-color: #2e68ff;
}
.jds-button.secondary, .jds-button.secondary:hover, .jds-button.secondary:active, .jds-button.blue, .jds-button.blue:hover, .jds-button.blue:active {
  color: #ffffff;
}
.jds-button.black {
  color: #ffffff;
  font-weight: 700;
  color: #ffffff;
  background-color: #191F28;
  border-color: #191F28;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.jds-button.black:hover {
  background-color: #0f1318;
  border-color: #0f1318;
}
.jds-button.black:active {
  background-color: #050709;
  border-color: #050709;
}
.jds-button.black, .jds-button.black:hover, .jds-button.black:active {
  color: #ffffff;
}
.jds-button.purple {
  color: #ffffff;
  font-weight: 700;
  color: #ffffff;
  background-color: #7761FF;
  border-color: #7761FF;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.jds-button.purple:hover {
  background-color: #6148ff;
  border-color: #6148ff;
}
.jds-button.purple:active {
  background-color: #4b2eff;
  border-color: #4b2eff;
}
.jds-button.purple, .jds-button.purple:hover, .jds-button.purple:active {
  color: #ffffff;
}
.jds-button.gray {
  font-weight: 700;
  color: #4E5968;
  background-color: #F2F4F6;
  border-color: #F2F4F6;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.jds-button.gray:hover {
  background-color: #e3e7ec;
  border-color: #e3e7ec;
}
.jds-button.gray:active {
  background-color: #d4dbe1;
  border-color: #d4dbe1;
}
.jds-button.gray, .jds-button.gray:hover, .jds-button.gray:active {
  color: #4E5968;
}
.jds-button.red {
  color: #F44336;
  border: 1px solid #E04F4F;
  background-color: transparent;
}
.jds-button.red:hover, .jds-button.red:active {
  border-color: #E04F4F;
  background-color: #E04F4F;
  color: #ffffff;
  font-weight: 700;
}
.jds-button.plain.primary {
  color: #31B85E;
  background-color: #ebfaf0;
  border-color: #ebfaf0;
}
.jds-button.plain.primary:hover {
  color: #31B85E;
  background-color: #e1f7e8;
  border-color: #e1f7e8;
}
.jds-button.plain.primary:active {
  color: #31B85E;
  background-color: #d7f5e1;
  border-color: #d7f5e1;
}
.jds-button.plain.secondary, .jds-button.plain.blue {
  color: #577FE6;
  background-color: #eff4ff;
  border-color: #eff4ff;
}
.jds-button.plain.secondary:hover, .jds-button.plain.blue:hover {
  color: #577FE6;
  background-color: #e7eeff;
  border-color: #e7eeff;
}
.jds-button.plain.secondary:active, .jds-button.plain.blue:active {
  color: #577FE6;
  background-color: #dfe8ff;
  border-color: #dfe8ff;
}
.jds-button.plain.red {
  color: #CA4747;
  background-color: #fceded;
  border-color: #fceded;
}
.jds-button.plain.red:hover {
  color: #CA4747;
  background-color: #fae5e5;
  border-color: #fae5e5;
}
.jds-button.plain.red:active {
  color: #CA4747;
  background-color: #f9dcdc;
  border-color: #f9dcdc;
}
.jds-button.plain.purple {
  color: #6B57E6;
  background-color: #f1efff;
  border-color: #f1efff;
}
.jds-button.plain.purple:hover {
  color: #6B57E6;
  background-color: #ebe7ff;
  border-color: #ebe7ff;
}
.jds-button.plain.purple:active {
  color: #6B57E6;
  background-color: #e4dfff;
  border-color: #e4dfff;
}
.jds-button.line-primary {
  background-color: #F9FAFB;
  border: 1px solid #E5E8EB;
}
.jds-button.line-primary:hover {
  color: #31B85E;
  background-color: #ffffff;
  border-color: #36CC68;
}
.jds-button.line-primary:active {
  color: #31B85E;
  background-color: #ffffff;
  border-color: #36CC68;
}
.jds-button.line-primary-clear {
  background-color: #ffffff;
  border: 1px solid #E5E8EB;
  color: #6B7684;
}
.jds-button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.jds-button-group .jds-button {
  border-radius: 0;
  border-right: 1px solid #ffffff;
}
.jds-button-group > *:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.jds-button-group > *:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: none;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.button.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.tab.scss.css */

.jds-tab {
  display: flex;
  height: 52px;
  background-color: #ffffff;
  z-index: 100;
  border-bottom: 1px solid #E5E8EB;
  width: fit-content;
}
.jds-tab > ul, .jds-tab > div {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  height: 100%;
}
.jds-tab > ul.expand, .jds-tab > div.expand {
  width: 100%;
  justify-content: center;
}
.jds-tab > ul > li, .jds-tab > ul > a, .jds-tab > div > li, .jds-tab > div > a {
  display: flex;
  width: 100%;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}
.jds-tab > ul > li:not(:last-child), .jds-tab > ul > a:not(:last-child), .jds-tab > div > li:not(:last-child), .jds-tab > div > a:not(:last-child) {
  margin-right: 1rem;
}
.jds-tab > ul > li > span, .jds-tab > ul > a > span, .jds-tab > div > li > span, .jds-tab > div > a > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  bottom: -1px;
  width: 100%;
  height: 100%;
  color: #4E5968;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.jds-tab > ul > li > span.active, .jds-tab > ul > a > span.active, .jds-tab > div > li > span.active, .jds-tab > div > a > span.active {
  font-weight: 700;
  color: #31B85E;
  border-bottom-color: #36CC68;
}
.jds-tab.expand {
  width: 100%;
  justify-content: center;
}
.jds-tab.expand > ul, .jds-tab.expand > div {
  width: 100%;
}
.jds-tab.expand > ul > li, .jds-tab.expand > ul > a, .jds-tab.expand > div > li, .jds-tab.expand > div > a {
  margin: 0 !important;
}
@media (max-width: 899px) {
  .jds-tab.padding > ul {
    padding: 0px 1.25rem;
  }
}
.jds-tab.black > ul > li > span, .jds-tab.black > ul > a > span, .jds-tab.black > div > li > span, .jds-tab.black > div > a > span {
  color: #B0B8C1;
}
.jds-tab.black > ul > li > span.active, .jds-tab.black > ul > a > span.active, .jds-tab.black > div > li > span.active, .jds-tab.black > div > a > span.active {
  color: #191F28;
  border-bottom-color: #191F28;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.tab.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.subheader.scss.css */

.jds-subheader {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  padding-left: 40px !important;
  padding-right: 40px !important;
  height: 46px;
}
@media (max-width: 899px) {
  .jds-subheader {
    height: 44px;
  }
}
@media (max-width: 899px) {
  .jds-subheader {
    font-size: 14px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.jds-subheader.breakout {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.jds-subheader-prepend {
  margin-right: 18px;
}
.jds-subheader-prepend.pointer {
  cursor: pointer;
}
@media (max-width: 899px) {
  .jds-subheader.floating {
    position: fixed;
    left: 0;
    margin: 0;
    top: 56px;
  }
}
@media (min-width: 900px) {
  .jds-subheader.floating-always {
    position: fixed;
    top: 80px;
    left: 0;
    margin: 0;
  }
}
@media (max-width: 899px) {
  .jds-subheader.floating-top {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
  }
  .jds-subheader.floating-top.floating {
    top: 56px;
  }
}
.jds-subheader-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 3px solid transparent;
  padding: 12px 6px 0 6px;
  height: 100%;
  cursor: pointer;
  color: #333D4B;
  line-height: 16px;
}
@media (max-width: 899px) {
  .jds-subheader-item {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.jds-subheader-item > span {
  height: 16px;
}
.jds-subheader-item:hover, .jds-subheader-item.active {
  font-weight: 700;
  color: #191F28;
  border-bottom-color: #191F28;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.subheader.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.card.scss.css */

.jds-card {
  display: block;
  appearance: none;
  text-decoration: none;
  line-height: 150%;
  transition: transform 0.3s ease;
}
.jds-card:hover {
  transform: translateY(-4px);
}
.jds-card .card-image {
  width: 100%;
  position: relative;
  aspect-ratio: 1.7777777778;
}
.jds-card .card-image.ratio-1-1 {
  aspect-ratio: 1;
}
.jds-card .card-image.ratio-5-4 {
  aspect-ratio: 1.25;
}
.jds-card .card-image.ratio-4-3 {
  aspect-ratio: 1.3333333333;
}
.jds-card .card-image.ratio-3-2 {
  aspect-ratio: 1.5;
}
.jds-card .card-image.ratio-2-1 {
  aspect-ratio: 2;
}
.jds-card .card-image .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-color: #F2F4F6;
  border-radius: 12px;
  overflow: hidden;
}
.jds-card .card-image .background.map-container {
  border: 1px solid #F2F4F6;
}
.jds-card .card-image .background.map-container img[usemap] {
  visibility: hidden;
}
.jds-card .card-image .background-tag {
  position: absolute;
  top: 10px;
  left: 10px;
}
.jds-card .card-image .foreground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.jds-card .card-profile-image {
  position: relative;
  left: calc(100% - 80px);
  top: -30px;
  width: 60px;
  height: 60px;
  margin-bottom: -60px;
  border-radius: 50%;
  border: 3px solid #fff;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  overflow: hidden;
  z-index: 1;
}
.jds-card .card-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jds-card .card-content {
  padding-top: 16px;
  color: #191F28;
}
.jds-card .card-content:first-child {
  padding-top: 0;
}
.jds-card .card-content .subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  color: #6B7684;
  margin-bottom: 1px;
}
.jds-card .card-content .title {
  font-size: 18px;
  font-weight: 700;
  color: #191F28;
  line-height: 160%;
  margin-bottom: 7px;
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 899px) {
  .jds-card .card-content .title {
    font-size: 18px;
  }
}
.jds-card .card-content .description {
  font-size: 14px;
  font-weight: 400;
  color: #6B7684;
  line-height: 160%;
  margin-bottom: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.jds-card .card-content .tags {
  font-size: 12px;
  font-weight: 400;
  color: #36539C;
}
.jds-card .card-content .tags .tag {
  display: inline-block;
  margin-right: 3px;
}
.jds-card .card-content .tags .tag::before {
  content: "#";
}
.jds-card .card-content .tags .tag.private {
  color: #F44336;
}
.jds-card.with-border {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.jds-card.with-border .card-image > * {
  border-radius: 0 !important;
}
.jds-card.with-border .card-content {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 14px;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.card.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.utility.scss.css */

main > .x {
  max-width: 1210px;
  padding: 1.25rem;
  margin: 0 auto;
  color: black;
  background-color: white;
  border-radius: 6px;
}
#rhymix_debug_button {
  bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.xefu-container {
  color: black;
  font-size: 13px;
  background-color: white;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.utility.scss.map */

/* Original file: files/cache/assets/compiled/16a17c74bf831fd6df3d38331bda51f5e17960d1.chip.scss.css */

.jds-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 9999px;
  border: 1px solid #E5E8EB;
  font-weight: 500;
  line-height: 150%;
  font-size: 16px;
  background-color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
}
.jds-chip:hover {
  background-color: #F9FAFB;
}
.jds-chip--active {
  background-color: #EBFAF0;
  color: #31B85E;
  border: 1px solid #31B85E;
  font-weight: 700;
}
.jds-chip--active:hover {
  background-color: #D7F5E1;
}
.jds-chip--disabled {
  color: #6B7684;
  background-color: #F9FAFB;
}
/* sourceMappingURL=16a17c74bf831fd6df3d38331bda51f5e17960d1.chip.scss.map */

/* Original file: files/cache/assets/compiled/47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.checkbox.scss.css */

.jds-checkbox {
  display: none;
  visibility: hidden;
}
.jds-checkbox + label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
  color: #191F28;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 22px;
  transition: 0.2s ease;
}
.jds-checkbox + label:before {
  display: inline-block;
  flex-shrink: 0;
  cursor: pointer;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
  border-radius: 4px;
  border: 1px solid #E5E8EB;
  vertical-align: middle;
  background-color: #ffffff;
  transition: 0.2s ease;
}
.jds-checkbox + label:hover:before {
  border-color: #B0B8C1;
}
.jds-checkbox + label:active:before {
  border-color: #36CC68;
}
.jds-checkbox:checked + label {
  color: #36CC68;
}
.jds-checkbox:checked + label:before {
  border-color: #36CC68;
  background-color: #36CC68;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwIDE1Ij4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNy4xNDMsMTQuOTM4IDAsNy43OTYgMi4wMjEsNS43NzYgNy4xNDMsMTAuODk4IDE3Ljk3OSwwLjA2MiAyMCwyLjA4MiAiLz4NCjwvc3ZnPg0K");
}
.jds-checkbox:hover:checked + label:before {
  border-color: #36CC68;
}
/* sourceMappingURL=47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.checkbox.scss.map */

/* Original file: files/cache/assets/compiled/47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.radio.scss.css */

.jds-radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  margin: -4px 0 0 0;
  padding: 0 !important;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50% !important;
  border: 1px solid #D1D6DB;
  appearance: none;
  -webkit-appearance: none;
  transition: 0.2s ease;
}
.jds-radio:focus {
  border-color: #36CC68;
}
.jds-radio:checked {
  background-color: #ffffff;
  border-color: #36CC68;
  border-width: 5px;
}
.jds-radio:checked:focus {
  border-color: #36CC68;
}
.jds-radio + label {
  cursor: pointer;
  color: #191F28;
  font-size: 0.875rem;
  padding-left: 0.25rem;
  margin-right: 0.5rem;
  font-weight: 600;
}
.jds-radio:checked + label {
  color: #36CC68;
}
/* sourceMappingURL=47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.radio.scss.map */

/* Original file: files/cache/assets/compiled/47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.select.scss.css */

.jds-select {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 142px;
  height: 40px;
  background: none;
  border: 1px solid #F2F4F6;
  background-color: #F2F4F6;
  border-radius: 6px;
  transition: 0.2s ease;
}
.jds-select > select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-left: 16px;
  padding-right: 36px;
  outline: none !important;
  border: none;
  background-color: #F2F4F6;
  border-radius: 6px;
  color: #191F28;
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  transition: 0.2s ease;
}
.jds-select > select::-ms-expand {
  display: none;
}
.jds-select > select:disabled {
  cursor: no-drop;
  opacity: 0.7;
}
.jds-select i, .jds-select svg {
  position: absolute;
  top: 0;
  right: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
  color: #B0B8C1;
  font-size: 1rem;
  transition: 250ms ease;
  width: 12px;
  pointer-events: none;
}
.jds-select:hover {
  border-color: #B0B8C1;
}
.jds-select:focus-within, .jds-select.active {
  border-color: #86E0A4;
  box-shadow: 0 0 0 3px rgba(134, 224, 164, 0.2);
  background-color: #ffffff;
}
.jds-select.no-border {
  border-color: transparent;
  background-color: transparent;
}
.jds-select.no-border > select {
  background-color: transparent;
}
.jds-select.fullwidth {
  width: 320px;
  max-width: 100%;
}
.jds-select.halfwidth {
  width: 152px;
}
.jds-select.small {
  height: 2rem;
}
.jds-select.small > select {
  padding-left: 0.5rem;
}
.jds-select.expand {
  width: 100% !important;
}
/* sourceMappingURL=47fc3f693ff712679eb3c018f8aa1ca28da7cdd8.select.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.base.scss.css */

h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 64px 0 44px 0;
  padding: 0;
}
@media (max-width: 899px) {
  h2 {
    font-size: 26px;
    margin: 40px 0 36px 0;
  }
}
h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  margin: 0 0 30px 0;
  padding: 0;
}
h3.large {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 899px) {
  h3.large {
    font-size: 20px;
    font-weight: 300;
  }
}
.app-form-item + h3 {
  padding-top: 30px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 26px 0;
  padding: 0;
}
h2 + form .app-form-item:first-of-type, h3 + form .app-form-item:first-of-type, h4 + form .app-form-item:first-of-type {
  margin-top: -20px;
}
h2 + .app-form-item p, h3 + .app-form-item p, h4 + .app-form-item p {
  margin-top: -8px;
}
h2 + .app-form-item p.help-block, h3 + .app-form-item p.help-block, h4 + .app-form-item p.help-block {
  margin-top: 8px;
}
.app-form-item {
  width: 100%;
  margin-bottom: 32px;
  font-size: 0;
}
.app-form-item.contains-floats {
  zoom: 1;
  margin-bottom: 24px;
}
.app-form-item.contains-floats:before, .app-form-item.contains-floats:after {
  content: "";
  display: table;
}
.app-form-item.contains-floats::after {
  clear: both;
}
.app-form-item a, .app-form-item label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 150%;
  color: #4E5968;
  text-decoration: none;
}
.app-form-item a.darktext, .app-form-item label.darktext {
  color: #191F28;
}
.app-form-item a:hover, .app-form-item label:hover {
  color: #13D592;
}
.app-form-item p {
  clear: both;
  margin: 0.5rem 0 0 0;
  font-size: 1rem;
  line-height: 150%;
}
.app-floating-container + .app-form-item p {
  margin-top: 0;
}
.app-form-item span {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 150%;
}
.app-form-item input + span {
  font-size: 0.75rem;
  margin-left: 0.25rem;
}
.app-form-item .app-checkbox, .app-form-item .app-radio, .app-form-item .app-toggle {
  top: 3px;
}
.app-form-item .app-checkbox + label, .app-form-item .app-radio + label, .app-form-item .app-toggle + label {
  font-size: 12px;
  color: #4E5968;
  line-height: 150%;
}
.app-form-item .app-checkbox + label.darktext, .app-form-item .app-radio + label.darktext, .app-form-item .app-toggle + label.darktext {
  color: #191F28;
}
.app-form-item .app-checkbox + label::before, .app-form-item .app-radio + label::before, .app-form-item .app-toggle + label::before {
  margin-top: -2px;
}
.app-form-item .app-checkbox + label:hover, .app-form-item .app-radio + label:hover, .app-form-item .app-toggle + label:hover {
  color: #13D592;
}
.app-form-item .checkbox-container {
  width: 100%;
  border: 1px solid #f1f3f5;
  border-radius: 6px;
  padding: 11px 12px 1px 12px;
}
.app-form-item .spacer {
  clear: both;
  zoom: 1;
}
.app-form-item .spacer:before, .app-form-item .spacer:after {
  content: "";
  display: table;
}
.app-form-item .spacer::after {
  clear: both;
}
.app-form-item .help-block {
  color: #4E5968;
  font-size: 0.75rem;
}
.app-form-item .help-block .warning {
  color: #F44336;
}
.app-form-item .validation-error, .app-form-item .validation_error {
  clear: both;
  color: #F44336;
  font-size: 0.75rem;
  line-height: 150%;
  margin-top: 0.5rem;
}
.app-floating-container + .app-form-item .validation-error, .app-floating-container + .app-form-item .validation_error {
  margin-top: 0;
}
.app-form-item.narrow-margin {
  margin-bottom: 16px;
}
.app-form-item.no-margin {
  margin-bottom: 0;
}
.app-form-item.margin-above {
  margin-top: 32px;
}
.app-form-item.labels-only a, .app-form-item.labels-only label {
  margin-bottom: 0;
}
.app-floating-container {
  float: left;
  margin-bottom: 8px;
}
.app-floating-container.fullwidth {
  width: 320px;
  max-width: 100%;
}
.app-floating-container.halfwidth {
  width: 152px;
}
.app-floating-container.contains-checkbox {
  height: 40px;
  padding: 11px 0;
}
.app-floating-container.contains-checkbox label {
  margin-bottom: 0;
}
.app-floating-container.has-margin {
  margin-right: 1rem;
}
.app-floating-container:last-child.has-margin {
  margin-right: 0;
}
.app-inset-container {
  position: relative;
}
.app-inset-container.fullwidth {
  width: 320px;
  max-width: 100%;
}
.app-inset-container.halfwidth {
  width: 152px;
}
.app-inset-container .app-input, .app-inset-container .app-select {
  width: 100%;
}
.app-inset-container .inset {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #4E5968;
  pointer-events: none;
}
.app-inset-container .inset-fixed-text {
  position: absolute;
  left: 16px;
  top: 10px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #6B7684;
  pointer-events: none;
}
.app-inset-container .pyconv.filled, .app-inset-container .m2conv.filled {
  display: inline-block;
  font-size: 14px;
  margin-left: 4px;
}
.color-primary {
  color: #13D592;
}
.color-secondary {
  color: #425FF8;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
i.fa, i.fal, i.fas, i.far {
  vertical-align: middle;
}
.btn {
  height: 26px !important;
}
.app-main {
  padding-top: 0;
  padding-bottom: 0;
}
.app-container {
  width: 100%;
  max-width: 1210px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  margin: 0 auto;
  zoom: 1;
}
.app-container:before, .app-container:after {
  content: "";
  display: table;
}
.app-container::after {
  clear: both;
}
@media (max-width: 899px) {
  .app-container {
    max-width: 1024px;
  }
}
.app-container--small {
  max-width: 892px;
}
.app-container *--xs {
  max-width: 772px;
}
.app-break-container {
  width: 100%;
  position: relative;
}
.app-reset-container {
  width: 100%;
  max-width: 1210px;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media (max-width: 899px) {
  .app-reset-container {
    max-width: 1024px;
  }
}
.app-center {
  text-align: center;
}
.app-clearfix, .ie-clearfix, .clearfix {
  zoom: 1;
}
.app-clearfix:before, .app-clearfix:after, .ie-clearfix:before, .ie-clearfix:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.app-clearfix::after, .ie-clearfix::after, .clearfix::after {
  clear: both;
}
@media (min-width: 900px) {
  .app-show-in-mobile, .show-in-mobile, .app-hidden--pc {
    display: none !important;
  }
}
@media (max-width: 899px) {
  .app-hide-in-mobile, .hide-in-mobile, .app-hidden--mobile {
    display: none !important;
  }
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.base.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.text.scss.css */

.app-text-display-4, .app-text-display-3, .app-text-display-2, .app-text-display-1, .app-text-headline, .app-text-subhead {
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
.app-text-display-4 {
  font-size: 3rem;
}
.app-text-display-3 {
  font-size: 2.25rem;
}
.app-text-display-2 {
  font-size: 2rem;
}
.app-text-display-1 {
  font-size: 1.5rem;
}
.app-text-headline {
  font-size: 1.25rem;
}
.app-text-subhead {
  font-size: 1.125rem;
}
.app-text-body, .app-text-body-sm, .app-text-body-xs {
  line-height: 180%;
  margin: 0;
}
.app-text-body {
  font-size: 1rem;
}
.app-text-body-sm {
  font-size: 0.875rem;
}
.app-text-body-xs {
  font-size: 0.75rem;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.text.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.input.scss.css */

.app-input {
  padding: 0;
  padding-left: 1rem;
  width: 320px;
  height: 40px;
  color: #191F28;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #F2F4F6;
  background-color: #F2F4F6;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.2s ease, padding-left 0s;
}
.app-input[disabled] {
  color: #4E5968;
  cursor: not-allowed;
}
.app-input::-webkit-input-placeholder {
  color: #6B7684;
}
.app-input:-ms-input-placeholder {
  color: #6B7684;
}
.app-input[type=number] {
  -moz-appearance: textfield;
}
.app-input:focus {
  outline: none !important;
  border-color: #13D592;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(19, 213, 146, 0.2);
}
.app-input[readonly]:focus {
  outline: none !important;
  border: 1px solid #E5E8EB;
  background-color: #E5E8EB;
  box-shadow: none;
}
.app-input.halfwidth {
  width: 152px;
}
.app-input.app-small {
  height: 2rem;
  padding-left: 0.5rem;
}
.app-input.app-xs {
  height: 2rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}
.app-input.app-expand {
  display: block;
  width: 100%;
}
.app-textarea {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  color: #191F28;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  border-radius: 6px;
  border: 1px solid #F2F4F6;
  background-color: #F2F4F6;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.app-textarea:placeholder {
  color: #6B7684;
}
.app-textarea::-webkit-resizer {
  display: none;
}
.app-textarea:focus {
  outline: none !important;
  border-color: #13D592;
}
.app-textarea.app-expand {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.input.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.checkbox.scss.css */

.app-checkbox {
  display: none;
  visibility: hidden;
}
.app-checkbox + label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
  color: #191F28;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 22px;
  transition: 0.2s ease;
}
.app-checkbox + label:before {
  display: inline-block;
  flex-shrink: 0;
  cursor: pointer;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
  border-radius: 4px;
  border: 1px solid #E5E8EB;
  vertical-align: middle;
  background-color: #ffffff;
  transition: 0.2s ease;
}
.app-checkbox + label:hover:before {
  border-color: #B0B8C1;
}
.app-checkbox + label:active:before {
  border-color: #36CC68;
}
.checkbox-container .app-checkbox + label {
  margin-right: 1rem;
}
.app-checkbox:checked + label {
  color: #36CC68;
}
.app-checkbox:checked + label:before {
  border-color: #36CC68;
  background-color: #36CC68;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwIDE1Ij4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNy4xNDMsMTQuOTM4IDAsNy43OTYgMi4wMjEsNS43NzYgNy4xNDMsMTAuODk4IDE3Ljk3OSwwLjA2MiAyMCwyLjA4MiAiLz4NCjwvc3ZnPg0K");
}
.app-checkbox:hover:checked + label:before {
  border-color: #36CC68;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.checkbox.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.button.scss.css */

.app-button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0;
  color: #191F28;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  border-radius: 6px;
  border: 1px solid #E5E8EB;
  background-color: #ffffff;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.app-button:hover {
  color: #191F28;
  background-color: #F9FAFB;
  border-color: #D1D6DB;
  text-decoration: none;
}
.app-button:active {
  background-color: #F2F4F6;
  border-color: #B0B8C1;
}
.app-button:focus {
  outline: none !important;
}
.app-button:disabled, .app-button[disabled] {
  background-color: #D1D6DB;
  color: #4E5968;
  cursor: not-allowed;
}
.app-button:disabled:hover, .app-button[disabled]:hover {
  background-color: #B0B8C1;
  text-decoration: none;
}
.app-button > i {
  font-size: 0.875rem;
}
.app-button > i + * {
  margin-left: 0.5rem;
}
.app-button > * + i {
  margin-left: 0.75rem;
}
.app-button.app-next {
  margin-left: 0.25rem;
}
.app-button.app-fixedwidth {
  width: 140px;
}
.app-button.app-fixedwidth2 {
  width: 100px;
}
.app-button.app-rounded, .app-button--rounded {
  border-radius: 5rem;
}
.app-button.app-expand, .app-button--expand {
  display: flex;
  width: 100%;
}
.app-button.app-larger {
  padding-left: 2rem;
  padding-right: 2rem;
}
.app-button.app-small {
  height: 2.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.app-button.app-xs {
  height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
}
.app-button.app-primary {
  font-weight: 700;
  color: #ffffff;
  background-color: #36CC68;
  border-color: #36CC68;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button.app-primary:hover {
  background-color: #2fb95d;
  border-color: #2fb95d;
}
.app-button.app-primary:active {
  background-color: #2aa553;
  border-color: #2aa553;
}
.app-button.app-primary, .app-button.app-primary:hover, .app-button.app-primary:active {
  color: #ffffff;
}
.app-button.app-secondary, .app-button.app-blue {
  font-weight: 700;
  color: #ffffff;
  background-color: #618DFF;
  border-color: #618DFF;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button.app-secondary:hover, .app-button.app-blue:hover {
  background-color: #487bff;
  border-color: #487bff;
}
.app-button.app-secondary:active, .app-button.app-blue:active {
  background-color: #2e68ff;
  border-color: #2e68ff;
}
.app-button.app-secondary, .app-button.app-secondary:hover, .app-button.app-secondary:active, .app-button.app-blue, .app-button.app-blue:hover, .app-button.app-blue:active {
  color: #ffffff;
}
.app-button.app-black {
  color: #ffffff;
  font-weight: 700;
  color: #ffffff;
  background-color: #191F28;
  border-color: #191F28;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button.app-black:hover {
  background-color: #0f1318;
  border-color: #0f1318;
}
.app-button.app-black:active {
  background-color: #050709;
  border-color: #050709;
}
.app-button.app-black, .app-button.app-black:hover, .app-button.app-black:active {
  color: #ffffff;
}
.app-button.app-purple {
  color: #ffffff;
  font-weight: 700;
  color: #ffffff;
  background-color: #7761FF;
  border-color: #7761FF;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button.app-purple:hover {
  background-color: #6148ff;
  border-color: #6148ff;
}
.app-button.app-purple:active {
  background-color: #4b2eff;
  border-color: #4b2eff;
}
.app-button.app-purple, .app-button.app-purple:hover, .app-button.app-purple:active {
  color: #ffffff;
}
.app-button.app-gray {
  font-weight: 700;
  color: #4E5968;
  background-color: #F2F4F6;
  border-color: #F2F4F6;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button.app-gray:hover {
  background-color: #e3e7ec;
  border-color: #e3e7ec;
}
.app-button.app-gray:active {
  background-color: #d4dbe1;
  border-color: #d4dbe1;
}
.app-button.app-gray, .app-button.app-gray:hover, .app-button.app-gray:active {
  color: #4E5968;
}
.app-button.app-red {
  color: #F44336;
  border: 1px solid #E04F4F;
  background-color: transparent;
}
.app-button.app-red:hover, .app-button.app-red:active {
  border-color: #E04F4F;
  background-color: #E04F4F;
  color: #ffffff;
  font-weight: 700;
}
.app-button.app-plain.app-primary, .app-button.app-plain.app-button--primary, .app-button--plain.app-primary, .app-button--plain.app-button--primary {
  color: #31B85E;
  background-color: #ebfaf0;
  border-color: #ebfaf0;
}
.app-button.app-plain.app-primary:hover, .app-button.app-plain.app-button--primary:hover, .app-button--plain.app-primary:hover, .app-button--plain.app-button--primary:hover {
  color: #31B85E;
  background-color: #e1f7e8;
  border-color: #e1f7e8;
}
.app-button.app-plain.app-primary:active, .app-button.app-plain.app-button--primary:active, .app-button--plain.app-primary:active, .app-button--plain.app-button--primary:active {
  color: #31B85E;
  background-color: #d7f5e1;
  border-color: #d7f5e1;
}
.app-button.app-plain.app-secondary, .app-button.app-plain.app-blue, .app-button--plain.app-secondary, .app-button--plain.app-blue {
  color: #577FE6;
  background-color: #eff4ff;
  border-color: #eff4ff;
}
.app-button.app-plain.app-secondary:hover, .app-button.app-plain.app-blue:hover, .app-button--plain.app-secondary:hover, .app-button--plain.app-blue:hover {
  color: #577FE6;
  background-color: #e7eeff;
  border-color: #e7eeff;
}
.app-button.app-plain.app-secondary:active, .app-button.app-plain.app-blue:active, .app-button--plain.app-secondary:active, .app-button--plain.app-blue:active {
  color: #577FE6;
  background-color: #dfe8ff;
  border-color: #dfe8ff;
}
.app-button.app-plain.app-red, .app-button--plain.app-red {
  color: #CA4747;
  background-color: #fceded;
  border-color: #fceded;
}
.app-button.app-plain.app-red:hover, .app-button--plain.app-red:hover {
  color: #CA4747;
  background-color: #fae5e5;
  border-color: #fae5e5;
}
.app-button.app-plain.app-red:active, .app-button--plain.app-red:active {
  color: #CA4747;
  background-color: #f9dcdc;
  border-color: #f9dcdc;
}
.app-button.app-plain.app-purple, .app-button--plain.app-purple {
  color: #6B57E6;
  background-color: #f1efff;
  border-color: #f1efff;
}
.app-button.app-plain.app-purple:hover, .app-button--plain.app-purple:hover {
  color: #6B57E6;
  background-color: #ebe7ff;
  border-color: #ebe7ff;
}
.app-button.app-plain.app-purple:active, .app-button--plain.app-purple:active {
  color: #6B57E6;
  background-color: #e4dfff;
  border-color: #e4dfff;
}
.app-button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.app-button-group .app-button {
  border-radius: 0;
  border-right: 1px solid #ffffff;
}
.app-button-group > *:first-child, .app-button-group .al-first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.app-button-group > *:last-child, .app-button-group .al-last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: none;
}
.app-button, .app-button--default {
  color: #191F28;
  background-color: #ffffff;
  border-color: #E5E8EB;
}
.app-button:hover, .app-button--default:hover {
  color: #191F28;
  background-color: #F9FAFB;
  border-color: #D1D6DB;
  text-decoration: none;
}
.app-button:active, .app-button--default:active {
  background-color: #F2F4F6;
  border-color: #B0B8C1;
}
.app-button--gray {
  color: #191F28;
  background-color: #F2F4F6;
  border-color: #F2F4F6;
}
.app-button--gray:hover {
  background-color: #F2F4F6;
  border-color: #F2F4F6;
}
.app-button--gray:active {
  background-color: #E5E8EB;
  border-color: #E5E8EB;
}
.app-button--black {
  font-weight: 700;
  color: #ffffff;
  background-color: #191F28;
  border-color: #191F28;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button--black:hover {
  background-color: #0f1318;
  border-color: #0f1318;
}
.app-button--black:active {
  background-color: #050709;
  border-color: #050709;
}
.app-button--black, .app-button--black:hover, .app-button--black:active {
  color: #ffffff;
}
.app-button--primary {
  font-weight: 700;
  color: #ffffff;
  background-color: #36CC68;
  border-color: #36CC68;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button--primary:hover {
  background-color: #2fb95d;
  border-color: #2fb95d;
}
.app-button--primary:active {
  background-color: #2aa553;
  border-color: #2aa553;
}
.app-button--primary, .app-button--primary:hover, .app-button--primary:active {
  color: #ffffff;
}
.app-button--primary-light {
  font-weight: 700;
  color: #31B85E;
  background-color: #EBFAF0;
  border-color: #EBFAF0;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button--primary-light:hover {
  background-color: #d7f5e1;
  border-color: #d7f5e1;
}
.app-button--primary-light:active {
  background-color: #c2f0d1;
  border-color: #c2f0d1;
}
.app-button--primary-light, .app-button--primary-light:hover, .app-button--primary-light:active {
  color: #31B85E;
}
.app-button--secondary-light {
  font-weight: 700;
  background-color: #EFF3FF;
  color: #577FE6;
}
.app-button, .app-button--default {
  height: 38px;
  padding: 6px 16px 7px;
  font-size: 0.875rem;
}
.app-button--xlarge {
  height: 52px;
  padding: 11px 24px 12px;
  font-size: 1rem;
}
.app-button--large {
  height: 42px;
  padding: 8px 16px 9px;
  font-size: 0.875rem;
}
.app-button--large i {
  font-size: 0.75rem;
}
.app-button--small {
  height: 30px;
  padding: 4px 12px;
  font-size: 0.75rem;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.button.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.link.scss.css */

.app-link {
  display: inline-flex;
  padding-bottom: 2px;
  color: #6B7684;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: 0.2s ease;
}
.app-link > i {
  font-size: 16px;
}
.app-link:hover {
  color: #4E5968;
  text-decoration: none !important;
  outline: none;
}
.app-link:active {
  color: #191F28;
}
.app-link:focus {
  outline: none;
}
.app-link.app-primary {
  color: #13D592;
}
.app-link.app-primary:hover {
  color: #11c083;
}
.app-link.app-primary:hover {
  color: #0faa75;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.link.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.radio.scss.css */

.app-radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  margin: -4px 0 0 0;
  padding: 0 !important;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50% !important;
  border: 1px solid #D1D6DB;
  appearance: none;
  -webkit-appearance: none;
  transition: 0.2s ease;
}
.app-radio:focus {
  border-color: #36CC68;
}
.app-radio:checked {
  background-color: #ffffff;
  border-color: #36CC68;
  border-width: 5px;
}
.app-radio:checked:focus {
  border-color: #36CC68;
}
.app-radio + label {
  cursor: pointer;
  color: #191F28;
  font-size: 0.875rem;
  padding-left: 0.25rem;
  margin-right: 0.5rem;
}
.app-radio:checked + label {
  color: #36CC68;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.radio.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.tab.scss.css */

.app-menutab-container {
  border-bottom: 1px solid #D1D6DB;
  height: 43px;
  padding: 0;
  margin: 0 0 65px 0;
  position: relative;
}
@media (max-width: 899px) {
  .app-menutab-container {
    height: 37px;
    margin-bottom: 20px;
  }
}
.app-menutab-container .app-reset-container {
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.app-menutab-container .app-reset-container::-webkit-scrollbar {
  background: transparent;
  width: 0;
}
.app-menutab-container .app-reset-container.right {
  display: block;
  margin-top: -60px;
  text-align: right;
}
@media (max-width: 899px) {
  .app-menutab-container .app-reset-container.right {
    margin-top: -106px;
  }
}
.app-menutab-container .app-menutab {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4E5968;
  margin-right: 1.25rem;
  list-style: none;
  position: relative;
  height: 42px;
}
@media (max-width: 899px) {
  .app-menutab-container .app-menutab {
    margin-right: 12px;
    height: 36px;
  }
}
.app-menutab-container .app-menutab a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 -4px;
  padding: 0 4px 12px 4px;
}
.app-menutab-container .app-menutab.active {
  color: #191F28;
  font-weight: 700;
  border-bottom: 3px solid #191F28;
}
.app-menutab-container .app-menutab.with-arrow {
  margin-right: 3.25rem;
}
@media (max-width: 899px) {
  .app-menutab-container .app-menutab.with-arrow {
    margin-right: 2.5rem;
  }
}
.app-menutab-container .app-menutab.with-arrow::after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  content: "";
  color: #6B7684;
  display: block;
  position: absolute;
  right: -33px;
  top: 4px;
}
@media (max-width: 899px) {
  .app-menutab-container .app-menutab.with-arrow::after {
    right: -25px;
  }
}
.app-menutab-container .app-menutab:last-child {
  margin-right: 1rem;
}
.app-menutab-container .app-menutab:last-child.with-arrow::after {
  display: none;
  content: "";
}
.app-segment-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: 0 0.25rem;
  margin: 0;
  overflow: hidden;
  outline: none;
  border-radius: 8px;
  border: none;
  background-color: #F2F4F6;
  box-sizing: border-box;
}
.app-segment-container input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.app-segment-container label {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0 1rem;
}
.app-segment-container label:hover {
  color: #6B7684;
}
.app-segment-container .app-segment {
  height: 2rem;
  margin-right: 0.25rem;
  border-radius: 6px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6B7684;
  line-height: 32px;
  list-style: none;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}
.app-segment-container .app-segment:last-child {
  margin-right: 0;
}
.app-segment-container .app-segment:focus {
  outline: none !important;
}
.app-segment-container .app-segment[disabled] {
  color: #4E5968;
  cursor: not-allowed;
}
.app-segment-container .app-segment.active {
  color: #31B85E;
  background-color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.05);
  font-weight: 700;
}
.app-segment-container .app-segment a {
  display: block;
  height: 100%;
  padding: 0 1.5rem;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 32px;
  text-decoration: none;
  white-space: nowrap;
}
.app-segment-container .app-segment i {
  font-size: 1rem;
}
.app-segment-container .app-segment i + span {
  margin-left: 0.5rem;
}
.app-segment-container.app-expand {
  display: flex;
  width: 100%;
}
.app-segment-container.app-expand > .app-segment {
  flex: 1;
  flex-basis: 1%;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.tab.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.toggle.scss.css */

.app-toggle {
  display: none;
}
.app-toggle + label {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  color: #191F28;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
.app-toggle + label::before, .app-toggle + label::after {
  content: "";
}
.app-toggle + label::before {
  display: inline-block;
  width: 35px;
  height: 20px;
  margin-right: 4px;
  border-radius: 500px;
  background-color: #D1D6DB;
  transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
}
.app-toggle + label::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 500px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.app-toggle + label:hover::after {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.app-toggle:checked + label {
  color: #31B85E;
}
.app-toggle:checked + label::before {
  border-color: #36CC68;
  box-shadow: 0 0 0 20px #36CC68 inset;
}
.app-toggle:checked + label::after {
  transform: translateX(15px);
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.toggle.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.card.scss.css */

.app-card {
  position: relative;
  display: block;
  color: #191F28;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 32px, rgba(0, 0, 0, 0.05) 0 1px 2px;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.app-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 12px 48px, rgba(0, 0, 0, 0.05) 0 1px 2px;
  transform: translateY(-4px);
}
.app-card-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
  padding: 0.25rem 0.5rem;
  color: white;
  font-size: 0.6875rem;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
}
.app-card-media {
  position: relative;
  height: 0;
  padding-bottom: 56.4%;
  overflow: hidden;
}
.app-card-media > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.app-card-body {
  padding: 1rem 1.25rem;
}
.app-card-body > .app-subtitle {
  color: #13D592;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0.25rem;
}
.app-card-body > .app-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.app-card-body > .app-author {
  color: #4E5968;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.app-card-body > .app-address {
  color: #4E5968;
  font-size: 0.75rem;
}
.app-card-body .app-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #4E5968;
  font-size: 0.75rem;
}
.app-card-body .app-meta > .app-meta-item {
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.app-card-body .app-meta > .app-meta-item i {
  margin-right: 0.25rem;
}
.app-card-body .app-card-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.25rem;
  margin-bottom: -0.5rem;
}
.app-card-body .app-card-tag > .app-card-tag-item {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  color: #191F28;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 4px;
  background-color: #E5E8EB;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.card.scss.map */

/* Original file: files/cache/assets/compiled/1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.tag.scss.css */

.app-tag {
  display: inline-block;
  padding: 5px 8px;
  color: #4E5968;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background-color: #E5E8EB;
  border-radius: 4px;
}
.app-tag--xs {
  padding: 2px 4px;
  font-size: 10px;
}
.app-tag--small {
  padding: 3px 5px;
  font-size: 12px;
}
.app-tag--large {
  padding: 6px 12px;
  font-size: 14px;
}
.app-tag--primary {
  color: #31B85E;
  background-color: #EBFAF0;
}
.app-tag--secondary {
  color: #425FF8;
  background-color: #E9ECFF;
}
.app-tag--orange {
  color: #e99b30;
  background-color: #ffedd3;
}
.app-tag--purple {
  color: #7c42f8;
  background-color: #e9dfff;
}
.app-tag--pink {
  color: "#d47ac0";
  background-color: rgba(212, 122, 192, 0.1);
}
.app-tag--danger {
  color: #E04F4F;
  background-color: #ffe4e6;
}
.app-tag--labeled {
  display: inline-flex;
  padding: 0;
  overflow: hidden;
}
.app-tag--labeled > div {
  padding: 3px 5px;
}
.app-tag--labeled > div:last-child {
  font-weight: 500;
}
/* sourceMappingURL=1551ba3101dc4c51d3179e11ac9e4e75010d9f2e.tag.scss.map */

/* Original file: layouts/jootek/plugins/swiper8/swiper-bundle.min.css */

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* Original file: files/cache/assets/compiled/f2fcb4ea463ca83f991bbb8ed759851d2fdfb67f.dropdown.scss.css */

.app-dropdown {
  position: relative;
}
.app-dropdown-toggle {
  cursor: pointer;
}
.app-dropdown-menu {
  position: absolute;
  top: calc(100% + 1rem);
  z-index: 10;
  max-height: 400px;
  min-width: 200px;
  overflow-y: auto;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.16);
}
.app-dropdown-menu:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1), 0 8px 40px rgba(0, 0, 0, 0.1), 0 16px 50px rgba(0, 0, 0, 0.05);
  transform: translateY(-0.25rem);
}
.app-dropdown-menu .app-dropdown-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.app-dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0.5rem 0;
}
.app-dropdown-menu ul > li > a {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.75em 1.25em;
  color: #212529;
  font-size: 0.875rem;
  font-weight: 500;
  word-break: break-word;
  text-decoration: none;
  transition: 0.2s ease;
}
.app-dropdown-menu ul > li > a i {
  color: #495057;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.app-dropdown-menu ul > li > a:hover {
  background-color: #e9ecef;
}
.app-dropdown-menu ul > li.app-divider {
  margin: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
}
.app-dropdown-hover .app-dropdown-container {
  opacity: 0;
  visibility: hidden;
}
.app-dropdown-hover .app-dropdown-toggle:hover + .app-dropdown-container, .app-dropdown-hover .app-dropdown-container:hover {
  opacity: 1;
  visibility: visible;
}
.app-dropdown-menu.app-right {
  right: 0;
}
.app-dropdown-menu.app-top {
  bottom: 100%;
}
.app-dropdown-menu {
  opacity: 0;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
  transform: translateY(-1rem);
  transition: 0.3s ease;
}
.app-dropdown.active .app-dropdown-menu {
  opacity: 1;
  visibility: visible;
  user-select: initial;
  pointer-events: initial;
  transform: translateY(0);
}
.app-dropdown-menu {
  overflow-y: overlay;
}
.app-dropdown-menu::-webkit-scrollbar {
  width: 12px;
  transition: 250ms;
}
.app-dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
  transition: 250ms;
}
.app-dropdown-menu::-webkit-scrollbar-thumb {
  background: #dee2e6;
  border-radius: 20px;
  border: 3px solid transparent;
  background-clip: padding-box;
  transition: 250ms;
}
.app-dropdown-menu:hover::-webkit-scrollbar, .app-dropdown-menu:hover::-webkit-scrollbar-track, .app-dropdown-menu:hover::-webkit-scrollbar-thumb {
  display: block;
}
.app-dropdown-menu::-webkit-scrollbar, .app-dropdown-menu::-webkit-scrollbar-track, .app-dropdown-menu::-webkit-scrollbar-thumb {
  display: none;
}
.app-dropdown-more {
  display: block;
  padding: 1rem;
  margin-bottom: 0.5rem;
  color: #30DE76;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
/* sourceMappingURL=f2fcb4ea463ca83f991bbb8ed759851d2fdfb67f.dropdown.scss.map */

/* Original file: files/cache/assets/compiled/f2fcb4ea463ca83f991bbb8ed759851d2fdfb67f.dropdown_select.scss.css */

.app-dropdown-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 140px;
  height: 40px;
  border: 1px solid #e9ecef;
  background-color: #e9ecef;
  border-radius: 6px;
  transition: 0.2s ease;
  cursor: pointer;
}
.app-dropdown-select > label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 36px 0 16px;
  outline: none !important;
  border: none;
  border-radius: 6px;
  color: #212529;
  font-size: 14px;
  font-weight: 500;
}
.app-dropdown-select > label .selected_count {
  display: inline-block;
  margin-left: 8px;
  color: #30DE76;
}
.app-dropdown-select > select {
  display: none;
}
.app-dropdown-select i {
  position: absolute;
  top: 0;
  right: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
  color: #868e96;
  font-size: 1rem;
  transition: 250ms ease;
  pointer-events: none;
}
.app-dropdown-select .virtual-dropdown {
  position: absolute;
  left: -1px;
  top: 32px;
  width: 100%;
  max-height: 300px;
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0;
  background: #ffffff;
  border: 1px solid #adb5bd;
  border-top: 0;
  z-index: 10000;
}
.app-dropdown-select .virtual-dropdown-container {
  white-space: nowrap;
  padding: 0 8px;
}
.app-dropdown-select:hover {
  border-color: #ced4da;
}
.app-dropdown-select.active {
  border-color: #30DE76;
  box-shadow: 0 0 0 3px rgba(48, 222, 118, 0.2);
  background-color: #ffffff;
}
/* sourceMappingURL=f2fcb4ea463ca83f991bbb8ed759851d2fdfb67f.dropdown_select.scss.map */

/* Original file: files/cache/assets/compiled/9596b63e82de22ea6493bb9285bdf7b4a1ba7420.dialog.scss.css */

.app-dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.app-dialog .app-dialog-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.app-dialog .app-dialog-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  max-width: 432px;
  width: 100%;
  padding: 1rem;
}
.app-dialog .app-dialog-box {
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: relative;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 16px 40px;
}
.app-dialog--fullscreen {
  align-items: stretch;
}
.app-dialog--fullscreen .app-dialog-container {
  padding: 0;
  align-items: stretch;
}
.app-dialog--fullscreen .app-dialog-box {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-height: 100%;
}
.app-dialog-header {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 0;
  border-bottom: #D1D6DB;
  z-index: 1;
}
.app-dialog-header h3 {
  flex: 1;
  margin: 0;
  color: #191F28;
  font-size: 1.5em;
  font-weight: 700;
}
.app-dialog--fullscreen .app-dialog-header {
  height: 60px;
  align-items: center;
  padding: 0;
  position: relative;
}
.app-dialog--fullscreen .app-dialog-header h3 {
  text-align: center;
  font-size: 18px;
}
.app-dialog-body {
  padding: 1.5rem;
  flex: 1 1;
  min-height: 0;
  overflow-y: auto;
}
.app-dialog-body > div {
  display: block !important;
}
.app-dialog-body .app-dialog-text-content {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.app-dialog-body .app-dialog-text-content:last-child {
  margin-bottom: 0;
}
.app-dialog-body .app-dialog-share-container {
  display: flex;
  flex-wrap: wrap;
}
.app-dialog-body .app-dialog-share-container a {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
}
.app-dialog-body .app-dialog-share-container a.kakao {
  background-color: #ffd736;
  color: #3c2622;
}
.app-dialog-body .app-dialog-share-container a.facebook {
  background-color: #247bfc;
}
.app-dialog-body .app-dialog-share-container a.twitter {
  background-color: #191F28;
}
.app-dialog-body .app-dialog-share-container a.band {
  background-color: #13c35a;
}
.app-dialog-body .app-dialog-share-container a img, .app-dialog-body .app-dialog-share-container a svg {
  width: auto;
  height: 24px;
}
.app-dialog-body .app-dialog-share-container a i {
  font-size: 24px;
}
.app-dialog-body .app-dialog-share-container .link {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  border-radius: 6px;
  text-decoration: none;
  background-color: #EAEDF0;
  color: #191F28;
  cursor: pointer;
}
.app-dialog-body .app-dialog-share-container .share-url-box {
  display: flex;
  width: 100%;
  gap: 8px;
  margin-bottom: 12px;
}
.app-dialog-body .app-dialog-share-container .share-url-box .share-url-input {
  border: 1px solid #D1D6DB;
  flex: 1;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  border-radius: 5px;
}
.app-dialog-body .app-dialog-share-container .share-url-box .share-url-copy {
  flex: none;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  border-radius: 5px;
  background-color: #E5E8EB;
  border: none;
  cursor: pointer;
  transition: background-color 250ms;
}
.app-dialog-body .app-dialog-share-container .share-url-box .share-url-copy:hover {
  background-color: #D1D6DB;
}
.app-dialog-body .app-dialog-share-container .share-url-box .share-url-copy:active {
  background-color: #B0B8C1;
}
.app-dialog-close {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0;
  color: #191F28;
  font-size: 1rem;
  background-color: #F2F4F6;
  border-radius: 100%;
  outline: none;
  border: none;
  transition: background-color 250ms;
}
.app-dialog-close i {
  color: #191F28;
  font-size: 1rem;
}
.app-dialog-close:focus {
  outline: none !important;
}
.app-dialog-close:hover {
  background-color: #E5E8EB;
}
.app-dialog-close:active {
  background-color: #D1D6DB;
}
.app-dialog--fullscreen .app-dialog-close {
  position: absolute;
  left: 8px;
  top: 15px;
  width: auto;
  height: 30px;
  padding: 0 8px;
  background-color: unset;
  border-radius: 0;
}
.app-dialog--fullscreen .app-dialog-close i {
  color: #6B7684;
}
.app-dialog--fullscreen .app-dialog-close:hover, .app-dialog--fullscreen .app-dialog-close:active {
  background-color: unset;
}
.app-dialog-footer {
  display: flex;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  border-top: 1px solid #D1D6DB;
}
.app-dialog-footer > button {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 1em;
  margin: 0;
  color: #6B7684;
  font-size: 14px;
  font-weight: 700;
  border: none;
  outline: none;
  background-color: transparent;
  transition: 0.2s ease;
}
.app-dialog-footer > button:hover {
  color: #4E5968;
  background-color: #F2F4F6;
}
.app-dialog-footer > button:active {
  color: #333D4B;
  background-color: #E5E8EB;
}
.app-dialog-footer > button[type="submit"] {
  color: #ffffff;
  background-color: #13D592;
}
.app-dialog-footer > button[type="submit"]:hover {
  background-color: #11c083;
}
.app-dialog-footer > button[type="submit"]:active {
  background-color: #0faa75;
}
.app-dialog {
  opacity: 0;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
  transition: 0.3s ease;
}
.app-dialog .app-dialog-box {
  transition: 0.3s ease;
  transform: translateY(-1rem);
}
.app-dialog.active {
  opacity: 1;
  visibility: visible;
  user-select: initial;
  pointer-events: initial;
}
.app-dialog.active .app-dialog-box {
  transform: translateY(0);
}
.app-dialog.app-large-modal .app-dialog-container {
  max-width: 1440px;
}
.app-dialog.app-large-modal .app-dialog-container .app-dialog-box {
  height: 800px;
}
.app-dialog.app-large-modal .app-dialog-header {
  position: absolute;
  right: 0;
  top: 0;
}
.app-dialog.app-large-modal .app-dialog-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 899px) {
  .app-dialog.app-large-modal .app-dialog-body {
    align-items: stretch;
  }
}
.app-dialog.app-large-modal .app-large-modal-body {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
.app-dialog.app-large-modal .app-large-modal-body--text {
  display: flex;
  flex-direction: column;
  width: 460px;
}
@media (min-width: 900px) and (max-width: 1279px) {
  .app-dialog.app-large-modal .app-large-modal-body--text {
    width: 40%;
  }
}
@media (max-width: 899px) {
  .app-dialog.app-large-modal .app-large-modal-body--text {
    width: 100%;
    padding-top: 0.25rem;
  }
}
.app-dialog.app-large-modal .app-large-modal-body--text:last-child {
  width: 1200px;
}
@media (min-width: 900px) and (max-width: 1279px) {
  .app-dialog.app-large-modal .app-large-modal-body--text:last-child {
    width: 100%;
  }
}
.app-dialog.app-large-modal .app-large-modal-body--text .subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 2rem 0;
  padding: 0 0 0 2rem;
  background-image: url("/layouts/jootek/assets/images/logo/jootek-symbol-primary.svg");
  background-size: 18px;
  background-repeat: no-repeat;
}
@media (max-width: 899px) {
  .app-dialog.app-large-modal .app-large-modal-body--text .subtitle {
    margin-bottom: 3rem;
  }
}
.app-dialog.app-large-modal .app-large-modal-body--text .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 2rem 0;
  padding: 0;
}
@media (max-width: 899px) {
  .app-dialog.app-large-modal .app-large-modal-body--text .title {
    font-size: 28px;
  }
}
.app-dialog.app-large-modal .app-large-modal-body--text .message {
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  color: #6B7684;
  margin: 0 0 2.5rem 0;
  padding: 0;
  border: 0;
  background: none;
  word-break: keep-all;
}
.app-dialog.app-large-modal .app-large-modal-body--text .message p, .app-dialog.app-large-modal .app-large-modal-body--text .message ul {
  margin: 0 0 1rem 0 !important;
}
@media (min-width: 900px) and (max-width: 1279px) {
  .app-dialog.app-large-modal .app-large-modal-body--text .message {
    font-size: 16px;
  }
}
@media (max-width: 899px) {
  .app-dialog.app-large-modal .app-large-modal-body--text .message {
    font-size: 16px;
  }
}
.app-dialog.app-large-modal .app-large-modal-body--text .button-area {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.app-dialog.app-large-modal .app-large-modal-body--text .button-area .app-button:not(.app-expand) {
  width: calc(50% - 0.5rem);
}
@media (max-width: 899px) {
  .app-dialog.app-large-modal .app-large-modal-body--text .button-area {
    flex-direction: column;
  }
  .app-dialog.app-large-modal .app-large-modal-body--text .button-area .app-button:not(.app-expand) {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.app-dialog.app-large-modal .app-large-modal-body--image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-left: 80px;
}
.app-dialog.app-large-modal .app-large-modal-body--image img {
  max-width: 90%;
}
@media (min-width: 900px) and (max-width: 1279px) {
  .app-dialog.app-large-modal .app-large-modal-body--image {
    width: 40%;
  }
}
@media (max-width: 899px) {
  .app-dialog.app-large-modal .app-large-modal-body--image {
    display: none;
  }
}
/* sourceMappingURL=9596b63e82de22ea6493bb9285bdf7b4a1ba7420.dialog.scss.map */

/* Original file: files/cache/assets/compiled/7a932199f3e6f86d2774d6ca9daf8189d71ac489.select.scss.css */

.app-select {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 142px;
  height: 40px;
  background: none;
  border: 1px solid #F2F4F6;
  background-color: #F2F4F6;
  border-radius: 6px;
  transition: 0.2s ease;
}
.app-select > select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-left: 16px;
  padding-right: 36px;
  outline: none !important;
  border: none;
  background-color: #F2F4F6;
  border-radius: 6px;
  color: #191F28;
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  transition: 0.2s ease;
}
.app-select > select::-ms-expand {
  display: none;
}
.app-select > select:disabled {
  cursor: no-drop;
  opacity: 0.7;
}
.app-select i {
  position: absolute;
  top: 0;
  right: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
  color: #8B95A1;
  font-size: 1rem;
  transition: 250ms ease;
  pointer-events: none;
}
.app-select:hover {
  border-color: #B0B8C1;
}
.app-select:focus-within, .app-select.isEnabled {
  border-color: #13D592;
  box-shadow: 0 0 0 3px rgba(19, 213, 146, 0.2);
  background-color: #ffffff;
}
.app-select:focus-within select, .app-select.isEnabled select {
  background-color: #ffffff;
}
.app-select.no-border {
  border-color: transparent;
  background-color: transparent;
}
.app-select.no-border > select {
  background-color: transparent;
}
.app-select.fullwidth {
  width: 320px;
  max-width: 100%;
}
.app-select.halfwidth {
  width: 152px;
}
.app-select.app-small {
  height: 2rem;
}
.app-select.app-small > select {
  padding-left: 0.5rem;
}
.app-select.app-expand {
  width: 100% !important;
}
.app-select.has-margin {
  margin-right: 1rem;
}
.app-select:last-child.has-margin {
  margin-right: 0;
}
/* sourceMappingURL=7a932199f3e6f86d2774d6ca9daf8189d71ac489.select.scss.map */

/* Original file: files/cache/assets/compiled/ec0638bc01c26cb3aec060c85e3598011bcd749a.header.scss.css */

.app-header-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  background: #1b2232;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  padding: 14px 0 16px 0;
  z-index: 100;
}
@media (max-width: 899px) {
  .app-header-banner {
    font-size: 16px;
  }
}
.app-header-banner__close {
  display: block;
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 100;
  text-decoration: none;
}
.app-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 1px rgba(0, 0, 0, 0.05);
  transition: height 0.2s ease, box-shadow 0.2s ease;
}
.app-header.app-header--shadowless:not(.app-floating) {
  box-shadow: none;
}
.app-header__divider {
  flex: 1;
}
@media (max-width: 899px) {
  .app-header__divider {
    display: none;
  }
}
.app-header-gnb {
  height: 80px;
}
@media (max-width: 899px) {
  .app-header-gnb {
    height: 56px;
  }
}
.app-header-lnb {
  height: 72px;
}
.app-header-lnb .app-button {
  align-self: flex-start;
}
@media (max-width: 899px) {
  .app-header-lnb {
    display: none;
  }
}
@media (max-width: 899px) {
  .app-header:not([data-header-banner]) {
    position: absolute;
  }
}
.app-header-master::after {
  content: "";
  position: absolute;
  top: 68px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 37px;
  border-top: 1px solid #e8e8e8;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(30px);
  -webkit-backdrop-filter: saturate(180%) blur(30px);
  -moz-backdrop-filter: saturate(180%) blur(30px);
  transition: 0.3s ease;
}
@media (max-width: 899px) {
  .app-header-master::after {
    display: none;
  }
}
.app-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 2560px;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: unset;
}
@media (max-width: 899px) {
  .app-header-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.app-header-container h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
}
.app-header-back {
  display: none;
}
@media (max-width: 899px) {
  .app-header-back {
    display: flex;
    padding: 12px 18px;
    margin: -12px -18px;
  }
}
.app-header--type-default .app-header-back {
  display: none;
}
.app-header-custom-search.is-expanded ~ .app-header-back, .app-header-custom-search:focus-within ~ .app-header-back {
  opacity: 0;
}
.app-header-text {
  display: none;
}
@media (max-width: 899px) {
  .app-header-text {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    height: 20px;
    color: #191F28;
    margin-left: 20px;
  }
}
.app-header--type-default .app-header-text {
  display: none;
}
.app-header--type-text .app-header-text {
  display: none;
}
.app-header-custom-search.is-expanded ~ .app-header-text, .app-header-custom-search:focus-within ~ .app-header-text {
  opacity: 0;
}
.app-header-custom {
  display: none;
}
@media (max-width: 899px) {
  .app-header-custom {
    display: block;
  }
}
.app-header--type-default .app-header-custom {
  display: none;
}
.app-header--type-text .app-header-custom {
  display: none;
}
.app-header-custom-search.is-expanded ~ .app-header-custom, .app-header-custom-search:focus-within ~ .app-header-custom {
  opacity: 0;
}
.app-header-logo {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}
@media (max-width: 899px) {
  .app-header-logo {
    left: 20px;
  }
  .app-header--type-text .app-header-logo, .app-header--type-custom .app-header-logo {
    display: none;
  }
}
.app-header-logo > img {
  width: auto;
  height: 24px;
}
.app-header-logo--sub > img {
  width: 32px;
  height: 32px;
}
@media (max-width: 899px) {
  .app-header-logo--sub > img {
    width: 28px;
    height: 28px;
  }
}
.app-header-logo--sub + .app-header-service-name {
  position: absolute;
  left: 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #333D4B;
  padding: 6px 4px 6px 10px;
  text-decoration: none;
  z-index: 99999;
}
@media (max-width: 899px) {
  .app-header-logo--sub + .app-header-service-name {
    left: 47px;
    font-size: 18px;
    padding: 4px 4px 4px 10px;
  }
  .app-header--type-text .app-header-logo--sub + .app-header-service-name, .app-header--type-custom .app-header-logo--sub + .app-header-service-name {
    display: none;
  }
}
.app-header-logo .app-logo, .app-header-logo .app-logo-master {
  display: block;
}
.app-header-logo .app-logo--inverse, .app-header-logo .app-symbol, .app-header-logo .app-symbol--inverse, .app-header-logo .app-logo--mobile, .app-header-logo .app-logo--mobile-inverse {
  display: none;
}
@media (max-width: 899px) {
  .app-header-logo .app-logo {
    display: none;
  }
  .app-header-logo .app-logo--mobile {
    display: block;
  }
}
.app-header-logo-master {
  display: flex;
  align-items: center;
  height: 3.25rem;
  text-decoration: none;
}
.app-header-logo-master > img {
  height: 18px;
}
@media (max-width: 899px) {
  .app-header-logo-master > img {
    height: 18px;
  }
}
@media (max-width: 899px) {
  .app-header-spacer {
    flex-grow: 1;
  }
}
.app-header-login, .app-header-signup {
  color: #4E5968;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.app-header-login {
  margin-left: 0.5rem;
  white-space: nowrap;
  margin-right: 16px;
  z-index: 1;
}
@media (max-width: 899px) {
  .app-header-login {
    display: none;
  }
}
.app-header-signup {
  color: #36CC68;
  white-space: nowrap;
  margin-right: 8px;
  z-index: 1;
}
@media (max-width: 899px) {
  .app-header-signup {
    display: none;
  }
}
.app-header-login-mobile {
  display: none;
}
@media (max-width: 899px) {
  .app-header-login-mobile {
    display: block;
  }
}
.app-header-auth__divider {
  height: 1rem;
  color: #6B7684;
  margin: 0 0.75rem;
  border-right: 1px solid #D1D6DB;
}
@media (max-width: 899px) {
  .app-header-auth__divider {
    display: none;
  }
}
.app-header[data-header-type="inverse"] .app-header-item-pym2 > span {
  color: #ffffff;
}
.app-header[data-header-type="inverse"] .app-header-item-pym2 > svg > path {
  fill: #ffffff;
}
.app-header[data-header-type="inverse"] i {
  color: #ffffff;
}
.app-header[data-header-type="inverse"] .app-header-auth__divider {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.app-header-item {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  color: #191F28;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  outline: none;
  background-color: transparent;
  transition: 0.2s ease;
  z-index: 89999;
}
@media (max-width: 899px) {
  .app-header-item {
    padding: 0.5rem;
  }
}
.app-header-item i {
  font-size: 1.2rem;
  color: #4E5968;
  cursor: pointer;
}
.app-header-item i.inactive {
  opacity: 0.5;
}
.app-header-item:hover {
  color: #333D4B;
}
.app-header-item:last-child {
  margin-right: 0;
}
@media (max-width: 899px) {
  .app-header-item.app-consecutive-button {
    display: none;
  }
}
.app-header-item-badge {
  position: absolute;
  top: 0;
  left: 1.5em;
  padding: 2px 4px 1px;
  color: white;
  line-height: 1;
  font-size: 0.75rem;
  background-color: var(--color-danger);
  border-radius: 99999px;
}
.app-header--inverse {
  position: absolute;
  border-bottom: none;
  box-shadow: none;
}
.app-header--inverse::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.app-header-banner + .app-header--inverse {
  top: 68px;
}
.app-header--inverse + .app-header-space {
  display: none;
}
.app-header--inverse::before {
  opacity: 0;
}
.app-header--inverse .app-header-menu-icon::before, .app-header--inverse .app-header-menu-icon::after {
  background-color: #ffffff;
}
.app-header--inverse .app-header-back img {
  filter: brightness(400%);
}
.app-header--inverse .app-header-logo .app-logo, .app-header--inverse .app-header-logo .app-logo--mobile, .app-header--inverse .app-header-logo .app-symbol, .app-header--inverse .app-header-logo .app-symbol--inverse {
  display: none;
}
@media (max-width: 899px) {
  .app-header--inverse .app-header-logo .app-logo--mobile-inverse {
    display: block;
  }
}
@media (min-width: 900px) {
  .app-header--inverse .app-header-logo .app-logo--inverse {
    display: block;
  }
}
.app-header--inverse .app-header-logo--sub + .app-header-service-name {
  color: #ffffff;
}
.app-header--inverse .app-header-nav a {
  color: #ffffff;
}
.app-header--inverse .app-header-nav li.active > a {
  color: #36CC68;
}
.app-header--inverse .app-header-item {
  color: #ffffff;
}
.app-header--inverse .app-header-custom-search-wrap .search-icon path {
  stroke: #ffffff;
}
@media (min-width: 900px) {
  .app-header--inverse .app-header-custom-search-wrap input {
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff !important;
  }
  .app-header--inverse .app-header-custom-search-wrap input::placeholder {
    color: #ffffff !important;
  }
}
.app-header--inverse .app-header-custom-search-wrap:focus-within input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #191F28 !important;
}
@media (min-width: 900px) {
  .app-header.app-floating-always {
    position: fixed;
    top: 0;
    left: 0;
  }
  .app-header.app-floating-always + .app-header-space {
    height: 80px;
  }
}
@media (max-width: 899px) {
  .app-header.app-floating, .app-header.app-header--fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .app-header.app-floating + .app-header-space, .app-header.app-header--fixed + .app-header-space {
    height: 56px;
  }
}
@media (max-width: 899px) {
  .app-header:not([data-header-banner]) + .app-header-space {
    height: 56px;
  }
}
.app-header--inverse {
  position: absolute;
  background-color: transparent;
  box-shadow: none;
}
@media (min-width: 900px) {
  .app-header--inverse::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 899px) {
  .app-header--inverse {
    position: absolute !important;
  }
}
.app-header--inverse + .app-header-space {
  display: none;
}
.app-header--inverse + .app-header-space + * + .app-main > .explore-tab-space {
  display: none;
}
.app-header--inverse + .app-header-space + * + .app-main > .explore-tab {
  position: absolute !important;
  background-color: transparent;
  box-shadow: none;
}
.app-header--inverse + .app-header-space + * + .app-main > .explore-tab::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.app-header--inverse + .app-header-space + * + .app-main > .explore-tab > ul > li > a {
  color: white;
  font-weight: 600;
}
.app-header--inverse + .app-header-space + * + .app-main > .explore-tab > ul > li > a:hover {
  color: white;
}
.app-header--inverse + .app-header-space + * + .app-main > .explore-tab > ul > li.active > a {
  color: white;
  border-bottom-color: white;
}
.app-header--inverse .app-header-nav__divider {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.app-header--inverse .app-header-nav > ul > li > a {
  color: white;
}
.app-header--inverse .app-header-nav > ul > li > a:hover {
  color: white;
}
.app-header--inverse .app-header-nav > ul > li.active > a {
  color: white;
  border-bottom-color: white;
}
.app-header--inverse .app-header-search {
  background-color: rgba(255, 255, 255, 0.1);
}
.app-header--inverse .app-header-search > i {
  color: rgba(255, 255, 255, 0.7);
}
.app-header--inverse .app-header-search > input[type="search"]:not(:focus) {
  color: white;
}
.app-header--inverse .app-header-search > input[type="search"]:not(:focus)::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.app-header--inverse .app-header-sub-nav a {
  color: rgba(255, 255, 255, 0.9);
}
.app-header--inverse .app-header-sub-nav a:hover {
  color: white;
}
.app-header--inverse .app-header-back, .app-header--inverse .app-header-item {
  color: rgba(255, 255, 255, 0.9);
}
.app-header--inverse .app-header-back:hover, .app-header--inverse .app-header-item:hover {
  color: white;
}
.app-header--inverse .app-header-profile > i {
  color: rgba(255, 255, 255, 0.9);
}
.app-header--inverse .app-header-profile > i:hover {
  color: white;
}
@media (min-width: 900px) {
  .app-header--inverse .app-logo--inverse {
    display: block;
  }
  .app-header--inverse .app-logo {
    display: none;
  }
}
.app-header--inverse .app-header-login {
  color: white;
}
.app-header--inverse .app-header-auth__divider {
  border-right-color: rgba(255, 255, 255, 0.2);
}
/* sourceMappingURL=ec0638bc01c26cb3aec060c85e3598011bcd749a.header.scss.map */

/* Original file: files/cache/assets/compiled/ec0638bc01c26cb3aec060c85e3598011bcd749a.header-nav.scss.css */

.app-header-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 2px;
}
.app-header-title a {
  color: #191F28;
  text-decoration: none;
}
@media (max-width: 899px) {
  .app-header-title {
    padding: 17px 0;
  }
}
.app-header-nav {
  margin-left: -99px;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 900px) and (max-width: 1279px) {
  .app-header-nav > ul > li:first-child {
    display: none;
  }
  .app-header-nav ul > li > .sub {
    text-align: center;
    padding-left: 0;
  }
  .app-header-nav ul > li > .sub > li > a .title {
    font-size: 15px;
    justify-content: center;
  }
  .app-header-nav ul > li > .sub .subtitle {
    display: none;
  }
}
.app-header-nav__login {
  margin-left: 0;
}
.app-header-nav ul, .app-header-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-header-nav a {
  text-decoration: none;
  outline: none;
}
.app-header-nav a::hover, .app-header-nav a:active {
  text-decoration: none;
  outline: none;
}
.app-header-nav a:visited {
  color: #191F28;
}
.app-header-nav[data-hover-disabled="true"]:hover::before, .app-header-nav[data-hover-disabled="true"]:hover .sub {
  display: none !important;
}
.app-header-nav[data-hover-disabled="true"].active::before, .app-header-nav[data-hover-disabled="true"].active .sub {
  display: block !important;
}
.app-header--inverse .app-header-nav:hover::before, .app-header--inverse .app-header-nav.active::before {
  padding-top: 80px;
  margin-top: -80px;
  background-color: rgba(0, 0, 0, 0.25);
  border-bottom: 0;
}
.app-header--inverse .app-header-nav:hover .sub, .app-header--inverse .app-header-nav.active .sub {
  border-left: 1px solid rgba(229, 232, 235, 0.2);
}
.app-header--inverse .app-header-nav:hover .sub.br, .app-header--inverse .app-header-nav.active .sub.br {
  border-right: 1px solid rgba(229, 232, 235, 0.2);
}
.app-header--inverse .app-header-nav:hover .sub > li > a, .app-header--inverse .app-header-nav.active .sub > li > a {
  color: #ffffff;
  font-weight: 400;
}
.app-header--inverse .app-header-nav:hover .sub > li > a.active, .app-header--inverse .app-header-nav.active .sub > li > a.active {
  font-weight: 600;
}
.app-header--inverse .app-header-nav:hover .sub > li > a .subtitle, .app-header--inverse .app-header-nav.active .sub > li > a .subtitle {
  color: #D1D6DB;
}
.app-header-nav:hover::before, .app-header-nav.active::before {
  content: "";
  position: absolute;
  height: 305px;
  top: 79px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #F2F4F6;
  border-top: 1px solid #F2F4F6;
}
.app-header-nav:hover .sub, .app-header-nav.active .sub {
  display: block;
  width: 100%;
  border-left: 1px solid #F2F4F6;
  min-height: 280px;
}
.app-header-nav:hover .sub.br, .app-header-nav.active .sub.br {
  border-right: 1px solid #F2F4F6;
}
.app-header-nav:hover > ul > li > a.active::after, .app-header-nav.active > ul > li > a.active::after {
  transform: scaleX(0);
}
.app-header-nav:hover.non-click > ul > li > a.active::after, .app-header-nav.active.non-click > ul > li > a.active::after {
  transform: scaleX(1);
}
.app-header-nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 899px) {
  .app-header-nav > ul {
    display: none;
  }
}
.app-header-nav > ul > li {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: fit-content;
  height: 100%;
  line-height: 170%;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.app-header-nav > ul > li i {
  font-size: 16px;
  display: inline-block;
  transform: translateY(-1px);
  opacity: 0.7;
}
.app-header-nav > ul > li > a {
  display: block;
  width: 180px;
  padding: 31px 0;
  text-align: center;
  color: #191F28;
  word-break: keep-all;
  line-height: 100%;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .app-header-nav > ul > li > a {
    width: 155px;
  }
}
@media (min-width: 900px) and (max-width: 1279px) {
  .app-header-nav > ul > li > a {
    width: 115px;
  }
}
.app-header-nav > ul > li > a::after {
  display: block;
  content: "";
  border-bottom: 3px solid #36CC68;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.app-header-nav > ul > li > a.active::after {
  transform: scaleX(1);
}
.app-header-nav > ul > li:hover > a::after {
  transform: scaleX(1) !important;
}
.app-header-nav > ul .sub {
  display: none;
  padding: 10px 10px;
  text-align: left;
  line-height: 150%;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .app-header-nav > ul .sub {
    padding-left: 15px;
  }
}
.app-header-nav > ul .sub > li {
  padding: 10px 10px;
}
.app-header-nav > ul .sub > li > a {
  color: #191F28;
  line-height: 100%;
}
.app-header-nav > ul .sub > li > a .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-bottom: 10px;
}
.app-header-nav > ul .sub > li > a .title img {
  margin-left: 4px;
}
.app-header-nav > ul .sub > li > a .small_title {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 0;
}
.app-header-nav > ul .sub > li > a .small_title i {
  font-size: 14px;
}
.app-header-nav > ul .sub > li > a .subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #8B95A1;
}
.app-header-nav > ul .sub > li.active > a .title, .app-header-nav > ul .sub > li.active > a .small_title, .app-header-nav > ul .sub > li:hover > a .title, .app-header-nav > ul .sub > li:hover > a .small_title {
  font-weight: 600;
  color: #36CC68;
}
/* sourceMappingURL=ec0638bc01c26cb3aec060c85e3598011bcd749a.header-nav.scss.map */

/* Original file: files/cache/assets/compiled/f0dd0ecd05e7488746a2780df41a2264210058e4.header-search-m.scss.css */

.app-header-custom-search-m {
  width: 100%;
  z-index: 100000;
}
@media (min-width: 900px) {
  .app-header-custom-search-m {
    display: none;
  }
}
.app-header-custom-search-m input {
  width: calc(100% + 2px) !important;
  background-color: #ffffff !important;
  border-radius: 999px;
  color: #191F28 !important;
  transition: none !important;
}
.app-header-custom-search-m .app-header-custom-search-wrap {
  width: 100%;
}
.app-header-custom-search-m .search-icon path {
  stroke: #333D4B !important;
}
.app-header-custom-search-m .search-category.is-visible {
  display: flex !important;
}
/* sourceMappingURL=f0dd0ecd05e7488746a2780df41a2264210058e4.header-search-m.scss.map */

/* Original file: files/cache/assets/compiled/ed77a9026c7d3eaf0ef5d00b049e8f21ffcd6fe1.header-right.scss.css */

.app-header-right {
  display: flex;
  align-items: center;
  position: absolute;
  right: 40px;
}
.app-header-right .app-header-item {
  position: relative;
}
.app-header-right .app-header-item:last-child {
  padding-right: 0;
}
@media (max-width: 899px) {
  .app-header-right {
    right: 20px;
  }
  .app-header--type-text .app-header-right .app-header-item.app-header-item-search, .app-header--type-custom .app-header-right .app-header-item.app-header-item-search {
    display: block;
  }
  .app-header--type-text .app-header-right .app-header-item.app-header-menu__toggle, .app-header--type-custom .app-header-right .app-header-item.app-header-menu__toggle {
    display: none;
    display: block;
  }
  .app-header--type-text .app-header-right .app-header-item.app-header-item-pym2, .app-header--type-custom .app-header-right .app-header-item.app-header-item-pym2 {
    display: none;
    display: flex;
  }
  .app-header-custom-search.is-expanded ~ .app-header-right, .app-header-custom-search:focus-within ~ .app-header-right {
    opacity: 0;
  }
}
@media (min-width: 900px) {
  .app-header--service-sub .app-header-right .app-header-menu-container {
    display: block;
    position: relative;
  }
  .app-header--service-sub .app-header-right .app-header-item-search, .app-header--service-sub .app-header-right .app-header-profile-container {
    display: none;
  }
}
.app-header-right .app-header-item__dot {
  position: absolute;
  right: -3px;
  top: 1px;
  padding-top: 1px;
}
@media (max-width: 899px) {
  .app-header-right .app-header-item__dot {
    top: 4px;
  }
}
.app-header-master-right .master-like {
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 1.175rem;
  color: #191F28;
  text-decoration: none;
}
.app-header-master-right .master-like i {
  position: relative;
  top: -2px;
}
.app-header-master-right .master-like:active, .app-header-master-right .master-like i.fas {
  color: #F44336;
}
.app-header-master-right .app-button {
  height: 36px;
}
.app-master-hamburger {
  display: none;
  margin-left: -10px;
  padding: 6px 4px 10px 8px;
  color: #191F28;
}
@media (max-width: 899px) {
  .app-master-hamburger {
    display: inline-block;
  }
}
/* sourceMappingURL=ed77a9026c7d3eaf0ef5d00b049e8f21ffcd6fe1.header-right.scss.map */

/* Original file: files/cache/assets/compiled/d7f73109c154a3259f16ed1eb075d6559498a566.header-sub-search.scss.css */

.app-header-custom-search {
  display: none;
  justify-content: center;
  transition: 0.2s ease;
  z-index: 1;
}
.app-header--type-default .app-header-custom-search {
  display: none;
}
.app-header-custom-search.is-visible {
  display: flex;
}
.app-header-custom-search.is-visible.expand {
  width: 100%;
}
.app-header-custom-search.is-visible ~ .app-header-right .app-header-item-search {
  display: none !important;
}
@media (max-width: 899px) {
  .app-header-custom-search {
    margin-left: 8px;
  }
  .app-header-custom-search.is-expanded, .app-header-custom-search:focus-within {
    max-width: calc(100vw - 40px);
  }
}
@media (min-width: 900px) {
  .app-header--service-sub .app-header-custom-search {
    display: flex;
  }
}
.app-header-custom-search-wrap {
  position: relative;
  width: 120px;
}
@media (min-width: 900px) {
  .app-header-custom-search-wrap {
    transition: width 0.25s ease;
  }
  .app-header-custom-search-wrap:focus-within {
    width: 350px;
  }
  .app-header-custom-search-wrap:focus-within input {
    border-color: unset;
    box-shadow: none;
  }
  .app-header-custom-search-wrap:focus-within .search-icon path {
    stroke: #4E5968 !important;
  }
}
@media (min-width: 900px) and (max-width: 899px) {
  .app-header-custom-search-wrap:focus-within .search-category {
    display: flex;
  }
}
@media (min-width: 900px) and (max-width: 1279px) {
  .app-header-custom-search-wrap {
    max-width: 640px;
  }
}
.app-header-custom-search-wrap input {
  width: 100%;
  border-radius: 99px;
  border: 1px solid #4E5968;
  background-color: #ffffff;
}
.app-header-custom-search-wrap input::-webkit-search-decoration, .app-header-custom-search-wrap input::-webkit-search-cancel-button, .app-header-custom-search-wrap input::-webkit-search-results-button, .app-header-custom-search-wrap input::-webkit-search-results-decoration {
  display: none;
}
.app-header-custom-search-wrap input::placeholder {
  font-weight: 400;
  color: #6B7684;
}
.app-header-custom-search-wrap input:focus::placeholder {
  opacity: 0;
}
.app-header-custom-search-wrap .search-icon {
  position: absolute;
  right: 16px;
  top: 12px;
}
.app-header-custom-search-wrap .search-icon path {
  stroke: #4E5968;
}
@media (max-width: 899px) {
  .app-header-custom-search-wrap .search-icon {
    display: none;
  }
}
.app-header-custom-search-wrap .search-category {
  display: none;
  align-items: center;
  position: absolute;
  left: 6px;
  top: 5px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #E5E8EB;
  background-color: #ffffff;
  color: #6B7684;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  padding: 0 10px;
}
@media (max-width: 899px) {
  .app-header-custom-search-wrap .search-category {
    left: 5px;
    top: 5px;
  }
}
.app-header-custom-search-wrap .search-category i {
  cursor: pointer;
  margin-left: 6px;
  color: #6B7684;
}
.app-header-custom-search .search-close {
  display: none;
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}
@media (max-width: 899px) {
  .app-header-custom-search .search-close {
    display: block;
    right: 10px;
    top: 10px;
  }
}
.app-header-custom-search-icon-wrap {
  display: none;
  align-items: baseline;
  position: absolute;
  top: 17px;
  right: 20px;
}
.app-header-custom-search-icon-wrap .app-header-menu-container {
  padding: 0;
}
.app-header-custom-search-icon-wrap .danji-search {
  margin-right: 16px;
}
.app-header-custom-search-icon-wrap.active {
  display: flex;
}
.app-header-custom-search .area {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.app-header-custom-search .theme {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  margin-left: 16px;
}
.app-header-custom-search .theme img {
  margin-right: 6px;
}
/* sourceMappingURL=d7f73109c154a3259f16ed1eb075d6559498a566.header-sub-search.scss.map */

/* Original file: files/cache/assets/compiled/d7f73109c154a3259f16ed1eb075d6559498a566.header-pym2.scss.css */

.pym2toggle {
  position: relative;
  user-select: none;
  cursor: pointer;
}
.pym2toggle > svg {
  width: 28px;
  height: 28px;
  transition: transform 0.35s;
  transform: rotate(210deg);
}
.pym2toggle > svg path {
  fill: #4E5968;
}
.pym2toggle span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-weight: 600;
  font-size: 9px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #4E5968;
}
.pym2toggle span.pd {
  margin-top: -1px;
}
.pym2toggle.rotate > svg {
  transition: transform 0.35s;
  transform: rotate(30deg);
}
/* sourceMappingURL=d7f73109c154a3259f16ed1eb075d6559498a566.header-pym2.scss.map */

/* Original file: files/cache/assets/compiled/1eb0c9a454e99f3e21cdafed33755773e164320b.header-menu.scss.css */

.app-header-menu-icon {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0 -1rem 0 0.25rem;
  border: none;
  outline: none;
  background-color: transparent;
}
@media (min-width: 900px) {
  .app-header-menu-icon {
    display: none;
  }
}
.app-header-menu-icon__box {
  position: relative;
  width: 18px;
  height: 18px;
}
.app-header-menu-icon__box::before, .app-header-menu-icon__box::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #6B7684;
  transition: 0.3s ease;
}
.app-header-menu-icon__box::before {
  top: 5px;
  width: 100%;
  transition: 0.3s ease;
}
.app-header-menu-icon__box::after {
  top: 12px;
  width: 14px;
}
.app-header-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
}
.app-header-menu.app-header-menu-master {
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.app-header-menu a {
  text-decoration: none;
  outline: none;
}
.app-header-menu a::hover, .app-header-menu a:active {
  text-decoration: none;
  outline: none;
}
.app-header-menu .jds-tab {
  min-height: 48px;
}
.app-header-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  background-color: #ffffff;
}
.app-header-menu__header i {
  font-size: 20px;
}
.app-header-menu__header > div > i {
  margin-right: 14px;
}
.app-header-menu__header > div > span {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
}
.app-header-menu__close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  color: #6B7684;
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 1.25rem;
  transition: 0.2s ease;
}
.app-header-menu__close:hover {
  opacity: 0.8;
}
.app-header-menu__close:active {
  opacity: 0.7;
}
.app-header-menu-container.hide {
  display: none;
}
@media (max-width: 899px) {
  .app-header-menu-container {
    display: block !important;
  }
}
.app-header-menu__content {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 360px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.app-header-menu__login {
  position: relative;
  margin: 0;
  padding: 2px 20px 24px 20px;
}
.app-header-menu__login .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #191F28;
}
.app-header-menu__login .title strong {
  font-size: 2.25rem;
  font-weight: 700;
  color: #191F28;
}
.app-header-menu__login-link {
  position: absolute;
  top: 35px;
  right: 20px;
  color: #31B85E;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
}
.app-header-menu__login-link::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-left: 4px;
}
.app-header-menu__login .register {
  display: flex;
  gap: 11px;
  margin-top: 20px;
}
.app-header-menu__login .register a {
  width: 50%;
}
.app-header-menu__login .register .login {
  border: 1px solid #36CC68;
  color: #31B85E;
}
.app-header-menu__mystats {
  display: flex;
  padding: 24px 20px;
}
.app-header-menu__mystats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25%;
}
.app-header-menu__mystats-item:not(.app-header-menu__mystats-item:last-child) {
  border-right: 1px solid #F2F4F6;
  padding-right: 6px;
  margin-right: 6px;
}
.app-header-menu__mystats-item-label {
  margin-top: 10px;
  line-height: 180%;
  font-size: 14px;
  color: #191F28;
}
.app-header-menu__mystats-item-label .label {
  font-weight: 400;
}
.app-header-menu__mystats-item-label .count {
  font-weight: 700;
}
.app-header-menu__logout {
  color: #6B7684;
  padding-right: 0 !important;
}
.app-header-menu__settings {
  color: #6B7684;
}
.app-header-menu__close-btn {
  display: flex;
  align-items: center;
}
.app-header-menu__close-btn img {
  margin-right: 16px;
}
.app-header-menu__divider {
  width: 100%;
  min-height: 12px;
  background-color: #F2F4F6;
}
.app-header-menu__profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 20px;
}
.app-header-menu__profile-summary {
  display: flex;
  align-items: center;
}
.app-header-menu__profile-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.app-header-menu__profile-image > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.app-header-menu__profile-body {
  padding-left: 14px;
}
.app-header-menu__profile-member-type {
  font-size: 14px;
  font-weight: 500;
  color: #31B85E;
  margin: 0 0 0.375rem;
}
.app-header-menu__profile-nickname {
  color: #191F28;
  font-size: 18px;
  margin: 0;
}
.app-header-menu__profile-buttons {
  display: flex;
}
.app-header-menu__profile-buttons > .app-button {
  flex: 1;
  flex-basis: 1;
  margin-right: 0.5rem;
}
.app-header-menu__profile-buttons > .app-button:last-child {
  margin-right: 0;
}
.app-header-menu__profile-link {
  display: flex;
  align-items: center;
  color: #6B7684;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}
.app-header-menu__profile-link::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-left: 4px;
}
.app-header-menu__profile .title {
  display: block;
  width: 50%;
  float: left;
  line-height: 32px;
  text-align: left;
  font-size: 16px;
}
.app-header-menu__profile .reset_button {
  width: 49%;
  float: left;
  height: 32px;
  border: 1px solid #01BFB9;
  border-radius: 20px;
  background-color: #ffffff;
  color: #01BFB9;
  font-size: 12px;
}
.app-header-menu__profile .reset_button:hover, .app-header-menu__profile .reset_button:active {
  background-color: #e6f9f8;
}
.app-header-menu__menus {
  padding: 28px 20px 0 20px;
}
.app-header-menu__menus-nav {
  display: none;
}
.app-header-menu__menus-nav.show {
  display: block;
}
.app-header-menu__menus-item {
  margin-bottom: 38px;
}
.app-header-menu__menus-item .title {
  margin-bottom: 10px;
  line-height: 150%;
  font-size: 20px;
  font-weight: 700;
}
.app-header-menu__menus-item .menu {
  display: flex;
  flex-wrap: wrap;
}
.app-header-menu__menus-item .menu-item {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 11.5px 0;
}
.app-header-menu__menus-item .menu-item:last-child {
  padding-bottom: 0;
}
.app-header-menu__menus-item .menu-item:nth-last-of-type(2) {
  padding-bottom: 0;
}
.app-header-menu__menus-item .menu-item .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.app-header-menu__menus-item .menu-item .label {
  font-weight: 500;
  line-height: 180%;
  color: #191F28;
}
.app-header-menu__menus-item .menu.simple .menu-item {
  width: 100%;
  color: #191F28;
  padding: 12px 0;
  line-height: 180%;
}
.app-header-menu__menus-item .menu.simple .menu-item:last-child {
  padding-bottom: 0;
}
.app-header-menu__menus-item .menu.simple .menu-item .icon {
  width: 20px;
  margin-right: 8px;
}
.app-header-menu__menus-item .menu-my-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 11.5px 0;
  cursor: pointer;
}
.app-header-menu__menus-item .menu-my-item::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-left: 4px;
  color: #8B95A1;
  font-size: 18px;
}
.app-header-menu__menus-item .menu-my-item .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.app-header-menu__menus-item .menu-my-item .label {
  font-weight: 500;
  line-height: 180%;
  color: #191F28;
}
.app-header-menu__menus-item .menu-my-notify {
  background: #F9FAFB;
  border-radius: 12px;
  padding: 20px 14px;
  margin-bottom: 22px;
}
.app-header-menu__menus-item .menu-my-notify .notify_list {
  margin: 0;
  padding: 0;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 0 36px;
  position: relative;
  font-size: 14px;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item a {
  color: #333D4B;
  text-decoration: none;
  font-weight: normal;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item a strong {
  font-weight: normal;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item a.read_N {
  color: #191F28;
  font-weight: 600;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item a.read_N strong {
  font-weight: 600;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item .fal, .app-header-menu__menus-item .menu-my-notify .notify_list .notify_item .fas {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 24px;
  color: #4E5968;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item .fas {
  color: #13D592;
}
.app-header-menu__menus-item .menu-my-notify .notify_list .notify_item .ago {
  color: #4E5968;
  font-size: 12px;
}
.app-header-menu__menus-item .menu-my-notify .noti__empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  color: #6B7684;
  font-weight: 400;
}
.app-header-menu__menus-item .menu-my #menu_my_buildit::after {
  content: "";
}
.app-header-menu__menus-item .menu-my #menu_my_buildit.active::after {
  content: "";
}
.app-header-menu__menus-item .menu-my #menu_my_buildit_contents {
  max-height: 0;
  overflow: hidden;
  background: #F9FAFB;
  border-radius: 12px;
  transition: max-height 0.2s ease-out;
}
.app-header-menu__menus-item .menu-my #menu_my_buildit_contents .jb-sidebar {
  margin-bottom: 0;
}
.app-header-menu__menus-item .menu-my #menu_my_buildit_contents .jb-sidebar .jb-sidebar-menu a {
  font-weight: 500;
}
.app-header-menu__menus-item .menu-my #menu_my_buildit_contents .jb-sidebar .jb-sidebar-menu:last-of-type {
  border-bottom: 0;
}
.app-header-menu__menus.border {
  border-bottom: 1px solid #F2F4F6;
}
.app-header-menu__icons {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0.875rem;
  border-bottom: 1px solid #E5E8EB;
  background-color: #F9FAFB;
}
.app-header-menu__icons > li {
  width: 33.333%;
}
.app-header-menu__icons > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #191F28;
  text-decoration: none;
  padding: 1rem 0;
}
.app-header-menu__icons > li > a img {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  padding: 8px;
  background: #F2F4F6;
  margin-bottom: 8px;
}
.app-header-menu__icons > li > a span {
  font-size: 14px;
  font-weight: 700;
}
.app-header-menu__banners {
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
}
.app-header-menu__banners .banner {
  display: block;
  height: 240px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  padding: 1rem 1.5rem;
}
.app-header-menu__banners .banner p {
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 0.25rem !important;
}
.app-header-menu__banners .banner p.banner-title {
  font-size: 22px;
  color: #36CC68;
}
.app-header-menu__banners .banner p.banner-subtitle {
  font-size: 16px;
  color: #ffffff;
}
.app-header-menu__banners .banner.banner-buildit {
  background-color: #18212c;
}
.app-header-menu__banners .banner.banner-buildit img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.app-header-menu__nav {
  list-style-type: none;
  padding: 0 0 1.5rem;
  margin: 0 1.25rem 1.5rem;
  border-bottom: 1px solid #E5E8EB;
}
.app-header-menu__nav > li {
  position: relative;
}
.app-header-menu__nav > li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.app-header-menu__nav > li > a {
  display: block;
  color: #191F28;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.app-header-menu__nav > li > a:active {
  color: #4E5968;
}
.app-header-menu__nav > li > .far {
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  padding: 5px;
}
.app-header-menu__nav > li > ul {
  margin: 0;
  padding: 12px 0 2px 0;
}
.app-header-menu__nav > li > ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 15px;
  line-height: 32px;
}
.app-header-menu__nav > li > ul li a {
  color: #4E5968;
  text-decoration: none;
}
.app-header-menu__nav > li > ul li a.selected {
  color: #36CC68;
  font-weight: 700;
}
.app-header-menu__nav > li.active > a {
  color: #36CC68;
  font-weight: 700;
}
.app-header-menu__nav > li.active > i {
  color: #36CC68;
}
.app-header-menu__sub {
  list-style-type: none;
  padding: 0 1.25rem 2rem 1.25rem;
  margin: 0;
}
.app-header-menu__sub > li:not(:last-child) {
  margin-bottom: 1rem;
}
.app-header-menu__sub > li > a {
  display: block;
  color: #6B7684;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
.app-header-menu__logout {
  padding: 0 1.25rem;
}
.app-header-menu__outside {
  flex: 1;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
.app-header-menu .app-header-menu__content {
  transform: translateX(100%);
  transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.app-header-menu .app-header-menu__close {
  transform: scale(0.8) rotate(-45deg);
  transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.app-header-menu .app-header-menu__nav {
  transform: translateY(-1rem);
  transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.app-header-menu .search_section {
  padding-bottom: 24px;
  border-bottom: 1px solid #E9ECEF;
}
.app-header-menu.sidebar-menu .app-header-menu__nav {
  background-color: #ffffff;
}
.app-header-menu.active {
  opacity: 1;
  visibility: visible;
  user-select: initial;
  pointer-events: initial;
}
.app-header-menu.active .app-header-menu__content {
  transform: translateX(0);
}
.app-header-menu.active .app-header-menu__close {
  transform: scale(1);
}
.app-header-menu.active .app-header-menu__nav {
  transform: translateY(0);
}
.app-header-menu .jb-sidebar-menu-create {
  border-bottom: none !important;
}
.app-header-menu .jb-sidebar-menu-create a {
  justify-content: center;
  font-size: 14px !important;
  border: 1px solid #E5E8EB;
  border-radius: 8px;
}
.app-header-menu .jb-sidebar-menu-create a::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-right: 8px;
  font-weight: 400;
}
/* sourceMappingURL=1eb0c9a454e99f3e21cdafed33755773e164320b.header-menu.scss.map */

/* Original file: files/cache/assets/compiled/aeafcf74b39d3d9504acb69917e3828c3e82b0a8.header-search.scss.css */

.app-header-item .search-icon.hidden {
  display: none;
}
.app-header-search-bg.active {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.app-header-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 64px 0;
  background-color: #ffffff;
  z-index: 2000;
  transform: translateY(-100%);
  transform-origin: left top;
  transition: 0.7s cubic-bezier(0.2, 1, 0.3, 1);
}
@media (max-width: 899px) {
  .app-header-search {
    padding: 40px 0;
  }
}
.app-header-search.active {
  transform: translateY(0);
  box-shadow: rgba(0, 0, 0, 0.1) 0 6px 32px, rgba(0, 0, 0, 0.1) 0 1px 2px;
}
.app-header-search__header {
  width: 100%;
  background-color: transparent;
}
.app-header-search__close-icon {
  position: absolute;
  top: 1.75rem;
  right: 2rem;
  width: 3.25rem;
  height: 3.25rem;
  background: #F2F4F6;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.app-header-search__close-icon i {
  color: #4E5968;
  font-size: 24px;
}
@media (max-width: 899px) {
  .app-header-search__close-icon {
    display: none;
  }
}
.app-header-search__close-mobile {
  display: none;
}
@media (max-width: 899px) {
  .app-header-search__close-mobile {
    width: 100%;
    height: 0;
    transform: translateY(54px);
    justify-content: center;
  }
  .app-header-search__close-mobile.active {
    display: flex;
  }
  .app-header-search__close-mobile-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .app-header-search__close-mobile-icon i {
    color: #6B7684;
    font-size: 1.25rem;
  }
}
.app-header-search__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 4rem 0 0 0;
}
@media (max-width: 899px) {
  .app-header-search__body {
    padding-top: 2rem;
  }
}
@media (max-height: 479px) and (orientation: landscape) {
  .app-header-search__body {
    display: none;
  }
}
.app-header-search__body__divider {
  align-self: center;
  border-right: 1px solid #E5E8EB;
  height: 80%;
  margin: 0 30px;
}
.app-header-search__body__keywords {
  display: flex;
  align-self: center;
}
.app-header-search__body__recommend {
  flex: 1;
}
.app-header-search__body__recent {
  flex: 1;
}
.app-header-search__title {
  color: #36CC68;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.app-header-search__list {
  display: flex;
  flex-direction: column;
}
.app-header-search__list-item {
  color: #4E5968;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 10px;
  margin-left: -10px;
  cursor: pointer;
  transition: 0.2s ease;
}
.app-header-search__list-item:hover {
  background-color: #F2F4F6;
  border-color: #D1D6DB;
  text-decoration: none;
}
.app-header-search--form {
  position: relative;
}
.app-header-search--form > i {
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 32px;
  line-height: 100%;
  color: #4E5968;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 899px) {
  .app-header-search--form > i {
    display: none;
  }
}
.app-header-search--form > input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  appearance: none;
  background-color: transparent;
  color: #191F28;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  padding-left: 60px;
  padding-bottom: 12px;
  border-bottom: 4px solid #4E5968;
}
.app-header-search--form > input::-webkit-search-decoration, .app-header-search--form > input::-webkit-search-cancel-button, .app-header-search--form > input::-webkit-search-results-button, .app-header-search--form > input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
@media (max-width: 899px) {
  .app-header-search--form > input {
    font-size: 32px;
    padding-left: 0;
  }
}
.app-header-search--form > input::placeholder {
  color: #D1D6DB;
}
.project-tags {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #F2F4F6;
  margin-bottom: 2rem;
}
@media (max-width: 899px) {
  .project-tags {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
  }
}
.project-tags__container {
  position: relative;
  margin: 0 auto;
  zoom: 1;
}
.project-tags__title {
  color: #191F28;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1.5rem;
}
.project-tags-container {
  height: 72px;
  margin-bottom: 0;
  background-color: transparent;
  overflow: hidden;
}
@media (max-width: 899px) {
  .project-tags-container {
    overflow: inherit;
  }
}
.project-tags__wrapper {
  position: relative;
}
@media (min-width: 900px) {
  .project-tags__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  }
}
.project-tags__wrapper .swiper-button-prev, .project-tags__wrapper .swiper-button-next {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #6B7684;
  background-color: white;
  border: 1px solid #E5E8EB;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 32px, rgba(0, 0, 0, 0.05) 0 1px 2px;
  border-radius: 100%;
  transition: 0.2s ease;
}
.project-tags__wrapper .swiper-button-prev.swiper-button-disabled, .project-tags__wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.project-tags__wrapper .swiper-button-prev::after, .project-tags__wrapper .swiper-button-next::after {
  display: none;
}
.project-tags__wrapper .swiper-button-prev:hover, .project-tags__wrapper .swiper-button-next:hover {
  color: #4E5968;
  border-color: #D1D6DB;
  box-shadow: rgba(0, 0, 0, 0.1) 0 6px 32px, rgba(0, 0, 0, 0.1) 0 1px 2px;
}
.project-tags__wrapper .swiper-button-prev:active, .project-tags__wrapper .swiper-button-next:active {
  background-color: #F9FAFB;
}
@media (max-width: 899px) {
  .project-tags__wrapper .swiper-button-prev, .project-tags__wrapper .swiper-button-next {
    display: none;
  }
}
.project-tags__wrapper .swiper-button-prev {
  left: -1.25rem;
  padding-right: 2px;
}
.project-tags__wrapper .swiper-button-next {
  right: -1.25rem;
  padding-left: 3px;
}
.project-tags-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px !important;
  height: 72px !important;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .project-tags-item {
    width: 120px;
    height: 64px;
  }
}
.project-tags-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.project-tags-item span {
  z-index: 2;
}
.project-tags-item--all {
  flex-direction: column;
  width: 72px !important;
  color: #36CC68;
  background-color: #EBFAF0;
}
.project-tags-item--all i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.project-tags-item--all span {
  color: #333D4B;
  font-size: 0.875rem;
}
.project-tags-item--all::before {
  content: none;
}
.project-tags-item.active {
  border: 2px solid #36CC68;
}
.project-tags-item.active::before {
  border: 4px solid white;
  border-radius: 10px;
  box-sizing: border-box;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
/* sourceMappingURL=aeafcf74b39d3d9504acb69917e3828c3e82b0a8.header-search.scss.map */

/* Original file: files/cache/assets/compiled/0123cd567d62beddd9ec8a77451201c7c2846bfe.explore-tab.scss.css */

@media (min-width: 900px) {
  .explore-tab, .explore-tab-space {
    display: none;
  }
}
.app-header.app-floating:not(.app-header--inverse) ~ .app-main .explore-tab, .app-header.app-floating:not(.app-header--inverse) ~ .app-main .explore-tab-space {
  position: fixed;
  top: 56px;
}
.app-header--inverse ~ .app-main .explore-tab, .app-header--inverse ~ .app-main .explore-tab-space {
  position: absolute;
  top: 56px;
  margin-top: -1px;
  background-color: transparent;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.12);
}
.app-header--inverse ~ .app-main .explore-tab > ul > li a, .app-header--inverse ~ .app-main .explore-tab-space > ul > li a {
  color: #ffffff;
  opacity: 0.85;
}
.explore-tab-space {
  height: 0;
}
.explore-tab.hidden + .explore-tab-space {
  display: none;
}
.explore-tab {
  position: relative;
  margin-top: -1px;
  left: 0;
  z-index: 201;
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.explore-tab.hidden {
  z-index: unset;
}
.explore-tab > ul {
  list-style-type: none;
  display: flex;
  align-items: stretch;
  height: 100%;
  padding: 0 1rem;
  margin: 0;
}
.explore-tab > ul > li {
  margin-right: 1.5rem;
}
.explore-tab > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 2px 6px;
  color: #333D4B;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.explore-tab > ul > li.active > a {
  color: #191F28;
  font-weight: 700;
  border-bottom-color: #36CC68;
}
.explore-tab.explore-tab-member > ul > li {
  margin-right: 1rem;
}
/* sourceMappingURL=0123cd567d62beddd9ec8a77451201c7c2846bfe.explore-tab.scss.map */

/* Original file: files/cache/assets/compiled/df8101e3191f974ffdb47c5b9a440e51e298723b.footer.scss.css */

.app-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #191F28;
  position: relative;
  z-index: 1;
}
.app-footer.m {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.app-footer.m .app-footer-top {
  display: block;
}
.app-footer.m .app-footer-top__logo {
  margin-bottom: 3rem;
}
.app-footer.m .app-footer-top__body {
  justify-content: flex-start;
}
.app-footer.m .app-footer-item {
  max-width: 50%;
  flex-basis: 50%;
  margin-right: 0;
  margin-bottom: 1rem;
}
.app-footer.m .app-footer-item:last-child {
  margin-bottom: 0;
}
.app-footer.m .app-footer-bottom {
  flex-direction: column-reverse;
}
.app-footer.m .app-footer-bottom__copyright-area {
  flex-direction: column-reverse;
}
.app-footer.m .app-footer-bottom__menu {
  margin-bottom: 0.5rem;
}
.app-footer.m .app-footer-bottom__info {
  margin-bottom: 1.5rem;
}
.app-footer.m .app-footer-bottom__info .divider {
  display: none;
}
.app-footer-top {
  display: flex;
  align-items: flex-start;
  padding-bottom: 3rem;
}
@media (max-width: 899px) {
  .app-footer-top {
    display: block;
  }
}
.app-footer-top__logo {
  flex: 1 0 auto;
}
.app-footer-top__logo img {
  display: block;
  height: 24px;
}
@media (max-width: 899px) {
  .app-footer-top__logo {
    margin-bottom: 3rem;
  }
}
.app-footer-top__body {
  width: 500px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 899px) {
  .app-footer-top__body {
    width: 100%;
  }
}
.app-footer-item {
  margin-right: 3.75rem;
}
.app-footer-item:last-child {
  margin-right: 0;
}
@media (max-width: 899px) {
  .app-footer-item {
    flex-basis: 50%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .app-footer-item:last-child {
    margin-bottom: 0;
  }
}
.app-footer-item .app-footer-item__title {
  color: #6B7684;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.app-footer-item .app-footer-item__menu {
  list-style-type: none;
  margin: 0;
  padding: 0 1.6rem 0 0;
}
.app-footer-item .app-footer-item__menu > li {
  position: relative;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.app-footer-item .app-footer-item__menu > li:last-child {
  margin-bottom: 0;
}
.app-footer-item .app-footer-item__menu > li > a {
  display: inline-block;
  color: #F9FAFB;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  line-height: normal;
  transition: 0.2s ease;
}
.app-footer-item .app-footer-item__menu > li > a:hover {
  text-decoration: underline;
}
.app-footer-item .app-footer-item__menu > li > a.footer-button {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-top: 0.5rem;
  white-space: nowrap;
  color: #B0B8C1;
  background-color: #333D4B;
  border-color: #333D4B;
}
.app-footer-item .app-footer-item__menu > li > a.footer-button img {
  margin-right: 0.5rem;
}
.app-footer-item .app-footer-item__menu > li > a.footer-button:hover, .app-footer-item .app-footer-item__menu > li > a.footer-button:active {
  text-decoration: none;
  background-color: #4E5968;
  border-color: #4E5968;
}
.app-footer-item .app-footer-item__menu-email {
  width: 106px;
}
.app-footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1.375rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #333D4B;
}
@media (max-width: 899px) {
  .app-footer-bottom {
    flex-direction: column-reverse;
  }
}
.app-footer-bottom__copyright-area {
  display: flex;
  align-items: top;
  margin-right: 3.75rem;
}
@media (max-width: 899px) {
  .app-footer-bottom__copyright-area {
    flex-direction: column-reverse;
  }
}
.app-footer-bottom__copyright {
  flex: 0 0 auto;
  color: #4E5968;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  margin-right: 1.5rem;
}
.app-footer-bottom__menu {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media (max-width: 899px) {
  .app-footer-bottom__menu {
    margin-bottom: 0.5rem;
  }
}
.app-footer-bottom__menu > li {
  margin-right: 1.5rem;
}
.app-footer-bottom__menu > li:last-child {
  margin-right: 0;
}
.app-footer-bottom__menu > li > a {
  display: inline-block;
  color: #4E5968;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.app-footer-bottom__menu > li > a:hover {
  text-decoration: underline;
}
.app-footer-bottom__menu > li.privacy > a {
  color: #6B7684;
}
.app-footer-bottom__info {
  width: 500px;
  flex: 0 0 auto;
  color: #6B7684;
  font-size: 0.75rem;
  font-weight: 700;
  word-break: keep-all;
}
@media (max-width: 899px) {
  .app-footer-bottom__info {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.app-footer-bottom__info a {
  color: #6B7684;
  text-decoration: none;
  transition: 0.2s ease;
}
.app-footer-bottom__info a:hover {
  color: #D1D6DB;
}
@media (max-width: 899px) {
  .app-footer-bottom__info .divider {
    display: none;
  }
}
.footer-banner {
  text-align: center;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.footer-banner__container {
  padding: 2.5rem 1.25rem;
  background-color: #F9FAFB;
  border-radius: 6px;
}
.footer-banner .app-text-subhead {
  color: #6B7684;
  margin-bottom: 0.625rem;
}
.footer-banner .app-text-display-1 {
  margin-bottom: 2.25rem;
}
/* sourceMappingURL=df8101e3191f974ffdb47c5b9a440e51e298723b.footer.scss.map */

/* Original file: files/cache/assets/compiled/979576088003e29f94e241259991b72e82a93ccb.bottom-nav.scss.css */

.app-bottom-nav-space {
  display: none;
  background-color: #191F28;
}
@media (max-width: 899px) {
  .app-bottom-nav-space {
    display: block;
  }
}
.app-bottom-nav-space, .app-bottom-nav {
  min-height: 62px;
  min-height: calc(62px + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
}
.app-bottom-nav {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 100%;
  padding: 0 0.75rem;
  background-color: #ffffff;
  border-top: 1px solid #E5E8EB;
}
@media (max-width: 899px) {
  .app-bottom-nav {
    display: block;
  }
}
.app-bottom-nav > ul {
  list-style-type: none;
  display: flex;
  align-items: stretch;
  height: 62px;
  padding: 0;
  margin: 0;
}
.app-bottom-nav > ul > li {
  flex: 1;
}
.app-bottom-nav > ul > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #333D4B;
  text-decoration: none;
  appearance: none;
}
.app-bottom-nav > ul > li > a .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  margin-bottom: 6px;
}
.app-bottom-nav > ul > li > a > span {
  color: #333D4B;
  font-size: 13px;
  font-weight: 500;
}
.app-bottom-nav > ul > li.active > a {
  color: #36CC68;
}
.app-bottom-nav > ul > li.active > a > span {
  color: #31B85E;
}
.app-bottom-nav > ul > li.iphone-back-button {
  flex: 0;
}
.app-bottom-nav > ul > li.iphone-back-button > a {
  padding: 0 0.75rem 0 1rem;
  margin: 0 -0.25rem;
}
.app-bottom-nav > ul > li.iphone-back-button > a > i {
  font-size: 1.75rem;
  margin-bottom: 0;
}
/* sourceMappingURL=979576088003e29f94e241259991b72e82a93ccb.bottom-nav.scss.map */

/* Original file: files/cache/assets/compiled/4421c74d843686111a9a0888b86aa6ef405aac38.portfolio.scss.css */

@media (min-width: 1025px) {
  .portfolio-wrap {
    padding-bottom: 2rem;
  }
}
.portfolio-wrap .portfolio-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 52px;
  margin-bottom: 42px;
}
@media (max-width: 1024px) {
  .portfolio-wrap .portfolio-title-wrap {
    margin-top: 1.25rem;
    margin-bottom: 0;
  }
}
.portfolio-wrap .portfolio-title-wrap .master-breadcrumb {
  width: 100%;
  margin-bottom: 16px;
}
.portfolio-wrap .portfolio-title-wrap .master-breadcrumb a {
  font-weight: bold;
  color: #6B7684;
}
.portfolio-wrap .portfolio-title-wrap .master-breadcrumb a:hover {
  text-decoration: underline;
}
.portfolio-wrap .portfolio-title-wrap .master-breadcrumb i {
  display: inline-block;
  font-size: 14px;
  transform: translateY(-1px);
  margin-right: 2px;
}
@media (max-width: 1024px) {
  .portfolio-wrap .portfolio-title-wrap .master-breadcrumb {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.portfolio-wrap .portfolio-title-wrap .portfolio-title {
  flex: 1;
  margin: 0 1rem 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .portfolio-wrap .portfolio-title-wrap .portfolio-title {
    font-size: 1.25rem;
  }
}
.portfolio-wrap .portfolio-title-wrap .portfolio-title a {
  color: #191F28;
  text-decoration: none;
}
.portfolio-wrap .portfolio-title-wrap .portfolio-title a:hover {
  text-decoration: underline;
}
.portfolio-wrap .title_angle {
  display: inline-block;
  margin: 0 8px;
  color: #8B95A1;
  position: relative;
  top: -2px;
}
.portfolio-wrap .title_tag {
  color: #6B7684;
}
@media (min-width: 1025px) {
  .portfolio-wrap .portfolio-container {
    display: flex;
    align-items: stretch;
  }
}
.portfolio-wrap .portfolio-container .portfolio-main {
  flex: 1;
}
/* sourceMappingURL=4421c74d843686111a9a0888b86aa6ef405aac38.portfolio.scss.map */

/* Original file: files/cache/assets/compiled/4421c74d843686111a9a0888b86aa6ef405aac38.skin.scss.css */

a {
  text-decoration: none;
}
.project_header_wrap {
  background-color: #F9FAFB;
}
@media (max-width: 899px) {
  .project_header_wrap .project_header .projects_header_container {
    padding: 0;
  }
}
.portfolio_container {
  display: flex;
  flex-direction: row;
}
.portfolio_container.vertical {
  flex-direction: column;
}
@media (max-width: 899px) {
  .portfolio_container {
    display: unset;
    flex-direction: unset;
  }
}
.portfolio_container .top_filters .app-dropdown-select {
  width: 180px;
  margin-right: 12px;
}
@media (max-width: 899px) {
  .portfolio_container .top_filters .app-dropdown-select {
    width: 48%;
    margin-right: 0;
    display: block;
    float: right;
  }
  .portfolio_container .top_filters .app-dropdown-select:first-child {
    float: left;
  }
}
.portfolio_container .portfolio_side {
  width: 240px;
  padding: 0;
}
@media (max-width: 899px) {
  .portfolio_container .portfolio_side {
    width: 100%;
    min-height: unset;
    padding: 0;
  }
}
.portfolio_container .portfolio_side h2 {
  margin-bottom: 70px;
}
@media (max-width: 899px) {
  .portfolio_container .portfolio_side h2 {
    margin-bottom: 36px;
  }
}
.portfolio_container .portfolio_side .mobile_filter {
  display: none;
  overflow-y: scroll;
}
@media (max-width: 899px) {
  .portfolio_container .portfolio_side .mobile_filter {
    display: flex;
    padding-bottom: 20px;
  }
}
.portfolio_container .portfolio_side .mobile_filter .mobile_filter_button {
  cursor: pointer;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 0.5rem 0 0;
  color: #36CC68;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  border-radius: 6px;
  border: 1px solid #13D592;
  background-color: #FFFFFF;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.portfolio_container .portfolio_side .mobile_filter .mobile_filter_button.active {
  color: #FFFFFF;
  border: none;
  background-color: #36CC68;
}
@media (max-width: 899px) {
  .portfolio_container .portfolio_side .search_section_container {
    display: none;
  }
}
.portfolio_container .portfolio_side .search_section {
  padding: 20px 0 26px 0;
  border-bottom: 1px solid #E9ECEF;
}
.portfolio_container .portfolio_side .search_section:first-child {
  padding-top: 0;
}
.portfolio_container .portfolio_side .search_section:last-child {
  margin-bottom: 70px;
}
.portfolio_container .portfolio_side .search_section .search_section_title {
  margin-bottom: 16px;
  color: #868E96;
  font-size: 15px;
}
.portfolio_container .portfolio_side .search_section .search_item {
  height: 28px;
}
.portfolio_container .portfolio_side .search_plus {
  width: 100%;
}
.portfolio_container .portfolio_side a {
  width: 8rem;
}
.portfolio_container .portfolio_side .profile_img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 5px;
  display: inline-block;
}
.portfolio_container .portfolio_side .profile_img_business {
  position: relative;
}
.portfolio_container .portfolio_side .profile_img_business img {
  border: 2px solid #36CC68;
}
.portfolio_container .portfolio_side .profile_img_business .mypage_button {
  width: 113px;
  height: 32px;
  margin-top: 24px;
  border: 1px solid #36CC68;
  border-radius: 20px;
  background-color: transparent;
  color: #36CC68;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.portfolio_container .portfolio_side .profile_img_business .mypage_button i {
  padding-right: 0.5rem;
  font-size: 12px;
}
.portfolio_container .portfolio_side .profile_img_business .mypage_button:hover {
  background-color: #ebfaf0;
}
.portfolio_container .portfolio_side .profile_img_business .mypage_button:active {
  background-color: #d7f5e1;
}
.portfolio_container .portfolio_side .member_type {
  font-size: 12px;
  color: #868E96;
  margin-bottom: 0;
}
.portfolio_container .portfolio_side .member_name {
  font-size: 24px;
  color: #212529;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portfolio_container .portfolio_side button {
  height: 40px;
  margin-top: 24px;
  font-weight: normal;
}
.portfolio_container .portfolio_side button.app-header-menu__close {
  margin-top: 0;
}
.portfolio_container .portfolio_side button a {
  color: #212529;
}
.portfolio_container .profile_content {
  position: relative;
}
.portfolio_container .profile_content h3 {
  margin-bottom: 32px;
}
.portfolio_container .profile_content .more_view {
  position: absolute;
  top: 0;
  right: 0;
}
.portfolio_container .profile_content .more_view a {
  font-size: 12px;
  color: #868E96;
}
.portfolio_container .profile_alarm ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.portfolio_container .profile_alarm li {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #E9ECEF;
}
.portfolio_container .profile_alarm li a {
  color: #212529;
  font-size: 13px;
}
.portfolio_container .profile_alarm li a .app-avatar {
  width: 48px;
  height: 48px;
  float: left;
  padding-right: 10px;
}
.portfolio_container .profile_alarm li a img {
  border-radius: 50%;
  width: 100%;
}
.portfolio_container .profile_alarm li a .tw-pl-2 {
  float: left;
  padding-bottom: 10px;
}
.portfolio_container .profile_alarm li a .tw-pl-2 .tw-text-gray-700 {
  font-size: 12px;
  color: #868E96;
}
.portfolio_main {
  flex: 1;
  padding-left: 80px;
  position: relative;
}
.portfolio_main.for_projects {
  padding-left: 0;
  flex: none;
}
@media (max-width: 899px) {
  .portfolio_main {
    width: 100%;
    padding-left: unset;
    margin-top: 0;
    border: none;
  }
}
.portfolio_main .app-segment-container {
  margin-bottom: 50px;
}
@media (max-width: 899px) {
  .portfolio_main .app-segment-container {
    margin-bottom: 34px;
  }
}
.portfolio_filter {
  position: absolute;
  left: 80px;
  top: -100px;
  width: 100%;
}
@media (max-width: 899px) {
  .portfolio_filter {
    position: unset;
    left: unset;
    top: unset;
    margin: 0 0 15px 0;
  }
}
.portfolio_filter .filter_btn_wrapper {
  width: 100%;
  float: left;
}
.portfolio_filter .filter_btn_wrapper .filter_button {
  display: inline-block;
  height: 32px;
  border: 1px solid #13D592;
  border-radius: 16px;
  margin: 0 4px 0 0;
  padding: 7px 8px 7px 12px;
  background-color: transparent;
  color: #36CC68;
  cursor: default;
}
.portfolio_filter .filter_btn_wrapper .filter_button:hover {
  background-color: #ebfaf0;
}
.portfolio_filter .filter_btn_wrapper .filter_button:active {
  background-color: #d7f5e1;
}
.portfolio_filter .filter_btn_wrapper .filter_button .filter_text {
  display: block;
  float: left;
  height: 16px;
  margin-right: 6px;
  font-size: 13px;
  line-height: 15px;
}
.portfolio_filter .filter_btn_wrapper .filter_button .filter_remove_button {
  display: block;
  float: left;
  background: #13D592;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.portfolio_filter .filter_btn_wrapper .filter_button .filter_remove_button i {
  font-size: 10px;
  line-height: 11px;
  margin: 0;
  padding: 0 0 5px 0;
}
@media (max-width: 899px) {
  .portfolio_filter .filter_btn_wrapper {
    width: 100%;
  }
}
.portfolio_filter .app-select {
  width: 20%;
  float: right;
  display: block;
}
.portfolio_filter .app-select select {
  font-weight: 300;
}
@media (max-width: 899px) {
  .portfolio_filter .app-select {
    display: none;
  }
}
.recommendation_profile {
  margin: 58px 0 48.5px;
  border-bottom: 1px solid #E9ECEF;
}
.recommendation_profile.border_none {
  border-bottom: none;
}
@media (max-width: 899px) {
  .recommendation_profile {
    display: none;
  }
}
.recommendation_profile .swiper-container {
  width: 52.0625rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.recommendation_profile .swiper-container .swiper_button_wrapper {
  margin-top: 25px;
  font-size: 12px;
  overflow: hidden;
  margin-top: 50px;
}
.recommendation_profile .swiper-container .swiper_button_wrapper .swiper-button-prev {
  top: auto;
  left: auto;
  right: 105px;
  bottom: 0;
  background: #F1F3F5;
  border-radius: 5px;
  width: 6.25rem;
  color: #212529;
  height: 44px;
  flex-direction: row-reverse;
}
.recommendation_profile .swiper-container .swiper_button_wrapper .swiper-button-prev:after {
  font-size: unset;
  color: #707070;
  margin-right: 10px;
  font-weight: bold;
  display: inline-block;
}
.recommendation_profile .swiper-container .swiper_button_wrapper .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 0;
  font-size: unset;
  font-size: 12px;
  background: #F1F3F5;
  border-radius: 5px;
  color: #212529;
  width: 6.25rem;
  height: 44px;
}
.recommendation_profile .swiper-container .swiper_button_wrapper .swiper-button-next:after {
  font-size: unset;
  color: #707070;
  margin-left: 10px;
  font-weight: bold;
  display: inline-block;
}
.recommendation_profile .card_container {
  margin: 20px -15px 0;
}
.recommendation_profile .card_container .card_wrap {
  width: 33.3333%;
  float: left;
}
.recommendation_profile .card_container .card_wrap .shadow_container {
  display: block;
  padding: 0 15px;
}
.recommendation_profile .card_container .card_wrap .shadow_container .app-card-body {
  position: relative;
}
.recommendation_profile .card_container .card_wrap .shadow_container .app-card-body .profile_image {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 10px;
}
.recommendation_profile .card_container .card_wrap .shadow_container .app-card-body .profile_image img {
  display: block;
  width: 100%;
  height: 100%;
  border: 2.5px solid #ffffff;
  border-radius: 50%;
}
.recommendation_profile .card_container .card_wrap .shadow_container .app-card-body .body_contents {
  margin-top: 20px;
}
.recommendation_profile .card_container .card_wrap .shadow_container .app-card-body .body_contents .type {
  font-size: 12px;
  color: #868E96;
  padding-bottom: 10px;
}
.jportfolio_list {
  margin: -15px;
  clear: both;
}
.jportfolio_list.vertical {
  margin-bottom: 20px;
}
.jportfolio_list .jportfolio_profile {
  overflow: hidden;
  padding: 20px 20px;
  border-bottom: 1px solid #E9ECEF;
}
.jportfolio_list .jportfolio_profile .company_profile {
  width: 68%;
  margin-right: 2%;
  float: left;
  color: #212529;
  overflow: hidden;
}
@media (max-width: 899px) {
  .jportfolio_list .jportfolio_profile .company_profile {
    width: 100%;
    float: none;
  }
}
.jportfolio_list .jportfolio_profile .company_profile .inner_company_profile {
  overflow: hidden;
}
.jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .profile_image {
  width: 88px;
  height: 88px;
  float: left;
}
.jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .profile_image img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #D1D6DB;
  border-radius: 50%;
}
.jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .name_type_box {
  float: left;
  width: 75%;
  margin-left: 0.9375rem;
}
@media (max-width: 899px) {
  .jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .name_type_box {
    width: 65%;
  }
}
.jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .name_type_box .name {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (max-width: 899px) {
  .jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .name_type_box .name {
    font-size: 13px;
  }
}
.jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .name_type_box .name a {
  color: #191F28;
}
.jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .name_type_box .type {
  margin-top: 8px;
  font-size: 13px;
  color: #868E96;
}
@media (max-width: 899px) {
  .jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .name_type_box .type {
    font-size: 12px;
  }
}
.jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .name_type_box .notpublic {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 4px 6px;
  background: #F44336;
  color: #ffffff;
  border-radius: 4px;
  position: relative;
  top: -3px;
}
.jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .name_type_box .company_subtitle {
  color: #4E5968;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .name_type_box .company_intro {
  margin-bottom: 12px;
  color: #4E5968;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .name_type_box .metabox {
  overflow: hidden;
  color: #868E96;
  font-size: 12px;
}
.jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .name_type_box .metabox .location {
  float: left;
}
.jportfolio_list .jportfolio_profile .company_profile .inner_company_profile .name_type_box .metabox .project_count {
  float: left;
  margin-left: 0.9375rem;
}
.jportfolio_list .jportfolio_profile .project_wrapper {
  float: left;
  width: 30%;
  max-height: 142px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 899px) {
  .jportfolio_list .jportfolio_profile .project_wrapper {
    width: 100%;
    height: 50px;
    float: none;
    margin: 20px 0 0 100px;
  }
}
.jportfolio_list .jportfolio_profile .project_wrapper .big_thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -20px;
}
@media (max-width: 899px) {
  .jportfolio_list .jportfolio_profile .project_wrapper .big_thumbnail {
    display: none;
  }
}
.jportfolio_list .jportfolio_profile .project_wrapper .small_thumbnail_container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 899px) {
  .jportfolio_list .jportfolio_profile .project_wrapper .small_thumbnail_container {
    background: none;
  }
}
.jportfolio_list .jportfolio_profile .project_wrapper .small_thumbnail_container .small_thumbnail {
  float: left;
  width: 24%;
  margin-left: 3px;
}
.jportfolio_list .jportfolio_profile .project_wrapper .small_thumbnail_container .small_thumbnail:first-child {
  margin-left: 0;
}
@media (max-width: 899px) {
  .jportfolio_list .jportfolio_profile .project_wrapper .small_thumbnail_container .small_thumbnail:first-child {
    border-radius: 5px 0 0 5px;
  }
}
@media (max-width: 899px) {
  .jportfolio_list .jportfolio_profile .project_wrapper .small_thumbnail_container .small_thumbnail:last-child {
    border-radius: 0 5px 5px 0;
  }
}
@media (max-width: 899px) {
  .jportfolio_list .jportfolio_profile .project_wrapper .small_thumbnail_container .small_thumbnail {
    width: 16%;
  }
}
.make_estimate {
  position: absolute;
  right: 0;
  top: 18px;
  height: 26px !important;
  font-weight: 600;
}
.wide_style .make_estimate {
  top: 4px;
}
.projects_container {
  margin: -20px;
  margin-bottom: 0;
}
.projects_container .jportfolio_project {
  width: 50%;
}
@media (max-width: 899px) {
  .projects_container .jportfolio_project {
    width: 100%;
  }
}
.projects_container.three_in_line .jportfolio_project {
  width: 33.3%;
}
@media (max-width: 899px) {
  .projects_container.three_in_line .jportfolio_project {
    width: 100%;
  }
}
.projects_list_container {
  margin-bottom: 40px !important;
}
.images {
  min-width: 50px;
  padding: 5px 0;
  color: #212529;
  float: left;
  font-size: 13px;
  margin-top: 5px;
}
@media (max-width: 899px) {
  .images {
    min-width: 40px;
  }
}
.tag_wrapper {
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 899px) {
  .tag_wrapper {
    height: 34px;
    overflow: hidden;
  }
}
.tag_wrapper .tag {
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  color: #191F28;
  border-radius: 5px;
  background-color: #E5E8EB;
  padding: 2px 8px;
  margin: 3px 1px;
  transition: 0.2s ease;
}
.tag_wrapper .tag:hover {
  background-color: #B0B8C1;
}
.jportfolio_project {
  float: left;
  width: 33.3%;
  padding: 20px;
  position: relative;
}
@media (max-width: 899px) {
  .jportfolio_project {
    float: unset;
    width: 100%;
    overflow: hidden;
  }
}
.jportfolio_project .thumbnail_wrapper {
  display: block;
  position: relative;
}
.jportfolio_project .thumbnail_wrapper .thumbnail {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s ease;
}
.jportfolio_project .thumbnail_wrapper .thumbnail:hover {
  transform: scale(1.05);
}
.jportfolio_project .thumbnail_wrapper a {
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.jportfolio_project .metabox {
  width: 100%;
  background: #fff;
  padding: 0 0px 20px 0px;
}
@media (max-width: 899px) {
  .jportfolio_project .metabox {
    padding-bottom: 0;
  }
}
.jportfolio_project .metabox .title {
  display: block;
  color: #191F28;
  font-size: 20px;
  padding: 16px 0 12px 0;
  margin-right: 32px;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jportfolio_project .metabox .actions {
  position: absolute;
  right: -4px;
  top: 8px;
  padding: 4px 12px;
  color: #333D4B;
  cursor: pointer;
}
.jportfolio_project .metabox .actions .actions_menu {
  display: none;
  position: absolute;
  right: 4px;
  top: 34px;
  width: 84px;
  font-size: 13px;
  background: #ffffff;
  border: 1px solid #D1D6DB;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  padding: 6px;
  border-radius: 4px;
}
.jportfolio_project .metabox .actions .actions_menu .menu_item {
  display: block;
  width: 100%;
  line-height: 120%;
  padding: 2px 0 4px 6px;
  border-radius: 2px;
}
.jportfolio_project .metabox .actions .actions_menu .menu_item:hover {
  background: #F2F4F6;
}
.jportfolio_project .metabox .actions .actions_menu .menu_item.delete {
  color: #F44336;
}
.jportfolio_project .metabox .actions .actions_menu .menu_item.delete:hover {
  background: #FFF1F3;
}
.jportfolio_project .metabox .actions .actions_menu.active {
  display: block;
}
.jportfolio_project .metabox .story {
  font-size: 14px;
  color: #4E5968;
  height: 42px;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 9px;
}
.jportfolio_project .metabox .type {
  font-size: 14px;
  color: #4E5968;
  margin-bottom: 2px;
}
.jportfolio_project .metabox .notpublic {
  display: inline-block;
  margin-right: 4px;
  color: #F44336;
  font-weight: 700;
}
.jportfolio_project .metabox .location {
  font-size: 14px;
  color: #4E5968;
}
.jportfolio_project.wide_style {
  float: unset;
  width: 100%;
  overflow: hidden;
  line-height: normal;
  margin-bottom: 20px;
}
.jportfolio_project.wide_style:last-of-type {
  margin-bottom: 40px;
}
.jportfolio_project.wide_style .thumbnail_wrapper {
  width: 45%;
  float: left;
  position: relative;
}
.jportfolio_project.wide_style .thumbnail_wrapper .thumbnail {
  margin: -40px 0;
}
@media (max-width: 899px) {
  .jportfolio_project.wide_style .thumbnail_wrapper .thumbnail {
    margin: -20px 0;
  }
}
@media (max-width: 899px) {
  .jportfolio_project.wide_style .thumbnail_wrapper {
    width: 100%;
    float: unset;
  }
}
.jportfolio_project.wide_style .metabox {
  width: 50%;
  float: right;
}
@media (max-width: 899px) {
  .jportfolio_project.wide_style .metabox {
    width: 100%;
    float: unset;
  }
}
.jportfolio_project.wide_style .metabox .title {
  padding-top: 0;
  padding-bottom: 16px;
  font-size: 24px;
}
@media (max-width: 899px) {
  .jportfolio_project.wide_style .metabox .title {
    padding-top: 12px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}
.jportfolio_project.wide_style .metabox .story {
  line-height: 24px;
  height: 72px;
  -webkit-line-clamp: 3;
}
.metabox {
  position: relative;
}
.follow_wrap {
  float: left;
  margin-left: 0.9375rem;
  overflow: hidden;
  display: block;
  width: 100px;
}
.follow_wrap .followBtn {
  cursor: pointer;
}
.follow_wrap .followBtn.removeFollow .far {
  display: none;
}
.follow_wrap .followBtn.createFollow .fas {
  display: none;
}
.scrap_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.scrap_wrap .scrapBtn {
  position: absolute;
  right: 0;
  top: 4px;
  padding: 0 6px 6px 6px;
  font-size: 18px;
  line-height: 100%;
  cursor: pointer;
  z-index: 1;
  text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}
.scrap_wrap .scrapBtn.removeScrap {
  color: #d13126;
  font-size: 28px;
  top: -7px;
  text-shadow: 0 0.5px 1.5px rgba(255, 255, 255, 0.5);
}
.scrap_wrap .scrapBtn.removeScrap .fal {
  display: none;
}
.scrap_wrap .scrapBtn.createScrap {
  color: #ffffff;
}
.scrap_wrap .scrapBtn.createScrap .fas {
  display: none;
}
.like_wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}
.like_wrap .likeBtn {
  position: absolute;
  right: 0;
  top: 4px;
  padding: 0 6px 6px 6px;
  font-size: 18px;
  line-height: 100%;
  cursor: pointer;
  z-index: 100;
  text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}
.like_wrap .likeBtn.removeLike {
  color: #d13126;
  font-size: 28px;
  top: -7px;
  text-shadow: 0 0.5px 1.5px rgba(255, 255, 255, 0.5);
}
.like_wrap .likeBtn.removeLike .fal {
  display: none;
}
.like_wrap .likeBtn.createLike {
  color: #ffffff;
}
.like_wrap .likeBtn.createLike .fas {
  display: none;
}
.empty_placeholder {
  padding: 40px 0;
  text-align: center;
  color: #4E5968;
}
/* clear fix */
/*
.grid:after {
	content: '';
	display: block;
	clear: both;
}

.grid-sizer,
.grid-item {
	width: 32.76%;
	.profile_content & {
		width: 32.48%;
	}
	@include mobile {
		width: 48.5%;
	}
}

.grid-item {
	float: left;
	margin-bottom: 10px;
	z-index: 1;
}

.grid-item img {
	display: block;
	width: 100%;
	border: 1px solid #E9ECEF;
}
*/
.profile_images_container {
  position: relative;
  margin-top: -20px;
  margin-bottom: 20px;
}
.profile_images_container .shadow_image {
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, white 10%, transparent);
  z-index: 10;
  position: absolute;
  bottom: 40px;
}
.profile_images_container .scroll_top {
  width: 35px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: -60px;
  z-index: 100;
  color: #707070;
  cursor: pointer;
}
@media (max-width: 899px) {
  .profile_images_container .scroll_top {
    right: 0;
    bottom: 50px;
  }
}
.profile_images_container .scroll_top i {
  font-size: 40px;
}
.fullscreen_image_view {
  background-color: #191F28;
  width: 100%;
  padding: 100px 0;
  border-bottom: 1px solid #333D4B;
  margin-bottom: -1rem;
}
.fullscreen_image_view .image_display_area {
  display: block;
  position: relative;
  margin: 0 auto;
}
.fullscreen_image_view .image_display_area .image_background {
  display: block;
  width: 100%;
  height: auto;
}
.fullscreen_image_view .image_display_area .image_foreground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* sourceMappingURL=4421c74d843686111a9a0888b86aa6ef405aac38.skin.scss.map */

/* Original file: files/cache/assets/compiled/803dff7850090a24c0a59be2741dd6a79462bc78.filter.scss.css */

.filter {
  flex: 0 0 auto;
  width: 282px;
  margin-right: 32px;
}
@media (max-width: 1024px) {
  .filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    width: 100%;
    height: 100%;
  }
  .filter__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .filter.active {
    display: block;
  }
}
@media (min-width: 1025px) {
  .filter-toggle {
    display: none;
  }
}
@media (max-width: 1024px) {
  .filter-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background-color: #ffffff;
    overflow: auto;
  }
}
@media (min-width: 1025px) {
  .filter-bar {
    display: none;
  }
}
@media (max-width: 1024px) {
  .filter-bar {
    width: calc(100% + (1.25rem * 2));
    display: flex;
    align-items: center;
    padding: 0.875rem 1.25rem;
    margin: 0 -1.25rem;
    overflow-x: auto;
    border-bottom: 1px solid #F2F4F6;
  }
  .filter-bar > button {
    margin-right: 0.75rem;
  }
}
.filter-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .filter-header {
    padding: 1.25rem 1.25rem;
    margin: 0;
  }
}
.filter-header__title {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
}
.filter-box {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #E5E8EB;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 32px, rgba(0, 0, 0, 0.05) 0 1px 2px;
}
@media (max-width: 1024px) {
  .filter-box {
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid #E5E8EB;
  }
}
.filter-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #F2F4F6;
}
.filter-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.filter-item__count {
  color: #36CC68;
  font-size: 13px;
}
.filter-item__header {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 1rem;
}
.filter-item__header > div {
  flex: 1;
}
.filter-item__body .search_item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.filter .search_form {
  clear: both;
  position: relative;
}
.filter .search_form input {
  padding-left: 40px;
}
.filter .search_form button {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  margin: 0 !important;
  padding: 0 16px;
  height: 40px !important;
  border: 0;
  background: transparent;
  color: #6B7684;
  font-size: 16px;
}
.filter .search_form {
  clear: unset;
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
  border-bottom: 0;
}
/* sourceMappingURL=803dff7850090a24c0a59be2741dd6a79462bc78.filter.scss.map */

/* Original file: files/cache/assets/compiled/ca02506b381f50384464d8089591ecabf80bd1a0.project-list.scss.css */

@media (max-width: 899px) {
  .project-list-wrap {
    margin-top: 1.25rem;
  }
}
.project-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-bottom: 2rem;
}
@media (max-width: 899px) {
  .project-list {
    margin: 0 0 1.25rem 0;
    flex-direction: column;
    gap: 40px;
  }
}
.project-list .jds-card {
  width: calc(33.333% - 20px);
}
@media (max-width: 899px) {
  .project-list .jds-card {
    width: 100%;
  }
}
.project-list.profile-project-list .jds-card {
  width: calc(50% - 15px);
}
@media (max-width: 899px) {
  .project-list.profile-project-list .jds-card {
    width: 100%;
  }
}
.project-list-item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #E5E8EB;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  transition: 0.2s ease;
}
.profile_container .project-list-item {
  width: calc(50% - 15px);
}
@media (max-width: 899px) {
  .profile_container .project-list-item {
    width: unset;
  }
}
.project-list-item:hover {
  transform: translateY(-4px);
  border-color: #D1D6DB;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
}
.project-list-item .thumbnail-wrap {
  position: relative;
  width: 100%;
}
.project-list-item .thumbnail-wrap .thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
}
.project-list-item__tag {
  padding-bottom: 1rem;
  margin: -6px -3px;
}
.project-list-item__tag .app-tag {
  padding: 4px 6px;
  margin: 3px;
}
.project-list-item__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #6B7684;
  font-size: 0.75rem;
  line-height: 150%;
  margin-bottom: 0.5rem;
}
.project-list-item__meta .divider {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.project-list-item__meta .divider::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #E5E8EB;
}
.project-list-item__meta .dot {
  margin-left: 2px;
  margin-right: 2px;
}
.project-list-item__meta .private {
  color: #E04F4F;
  font-weight: 700;
}
.project-list-item__estimate {
  display: inline-flex;
  align-items: center;
  color: #31B85E;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 900px) {
  .project-list-item__estimate-wrap {
    height: 18px;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 899px) {
  .project-list-item__estimate-wrap {
    margin-bottom: 0.75rem;
  }
}
.project-list-item__estimate > img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.project-list-item__body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 20px 0;
  color: #191F28;
  text-decoration: none;
}
.project-list-item__body__link {
  flex: 1;
  cursor: pointer;
  display: block;
  color: #191F28;
  text-decoration: none;
  appearance: none;
}
.project-list-item__body .scrap {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.project-list-item__body .scrap-button {
  cursor: pointer;
  color: #6B7684;
  font-size: 1rem;
}
.project-list-item__body .scrap-button i:first-child {
  display: block;
}
.project-list-item__body .scrap-button i:last-child {
  display: none;
}
.project-list-item__body .scrap-button.active {
  color: #36CC68;
}
.project-list-item__body .scrap-button.active i:first-child {
  display: none;
}
.project-list-item__body .scrap-button.active i:last-child {
  display: block;
}
.project-list-item__body .title {
  display: block;
  color: #191F28;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0.75rem;
}
.project-list-item__body .story {
  color: #6B7684;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
  height: 3.15rem;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.project-list-item__body .divider {
  flex: 1;
}
.project-list-item__body .location {
  color: #6B7684;
  font-size: 0.75rem;
}
.project-list-item__body .location > i {
  color: #B0B8C1;
}
.project-list-item__divider {
  margin: 1rem 0;
  border-bottom: 1px solid #F2F4F6;
}
.project-list-item__footer {
  display: block;
  padding: 12px 16px;
  border-top: 1px solid #F2F4F6;
  color: #191F28;
  text-decoration: none;
}
@media (min-width: 900px) {
  .project-list-item__footer {
    margin-top: 1rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (max-width: 899px) {
  .project-list-item__footer {
    padding: 0;
    margin-top: 1rem;
    border-top: none;
  }
}
@media (min-width: 900px) {
  .project-list-item__body > .project-list-item__footer {
    padding-bottom: 1rem;
  }
}
.project-list-item__architect {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
}
.project-list-item__footer > .project-list-item__architect {
  margin-top: 0;
  margin-bottom: 0;
}
.project-list-item__architect .profile-image {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  border-radius: 100%;
  background-color: #B0B8C1;
  background-position: center;
  background-size: cover;
  border: 1px solid #F2F4F6;
}
.project-list-item__architect .architect {
  color: #4E5968;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.project-list-item__architect .architect .role {
  display: inline-block;
  font-weight: bold;
  margin-right: 1px;
  color: #8B95A1;
}
.project-list-item__architect .architect .role:after {
  content: "|";
  color: #D1D6DB;
  font-weight: normal;
  margin-left: 4px;
}
.project-list-item .actions {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  transition: 0.2s ease;
  opacity: 0;
  z-index: 1;
}
.project-list-item .actions_button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  color: #6B7684;
  font-size: 1rem;
  background-color: white;
  border: 1px solid #E5E8EB;
  border-radius: 100%;
}
.project-list-item .actions_menu {
  position: absolute;
  top: 2.5rem;
  right: 0;
  width: 110px;
  padding: 0.25rem;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #E5E8EB;
  box-shadow: rgba(0, 0, 0, 0.1) 0 6px 32px, rgba(0, 0, 0, 0.1) 0 1px 2px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.project-list-item .actions_menu.active {
  opacity: 1;
  visibility: visible;
}
.project-list-item .actions_menu > a {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.25rem 0.75rem 1rem;
  color: #191F28;
  font-size: 0.875rem;
  border-radius: 4px;
}
.project-list-item .actions_menu > a:hover {
  background-color: #F2F4F6;
}
.project-list-item .actions_menu > a > i {
  margin-right: 0.5rem;
}
.project-list-item .actions_menu > a.delete {
  color: #E04F4F;
}
.project-list-item:hover .actions {
  opacity: 1;
}
@media (max-width: 899px) {
  .project-list .project-list-item {
    flex-direction: row;
    box-shadow: none;
    border-radius: 0;
    padding: 1.25rem;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .profile_container .project-list .project-list-item {
    padding: 0;
  }
  .project-list .project-list-item:hover {
    transform: none;
    box-shadow: none;
  }
  .project-list .project-list-item .thumbnail-wrap {
    flex: 0 0 auto;
    width: 140px;
  }
  .project-list .project-list-item .thumbnail-wrap .thumbnail {
    padding-bottom: 72%;
    border-radius: 8px;
  }
  .project-list .project-list-item__meta {
    margin-bottom: 0.25rem;
  }
  .project-list .project-list-item__meta .divider {
    display: none;
  }
  .project-list .project-list-item__estimate {
    display: flex;
    width: 100%;
  }
  .project-list .project-list-item__body {
    padding: 0 0 0 1rem;
  }
  .project-list .project-list-item__body .scrap {
    top: 0;
    right: 0;
  }
  .project-list .project-list-item__body .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    height: 1.6875rem;
    margin-bottom: 0.25rem;
  }
  .project-list .project-list-item__body .story {
    font-size: 0.75rem;
    height: 1.35rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
  }
}
/* sourceMappingURL=ca02506b381f50384464d8089591ecabf80bd1a0.project-list.scss.map */

/* Original file: files/cache/assets/compiled/3af744fa0cdbd2beaa89c846b270ee1359759205.card.scss.css */

.jds-card .max-1-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.jds-card .max-2-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.jds-card .max-3-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.jds-card .card-image .grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.jds-card .card-image .grid .grid-item {
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-color: #F2F4F6;
}
.jds-card .card-image .grid.count-1 .grid-item {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.jds-card .card-image .grid.count-2 .grid-item:nth-child(1) {
  left: 0;
  top: 0;
  width: calc(50% - 1px);
  height: 100%;
}
.jds-card .card-image .grid.count-2 .grid-item:nth-child(2) {
  right: 0;
  top: 0;
  width: calc(50% - 1px);
  height: 100%;
}
.jds-card .card-image .grid.count-3 .grid-item:nth-child(1) {
  left: 0;
  top: 0;
  width: calc(50% - 1px);
  height: 100%;
}
.jds-card .card-image .grid.count-3 .grid-item:nth-child(2) {
  right: 0;
  top: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-3 .grid-item:nth-child(3) {
  right: 0;
  bottom: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-4 .grid-item:nth-child(1) {
  left: 0;
  top: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-4 .grid-item:nth-child(2) {
  right: 0;
  top: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-4 .grid-item:nth-child(3) {
  left: 0;
  bottom: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-4 .grid-item:nth-child(4) {
  right: 0;
  bottom: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-5 .grid-item:nth-child(1) {
  left: 0;
  top: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-5 .grid-item:nth-child(2) {
  left: calc(33.333% + 1px);
  top: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-5 .grid-item:nth-child(3) {
  right: 0;
  top: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-5 .grid-item:nth-child(4) {
  left: 0;
  bottom: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-5 .grid-item:nth-child(5) {
  right: 0;
  bottom: 0;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-6 .grid-item:nth-child(1) {
  left: 0;
  top: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-6 .grid-item:nth-child(2) {
  left: calc(33.333% + 1px);
  top: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-6 .grid-item:nth-child(3) {
  right: 0;
  top: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-6 .grid-item:nth-child(4) {
  left: 0;
  bottom: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-6 .grid-item:nth-child(5) {
  left: calc(33.333% + 1px);
  bottom: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jds-card .card-image .grid.count-6 .grid-item:nth-child(6) {
  right: 0;
  bottom: 0;
  width: calc(33.333% - 1px);
  height: calc(50% - 1px);
}
.jds-card .background.placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jds-card .background.placeholder span {
  font-size: 28px;
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #B0B8C1;
}
/* sourceMappingURL=3af744fa0cdbd2beaa89c846b270ee1359759205.card.scss.map */

/* Original file: files/cache/assets/compiled/89a111558c8009daf5b0472dc3728aad7079c6dc.project-write.scss.css */

.project-write {
  position: relative;
  padding: 2rem 0;
  margin-bottom: -1rem;
  background-color: #36CC68;
}
@media (min-width: 900px) {
  .project-write > .app-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.project-write__title {
  flex: 0 0 auto;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  word-break: keep-all;
}
@media (min-width: 900px) {
  .project-write__title {
    margin-right: 1.5rem;
  }
}
@media (max-width: 899px) {
  .project-write__title {
    margin-bottom: 2rem;
  }
}
.project-write__title strong {
  opacity: 0.7;
}
.project-write__button {
  flex: 0 0 auto;
  display: inline-block;
  padding: 1.125rem 2.5rem;
  margin: 0;
  color: #36CC68;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  appearance: none;
  background-color: #ffffff;
  border-radius: 100px;
}
/* sourceMappingURL=89a111558c8009daf5b0472dc3728aad7079c6dc.project-write.scss.map */

