@charset "UTF-8";
:root {
  --primary-red-50: #fffafd;
  --primary-red-100: #ffeaee;
  --primary-red-200: #fecbd2;
  --primary-red-300: #ff9fa5;
  --primary-red-400: #f86f76;
  --primary-red-450: #f7444e;
  --primary-red-500: #ec1d31;
  --primary-red-600: #dc0a2b;
  --primary-red-700: #a60013;
  --secondary-gray-blue-50: #f8f9fc;
  --secondary-gray-blue-100: #eaecf5;
  --secondary-gray-blue-200: #d5d9eb;
  --secondary-gray-blue-300: #b3b8db;
  --secondary-gray-blue-400: #717bbc;
  --secondary-gray-blue-450: #4e5ba6;
  --secondary-gray-blue-500: #3e4784;
  --secondary-gray-blue-600: #363f72;
  --secondary-gray-blue-700: #293056;
  --base-white: #ffffff;
  --base-black: #000000;
  --gray-50: #f6f7f9;
  --gray-100: #eaecf0;
  --gray-200: #d3d4d8;
  --gray-300: #a4a5a8;
  --gray-400: #757678;
  --gray-450: #5e5e60;
  --gray-500: #464748;
  --gray-600: #2f2f30;
  --gray-700: #171818;
  --green-50: #f6fef9;
  --green-100: #d3f8df;
  --green-200: #aaf0c4;
  --green-300: #73e2a3;
  --green-400: #3ccb7f;
  --green-500: #099250;
  --green-600: #087443;
  --green-700: #095c37;
  --cyan-50: #f5feff;
  --cyan-100: #cff9fe;
  --cyan-200: #a5f0fc;
  --cyan-300: #67e3f9;
  --cyan-400: #22ccee;
  --cyan-500: #088ab2;
  --cyan-600: #0e7090;
  --cyan-700: #155b75;
  --blue-50: #f5faff;
  --blue-100: #e0efff;
  --blue-200: #b2ddff;
  --blue-300: #84caff;
  --blue-400: #53b1fd;
  --blue-500: #1570ef;
  --blue-600: #1849a9;
  --blue-700: #194185;
  --violet-50: #fbfaff;
  --violet-100: #ece9fe;
  --violet-200: #ddd6fe;
  --violet-300: #c3b5fd;
  --violet-400: #a48afb;
  --violet-500: #6927da;
  --violet-600: #5720b7;
  --violet-700: #3e1486;
  --pink-50: #fef6fb;
  --pink-100: #fce7f6;
  --pink-200: #fcceee;
  --pink-300: #faa7e0;
  --pink-400: #f670c7;
  --pink-500: #dd2590;
  --pink-600: #c11574;
  --pink-700: #851651;
  --orange-50: #fefaf5;
  --orange-100: #fdead7;
  --orange-200: #f9dbaf;
  --orange-300: #f7b27a;
  --orange-400: #f38744;
  --orange-500: #e4501e;
  --orange-600: #b93815;
  --orange-700: #772917;
  --yellow-50: #fefdf0;
  --yellow-100: #fef7c3;
  --yellow-200: #feee95;
  --yellow-300: #fde272;
  --yellow-400: #fac515;
  --yellow-500: #e89402;
  --yellow-600: #c27004;
  --yellow-700: #8b500a;
  --focus-ring-4px-primary-100: 0px 0px 0px 4px #ffeaee;
  --focus-ring-4px-primary-500: 0px 0px 0px 4px #9e77ed;
  --focus-ring-4px-gray-100: 0px 0px 0px 4px #f2f4f7;
  --focus-ring-4px-error-100: 0px 0px 0px 4px #fee4e2;
  --focus-ring-4px-gray-500: 0px 0px 0px 4px #667085;
  --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  --shadow-xs-focused-4px-primary-color-100: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922), 0px 0px 0px 4px #ffeaee;
  --shadow-xs-focused-4px-gray-100: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922), 0px 0px 0px 4px #f2f4f7;
  --shadow-xs-focused-4px-error-100: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922), 0px 0px 0px 4px #fee4e2;
  --shadow-sm: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843), 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
  --shadow-sm-focused-4px-primary-100: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843), 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294), 0px 0px 0px 4px #f4ebff;
  --shadow-sm-focused-4px-gray-100: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843), 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294), 0px 0px 0px 4px #f2f4f7;
  --shadow-md: 0px 4px 8px -2px rgba(16, 24, 40, 0.1019607843), 0px 2px 4px -2px rgba(16, 24, 40, 0.0588235294);
  --shadow-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725), 0px 4px 6px -2px rgba(16, 24, 40, 0.031372549);
  --shadow-xl: 0px 20px 24px -4px rgba(16, 24, 40, 0.0784313725), 0px 8px 8px -4px rgba(16, 24, 40, 0.031372549);
  --shadow-2xl: 0px 24px 48px -12px rgba(16, 24, 40, 0.1803921569);
  --shadow-3xl: 0px 32px 64px -12px rgba(16, 24, 40, 0.1411764706);
  --shadow-xs-focused-4px-primary-gray-100: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922), 0px 0px 0px 4px #f2f4f7;
  --shadow-portfolio-mockup-main-centre-md: 0px 75px 150px 0px rgba(52, 64, 84, 0.1411764706);
  --shadow-portfolio-mockup-main-centre-lg: 0px 100px 200px 0px rgba(52, 64, 84, 0.1803921569);
  --shadow-portfolio-mockup-overlay-right-lg: -100px 100px 150px 0px rgba(52, 64, 84, 0.1215686275);
  --shadow-portfolio-mockup-overlay-left-lg: 100px 100px 150px 0px rgba(52, 64, 84, 0.1215686275);
  --shadow-portfolio-mockup-grid-shadow-md: 32px 32px 64px 0px rgba(52, 64, 84, 0.0784313725);
  --font-families-commerce-sans: Commerce Sans, sans-serif;
  --line-heights-0: 90;
  --line-heights-1: 76;
  --line-heights-2: 60;
  --line-heights-3: 46;
  --line-heights-4: 38;
  --line-heights-5: 32;
  --line-heights-6: 30;
  --line-heights-7: 28;
  --line-heights-8: 24;
  --line-heights-9: 22;
  --line-heights-10: 18;
  --font-weights-commerce-sans-0: regular;
  --font-weights-commerce-sans-1: medium;
  --font-weights-commerce-sans-2: bold;
  --font-size-0: 12px;
  --font-size-1: 14px;
  --font-size-2: 16px;
  --font-size-3: 18px;
  --font-size-4: 20px;
  --font-size-5: 24px;
  --font-size-6: 30px;
  --font-size-7: 36px;
  --font-size-8: 48px;
  --font-size-9: 60px;
  --font-size-10: 72px;
}

@font-face {
  font-family: "CommerceSans";
  font-weight: 400;
  font-style: normal;
  src: url("https://rlyiz0wtg.toastcdn.net/CommerceSans-Regular.woff") format("woff"), url("https://rlyiz0wtg.toastcdn.net/CommerceSans-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "CommerceSans";
  font-weight: 500;
  font-style: normal;
  src: url("https://rlyiz0wtg.toastcdn.net/CommerceSans-Medium.woff") format("woff"), url("https://rlyiz0wtg.toastcdn.net/CommerceSans-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "CommerceSans";
  font-weight: 700;
  font-style: normal;
  src: url("https://rlyiz0wtg.toastcdn.net/CommerceSans-Bold.woff") format("woff"), url("https://rlyiz0wtg.toastcdn.net/CommerceSans-Bold.woff2") format("woff2");
  font-display: swap;
}
*:where(:is([class*=cds], [class*=cds] *):not(iframe,
canvas,
img,
svg,
svg *,
video,
audio,
input,
del,
a,
select,
.cds-board-view__body *)) {
  all: unset;
  display: revert;
}

[class*=cds],
[class*=cds] *,
[class*=cds]::before,
[class*=cds]::after,
[class*=cds] *::before,
[class*=cds] *::after {
  box-sizing: border-box;
}

ol,
ul,
menu {
  list-style: none;
}

ol,
ul {
  padding-left: 0;
}

dd {
  margin-left: 0;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: inherit;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

:where([hidden]) {
  display: none;
}

:where(pre) {
  all: revert;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

:where(body) {
  font-size: 1rem;
  line-height: 1.5;
}

[class*=cds],
[class*=cds] *:not([style*=font-family]) {
  font-family: "CommerceSans", sans-serif !important;
  letter-spacing: normal !important;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.a11y {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.bold {
  font-weight: bold;
}

.cds-logo {
  display: inline-block;
  vertical-align: top;
  background-image: url("~@ncds/ui/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 263px 231.5px;
}
.cds-logo__ci-black {
  width: 123px;
  height: 30px;
  background-position: -100px -30px;
}
.cds-logo__ci-white {
  width: 123px;
  height: 30px;
  background-position: -100px 0px;
}
.cds-logo__ci-favicon {
  width: 32px;
  height: 32px;
  background-position: -223px -80px;
}
.cds-logo a {
  display: block;
  height: 100%;
}

.cds-ico {
  background-image: url("~@ncds/ui/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 263px 231.5px;
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
}
.cds-ico--focus {
  cursor: pointer;
}
.cds-ico--dot-grid {
  width: 40px;
  height: 40px;
  background-position: -223px -40px;
}
.cds-ico--ico-m-sm {
  width: 24.5px;
  height: 24.5px;
  background-position: -223px -112px;
}
.cds-ico--message-smile-square {
  width: 24.5px;
  height: 24px;
  background-position: -223px -136.5px;
}

.cds-file-icon {
  color: var(--gray-700);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
}
.cds-file-icon svg {
  flex: none;
}
.cds-file-icon__ext {
  background-image: url("~@ncds/ui/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 263px 231.5px;
  margin-inline-start: 8px;
  flex: none;
}
.cds-file-icon__ext--solid-csv {
  width: 20px;
  height: 20px;
  background-position: -196px -123.5px;
}
.cds-file-icon__ext--solid-doc {
  width: 20px;
  height: 20px;
  background-position: -116px -143.5px;
}
.cds-file-icon__ext--solid-docx {
  width: 20px;
  height: 20px;
  background-position: -136px -143.5px;
}
.cds-file-icon__ext--solid-pdf {
  width: 20px;
  height: 20px;
  background-position: -163px -163.5px;
}
.cds-file-icon__ext--solid-ppt {
  width: 20px;
  height: 20px;
  background-position: -203px -163.5px;
}
.cds-file-icon__ext--solid-pptx {
  width: 20px;
  height: 20px;
  background-position: -44px -185.5px;
}
.cds-file-icon__ext--solid-txt {
  width: 20px;
  height: 20px;
  background-position: -124px -185.5px;
}
.cds-file-icon__ext--solid-xls {
  width: 20px;
  height: 20px;
  background-position: -164px -185.5px;
}
.cds-file-icon__ext--solid-xlsx {
  width: 20px;
  height: 20px;
  background-position: -184px -185.5px;
}
.cds-file-icon__ext--solid-eps {
  width: 20px;
  height: 20px;
  background-position: -156px -143.5px;
}
.cds-file-icon__ext--solid-gif {
  width: 20px;
  height: 20px;
  background-position: -176px -143.5px;
}
.cds-file-icon__ext--solid-img {
  width: 20px;
  height: 20px;
  background-position: -196px -143.5px;
}
.cds-file-icon__ext--solid-jpeg {
  width: 20px;
  height: 20px;
  background-position: -123px -163.5px;
}
.cds-file-icon__ext--solid-jpg {
  width: 20px;
  height: 20px;
  background-position: -143px -163.5px;
}
.cds-file-icon__ext--solid-png {
  width: 20px;
  height: 20px;
  background-position: -183px -163.5px;
}
.cds-file-icon__ext--solid-svg {
  width: 20px;
  height: 20px;
  background-position: -84px -185.5px;
}
.cds-file-icon__ext--solid-tiff {
  width: 20px;
  height: 20px;
  background-position: -104px -185.5px;
}
.cds-file-icon__ext--solid-webp {
  width: 20px;
  height: 20px;
  background-position: -144px -185.5px;
}
.cds-file-icon__ext--solid-zip {
  width: 20px;
  height: 20px;
  background-position: -240px -207.5px;
}
.cds-file-icon__ext--solid-bmp {
  width: 20px;
  height: 20px;
  background-position: -176px -123.5px;
}
.cds-file-icon__ext--solid-rar {
  width: 20px;
  height: 20px;
  background-position: -64px -185.5px;
}
.cds-file-icon__name {
  max-width: 100%;
  margin-inline-start: 6px;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.cds-file-icon__name:hover {
  cursor: pointer;
  text-decoration: underline;
}
.cds-file-icon__size {
  flex: none;
  margin-inline-start: 6px;
  text-transform: uppercase;
  color: var(--gray-400);
}
.cds-file-icon:where(.is-disable) {
  color: var(--gray-300);
}
.cds-file-icon:where(.is-disable) .cds-file-icon__name {
  cursor: default;
}
.cds-file-icon:where(.is-disable) .cds-file-icon__size {
  color: inherit;
}

.cds-step {
  display: flex;
  gap: 16px;
}
.cds-step__icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cds-step__icon-wrap::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--gray-100);
  border: solid var(--base-white);
  border-width: 4px 0 0;
}
.cds-step__icon {
  flex: none;
  box-shadow: 0 0 0 2px var(--base-white), var(--shadow-xs);
}
.cds-step__content {
  margin-bottom: 32px;
}
.cds-step__tit {
  display: block;
  color: var(--gray-600);
  font-weight: 700;
  white-space: pre-wrap;
}
.cds-step__desc {
  white-space: pre-wrap;
  color: var(--gray-400);
}
.cds-step__desc--highlight-text {
  color: var(--secondary-gray-blue-450);
}
@media (min-width: 768px) {
  .cds-step__content {
    margin-bottom: 0;
  }
}

.cds-progress-steps__item:last-child .cds-step__icon-wrap::after {
  content: none;
}
.cds-progress-steps__item:last-child .cds-step__content {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cds-progress-steps {
    display: flex;
    justify-content: center;
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
  .cds-progress-steps__item {
    flex: 1;
  }
  .cds-progress-steps .cds-step {
    flex-direction: column;
    text-align: center;
  }
  .cds-progress-steps .cds-step__icon-wrap {
    position: relative;
  }
  .cds-progress-steps .cds-step__icon-wrap::before, .cds-progress-steps .cds-step__icon-wrap::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: var(--gray-400);
    border: 0;
  }
  .cds-progress-steps .cds-step__icon-wrap::before {
    left: 0;
  }
  .cds-progress-steps .cds-step__icon-wrap::after {
    right: 0;
  }
  .cds-progress-steps .cds-step__icon {
    position: relative;
    z-index: 5;
    box-shadow: var(--shadow-xs);
  }
  .cds-progress-steps__item:first-child .cds-step__icon-wrap::before {
    content: none;
  }
}

.cds-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cds-link--link-gray {
  color: var(--gray-500);
}
.cds-link--link-gray:hover, .cds-link--link-gray:hover:not(.is-disable) {
  color: var(--gray-700);
}
.cds-link--link-gray.is-disable {
  color: var(--gray-200);
  pointer-events: none;
  cursor: default;
}
.cds-link--link-color {
  color: var(--blue-500);
}
.cds-link--link-color:hover, .cds-link--link-color:hover:not(.is-disable) {
  color: var(--blue-600);
}
.cds-link--link-color.is-disable {
  color: var(--gray-200);
  pointer-events: none;
  cursor: default;
}
.cds-link--sm {
  font-size: 0.875rem;
}
.cds-link--md {
  font-size: 1rem;
}
.cds-link--lg {
  font-size: 1.125rem;
}
.cds-link__icon {
  width: 20px;
  height: 20px;
}
:where(.cds-link--lg) .cds-link__icon {
  width: 24px;
  height: 24px;
}

:root {
  --button-height-xxs: 28px;
  --button-height-xs: 32px;
  --button-height-sm: 36px;
  --button-height-md: 40px;
  --button-height-lg: 44px;
  --button-height-xl: 48px;
  --button-height-2xl: 56px;
}

.cds-btn {
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
  line-height: normal;
  color: inherit;
}
.cds-btn__label {
  pointer-events: none;
}
.cds-btn svg {
  pointer-events: none;
  stroke: currentColor;
}
.cds-btn--primary-red {
  box-shadow: var(--shadow-xs);
  background-color: var(--primary-red-450);
  border: 1px solid var(--primary-red-500);
  color: var(--base-white);
}
.cds-btn--primary-red:hover:not([disabled], .is-disable) {
  background-color: var(--primary-red-600);
  border: 1px solid var(--primary-red-700);
  color: var(--base-white);
}
.cds-btn--primary-red:focus:not([disabled], .is-disabled) {
  background-color: var(--primary-red-450);
  border: 1px solid var(--primary-red-500);
  color: var(--base-white);
  box-shadow: var(--shadow-xs-focused-4px-primary-color-100);
}
.cds-btn--primary-red:disabled, .cds-btn--primary-red.is-disable {
  background-color: var(--primary-red-100);
  border: 1px solid var(--primary-red-200);
  color: var(--base-white);
  cursor: default;
}
.cds-btn--primary-black {
  box-shadow: var(--shadow-xs);
  background-color: var(--base-black);
  border: 1px solid var(--gray-400);
  color: var(--base-white);
}
.cds-btn--primary-black:hover:not([disabled], .is-disable) {
  background-color: var(--gray-600);
  border: 1px solid var(--gray-400);
  color: var(--base-white);
}
.cds-btn--primary-black:focus:not([disabled], .is-disabled) {
  background-color: var(--base-black);
  border: 1px solid var(--gray-400);
  color: var(--base-white);
  box-shadow: var(--shadow-xs-focused-4px-gray-100);
}
.cds-btn--primary-black:disabled, .cds-btn--primary-black.is-disable {
  background-color: var(--gray-50);
  border: 1px solid var(--gray-200);
  color: var(--gray-200);
  cursor: default;
}
.cds-btn--tertiary-gray {
  background-color: var(--base-white);
  color: var(--gray-700);
}
.cds-btn--tertiary-gray:hover:not([disabled], .is-disable) {
  background-color: var(--gray-50);
  color: var(--gray-700);
}
.cds-btn--tertiary-gray:disabled, .cds-btn--tertiary-gray.is-disable {
  background-color: var(--base-white);
  color: var(--base-white);
  cursor: default;
}
.cds-btn--secondary-color {
  box-shadow: var(--shadow-xs);
  background-color: var(--primary-red-50);
  border: 1px solid var(--primary-red-200);
  color: var(--primary-red-600);
}
.cds-btn--secondary-color:hover:not([disabled], .is-disable) {
  background-color: var(--primary-red-100);
  border: 1px solid var(--primary-red-300);
  color: var(--primary-red-700);
}
.cds-btn--secondary-color:focus:not([disabled], .is-disabled) {
  background-color: var(--primary-red-50);
  border: 1px solid var(--primary-red-200);
  color: var(--primary-red-600);
  box-shadow: var(--shadow-xs-focused-4px-primary-color-100);
}
.cds-btn--secondary-color:disabled, .cds-btn--secondary-color.is-disable {
  background-color: var(--primary-red-50);
  border: 1px solid var(--primary-red-100);
  color: var(--primary-red-300);
  cursor: default;
}
.cds-btn--secondary-gray {
  box-shadow: var(--shadow-xs);
  background-color: var(--base-white);
  border: 1px solid var(--gray-200);
  color: var(--gray-700);
}
.cds-btn--secondary-gray:hover:not([disabled], .is-disable) {
  background-color: var(--gray-50);
  border: 1px solid var(--gray-200);
  color: var(--gray-700);
}
.cds-btn--secondary-gray:focus:not([disabled], .is-disabled) {
  background-color: var(--base-white);
  border: 1px solid var(--gray-200);
  color: var(--gray-700);
  box-shadow: var(--shadow-xs-focused-4px-gray-100);
}
.cds-btn--secondary-gray:disabled, .cds-btn--secondary-gray.is-disable {
  background-color: var(--base-white);
  border: 1px solid var(--gray-200);
  color: var(--gray-200);
  cursor: default;
}
.cds-btn--tertiary-color {
  background-color: var(--base-white);
  color: var(--blue-500);
}
.cds-btn--tertiary-color:hover:not([disabled], .is-disable) {
  background-color: var(--blue-50);
  color: var(--blue-600);
}
.cds-btn--tertiary-color:disabled, .cds-btn--tertiary-color.is-disable {
  background-color: var(--base-white);
  color: var(--gray-200);
  cursor: default;
}
.cds-btn--xxs {
  padding: 5px 8px;
  height: var(--button-height-xxs);
  font-size: 0.75rem;
  border-radius: 6px;
  font-weight: 500;
}
.cds-btn--xs {
  padding: 5px 12px;
  height: var(--button-height-xs);
  font-size: 0.875rem;
  border-radius: 6px;
  font-weight: 500;
}
.cds-btn--sm {
  padding: 8px 14px;
  height: var(--button-height-sm);
  font-size: 0.875rem;
  border-radius: 8px;
  font-weight: 700;
}
.cds-btn--md {
  padding: 10px 16px;
  height: var(--button-height-md);
  font-size: 0.875rem;
  border-radius: 8px;
  font-weight: 700;
}
.cds-btn--lg {
  padding: 12px 18px;
  height: var(--button-height-lg);
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 700;
}
.cds-btn--xl {
  padding: 14px 20px;
  height: var(--button-height-xl);
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 700;
}
.cds-btn--2xl {
  padding: 16px 28px;
  height: var(--button-height-2xl);
  font-size: 1.125rem;
  border-radius: 8px;
  font-weight: 700;
}
.cds-btn.is-full {
  width: 100%;
}
.cds-btn.is-link {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.cds-btn--link-gray {
  color: var(--gray-500);
}
.cds-btn--link-gray:hover, .cds-btn--link-gray:hover:not(.is-disable) {
  color: var(--gray-700);
}
.cds-btn--link-gray.is-disable {
  color: var(--gray-200);
  pointer-events: none;
  cursor: default;
}
.cds-btn--link-color {
  color: var(--blue-500);
}
.cds-btn--link-color:hover, .cds-btn--link-color:hover:not(.is-disable) {
  color: var(--blue-600);
}
.cds-btn--link-color.is-disable {
  color: var(--gray-200);
  pointer-events: none;
  cursor: default;
}
.cds-btn svg {
  flex: none;
  stroke: currentColor;
}
.cds-btn span {
  z-index: 0;
}

[class*=btn--link] {
  padding: 0;
  height: auto !important;
  background-color: transparent !important;
  vertical-align: top;
  font-weight: 500;
}

.cds-btn--xxs.only-icon {
  padding: 0;
  width: var(--button-height-xxs);
}

.cds-btn--xs.only-icon {
  padding: 0;
  width: var(--button-height-xs);
}

.cds-btn--sm.only-icon {
  padding: 0;
  width: var(--button-height-sm);
}

.cds-btn--md.only-icon {
  padding: 0;
  width: var(--button-height-md);
}

.cds-btn--lg.only-icon {
  padding: 0;
  width: var(--button-height-lg);
}

.cds-btn--xl.only-icon {
  padding: 0;
  width: var(--button-height-xl);
}

.cds-btn--2xl.only-icon {
  padding: 0;
  width: var(--button-height-2xl);
}

.has-underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cds-btn-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-400);
  border-radius: 8px;
  cursor: pointer;
}
.cds-btn-close:hover {
  background-color: var(--gray-50);
  color: var(--gray-500);
}
.cds-btn-close:focus {
  background-color: var(--gray-50);
}
.cds-btn-close--sm {
  width: 36px;
  height: 36px;
}
.cds-btn-close--md {
  width: 40px;
  height: 40px;
}
.cds-btn-close--lg {
  width: 44px;
  height: 44px;
}
.cds-btn-close--dark {
  color: var(--gray-100);
}
.cds-btn-close--dark:hover {
  color: var(--base-white);
  background-color: rgba(255, 255, 255, 0.2);
}
.cds-btn-close--dark:focus {
  color: var(--gray-100);
  background-color: rgba(255, 255, 255, 0.2);
}

:root {
  --button-group-sm: 32px;
  --button-group-md: 40px;
  --button-group-lg: 44px;
  --button-group-xl: 48px;
}

.cds-button-group {
  display: inline-flex;
  overflow: hidden;
  color: var(--gray-400);
  font-weight: 700;
}
.cds-button-group.has-border {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  box-shadow: var(--shadow-xs);
}
.cds-button-group.has-border .cds-button-group__item {
  flex: 1;
}
.cds-button-group.has-border .cds-button-group__item:hover {
  background-color: var(--gray-50);
}
.cds-button-group.has-border .cds-button-group__item:focus {
  color: var(--gray-600);
}
.cds-button-group.has-border .cds-button-group__item:disabled {
  background-color: var(--base-white);
  color: var(--gray-200);
}
.cds-button-group.has-border .cds-button-group__item.is-active {
  background-color: var(--secondary-gray-blue-50);
  color: var(--gray-600);
}
.cds-button-group.has-border .cds-button-group__item.is-active:disabled {
  color: var(--gray-200);
}
.cds-button-group.has-border .cds-button-group__item svg {
  display: block;
}
.cds-button-group.cds-button-group--xs:not(.has-border) .cds-button-group__item {
  height: auto;
}
.cds-button-group__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: var(--base-white);
  font-size: 14px;
}
.cds-button-group__item:first-child {
  padding-left: 0;
}
.cds-button-group__item:last-child {
  padding-right: 0;
}
.cds-button-group__item:nth-child(n+2) {
  border-left: 1px solid var(--gray-200);
}
.cds-button-group__item.is-active {
  color: var(--gray-600);
}
.cds-button-group--sm .cds-button-group__item {
  box-sizing: border-box;
  width: var(--button-group-sm);
  height: var(--button-group-sm);
}
.cds-button-group--md .cds-button-group__item {
  box-sizing: border-box;
  width: var(--button-group-md);
}
.cds-button-group--lg .cds-button-group__item {
  box-sizing: border-box;
  width: var(--button-group-lg);
  height: var(--button-group-lg);
}
.cds-button-group--xl .cds-button-group__item {
  box-sizing: border-box;
  width: var(--button-group-xl);
  height: var(--button-group-xl);
}
.cds-button-group--sm .cds-button-group__item {
  padding: 8px 16px;
}
.cds-button-group--md .cds-button-group__item {
  padding: 10px 16px;
}
.cds-button-group--lg .cds-button-group__item {
  padding: 10px 12px;
}
.cds-button-group--xl .cds-button-group__item {
  padding: 10px 12px;
}

.menu-button:hover {
  background-color: var(--gray-50);
}
.menu-button.is-active .cds-btn__label + svg {
  transform: rotate(180deg);
}

.cds-sns {
  background-image: url("~@ncds/ui/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 263px 231.5px;
  display: inline-block;
}
.cds-sns--twitter {
  width: 24px;
  height: 24px;
  background-position: -168px -207.5px;
}
.cds-sns--linkedin {
  width: 24px;
  height: 24px;
  background-position: -120px -207.5px;
}
.cds-sns--facebook {
  width: 24px;
  height: 24px;
  background-position: -48px -207.5px;
}
.cds-sns--github {
  width: 24px;
  height: 24px;
  background-position: -72px -207.5px;
}
.cds-sns--angellist {
  width: 24px;
  height: 24px;
  background-position: -223px -160.5px;
}
.cds-sns--dribble {
  width: 24px;
  height: 24px;
  background-position: -24px -207.5px;
}
.cds-sns--naver {
  width: 24px;
  height: 24px;
  background-position: -144px -207.5px;
}
.cds-sns--youtube {
  width: 24px;
  height: 24px;
  background-position: -192px -207.5px;
}
.cds-sns--instagram {
  width: 24px;
  height: 24px;
  background-position: -96px -207.5px;
}
.cds-sns--blog {
  width: 24px;
  height: 24px;
  background-position: 0px -207.5px;
}

.cds-media {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}
.cds-media__content {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 40px;
}
.cds-media__icon {
  margin-bottom: 24px;
}
.cds-media__title {
  margin-bottom: 8px;
  color: var(--gray-700);
  font-weight: 700;
  font-size: 24px;
  white-space: break-spaces;
}
.cds-media__text {
  margin-bottom: 32px;
  white-space: break-spaces;
  color: var(--gray-400);
  line-height: 24px;
}
.cds-media__img {
  overflow: hidden;
}
.cds-media__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}
@media (min-width: 768px) {
  .cds-media {
    display: flex;
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .cds-media__title {
    font-size: 1.875rem;
  }
  .cds-media__text {
    font-size: var(--font-size-3);
    line-height: 28px;
  }
  .cds-media__content, .cds-media__img {
    width: 46.0526315789%;
  }
  .cds-media__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    word-break: break-all;
  }
  .cds-media__title {
    margin-bottom: 16px;
  }
  .cds-media__img {
    margin-left: 7.5%;
    border-radius: 24px;
  }
  .cds-media__img img {
    height: 100%;
  }
  .cds-media--reverse .cds-media__content {
    order: 2;
  }
  .cds-media--reverse .cds-media__img {
    margin-right: 7.5%;
    margin-left: 0;
    order: 1;
  }
}
.cds-media__content > *:last-child {
  margin-bottom: 0;
}

.cds-accordion__content {
  margin: 24px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray-100);
}
.cds-accordion__tit {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--gray-700);
}
.cds-accordion__tit button {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 48px;
  cursor: pointer;
  text-align: left;
  color: currentColor;
  font-weight: inherit;
  font-size: inherit;
}
.cds-accordion__tit button svg {
  position: absolute;
  top: 1px;
  right: 0;
}
.cds-accordion__answer {
  margin-top: 8px;
  padding-right: 48px;
  color: var(--gray-400);
}
.cds-accordion__content:not(.is-active) .cds-accordion__answer {
  display: none;
}

.cds-accordion > .is-active {
  padding-bottom: 24px;
}

.cds-dot {
  display: inline-flex;
  padding: 1px;
}
.cds-dot::before {
  border-radius: 50%;
  content: "";
  background-color: currentColor;
}
.cds-dot--neutral {
  color: var(--gray-500);
}
.cds-dot--error {
  color: var(--primary-red-500);
}
.cds-dot--warning {
  color: var(--orange-500);
}
.cds-dot--success {
  color: var(--green-500);
}
.cds-dot--blue {
  color: var(--blue-500);
}
.cds-dot--pink {
  color: var(--pink-500);
}
.cds-dot--violet {
  color: var(--violet-500);
}
.cds-dot--disabled {
  color: var(--gray-300);
}
.cds-dot--sm::before {
  width: 6px;
  height: 6px;
}
.cds-dot--md::before {
  width: 8px;
  height: 8px;
}
.cds-dot--lg::before {
  width: 10px;
  height: 10px;
}

.cds-badge {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  color: var(--gray-600);
  border-color: var(--gray-200);
  font-weight: 500;
}
.cds-badge--sm {
  height: 22px;
  font-size: 0.75rem;
  padding: 2px 10px;
}
.cds-badge--md {
  font-size: 0.875rem;
  padding: 1px 10px;
}
.cds-badge--lg {
  height: 29px;
  font-size: 0.875rem;
  padding: 4px 10px;
}
.cds-badge__icon {
  display: inline-flex;
  margin-inline-end: 2px;
}
.cds-badge--neutral {
  color: var(--gray-600);
  background-color: var(--gray-50);
  border: 1px solid var(--gray-200);
}
.cds-badge--neutral.cds-badge--pill-outline {
  background-color: var(--base-white);
  border: 1px solid var(--gray-400);
}
.cds-badge__icon--neutral {
  color: var(--gray-600);
}
.cds-badge--error {
  color: var(--primary-red-600);
  background-color: var(--primary-red-50);
  border: 1px solid var(--primary-red-200);
}
.cds-badge--error.cds-badge--pill-outline {
  background-color: var(--base-white);
  border: 1px solid var(--primary-red-400);
}
.cds-badge__icon--error {
  color: var(--primary-red-600);
}
.cds-badge--warning {
  color: var(--orange-600);
  background-color: var(--orange-50);
  border: 1px solid var(--orange-200);
}
.cds-badge--warning.cds-badge--pill-outline {
  background-color: var(--base-white);
  border: 1px solid var(--orange-400);
}
.cds-badge__icon--warning {
  color: var(--orange-600);
}
.cds-badge--success {
  color: var(--green-600);
  background-color: var(--green-50);
  border: 1px solid var(--green-200);
}
.cds-badge--success.cds-badge--pill-outline {
  background-color: var(--base-white);
  border: 1px solid var(--green-400);
}
.cds-badge__icon--success {
  color: var(--green-600);
}
.cds-badge--blue {
  color: var(--blue-600);
  background-color: var(--blue-50);
  border: 1px solid var(--blue-200);
}
.cds-badge--blue.cds-badge--pill-outline {
  background-color: var(--base-white);
  border: 1px solid var(--blue-400);
}
.cds-badge__icon--blue {
  color: var(--blue-600);
}
.cds-badge--pink {
  color: var(--pink-600);
  background-color: var(--pink-50);
  border: 1px solid var(--pink-200);
}
.cds-badge--pink.cds-badge--pill-outline {
  background-color: var(--base-white);
  border: 1px solid var(--pink-400);
}
.cds-badge__icon--pink {
  color: var(--pink-600);
}
.cds-badge--violet {
  color: var(--violet-600);
  background-color: var(--violet-50);
  border: 1px solid var(--violet-200);
}
.cds-badge--violet.cds-badge--pill-outline {
  background-color: var(--base-white);
  border: 1px solid var(--violet-400);
}
.cds-badge__icon--violet {
  color: var(--violet-600);
}
.cds-badge--dark-neutral {
  color: var(--base-white);
  background-color: var(--base-black);
  border: 1px solid var(--gray-200);
}
.cds-badge__icon--dark-neutral {
  color: var(--base-white);
}
.cds-badge--dark-error {
  color: var(--base-white);
  background-color: var(--primary-red-500);
  border: 1px solid var(--gray-200);
}
.cds-badge__icon--dark-error {
  color: var(--base-white);
}
.cds-badge--dark-warning {
  color: var(--base-white);
  background-color: var(--orange-500);
  border: 1px solid var(--gray-200);
}
.cds-badge__icon--dark-warning {
  color: var(--base-white);
}
.cds-badge--dark-success {
  color: var(--base-white);
  background-color: var(--green-500);
  border: 1px solid var(--gray-200);
}
.cds-badge__icon--dark-success {
  color: var(--base-white);
}
.cds-badge--dark-blue {
  color: var(--base-white);
  background-color: var(--blue-500);
  border: 1px solid var(--gray-200);
}
.cds-badge__icon--dark-blue {
  color: var(--base-white);
}
.cds-badge--dark-pink {
  color: var(--base-white);
  background-color: var(--pink-500);
  border: 1px solid var(--gray-200);
}
.cds-badge__icon--dark-pink {
  color: var(--base-white);
}
.cds-badge--dark-violet {
  color: var(--base-white);
  background-color: var(--violet-500);
  border: 1px solid var(--gray-200);
}
.cds-badge__icon--dark-violet {
  color: var(--base-white);
}
.cds-badge--dark-disabled {
  color: var(--gray-300);
  background-color: var(--gray-100);
  border: 1px solid var(--gray-200);
}
.cds-badge__icon--dark-disabled {
  color: var(--gray-300);
}
.cds-badge--pill {
  border-radius: 16px;
}
.cds-badge--square {
  border-radius: 6px;
}
.cds-badge--pill-outline {
  border-radius: 16px;
}
.cds-badge--square-outline {
  border-radius: 6px;
  border-color: var(--gray-200);
  background-color: var(--base-white);
}
.cds-badge--disabled {
  color: var(--gray-300);
  background-color: var(--gray-100);
  border: 1px solid var(--gray-200);
}
.cds-badge.has-icon {
  padding-inline-start: 8px;
}
.cds-badge svg {
  margin-inline-end: 4px;
}

.cds-badge-group {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px 3px 4px;
  border: 1px solid;
  font-weight: 500;
}
.cds-badge-group--md {
  font-size: 0.75rem;
  gap: 8px;
}
.cds-badge-group--lg {
  font-size: 0.875rem;
  gap: 12px;
}
.cds-badge-group--neutral {
  color: var(--gray-600);
  background-color: var(--gray-50);
  border-color: var(--gray-100);
}
.cds-badge-group--neutral .cds-badge {
  border-color: var(--gray-200);
  background-color: var(--gray-50);
}
.cds-badge-group--neutral.is-invert .cds-badge {
  background-color: var(--gray-500);
  color: #ffffff;
}

.cds-badge-group--neutral:hover {
  background-color: var(--gray-100);
  border-color: var(--gray-200);
}
.cds-badge-group--error {
  color: var(--primary-red-600);
  background-color: var(--primary-red-50);
  border-color: var(--primary-red-100);
}
.cds-badge-group--error .cds-badge {
  border-color: var(--primary-red-200);
  background-color: var(--primary-red-50);
}
.cds-badge-group--error.is-invert .cds-badge {
  background-color: var(--primary-red-500);
  color: #ffffff;
}

.cds-badge-group--error:hover {
  background-color: var(--primary-red-100);
  border-color: var(--primary-red-200);
}
.cds-badge-group--warning {
  color: var(--orange-600);
  background-color: var(--orange-50);
  border-color: var(--orange-100);
}
.cds-badge-group--warning .cds-badge {
  border-color: var(--orange-200);
  background-color: var(--orange-50);
}
.cds-badge-group--warning.is-invert .cds-badge {
  background-color: var(--orange-500);
  color: #ffffff;
}

.cds-badge-group--warning:hover {
  background-color: var(--orange-100);
  border-color: var(--orange-200);
}
.cds-badge-group--success {
  color: var(--green-600);
  background-color: var(--green-50);
  border-color: var(--green-100);
}
.cds-badge-group--success .cds-badge {
  border-color: var(--green-200);
  background-color: var(--green-50);
}
.cds-badge-group--success.is-invert .cds-badge {
  background-color: var(--green-500);
  color: #ffffff;
}

.cds-badge-group--success:hover {
  background-color: var(--green-100);
  border-color: var(--green-200);
}
.cds-badge-group--violet {
  color: var(--violet-600);
  background-color: var(--violet-50);
  border-color: var(--violet-100);
}
.cds-badge-group--violet .cds-badge {
  border-color: var(--violet-200);
  background-color: var(--violet-50);
}
.cds-badge-group--violet.is-invert .cds-badge {
  background-color: var(--violet-500);
  color: #ffffff;
}

.cds-badge-group--violet:hover {
  background-color: var(--violet-100);
  border-color: var(--violet-200);
}
.cds-badge-group--pill {
  border-radius: 16px;
}
.cds-badge-group--square {
  border-radius: 10px;
  border-color: var(--gray-100);
  background-color: var(--base-white);
  color: var(--gray-600);
}
.cds-badge-group--square .cds-badge {
  background-color: var(--base-white);
}
.cds-badge-group--square:hover {
  background-color: var(--gray-50);
}
.cds-badge-group__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cds-star-rating {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 116px;
  height: 20px;
}
.cds-star-rating::before, .cds-star-rating__count {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("~@ncds/ui/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 263px 231.5px;
}
.cds-star-rating::before {
  width: 116px;
  height: 20px;
  background-position: 0px -123.5px;
  content: "";
}
.cds-star-rating__count {
  width: 116px;
  height: 20px;
  background-position: 0px -143.5px;
}

.cds-carousel-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cds-carousel-arrow--md {
  width: 48px;
  height: 48px;
}
.cds-carousel-arrow--lg {
  width: 56px;
  height: 56px;
}
.cds-carousel-arrow--left {
  transform: rotate(180deg);
}
.cds-carousel-arrow:not(.cds-carousel-arrow--arrow) {
  border-radius: 50%;
  border: 1px solid var(--gray-200);
  background-color: var(--base-white);
}
.cds-carousel-arrow:not(.cds-carousel-arrow--arrow):hover {
  background-color: var(--gray-50);
  border-color: var(--gray-300);
}
.cds-carousel-arrow:not(.cds-carousel-arrow--arrow):disabled {
  background-color: var(--base-white);
  border-color: var(--gray-100);
}
.cds-carousel-arrow:not(.cds-carousel-arrow--arrow):not(:disabled) {
  cursor: pointer;
}

.cds-check-items {
  padding-left: 8px;
}
@media (min-width: 768px) {
  .cds-check-items {
    padding-left: 16px;
  }
}

.cds-check-item {
  display: flex;
  gap: 12px;
}
.cds-check-item__content:where(:nth-child(n+2)) {
  margin-top: 16px;
}
.cds-check-item__text {
  white-space: break-spaces;
  word-break: keep-all;
  color: var(--gray-500);
  font-size: 16px;
}
.cds-check-item svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .cds-check-item__content:where(:nth-child(n+2)) {
    margin-top: 20px;
  }
  .cds-check-item__text {
    font-size: var(--font-size-3);
    line-height: 28px;
  }
  .cds-check-item svg {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }
}

.cds-banner {
  max-width: 1280px;
  margin-bottom: 96px;
  padding: 0 16px;
  width: 100%;
}
.cds-banner__wrap {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 32px 20px;
  gap: 24px;
}
.cds-banner--light .cds-banner__wrap {
  background-color: var(--gray-50);
  color: var(--gray-700);
}
.cds-banner--dark .cds-banner__wrap {
  background-color: var(--secondary-gray-blue-700);
  color: var(--base-white);
}
.cds-banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  word-break: keep-all;
}
.cds-banner__text {
  font-weight: 700;
  font-size: 1.25rem;
}
.cds-banner__btns {
  display: inline-flex;
  gap: 12px;
}
@media (min-width: 768px) {
  .cds-banner {
    padding: 0 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .cds-banner__wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
  }
  .cds-banner__content {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}

.rolling-banner-wrap {
  position: relative;
  z-index: 1000;
}

.rolling-banner {
  font-family: "CommerceSans", sans-serif;
}
.rolling-banner__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rolling-banner__prev-btn, .rolling-banner__next-btn {
  position: absolute;
  top: 14px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.rolling-banner__prev-btn {
  left: 30%;
}
.rolling-banner__prev-btn > svg {
  transform: translate(0, 1px);
}
@media (max-width: 767px) {
  .rolling-banner__prev-btn {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .rolling-banner__prev-btn {
    left: 15%;
  }
}
.rolling-banner__next-btn {
  right: 30%;
}
.rolling-banner__next-btn > svg {
  transform: translate(1px, 1px);
}
@media (max-width: 767px) {
  .rolling-banner__next-btn {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .rolling-banner__next-btn {
    right: 15%;
  }
}
.rolling-banner__close-btn {
  position: absolute;
  top: 12px;
  right: 40px;
  border: none;
  padding: 0;
  background: transparent;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .rolling-banner-wrap .rolling-banner__close-btn {
    right: 12px;
  }
  .rolling-banner-wrap.mo .rolling-banner__close-btn {
    top: 28px;
  }
}
.dots_custom {
  display: flex;
  bottom: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
}

.dots_custom ul {
  margin: 0;
}

.dots_custom li {
  list-style: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
}

.dots_custom li button {
  border: none;
  background: #eaecf0;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  padding: 0;
  opacity: 0.2;
}

.dots_custom li.slick-active button {
  background-color: #eaecf0;
  opacity: 1;
}

.cds-button-primary {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.cds-button-primary__btn {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  color: var(--gray-400);
  line-height: 1.75;
}
.cds-button-primary__btn.active {
  background-color: var(--gray-50);
  color: var(--secondary-gray-blue-500);
}

.cds-badge-offset {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 343px;
  background-color: var(--gray-50);
}
.cds-badge-offset del {
  color: var(--gray-300);
  text-decoration: line-through;
}
.cds-badge-offset__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 0 24px;
  white-space: pre-line;
  word-break: keep-all;
}
.cds-badge-offset__header .cds-badge-offset__heading {
  font-size: var(--font-size-3);
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  color: var(--gray-500);
  font-weight: 700;
}
.cds-badge-offset__header .cds-badge-offset__heading-text {
  font-size: 18px;
  text-align: unset;
}
.cds-badge-offset__header .cds-badge-offset__price-supporting {
  font-size: 16px;
  color: var(--gray-300);
  font-weight: 500;
  line-height: 28px;
}
.cds-badge-offset__header .cds-badge-offset__price {
  color: var(--gray-700);
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-right: 4px;
}
.cds-badge-offset__header .cds-badge-offset__per,
.cds-badge-offset__header .cds-badge-offset__counseling {
  color: var(--gray-400);
  font-size: var(--font-size-2);
  font-weight: 500;
  vertical-align: bottom;
}
.cds-badge-offset__content {
  display: flex;
  flex-direction: column;
  padding: 40px 24px 32px 24px;
  color: var(--gray-500);
  line-height: 28px;
}
.cds-badge-offset__content .cds-btn {
  order: 2;
  margin-bottom: 0;
  margin-top: 12px;
}
.cds-badge-offset__content .cds-btn:first-child {
  margin-top: 40px;
}
.cds-badge-offset__content .cds-badge-offset__mo-pricing-table-btn {
  display: block;
}
.cds-badge-offset__content .cds-badge-offset__check-items {
  order: 1;
}
.cds-badge-offset__content .cds-badge-offset__check-items__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}
.cds-badge-offset__content .cds-badge-offset__check-items__title:nth-of-type(n + 2) {
  margin-top: 16px;
}
.cds-badge-offset__content .cds-badge-offset__check-items .cds-check-items {
  padding-left: 0;
}
.cds-badge-offset__content .cds-badge-offset__check-items .cds-check-item {
  gap: 4px;
  align-items: center;
}
.cds-badge-offset__content .cds-badge-offset__check-items .cds-check-item svg {
  flex: none;
  width: 18px;
  height: 18px;
}
.cds-badge-offset__content .cds-badge-offset__check-items .cds-check-item:nth-child(n+2) {
  margin-top: 8px;
}
.cds-badge-offset__content .cds-badge-offset__check-items .cds-check-item__text {
  font-size: 16px;
  line-height: 24px;
}
.cds-badge-offset__content .cds-badge-offset__check-items__title {
  display: block;
}
@media (min-width: 1280px) {
  .cds-badge-offset {
    flex: 1;
    width: auto;
  }
  .cds-badge-offset__header {
    padding: 32px 32px 0 32px;
    height: 154px;
  }
  .cds-badge-offset__content {
    padding: 32px;
  }
  .cds-badge-offset__content .cds-badge-offset-check-items {
    order: 2;
  }
  .cds-badge-offset__content .cds-badge-offset__mo-pricing-table-btn {
    display: none;
  }
  .cds-badge-offset__content .cds-btn {
    order: 1;
    margin-top: 0;
    margin-bottom: 28px;
  }
  .cds-badge-offset__content .cds-btn:first-child {
    margin-top: 0;
  }
}

.cds-dual-check-items {
  display: flex;
  flex-direction: column;
  width: max(343px, 100%);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
}
.cds-dual-check-items__header {
  border-bottom: 1px solid var(--gray-200);
  padding: 24px 24px 32px 24px;
}
.cds-dual-check-items__heading-and-price {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cds-dual-check-items__heading-and-supporting-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  order: 2;
}
.cds-dual-check-items__heading {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}
.cds-dual-check-items__sub-heading {
  color: var(--gray-400);
  font-size: 16px;
}
.cds-dual-check-items__supporting-text {
  color: var(--gray-500);
}
.cds-dual-check-items__badge-supporting-text-wrap {
  margin-bottom: 8px;
}
.cds-dual-check-items__badge {
  height: 25px;
  width: fit-content;
  margin-right: 8px;
}
.cds-dual-check-items__price-supporting-text {
  color: var(--gray-300);
}
.cds-dual-check-items del {
  color: var(--gray-300);
}
.cds-dual-check-items__price {
  font-size: 36px;
  font-weight: 700;
  margin-right: 4px;
}
.cds-dual-check-items__period {
  color: var(--gray-400);
  font-weight: 500;
}
.cds-dual-check-items__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-bottom: 1px solid var(--gray-200);
  padding: 32px 24px 40px 24px;
}
.cds-dual-check-items__text-and-supporting-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cds-dual-check-items__text {
  color: var(--gray-700);
  font-weight: 700;
}
.cds-dual-check-items__supporting-text {
  color: var(--gray-500);
}
.cds-dual-check-items__check-items-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cds-dual-check-items__check-items {
  padding-left: 0;
}
.cds-dual-check-items__check-items :where(.cds-check-item__content) {
  align-items: center;
  gap: 4px;
}
.cds-dual-check-items__check-items :where(.cds-check-item__content:nth-child(n+2)) {
  margin-top: 16px;
}
.cds-dual-check-items__check-items :where(.cds-check-item__text) {
  color: var(--gray-500);
  font-size: 16px;
  line-height: inherit;
}
.cds-dual-check-items__check-items svg {
  flex: none;
  width: 18px;
  height: 18px;
}
.cds-dual-check-items__footer {
  padding: 24px 24px 32px 24px;
}
.cds-dual-check-items__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .cds-dual-check-items {
    width: min(576px, 100%);
  }
  .cds-dual-check-items__header {
    padding: 32px 32px 24px 32px;
  }
  .cds-dual-check-items__heading-and-price {
    flex-direction: row;
    gap: 32px;
  }
  .cds-dual-check-items__heading-and-supporting-text {
    order: 1;
  }
  .cds-dual-check-items__heading {
    font-size: 24px;
    line-height: 32px;
  }
  .cds-dual-check-items__sub-heading {
    max-width: 200px;
    color: var(--gray-400);
    font-size: 16px;
  }
  .cds-dual-check-items__badge-supporting-text-wrap {
    margin-bottom: 5px;
  }
  .cds-dual-check-items__price-wrap {
    order: 2;
  }
  .cds-dual-check-items__price {
    font-size: 48px;
    line-height: 60px;
  }
  .cds-dual-check-items__period {
    padding-bottom: 8px;
  }
  .cds-dual-check-items__content {
    padding: 32px 32px 40px 32px;
  }
  .cds-dual-check-items__check-items-wrap {
    flex-direction: row;
    gap: 32px;
  }
  .cds-dual-check-items__check-items {
    flex: 1;
  }
  .cds-dual-check-items__footer {
    padding: 32px;
  }
}

.cds-tooltip {
  position: absolute;
  z-index: 1;
  box-shadow: var(--shadow-lg);
  color: var(--base-white);
  text-align: center;
  font-size: var(--font-size-0);
  font-weight: 700;
  line-height: 1.5;
  box-shadow: var(--shadow-lg);
  white-space: pre-line;
  word-break: keep-all;
  border-radius: 8px;
  background-color: var(--gray-700);
  padding: 8px 12px;
}
.cds-tooltip::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: inherit;
}
.cds-tooltip--bottom-center::after {
  transform-origin: center;
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: -6px;
}

.cds-tooltip2 {
  position: relative;
  cursor: pointer;
}
.cds-tooltip2__btn:hover + .cds-tooltip2__content {
  display: block;
}
.cds-tooltip2--mobile .cds-tooltip2__btn:hover + .cds-tooltip2__content {
  display: none;
}
.cds-tooltip2--mobile-visible .cds-tooltip2__content {
  display: block !important;
}
.cds-tooltip2__content {
  position: absolute;
  z-index: 10;
  display: none;
  bottom: 100%;
  color: var(--base-white);
  font-size: 12px;
  font-weight: 700;
  line-height: line-heights-9px;
  box-shadow: var(--shadow-lg);
  background-color: var(--gray-700);
  padding: 12px;
  white-space: pre-line;
  word-break: keep-all;
  border-radius: 8px;
  text-align: center;
  width: max-content;
}
.cds-tooltip2__content::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--gray-700);
}
.cds-tooltip2--bottom-center .cds-tooltip2__content {
  left: 50%;
  transform: translateX(-50%) translateY(-12px);
}
.cds-tooltip2--bottom-center .cds-tooltip2__content::after {
  transform-origin: center;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 100%;
  left: 50%;
}
.cds-tooltip2--bottom-left .cds-tooltip2__content {
  left: -20px;
  transform: translateX(0%) translateY(-12px);
}
.cds-tooltip2--bottom-left .cds-tooltip2__content::after {
  transform-origin: center;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 100%;
  left: 28px;
}
.cds-tooltip2--left .cds-tooltip2__content {
  right: -20px;
  transform: translateX(0%) translateY(-30%);
}
.cds-tooltip2--left .cds-tooltip2__content::after {
  transform-origin: center;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 100%;
  right: 16px;
}
.cds-tooltip2--bottom-right .cds-tooltip2__content {
  top: 100%;
  bottom: auto;
  right: -20px;
  transform: translateX(0%) translateY(-12px);
}
.cds-tooltip2--bottom-right .cds-tooltip2__content::after {
  transform-origin: center;
  transform: translateX(-50%) translateY(50%) rotate(45deg);
  bottom: 100%;
  right: 16px;
}
.cds-tooltip2--size-12 {
  width: 12px;
  height: 12px;
}
.cds-tooltip2--size-14 {
  width: 14px;
  height: 14px;
}
.cds-tooltip2--size-16 {
  width: 16px;
  height: 16px;
}
.cds-tooltip2--size-18 {
  width: 18px;
  height: 18px;
}
.cds-tooltip2--size-20 {
  width: 20px;
  height: 20px;
}
.cds-tooltip2--size-24 {
  width: 24px;
  height: 24px;
}
.cds-tooltip2--size-28 {
  width: 28px;
  height: 28px;
}

.cds-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--gray-200);
  color: var(--gray-500);
  line-height: 1.5;
  font-weight: 500;
  background-color: var(--base-white);
  vertical-align: top;
  overflow: hidden;
  max-width: 100%;
}
.cds-tag--sm {
  font-size: 0.75rem;
  padding: 3px 8px;
}
.cds-tag--md {
  font-size: 0.875rem;
  padding: 2px 9px;
}
.cds-tag--lg {
  font-size: 0.875rem;
  padding: 4px 10px;
}
.cds-tag__text {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
.cds-tag__strike-through {
  text-decoration: line-through;
  color: var(--gray-300);
}
.cds-tag > svg {
  margin-right: 6px;
}
.cds-tag--dot .cds-tag__text {
  position: relative;
  padding-left: 12px;
}
.cds-tag--dot .cds-tag__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--primary-red-500);
  border-radius: 50%;
}
.cds-tag__count {
  margin-left: 6px;
  margin-right: -5px;
  padding: 0 5px;
  background-color: var(--gray-100);
  min-width: 20px;
  border-radius: 3px;
  text-align: center;
}
.cds-tag__count + .cds-tag__close {
  margin-left: 6px;
}
.cds-tag__close {
  margin-left: 3px;
  margin-right: -6px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.cds-dropdown {
  position: relative;
  display: inline-block;
  line-height: normal;
}
.cds-dropdown__list {
  position: absolute;
  top: 100%;
  width: max-content;
  border-radius: 8px;
  border: 1px solid var(--gray-100);
  background-color: var(--base-white);
  box-shadow: var(--shadow-lg);
  z-index: 5;
}
.cds-dropdown__item {
  padding: 6px;
}
.cds-dropdown__item:nth-child(n+2) {
  border-top: 1px solid var(--gray-100);
}
.cds-dropdown__element {
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  color: var(--gray-500);
  background-color: var(--base-white);
  border: 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.cds-dropdown__element [type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid var(--gray-200);
}
.cds-dropdown__element svg {
  stroke: currentColor;
}
.cds-dropdown__element:hover {
  background-color: var(--gray-50);
}
.cds-dropdown.is-left .cds-dropdown__list {
  right: 0;
}
.cds-dropdown.is-open .has-arrow > svg {
  transform: rotate(180deg);
}

.cds-modal {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1300;
  width: 100%;
  height: 100%;
}
.cds-modal > .cds-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  width: 100%;
  height: 100%;
  z-index: 1300;
}
.cds-modal > .cds-modal-box {
  position: absolute;
  top: 50%;
  right: 50%;
  width: min(343px, 100%);
  transform: translate(50%, -50%);
  z-index: 1305;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  overflow: hidden;
  background: var(--base-white);
  box-shadow: var(--shadow-xl);
  padding: 0;
}
.cds-modal__header {
  position: relative;
  padding-bottom: 20px;
}
.cds-modal__header .cds-modal__header__horizontal_left_aligned {
  padding: 20px 16px 0px 16px;
}
.cds-modal__header .cds-modal__header__horizontal_left_aligned span {
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-700);
}
.cds-modal__header .cds-modal__header__close {
  padding: 10px;
  position: absolute;
  right: 12px;
  top: 12px;
}
.cds-modal__content {
  max-height: 450px;
  overflow: scroll;
  border: solid var(--gray-100);
  border-width: 1px 0 1px;
}
.cds-modal__content ul li {
  display: flex;
  height: 56px;
  padding: 0px 16px;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
.cds-modal__content ul li span {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.cds-modal__content ul li .cds-modal__content-item {
  color: var(--gray-700);
  font-weight: 500;
  word-break: keep-all;
}
.cds-modal__content ul li .cds-modal__content-value {
  color: var(--gray-500);
  font-weight: 400;
  text-align: right;
  word-break: break-word;
}
.cds-modal__content ul li.cds-modal__list-header {
  color: var(--secondary-gray-blue-450);
  font-weight: 700;
}
.cds-modal__content ul li.cds-modal__list-item:nth-child(even) {
  background: var(--gray-50);
}
.cds-modal__content ul li.hidden {
  display: none;
}
.cds-modal__action__horizontal_fill_container {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.cds-modal__action__horizontal_fill_container .cds-btn {
  width: 100%;
}
.cds-modal__content-scrolling {
  width: 100%;
}
.cds-modal__content-scrolling .cds-modal__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .cds-modal > .cds-modal-box {
    max-width: max-content;
  }
  .cds-modal__content-scrolling {
    width: 640px;
  }
  .cds-modal__header .cds-modal__header__horizontal_left_aligned {
    padding: 24px 24px 0px 24px;
  }
}

.cds-content-scrolling {
  width: 100%;
}
.cds-content-scrolling__content {
  width: 100%;
  height: 370px;
  overflow-y: auto;
}
.cds-content-scrolling__items-list-wrap:where(:not(:last-child)) {
  margin-bottom: 32px;
}
.cds-content-scrolling__items-header-wrap {
  display: flex;
  justify-content: space-between;
}
.cds-content-scrolling__items-header {
  display: flex;
  padding: 16px;
  color: var(--secondary-gray-blue-450);
  font-size: 14px;
  font-weight: 700;
}
.cds-content-scrolling__tooltip-icon {
  display: none;
}
.cds-content-scrolling__item-wrap {
  display: flex;
  justify-content: space-between;
}
.cds-content-scrolling__item-wrap:where(:nth-child(even)) {
  background: var(--gray-50);
}
.cds-content-scrolling__item {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
}
.cds-content-scrolling__item:where(.left) {
  gap: 4px;
}
.cds-content-scrolling__item:where(.right) {
  gap: 12px;
  font-weight: unset;
  color: var(--gray-500);
}
@media (min-width: 768px) {
  .cds-content-scrolling {
    width: 640px;
  }
  .cds-content-scrolling__content {
    height: 462px;
    padding-top: 72px;
    margin-top: -72px;
  }
  .cds-content-scrolling__items-list-wrap:where(:not(:last-child)) {
    margin-bottom: 40px;
  }
  .cds-content-scrolling__items-header {
    flex: 1;
    align-items: center;
    gap: 4px;
    padding: 16px 24px;
  }
  .cds-content-scrolling__tooltip-icon {
    display: block;
  }
  .cds-content-scrolling__item {
    flex: 1;
    height: 64px;
    padding: 0 24px;
  }
}

.cds-modal__header {
  position: relative;
  z-index: 1;
  background-color: var(--base-white);
}
.cds-modal__header-text {
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-700);
}
.cds-modal__header-supporting-text {
  font-size: 14px;
  color: var(--gray-400);
}
.cds-modal__header-close {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 10px;
  width: 44px;
}
.cds-modal__header-divider {
  border-bottom: 1px solid var(--gray-100);
}

.cds-horizontal-left-aligned {
  padding: 20px 16px 0;
}
.cds-horizontal-left-aligned__padding-bottom {
  height: 20px;
}
@media (min-width: 768px) {
  .cds-horizontal-left-aligned {
    padding: 24px 24px 0;
  }
}

.cds-modal__actions-divider {
  height: 16px;
  border-top: 1px solid var(--gray-100);
  width: 100%;
}
@media (min-width: 768px) {
  .cds-modal__actions-divider {
    height: 24px;
  }
}

.cds-modal__actions-btn-wrap {
  padding: 0px 16px 16px;
}
@media (min-width: 768px) {
  .cds-modal__actions-btn-wrap {
    padding: 0px 24px 24px;
  }
}

.cds-horizontal-fill-container :where(.cds-modal__actions-btn-wrap) {
  display: flex;
  gap: 12px;
  flex-direction: column-reverse;
}
.cds-horizontal-fill-container :where(.cds-btn) {
  flex: 1;
}
@media (min-width: 768px) {
  .cds-horizontal-fill-container :where(.cds-modal__actions-btn-wrap) {
    flex-direction: row;
  }
}

.cds-modal-agree {
  position: fixed;
  inset: 0 0 0 0;
  padding-inline: 16px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000; /* 다른 서비스 컨텐츠 z index 999로 인해 높임 */
}
.cds-modal-agree:not(.is-active) {
  display: none;
}
.cds-modal-agree__wrap {
  position: absolute;
  top: 50%;
  left: calc(50% - 16px);
  transform: translate(-50%, -50%);
  max-width: 640px;
  width: calc(100% - 32px);
  background: #fff;
  border-radius: 12px;
  margin: 0 16px;
}
.cds-modal-agree__tit {
  line-height: 1;
  padding: 24px 24px 21px;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #eaecf0;
}
.cds-modal-agree__content {
  overflow-y: auto;
  padding: 20px 24px;
  font-size: 14px;
  font-weight: 400;
  color: #667085;
  max-height: 370px;
}
.cds-modal-agree__close {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 10px !important;
}

.cds-video-player {
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
}
.cds-video-player--lg {
  border-radius: 8px;
  width: 560px;
}
.cds-video-player--md {
  width: 343px;
}
.cds-video-player--sm {
  width: 240px;
}

.cds-video-player :where(iframe, video) {
  width: 100%;
  height: 100%;
  border: 0;
}

.cds-quote-img-panel {
  position: relative;
  display: block;
  width: 280px;
  height: 210px;
  padding: 0;
  cursor: pointer;
}
.cds-quote-img-panel__cover {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: var(--secondary-gray-blue-200);
  font-size: 12px;
  font-weight: 500;
}
.cds-quote-img-panel__cover > span {
  position: relative;
  display: flex;
  flex-direction: column;
}
.cds-quote-img-panel__cover::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--secondary-gray-blue-600);
  opacity: 0.9;
}
.cds-quote-img-panel__sub-title {
  color: var(--base-white);
  font-weight: 700;
  font-size: 14px;
}
.cds-quote-img-panel__title {
  color: var(--base-white);
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 18px;
}
.cds-quote-img-panel__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cds-quote-img-panel:hover .cds-quote-img-panel__cover {
  z-index: 1;
}

.cds-featured__label {
  display: block;
  margin-block-end: 4px;
  color: var(--gray-700);
  font-size: 1.125rem;
  font-weight: 700;
}
.cds-featured__desc {
  display: block;
  font-weight: 400;
  color: var(--gray-400);
  white-space: pre-wrap;
}
@media (min-width: 768px) {
  .cds-featured__label {
    margin-block-end: 0px;
    font-size: 1.25rem;
  }
}

.cds-feature-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cds-feature-icon--sm {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}
.cds-feature-icon--md {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.cds-feature-icon--lg {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}
.cds-feature-icon--xl {
  width: 56px;
  height: 56px;
  border-radius: 12px;
}
.cds-feature-icon--modern {
  border: 1px solid var(--base-white);
  background-color: var(--base-white);
  color: var(--base-black);
}
.cds-feature-icon--dark-square {
  border: 1px solid var(--secondary-gray-blue-700);
  background-color: var(--secondary-gray-blue-700);
  color: var(--base-white);
}
.cds-feature-icon--mid-square {
  border: 1px solid var(--secondary-gray-blue-500);
  background-color: var(--secondary-gray-blue-500);
  color: var(--base-white);
}
.cds-feature-icon--light-square {
  border: 1px solid var(--secondary-gray-blue-100);
  background-color: var(--secondary-gray-blue-100);
  color: var(--secondary-gray-blue-500);
}
.cds-feature-icon--light-circle {
  border: 1px solid var(--gray-100);
  background-color: var(--gray-100);
  color: var(--gray-500);
}
.cds-feature-icon--outline-square {
  border: 1px solid var(--base-white);
  background-color: var(--base-white);
  color: var(--gray-700);
}
.cds-feature-icon--dark-circle {
  border: 1px solid var(--gray-400);
  background-color: var(--gray-400);
  color: var(--base-white);
}
.cds-feature-icon--neutral {
  border: 1px solid var(--gray-100);
  background-color: var(--gray-100);
  color: var(--gray-500);
}
.cds-feature-icon--neutral.cds-feature-icon--outline-circle {
  background-color: transparent;
  border: none;
}
.cds-feature-icon--neutral.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::before, .cds-feature-icon--neutral.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--gray-500);
}
.cds-feature-icon--neutral.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::before {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  opacity: 0.3;
}
.cds-feature-icon--neutral.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  opacity: 0.1;
}
.cds-feature-icon--info {
  border: 1px solid var(--blue-100);
  background-color: var(--blue-100);
  color: var(--blue-500);
}
.cds-feature-icon--info.cds-feature-icon--outline-circle {
  background-color: transparent;
  border: none;
}
.cds-feature-icon--info.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::before, .cds-feature-icon--info.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--blue-500);
}
.cds-feature-icon--info.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::before {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  opacity: 0.3;
}
.cds-feature-icon--info.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  opacity: 0.1;
}
.cds-feature-icon--error {
  border: 1px solid var(--primary-red-100);
  background-color: var(--primary-red-100);
  color: var(--primary-red-500);
}
.cds-feature-icon--error.cds-feature-icon--outline-circle {
  background-color: transparent;
  border: none;
}
.cds-feature-icon--error.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::before, .cds-feature-icon--error.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-red-500);
}
.cds-feature-icon--error.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::before {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  opacity: 0.3;
}
.cds-feature-icon--error.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  opacity: 0.1;
}
.cds-feature-icon--warning {
  border: 1px solid var(--orange-100);
  background-color: var(--orange-100);
  color: var(--orange-500);
}
.cds-feature-icon--warning.cds-feature-icon--outline-circle {
  background-color: transparent;
  border: none;
}
.cds-feature-icon--warning.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::before, .cds-feature-icon--warning.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--orange-500);
}
.cds-feature-icon--warning.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::before {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  opacity: 0.3;
}
.cds-feature-icon--warning.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  opacity: 0.1;
}
.cds-feature-icon--success {
  border: 1px solid var(--green-100);
  background-color: var(--green-100);
  color: var(--green-500);
}
.cds-feature-icon--success.cds-feature-icon--outline-circle {
  background-color: transparent;
  border: none;
}
.cds-feature-icon--success.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::before, .cds-feature-icon--success.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--green-500);
}
.cds-feature-icon--success.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::before {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  opacity: 0.3;
}
.cds-feature-icon--success.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  opacity: 0.1;
}
.cds-feature-icon--primary {
  border: 1px solid var(--secondary-gray-blue-100);
  background-color: var(--secondary-gray-blue-100);
  color: var(--secondary-gray-blue-500);
}
.cds-feature-icon--primary.cds-feature-icon--outline-circle {
  background-color: transparent;
  border: none;
}
.cds-feature-icon--primary.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::before, .cds-feature-icon--primary.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--secondary-gray-blue-500);
}
.cds-feature-icon--primary.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::before {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  opacity: 0.3;
}
.cds-feature-icon--primary.cds-feature-icon--outline-circle .cds-feature-icon__svg-wrap::after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  opacity: 0.1;
}
.cds-feature-icon--modern {
  box-shadow: var(--shadow-xs);
  border-color: var(--gray-200);
}
.cds-feature-icon--outline-square {
  border-color: var(--gray-100);
}
.cds-feature-icon.is-circle {
  border-radius: 50%;
}
.cds-feature-icon--success.is-dark {
  background-color: var(--green-400);
  color: #fff;
  border-color: var(--green-400);
}
.cds-feature-icon--error.is-dark {
  background-color: var(--primary-red-400);
  color: #fff;
  border-color: var(--primary-red-400);
}
.cds-feature-icon--warning.is-dark {
  background-color: var(--orange-400);
  color: #fff;
  border-color: var(--orange-400);
}
.cds-feature-icon--neutral.is-dark {
  background-color: var(--gray-400);
  color: #fff;
  border-color: var(--gray-400);
}
.cds-feature-icon__svg-wrap {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.cds-feature-txt__img {
  display: block;
}
.cds-feature-txt > *:last-child {
  margin-bottom: 0;
}

.cds-feature-txt--featured-icon-top-left {
  text-align: left;
}
.cds-feature-txt--featured-icon-top-left .cds-feature-txt__img {
  margin-bottom: 20px;
}

.cds-feature-txt--featured-icon-left {
  display: flex;
  gap: 16px;
}
.cds-feature-txt--featured-icon-left .cds-feature-txt__title,
.cds-feature-txt--featured-icon-left .cds-feature-txt__description {
  margin-bottom: 0;
}
.cds-feature-txt--featured-icon-left .cds-feature-txt__title {
  font-size: 18px;
}
.cds-feature-txt--featured-icon-left .cds-feature-txt__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 6px;
}
@media (min-width: 768px) {
  .cds-feature-txt--featured-icon-left .cds-feature-txt__title {
    font-size: 20px;
  }
  .cds-feature-txt--featured-icon-left .cds-feature-txt__content {
    gap: 8px;
    padding-top: 10px;
  }
}

.cds-featured-tab {
  position: relative;
  padding: 16px 0 16px 24px;
}
.cds-featured-tab::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--secondary-gray-blue-50);
}
.cds-featured-tab > *:last-child {
  margin-bottom: 0;
}
.cds-featured-tab__button {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
}
.cds-featured-tab__button > *:last-child {
  margin-bottom: 0;
}
.cds-featured-tab.is-active::before, .cds-featured-tab:hover::before {
  background-color: var(--secondary-gray-blue-500);
}

.cds-feature-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.cds-feature-item__icon {
  display: block;
}
.cds-feature-item__media {
  margin-block-end: 24px;
}
.cds-feature-item__media img {
  vertical-align: top;
}
.cds-feature-item__title {
  white-space: pre-wrap;
  font-size: var(--font-size-4);
  font-weight: 700;
}
.cds-feature-item__description {
  margin-block-start: 8px;
  color: var(--gray-400);
  font-size: var(--font-size-2);
  white-space: pre-wrap;
  line-height: 1.5;
}
.cds-feature-item__content > :last-child {
  margin-block-end: 0;
}
.cds-feature-item__list {
  padding-inline-start: 8px;
  margin-block: 32px;
  color: var(--gray-500);
  font-size: var(--font-size-3);
  line-height: 1.5555555556;
}
.cds-feature-item__list-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  word-break: keep-all;
}
.cds-feature-item__list-row:nth-child(n+2) {
  margin-block-start: 20px;
}
.cds-feature-item__list-row > svg {
  flex: none;
  transform: translateY(2px);
}
.cds-feature-item .cds-btn {
  margin-block-start: 16px;
}
.cds-feature-item--radius {
  border-radius: 16px;
}
.cds-feature-item--transparent .cds-feature-item__icon {
  margin-block-end: 16px;
}
.cds-feature-item--gap {
  padding: 24px;
}
.cds-feature-item--gap .cds-feature-item__icon {
  margin-block-end: 32px;
}
.cds-feature-item--offset-icon:not(.cds-feature-item--transparent) {
  position: relative;
  padding-block: 40px 32px;
}
.cds-feature-item--offset-icon:not(.cds-feature-item--transparent) .cds-feature-item__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cds-feature-item--center, .cds-feature-item--offset-icon {
  text-align: center;
}
.cds-feature-item--space-between {
  display: flex;
  padding: 0;
  gap: 16px;
  border-radius: 0;
}

.cds-input {
  display: inline-block;
  font-size: 0.875rem;
  line-height: normal;
  vertical-align: top;
}
.cds-input > *:last-child {
  margin-bottom: 0;
}
.cds-input__label {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 8px;
  color: var(--gray-600);
  font-weight: 500;
}
:where(.cds-input__label.is-required)::before {
  content: "*";
  color: var(--primary-red-500);
}
.cds-input__content {
  margin-bottom: 6px;
  box-shadow: var(--shadow-xs);
  border-radius: 8px;
}
.cds-input:where(:not([class*=textarea])) .cds-input__content {
  display: flex;
}
.cds-input__field {
  display: flex;
  align-items: center;
  background-color: var(--base-white);
  border: 1px solid var(--gray-200);
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.cds-input:focus-within :where(.cds-input__field) {
  border-color: var(--gray-400);
  box-shadow: var(--shadow-xs-focused-4px-primary-gray-100);
  z-index: 1;
}
.cds-input input,
.cds-input textarea {
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--gray-700);
  font-size: 16px;
  line-height: 1rem;
  background-color: var(--base-white);
}
.cds-input input::-webkit-input-placeholder,
.cds-input textarea::-webkit-input-placeholder {
  color: var(--gray-300);
}
.cds-input input::-moz-placeholder,
.cds-input textarea::-moz-placeholder {
  color: var(--gray-300);
}
.cds-input input:-ms-input-placeholder,
.cds-input textarea:-ms-input-placeholder {
  color: var(--gray-300);
}
.cds-input input::-ms-input-placeholder,
.cds-input textarea::-ms-input-placeholder {
  color: var(--gray-300);
}
.cds-input input::placeholder,
.cds-input textarea::placeholder {
  transform: translateY(1px);
  color: var(--gray-300);
}
.cds-input input:focus,
.cds-input textarea:focus {
  outline: none;
}
.cds-input--xs {
  padding: 7px 12px;
  border-radius: 6px;
}
.cds-input--xs input {
  font-size: 0.875rem;
}
.cds-input--md {
  padding: 7px 12px 8px;
  border-radius: 8px;
}
.cds-input--md input {
  font-size: 1rem;
}
.cds-input--lg {
  padding: 9px 14px 10px;
  border-radius: 8px;
}
.cds-input--lg input {
  font-size: 1rem;
}
.cds-input input:-webkit-autofill, .cds-input input:-webkit-autofill:hover, .cds-input input:-webkit-autofill:focus, .cds-input input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--base-white) inset !important;
}
.cds-input__destructive-ico {
  margin-left: 10px;
  stroke: var(--primary-red-600);
}
.cds-input__hint-text {
  color: var(--gray-400);
}
:where(.cds-input.sm) .cds-input__content {
  height: 40px;
}
:where(.cds-input.md) .cds-input__content {
  height: 44px;
}
.cds-input.destructive .cds-input__field {
  border-color: var(--primary-red-600);
}
.cds-input.destructive:where(:focus-within) .cds-input__field {
  box-shadow: var(--shadow-xs-focused-4px-error-100);
}
.cds-input.destructive .cds-input__field-inner .cds-input__destructive-ico {
  z-index: 5;
}
.cds-input.destructive .cds-input__hint-text {
  color: var(--primary-red-600);
}
.cds-input.is-disabled .cds-input__content > :not(button) {
  background-color: var(--gray-50);
  border-color: var(--gray-200);
}
.cds-input.is-disabled .cds-input__field {
  overflow: hidden;
}
.cds-input.is-disabled .cds-input__field::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  opacity: 0.5;
}
.cds-input.is-disabled input {
  color: var(--gray-300);
  background-color: inherit;
}
.cds-input.is-disabled .cds-input__destructive-ico {
  display: none;
}
.cds-input.is-disabled .cds-input__button {
  color: var(--gray-200);
}
.cds-input.is-disabled .cds-input__hint-text {
  color: var(--gray-400);
}
.cds-input.full-width {
  width: 100%;
}

.cds-input--password-input .cds-input__pw-icon {
  margin-block-start: 2px;
  margin-inline-end: 8px;
}
.cds-input--password-input .cds-btn {
  padding: 0 0 0 8px;
  height: auto;
}
.cds-input--password-input .cds-input__pw-eye-icon {
  color: var(--gray-300);
}

.cds-input--leading-text .cds-input__leading-text {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  background-color: var(--base-white);
  border: 1px solid var(--gray-200);
  border-radius: 8px 0 0 8px;
  color: var(--gray-400);
  font-size: 16px;
  border-width: 1px 0 1px 1px;
}
.cds-input--leading-text .cds-input__leading-text + .cds-input__field {
  border-radius: 0 8px 8px 0;
}

.cds-input--choose-file {
  position: relative;
  display: block;
}
.cds-input--choose-file .cds-input__content {
  display: block;
  box-shadow: none;
}
.cds-input--choose-file [type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}
.cds-input--choose-file .cds-input__hint-text {
  margin-top: 6px;
}
.cds-input--choose-file .cds-input__hint-list {
  margin-top: 6px;
  margin-left: 10px;
  color: var(--gray-400);
  font-size: 12px;
}
.cds-input--choose-file .cds-input__hint-item {
  position: relative;
  padding-left: 10px;
}
.cds-input--choose-file .cds-input__hint-item::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
}
.cds-input--choose-file .cds-input__tag-wrap {
  margin-top: 6px;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--gray-50);
}
.cds-input--choose-file .cds-input__tag-wrap .cds-tag:nth-child(n+2) {
  margin-top: 6px;
}
.cds-input--choose-file :where(.cds-btn.is-disabled),
.cds-input--choose-file .is-disabled.cds-btn:hover {
  background-color: var(--base-white);
  border-color: var(--gray-200);
  color: var(--gray-200);
  cursor: not-allowed;
}
.cds-input--choose-file:focus-within :not(.is-disabled).cds-btn {
  box-shadow: var(--shadow-xs-focused-4px-gray-100);
}

.cds-input--trailing-button .cds-input__button {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  background-color: var(--base-white);
  border: 1px solid var(--gray-200);
  border-radius: 0 8px 8px 0;
  border-left-width: 0;
  color: var(--gray-700);
  font-weight: 700;
}
.cds-input--trailing-button .cds-input__button:not(:disabled) {
  cursor: pointer;
}
.cds-input--trailing-button .cds-input__field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cds-input--textarea .cds-input__content {
  flex-direction: column;
  align-items: flex-start;
  height: 126px;
}
.cds-input--textarea .cds-input__field {
  padding: 12px;
  height: 100%;
  border-radius: 8px;
}
.cds-input--textarea textarea {
  width: 100%;
  height: 100%;
  word-wrap: break-word;
}
.cds-input--textarea textarea:disabled {
  white-space: pre-wrap;
}

.cds-input__text-count {
  color: var(--gray-400);
  font-size: 0.875rem;
}
.cds-input.destructive .cds-input__text-count {
  color: var(--primary-red-600);
}

.cds-checkbox-input {
  position: relative;
  flex: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
  background-color: var(--base-white);
}
.cds-checkbox-input.destructive :where(input) {
  border-color: var(--primary-red-600);
}
.cds-checkbox-input.destructive :where(input):focus {
  border-color: var(--primary-red-600);
  box-shadow: var(--shadow-xs-focused-4px-error-100);
}
.cds-checkbox-input :where(input) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--gray-200);
  font: inherit;
  border-radius: 4px;
}
.cds-checkbox-input :where(input):hover {
  border-color: var(--gray-700);
}
.cds-checkbox-input :where(input):focus, .cds-checkbox-input :where(input):checked {
  border-color: var(--gray-400);
  outline: none;
}
.cds-checkbox-input :where(input):focus {
  box-shadow: var(--focus-ring-4px-gray-100);
}
.cds-checkbox-input :where(input):disabled {
  border-color: var(--gray-200);
}
.cds-checkbox-input:hover {
  background-color: var(--gray-100);
  border-radius: 4px;
}
.cds-checkbox-input__ico {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.25 em;
}
.cds-checkbox-input :not(input:checked + .cds-checkbox-input__ico) > svg {
  display: none;
}
.cds-checkbox-input :disabled + .cds-checkbox-input__ico {
  background-color: var(--gray-100);
  border-radius: 4px;
}
.cds-checkbox-input--md {
  width: 20px;
  height: 20px;
}

.cds-checkbox-input--radio {
  border-radius: 50%;
}
.cds-checkbox-input--radio input,
.cds-checkbox-input--radio .cds-checkbox-input__ico, .cds-checkbox-input--radio:hover {
  border-radius: 50% !important;
}
.cds-checkbox-input--radio .cds-checkbox-input__ico::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cds-checkbox-input--radio:where(.cds-checkbox-input--md) .cds-checkbox-input__ico::before {
  width: 8px;
  height: 8px;
}
.cds-checkbox-input--radio :where(input:checked + .cds-checkbox-input__ico)::before {
  background-color: var(--gray-700);
}
.cds-checkbox-input--radio :where(input:checked:disabled + .cds-checkbox-input__ico)::before {
  background-color: var(--gray-200);
}

.cds-checkbox-input--check-circle {
  border-radius: 50%;
}
.cds-checkbox-input--check-circle input,
.cds-checkbox-input--check-circle .cds-checkbox-input__ico, .cds-checkbox-input--check-circle:hover {
  border-radius: 50% !important;
}
.cds-checkbox-input--check-circle :where(input:checked) {
  border-color: var(--gray-700);
}
.cds-checkbox-input--check-circle :where(input:checked + .cds-checkbox-input__ico) {
  background-color: var(--gray-700);
}
.cds-checkbox-input--check-circle input:disabled + .cds-checkbox-input__ico {
  background-color: var(--gray-200);
}

.cds-checkbox {
  position: relative;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: top;
  font-size: 0.875rem;
  cursor: pointer;
}
.cds-checkbox.is-new {
  position: relative;
}
.cds-checkbox.is-new::after {
  background-image: url("~@ncds/ui/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 263px 231.5px;
  width: 20px;
  height: 20px;
  background-position: -136px -123.5px;
  content: "";
}
.cds-checkbox__text {
  display: block;
  color: var(--gray-500);
  font-weight: 500;
}
.cds-checkbox__support-text {
  color: var(--gray-400);
}
.cds-checkbox:hover .cds-checkbox__input {
  border-color: var(--gray-700);
  background-color: var(--gray-100);
  border-radius: 4px;
}
.cds-checkbox:hover .cds-checkbox__input.cds-checkbox-input--radio, .cds-checkbox:hover .cds-checkbox__input.cds-checkbox-input--check-circle {
  border-radius: 50%;
}
.cds-checkbox--md {
  font-size: 1rem;
}
.cds-checkbox.has-text {
  display: inline-flex;
  gap: 8px;
}
.cds-checkbox.has-text .cds-checkbox__input {
  transform: translateY(2px);
}

.cds-checkbox-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  cursor: pointer;
}
.cds-checkbox-item__icon {
  flex: none;
  margin-right: 16px;
}
.cds-checkbox-item__icon .cds-feature-icon__svg-wrap {
  width: 100%;
  height: 100%;
}
.cds-checkbox-item__icon svg {
  width: 100% !important;
  height: 100% !important;
}
.cds-checkbox-item__text {
  color: var(--gray-700);
  font-weight: 500;
}
.cds-checkbox-item__support {
  color: var(--gray-400);
  display: block;
}
.cds-checkbox-item:hover {
  border-color: var(--gray-400);
}
.cds-checkbox-item:hover .cds-checkbox-item__input {
  border-color: var(--gray-700);
  background-color: var(--gray-100);
  border-radius: 4px;
  border-radius: 50%;
}
.cds-checkbox-item.is-checked input {
  border-color: var(--gray-700);
}
.cds-checkbox-item.is-disabled input {
  border-color: var(--gray-200);
}
.cds-checkbox-item:focus-within {
  border-color: var(--gray-400);
  box-shadow: var(--shadow-xs-focused-4px-primary-gray-100);
}
.cds-checkbox-item.is-checked, .cds-checkbox-item.is-checked:focus-within {
  background-color: var(--secondary-gray-blue-50);
  border-color: transparent;
  box-shadow: 0 0 0 2px var(--secondary-gray-blue-450);
}
.cds-checkbox-item.is-checked:focus-within {
  box-shadow: inset 0 0 0 2px var(--secondary-gray-blue-450), var(--shadow-xs-focused-4px-primary-gray-100);
}
.cds-checkbox-item.is-disabled {
  background-color: var(--gray-50);
  border-color: var(--gray-200);
  box-shadow: none;
}
.cds-checkbox-item.cds-checkbox-item--default {
  align-items: center;
  gap: 8px;
  min-height: 53px;
  padding: 5px 16px 4px;
}
.cds-checkbox-item.cds-checkbox-item--default .cds-checkbox-item__input {
  position: relative;
  top: auto;
  right: auto;
}
.cds-checkbox-item--icon-card .cds-checkbox-item__input {
  position: absolute;
  top: 16px;
  right: 16px;
}
.cds-checkbox-item--icon-card .cds-checkbox-input--radio {
  z-index: -1;
}
.cds-checkbox-item--icon-card .cds-checkbox-input--radio input {
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  z-index: -1;
}
.cds-checkbox-item--icon-card .cds-checkbox-input--radio :where(input:focus) {
  box-shadow: none;
}
.cds-checkbox-item--icon-card__icon, .cds-checkbox-item--icon-card__content {
  position: relative;
  pointer-events: none;
}
.cds-checkbox-item--icon-card:hover .cds-checkbox-input--radio {
  background-color: transparent;
}
.cds-checkbox-item--icon-card:hover .cds-checkbox-input__ico {
  border-color: var(--gray-400);
}
.cds-checkbox-item--sm {
  font-size: 14px;
}
.cds-checkbox-item--sm .cds-checkbox-item__icon {
  width: 32px;
  height: 32px;
}
.cds-checkbox-item--sm .cds-feature-icon__svg-wrap {
  width: 16px;
  height: 16px;
}
.cds-checkbox-item--md .cds-checkbox-item__icon {
  width: 40px;
  height: 40px;
}
.cds-checkbox-item--md .cds-feature-icon__svg-wrap {
  width: 20px;
  height: 20px;
}
.cds-checkbox-item--md .cds-checkbox-item__text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .cds-checkbox-item--md .cds-checkbox-item__icon {
    width: 32px;
    height: 32px;
  }
  .cds-checkbox-item--md .cds-feature-icon__svg-wrap {
    width: 16px;
    height: 16px;
  }
  .cds-checkbox-item--md .cds-checkbox-item__text {
    font-size: 16px;
  }
  .cds-checkbox-item--md .cds-checkbox-item__support {
    font-size: 14px;
  }
}

:root {
  --select-height-xs: 32px;
  --select-height-sm: 36px;
  --select-height-md: 40px;
  --select-height-lg: 44px;
}

.cds-select__content {
  position: relative;
  display: flex;
  align-items: center;
  padding-inline-start: 14px;
  isolation: isolate;
  border: 1px solid var(--gray-200);
  background-color: var(--base-white);
  overflow: hidden;
}
.cds-select__content::after {
  position: absolute;
  top: 50%;
  right: 12px;
  background-image: url("~@ncds/ui/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 263px 231.5px;
  width: 20px;
  height: 20px;
  background-position: -223px -184.5px;
  content: "";
  z-index: -1;
  transform: translateY(-50%);
}
.cds-select__select {
  outline: 1px dashed red;
  position: relative;
}
.cds-select__icon {
  margin-right: 8px;
}
.cds-select__icon svg {
  display: block;
}
.cds-select select {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  height: 100%;
  flex: 1;
  padding-right: 42px;
  background-color: transparent;
  outline: none;
  color: var(--gray-700);
}
.cds-select__content:focus-within {
  border-color: var(--gray-400);
  box-shadow: var(--shadow-xs-focused-4px-primary-gray-100);
}
.cds-select.destructive .cds-select__content {
  border-color: var(--primary-red-600);
}
.cds-select.destructive .cds-select__content:focus-within {
  box-shadow: var(--shadow-xs-focused-4px-error-100);
}
.cds-select > *:last-child {
  margin-bottom: 0;
}
.cds-select--xs {
  height: var(--select-height-xs);
  border-radius: 6px;
}
.cds-select--xs > .cds-select__tag {
  font-size: 0.875rem;
}
.cds-select--sm {
  height: var(--select-height-sm);
  border-radius: 8px;
}
.cds-select--sm > .cds-select__tag {
  font-size: 0.875rem;
}
.cds-select--md {
  min-width: 132px;
  height: var(--select-height-md);
  border-radius: 8px;
}
.cds-select--md > .cds-select__tag {
  font-size: 1rem;
}
.cds-select--lg {
  height: var(--select-height-lg);
  border-radius: 8px;
}
.cds-select--lg > .cds-select__tag {
  font-size: 1rem;
}

.cds-input--editor {
  width: 100%;
}
.cds-input--editor .note-editor,
.cds-input--editor .fr-box {
  margin-block-end: 6px;
}
.cds-input--editor .cds-input__hint-text:where(.has-both) {
  display: flex;
  justify-content: space-between;
}
.cds-input--editor .cds-input__hint-text:where(.only-char-count) {
  text-align: end;
}
.cds-input--editor .cds-input__hint-text:where(.only-hint-text) {
  text-align: start;
}
.cds-input--editor.destructive .note-editor {
  border-color: var(--primary-red-600);
}
.cds-input--editor.destructive .fr-box {
  border: 1px solid var(--primary-red-600);
}
.cds-input--editor.destructive:where(:focus-within) .note-editor,
.cds-input--editor.destructive:where(:focus-within) .fr-box {
  box-shadow: var(--shadow-xs-focused-4px-error-100);
}

.cds-slider {
  position: relative;
  padding-block: 6px;
}
.cds-slider__thumb, .cds-slider__thumb::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.cds-slider__thumb {
  position: absolute;
  width: 100%;
  pointer-events: none;
  height: 0;
  outline: none;
  z-index: 5;
}
.cds-slider__thumb::-webkit-slider-thumb {
  background-color: #fff;
  border: 2px solid var(--secondary-gray-blue-450);
  border-radius: 50%;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-block-start: 2px;
  pointer-events: all;
  position: relative;
}
.cds-slider__tack, .cds-slider__range, .cds-slider__left-value, .cds-slider__right-value {
  position: absolute;
}
.cds-slider__track, .cds-slider__range {
  border-radius: 4px;
  height: 8px;
}
.cds-slider__track {
  background-color: var(--gray-200);
  width: 100%;
}
.cds-slider__range {
  background-color: var(--secondary-gray-blue-450);
  width: 100%;
}
.cds-slider__inputs {
  margin-block-start: 22px;
}

.cds-content-divider {
  text-align: center;
}
.cds-content-divider--background-fill {
  border-radius: 8px;
  padding: 8px 0;
  background-color: var(--gray-50);
}
.cds-content-divider--dual-line {
  padding: 12px 0;
  border: solid var(--gray-100);
  border-width: 1px 0;
}
.cds-content-divider--single-line {
  position: relative;
  contain: layout;
  margin-block: 8px;
}
.cds-content-divider--single-line::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--gray-100);
  content: "";
}
.cds-content-divider--single-line > *:first-child {
  display: inline-flex;
  background-color: var(--base-white);
  box-shadow: 0 0 0 8px var(--base-white);
}

.cds-table {
  font-size: 14px;
  color: var(--gray-400);
}
.cds-table table {
  width: 100%;
  table-layout: fixed;
}
.cds-table th {
  display: none;
}
.cds-table__row {
  position: relative;
  display: block;
  padding: 16px 24px;
}
.cds-table__row:nth-child(n+2) {
  border-block-start: 1px solid var(--gray-100);
}
.cds-table__row:hover {
  background-color: var(--gray-50);
}
.cds-table__row.is-disable {
  background-color: var(--gray-100);
}
.cds-table__cell {
  display: block;
}
.cds-table__cell:nth-child(1) {
  margin-bottom: 4px;
}
.cds-table__cell:nth-child(2) {
  margin-bottom: 8px;
}
.cds-table__cell--bold {
  color: var(--gray-700);
  font-weight: 500;
}
.cds-table :where(.is-disable) td {
  color: var(--gray-300);
}
.cds-table :where(.is-disable) td > * {
  pointer-events: none;
}
.cds-table :where(.is-disable) td .cds-table__dot {
  background-color: var(--gray-300);
}
@media (min-width: 768px) {
  .cds-table th {
    display: table-cell;
    padding: 13px 24px;
    background-color: var(--gray-50);
    border-bottom: 1px solid var(--gray-100);
    color: var(--gray-500);
    font-size: 12px;
    font-weight: 500;
  }
  .cds-table__row {
    display: table-row;
  }
  .cds-table__cell {
    display: table-cell;
    padding-inline: 24px 10px;
    height: 72px;
    vertical-align: middle;
  }
  .cds-table :where(.is-disable td) {
    background-color: var(--gray-100);
    color: var(--gray-300);
  }
}

.cds-inquiry-bar {
  display: grid;
  gap: 24px;
  border-block-end: 1px solid var(--gray-100);
}
.cds-inquiry-bar__counts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  order: 2;
  padding-block: 20px;
  padding-inline: 16px;
  color: var(--gray-400);
}
.cds-inquiry-bar__count {
  margin-inline: 2px;
  font-weight: 500;
  color: var(--gray-500);
}
.cds-inquiry-bar__search {
  padding-inline: 16px;
}
.cds-inquiry-bar [type=search]::-webkit-search-cancel-button {
  background-image: url("~@ncds/ui/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 263px 231.5px;
  width: 18px;
  height: 18px;
  background-position: -204px -185.5px;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cds-inquiry-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cds-inquiry-bar__counts {
    order: initial;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    border-block-width: 0;
  }
  .cds-inquiry-bar__link {
    position: relative;
    padding-inline-start: 16px;
    margin-inline-start: 16px;
  }
  .cds-inquiry-bar__link::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: var(--gray-200);
  }
}

.cds-ellipsis {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cds-pagination {
  padding: 12px 16px;
  font-size: 14px;
}
.cds-pagination__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--gray-500);
}
.cds-pagination__pc {
  display: none;
}
.cds-pagination__reduced-number em {
  font-weight: 500;
}
@media (min-width: 768px) {
  .cds-pagination {
    padding: 13px 24px;
  }
  .cds-pagination__pc {
    display: flex;
  }
  .cds-pagination--gather .cds-pagination__inner {
    justify-content: center;
  }
  .cds-pagination--gather .cds-btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cds-pagination--gather .cds-btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .cds-pagination--gather .cds-pagination__ellipsis {
    border: 1px solid var(--gray-200);
    border-left: none;
  }
  .cds-pagination--gather .cds-pagination__trigger {
    border: 1px solid var(--gray-200);
    border-left: none;
  }
  .cds-pagination--gather .cds-pagination__trigger:last-of-type {
    border-right: none;
  }
  .cds-pagination--gather.cds-pagination--square .cds-pagination__trigger, .cds-pagination--gather.cds-pagination--circle .cds-pagination__trigger {
    border-radius: 0;
  }
  .cds-pagination__mobile {
    display: none;
  }
  .cds-pagination__trigger, .cds-pagination__ellipsis {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-inline: 10px;
    min-width: 40px;
    height: 40px;
  }
  .cds-pagination__trigger {
    cursor: pointer;
  }
  .cds-pagination__trigger:hover, .cds-pagination__trigger.is-current {
    background-color: var(--gray-50);
  }
  .cds-pagination__trigger:disabled {
    cursor: default;
  }
  .cds-pagination--square .cds-pagination__trigger {
    border-radius: 8px;
  }
  .cds-pagination--circle .cds-pagination__trigger {
    border-radius: 50%;
  }
  .cds-pagination--default, .cds-pagination--minimal-center {
    padding: 20px 0;
  }
}

.cds-pagination2__pc {
  display: flex;
  gap: 11px;
  flex-direction: row;
  justify-content: center;
}
.cds-pagination2__mo {
  display: none;
}
.cds-pagination2__pages {
  display: flex;
  gap: 2px;
  flex-direction: row;
}
.cds-pagination2__page-num {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-inline: 10px;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
}
.cds-pagination2__page-num:hover, .cds-pagination2__page-num.is-current {
  background-color: var(--gray-50);
}

@media (max-width: 768px) {
  .cds-pagination2__pc {
    display: none;
  }
  .cds-pagination2__mo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }
}
.cds-expander__inner {
  border-radius: 12px;
  border: 1px solid #eaecf0;
}
.cds-expander__summery {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
}
.cds-expander.is-active .cds-expander__trigger {
  transform: rotate(180deg);
}
.cds-expander__content {
  border-top: 1px solid #eaecf0;
  padding: 24px 16px;
}
.cds-expander__hint-text {
  margin-block-start: 6px;
  color: var(--primary-red-600);
  font-size: var(--font-size-1);
}

.cds-card {
  width: min(100%, 384px);
  border-radius: 16px 16px 0 0;
  color: var(--gray-400);
  font-size: var(--font-size-2);
}
.cds-card__img {
  display: block;
  margin-block-end: 24px;
  width: 100%;
}
.cds-card__categories {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-block-end: 8px;
  font-size: var(--font-size-1);
  line-height: 22px;
}
.cds-card__category {
  color: var(--secondary-gray-blue-450);
  font-weight: 700;
}
.cds-card__date {
  color: var(--secondary-gray-blue-400);
}
.cds-card__title {
  margin-block-end: 8px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  font-size: var(--font-size-5);
  color: var(--gray-700);
  font-weight: 700;
  line-height: 32px;
}
.cds-card__title-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.cds-card__title svg {
  flex: none;
  margin-block-start: 4px;
}
.cds-card__description {
  white-space: pre-wrap;
}
.cds-card__content {
  margin-block-start: 24px;
}
.cds-card__content > *:last-child {
  margin-block-end: 0;
}
.cds-card--image .cds-card__img {
  border-radius: 0 0 16px 16px;
}
.cds-card--image-full {
  border: 1px solid var(--gray-100);
}
.cds-card--image-full .cds-card__img {
  border-radius: 0;
}
.cds-card--image-full .cds-card__content {
  padding: 0 24px 24px;
}
.cds-card--text {
  border-width: 0;
  border-radius: 0;
  overflow: visible;
}
.cds-card--text .cds-card__img {
  display: none;
}

.cds-card__opt-icon {
  margin-block-end: 24px;
}
.cds-card__opt-icon li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cds-card__opt-icon li:nth-child(n+2) {
  margin-block-start: 8px;
}

.cds-card__opt-text {
  margin-block-end: 24px;
}
.cds-card__opt-text > div {
  display: flex;
  gap: 8px;
}
.cds-card__opt-text dt {
  font-weight: 500;
}

.cds-card__opt-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cds-card__avatar {
  margin-block-end: 24px;
}

.cds-card-all.cds-card--image .cds-card__img {
  border-radius: 16px;
}
.cds-card-all.cds-card--image-full .cds-card__img {
  border-radius: 16px 16px 0 0;
}
.cds-card-all.cds-card--image-full .cds-card__categories, .cds-card-all.cds-card--image-full .cds-card__title, .cds-card-all.cds-card--image-full .cds-card__description {
  padding-inline: 24px;
}

.cds-tab-btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
  color: var(--gray-400);
  border-radius: 6px;
  cursor: pointer;
  background-color: var(--base-white);
}
.cds-tab-btn:hover, .cds-tab-btn.is-active {
  color: var(--secondary-gray-blue-500);
}
.cds-tab-btn--xs {
  padding: 5px 12px;
  height: 32px;
  font-size: var(--font-size-1);
  line-height: calc(var(--line-heights-9) / var(--font-size-1));
}
.cds-tab-btn--sm {
  padding: 8px 12px;
  height: 38px;
  font-size: var(--font-size-1);
  line-height: calc(var(--line-heights-9) / var(--font-size-1));
}
.cds-tab-btn--md {
  padding: 10px 14px;
  height: 44px;
  font-size: var(--font-size-2);
  line-height: calc(var(--line-height-5) / var(--font-size-2));
}
.cds-tab-btn--primary:hover, .cds-tab-btn--primary.is-active {
  background-color: var(--gray-50);
}
.cds-tab-btn--primary:focus {
  box-shadow: var(--focus-ring-4px-gray-100);
}
.cds-tab-btn--white:hover {
  box-shadow: var(--shadow-sm);
  background-color: inherit;
}
.cds-tab-btn--white.is-active {
  color: var(--gray-500);
  box-shadow: var(--shadow-sm);
}
.cds-tab-btn--white.is-active:focus {
  box-shadow: var(--shadow-sm-focused-4px-gray-100);
}
.cds-tab-btn--underline-fill {
  border-radius: 0;
}
.cds-tab-btn--underline-fill.is-active, .cds-tab-btn--underline-fill.is-active:focus {
  position: relative;
  background-color: var(--gray-50);
}
.cds-tab-btn--underline-fill:hover::before, .cds-tab-btn--underline-fill.is-active::before, .cds-tab-btn--underline-fill.is-active:focus::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--secondary-gray-blue-500);
}
.cds-tab-btn--underline {
  padding-inline: 6px;
  border-radius: 0;
}
.cds-tab-btn--underline:hover, .cds-tab-btn--underline.is-active {
  position: relative;
}
.cds-tab-btn--underline:hover::before, .cds-tab-btn--underline.is-active::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--secondary-gray-blue-500);
}
.cds-tab-btn--line-vertical {
  border-radius: 0;
}
.cds-tab-btn--line-vertical:hover, .cds-tab-btn--line-vertical.is-active, .cds-tab-btn--line-vertical.is-active:focus {
  box-shadow: -2px 0 var(--secondary-gray-blue-500);
}

.cds-horizontal-tab {
  position: relative;
  overflow-x: auto;
}
.cds-horizontal-tab__item {
  width: auto !important;
}
.cds-horizontal-tab--underline::after, .cds-horizontal-tab--underline-fill::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--gray-100);
}
:where(.cds-horizontal-tab--underline, .cds-horizontal-tab--underline-fill) .cds-tab-btn {
  background-color: transparent;
}
.cds-horizontal-tab--white {
  padding: 4px;
  border: 1px solid var(--gray-100);
  border-radius: 8px;
  background-color: var(--gray-50);
}
.cds-horizontal-tab--button-white-border {
  display: inline-block;
  background: var(--gray-50);
  border: 1px solid var(--gray-100);
  border-radius: 8px;
}
.cds-horizontal-tab--button-white-border .swiper-slide {
  padding: 4px 0;
  margin-right: 8px;
}
.cds-horizontal-tab--button-white-border .swiper-slide:first-child {
  padding-left: 4px;
}
.cds-horizontal-tab--button-white-border .swiper-slide:last-child {
  padding-right: 4px;
  margin-right: 0;
}
.cds-horizontal-tab--button-white-border .cds-tab-btn {
  background-color: var(--gray-50);
  padding: 5px 12px;
}
.cds-horizontal-tab--button-white-border .cds-tab-btn:hover, .cds-horizontal-tab--button-white-border .cds-tab-btn.is-active {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  color: var(--gray-500);
}
.cds-horizontal-tab--fullWidth {
  width: 100%;
}
.cds-horizontal-tab--fullWidth .swiper-slide {
  flex-shrink: 1;
}
.cds-horizontal-tab--fullWidth .cds-horizontal-tab__item {
  width: 100% !important;
}

.cds-spinner {
  height: calc(100vh - 80px);
}
.cds-spinner::before {
  outline: 1px dashed;
  content: "";
  animation: spin 2s linear infinite;
  border: 5px solid var(--gray-100);
  border-radius: 50%;
  border-top-color: #333;
  color: #fff;
  height: 100px;
  left: calc(50vw - 50px);
  margin: auto;
  position: absolute;
  top: 50vh;
  width: 100px;
  z-index: 10;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cds-avatar {
  display: inline-grid;
  grid-template-areas: "img label";
  align-items: center;
}
.cds-avatar[data-count="2"] {
  grid-template-areas: "img label" "img desc";
}
.cds-avatar__label {
  grid-area: label;
  font-weight: 700;
  color: var(--gray-500);
}
.cds-avatar__desc {
  grid-area: desc;
  color: var(--gray-400);
}
.cds-avatar__media {
  grid-area: img;
  border-radius: 50%;
}
.cds-avatar:hover .cds-avatar__media {
  box-shadow: 0 0 0 4px var(--gray-50);
}
.cds-avatar--sm {
  align-items: center;
}
.cds-avatar--sm .cds-avatar__media {
  width: 32px;
  height: 32px;
  margin-inline-end: 10px;
}
.cds-avatar--sm .cds-avatar__label {
  font-size: var(--font-size-1);
}
.cds-avatar--sm .cds-avatar__desc {
  font-size: var(--font-size-0);
}
.cds-avatar--md .cds-avatar__media {
  width: 40px;
  height: 40px;
  margin-inline-end: 10px;
}
.cds-avatar--md .cds-avatar__label {
  font-size: var(--font-size-1);
}
.cds-avatar--md .cds-avatar__desc {
  font-size: var(--font-size-1);
}
.cds-avatar--lg .cds-avatar__media {
  width: 48px;
  height: 48px;
  margin-inline-end: 10px;
}
.cds-avatar--lg .cds-avatar__label {
  font-size: var(--font-size-2);
}
.cds-avatar--lg .cds-avatar__desc {
  font-size: var(--font-size-2);
}
.cds-avatar--xl .cds-avatar__media {
  width: 56px;
  height: 56px;
  margin-inline-end: 10px;
}
.cds-avatar--xl .cds-avatar__label {
  font-size: var(--font-size-3);
}
.cds-avatar--xl .cds-avatar__desc {
  font-size: var(--font-size-2);
}

.cds-avatar-label-group {
  display: flex;
  flex-direction: row;
}
.cds-avatar-label-group__img {
  border-radius: 50%;
}
.cds-avatar-label-group__text-wrapper {
  display: flex;
  flex-direction: column;
}
.cds-avatar-label-group__label {
  color: var(--gray-500);
  font-weight: var(--font-weights-commerce-sans-2);
}
.cds-avatar-label-group__desc {
  color: var(--gray-400);
}
.cds-avatar-label-group--sm {
  align-items: center;
  gap: 10px;
}
.cds-avatar-label-group--sm .cds-avatar-label-group__img {
  width: 32px;
  height: 32px;
}
.cds-avatar-label-group--sm .cds-avatar-label-group__label {
  font-size: var(--font-size-1);
}
.cds-avatar-label-group--sm .cds-avatar-label-group__desc {
  font-size: var(--font-size-0);
}
.cds-avatar-label-group--md {
  align-items: center;
  gap: 12px;
}
.cds-avatar-label-group--md .cds-avatar-label-group__img {
  width: 40px;
  height: 40px;
}
.cds-avatar-label-group--md .cds-avatar-label-group__label {
  font-size: var(--font-size-1);
}
.cds-avatar-label-group--md .cds-avatar-label-group__desc {
  font-size: var(--font-size-1);
}
.cds-avatar-label-group--lg {
  align-items: center;
  gap: 12px;
}
.cds-avatar-label-group--lg .cds-avatar-label-group__img {
  width: 48px;
  height: 48px;
}
.cds-avatar-label-group--lg .cds-avatar-label-group__label {
  font-size: var(--font-size-2);
}
.cds-avatar-label-group--lg .cds-avatar-label-group__desc {
  font-size: var(--font-size-2);
}
.cds-avatar-label-group--xl {
  align-items: center;
  gap: 16px;
}
.cds-avatar-label-group--xl .cds-avatar-label-group__img {
  width: 56px;
  height: 56px;
}
.cds-avatar-label-group--xl .cds-avatar-label-group__label {
  font-size: var(--font-size-3);
}
.cds-avatar-label-group--xl .cds-avatar-label-group__desc {
  font-size: var(--font-size-2);
}

.cds-notification.floating {
  position: absolute;
  padding: 22px 18px;
  width: clamp(343px, 100%, 430px);
  background-color: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  color: var(--gray-400);
  font-size: 16px;
}
.cds-notification.floating .cds-notification__ico {
  margin-block-end: 16px;
}
.cds-notification.floating .cds-notification__title {
  margin-block-end: 4px;
  color: var(--gray-600);
  font-weight: 700;
}
.cds-notification.floating .cds-notification__desc {
  white-space: pre-wrap;
}
.cds-notification.floating .cds-notification__close {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0;
  width: 44px !important;
  height: 44px;
}
.cds-notification.floating .cds-notification__close svg {
  width: 24px;
  height: 24px;
}
.cds-notification.full.neutral {
  background: var(--secondary-gray-blue-50);
  border-bottom: 1px solid var(--secondary-gray-blue-300);
  color: var(--secondary-gray-blue-600);
}
.cds-notification.full.error {
  background: var(--primary-red-50);
  border-bottom: 1px solid var(--primary-red-300);
  color: var(--primary-red-600);
}
.cds-notification.full.warning {
  background: var(--orange-50);
  border-bottom: 1px solid var(--orange-300);
  color: var(--orange-600);
}
.cds-notification.full.success {
  background: var(--green-50);
  border-bottom: 1px solid var(--green-300);
  color: var(--green-600);
}
.cds-notification.full .cds-notification__content-wrap {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 32px;
}
.cds-notification.full .cds-notification__content {
  flex: auto;
  display: inline-block;
}
.cds-notification.full .cds-notification__ico {
  margin-inline-end: 16px;
}
.cds-notification.full .cds-notification__title {
  margin-block-end: 6px;
  font-weight: 700;
}
.cds-notification.full .cds-notification__desc {
  display: inline-block;
  font-weight: 400;
  margin-left: 6px;
}
.cds-notification.full .cds-notification__desc a {
  text-decoration: underline;
}
.cds-notification.full .cds-notification__children {
  float: right;
}
.cds-notification.full .cds-notification__children > * {
  margin-inline-end: 12px;
}
.cds-notification.full .cds-notification__children > *:last-child {
  margin-inline-end: 8px;
}
@media (min-width: 768px) {
  .cds-notification.floating {
    padding: 16px;
    min-height: 118px;
    font-size: 12px;
  }
  .cds-notification__ico {
    width: 36px;
    height: 36px;
  }
  .cds-notification__close.only-icon {
    padding: 8px;
    width: 36px;
    height: 36px;
  }
}

.cds-nav-item {
  list-style: none;
  border-radius: 6px;
}
.cds-nav-item > a, .cds-nav-item button, .cds-nav-item span {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 12px;
  font-size: 16px;
}

.cds-side-bar-navigation {
  display: inline-block;
}
.cds-side-bar-navigation__list {
  padding: 32px 16px;
  background: var(--gray-700);
}
.cds-side-bar-navigation__list.simple {
  width: 312px;
}
.cds-side-bar-navigation__list > ul + ul {
  margin-top: 4px;
}
.cds-side-bar-navigation__list > ul .cds-nav-item {
  color: var(--gray-200);
}
.cds-side-bar-navigation__list > ul > li > ul {
  margin-top: 4px;
}
.cds-side-bar-navigation__list > ul > li > ul .cds-nav-item {
  color: var(--gray-300);
}
.cds-side-bar-navigation__list > ul > li > ul .cds-nav-item > * {
  padding-left: 36px;
}
.cds-side-bar-navigation__list > ul > li > ul .cds-nav-item + .cds-nav-item {
  margin-top: 2px;
}
.cds-side-bar-navigation .cds-nav-item.is-active {
  background: var(--gray-500);
}
.cds-side-bar-navigation .cds-nav-item.is-new a {
  position: relative;
  align-items: center;
}
.cds-side-bar-navigation .cds-nav-item.is-new a::after {
  background-image: url("~@ncds/ui/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 263px 231.5px;
  width: 20px;
  height: 20px;
  background-position: -136px -123.5px;
  content: "";
}

:root {
  --board-card-aspect-ratio-4-3: 4/3;
  --board-card-aspect-ratio-4-3: 1/1;
  --board-card-radius: 16px;
}

.cds-board-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cds-board-card__title-contents {
  color: var(--gray-400);
  font-size: var(--font-size-2);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cds-board-card__thumbnail {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--board-card-radius);
  margin-bottom: 4px;
}
.cds-board-card__categories {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: var(--font-size-1);
  line-height: 22px;
}
.cds-board-card__category {
  color: var(--secondary-gray-blue-450);
  font-weight: 700;
}
.cds-board-card__date {
  color: var(--secondary-gray-blue-400);
}
.cds-board-card__title {
  font-size: var(--font-size-5);
  color: var(--secondary-gray-blue-700);
  font-weight: 700;
  line-height: 32px;
}
.cds-board-card__title--truncate {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
}
.cds-board-card__new-icon, .cds-board-card__file-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  font-size: 0;
}
.cds-board-card__new-icon svg {
  transform: translateY(1px);
}
.cds-board-card__file-icon {
  background-color: var(--gray-100);
  border-radius: 4px;
  transform: translateY(-1px);
}
.cds-board-card__sub-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
}
.cds-board-card__content > *:last-child {
  margin-block-end: 0;
}
.cds-board-card__tags {
  flex-wrap: wrap;
  display: flex;
  gap: 8px;
  row-gap: 4px;
}
.cds-board-card__tags--truncate {
  overflow: hidden;
  max-height: 26px;
}
.cds-board-card__tag {
  gap: 8px;
}
.cds-board-card__tag-item {
  font-size: var(--font-size-1);
  color: var(--gray-400);
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  margin-right: 8px;
}
.cds-board-card__tag-item:last-child {
  margin-right: 0;
}
.cds-board-card__icon-label-options {
  font-size: var(--font-size-2);
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--gray-400);
}
.cds-board-card__icon-label-options > li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cds-board-card__text-options {
  font-size: var(--font-size-2);
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--gray-400);
}
.cds-board-card__text-options > li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cds-board-card__text-option-item-title {
  font-weight: 500;
}
.cds-board-card__text-option-item-text {
  font-weight: 400;
}
.cds-board-card .cds-board-card__title-text,
.cds-board-card .cds-board-card__sub-title {
  word-break: break-all;
}

@media (max-width: 768px) {
  .cds-board-card > .cds-board-card__thumbnail {
    margin-bottom: 0;
  }
  .cds-board-card__tags--truncate {
    max-height: 60px;
  }
}
.cds-board-view-fluid__container {
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
}
.cds-board-view-fluid__content-wrapper {
  padding-block-start: 48px;
  padding-block-end: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cds-board-view-fluid__content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 864px) minmax(0, 1fr);
  gap: 64px;
}
.cds-board-view-fluid__sidebar {
  overflow: hidden;
  height: fit-content;
  position: sticky;
  top: 168px;
}
.cds-board-view-fluid__sidebar--left {
  display: flex;
  justify-content: flex-end;
}
.cds-board-view-fluid__sidebar--right {
  display: flex;
  justify-content: flex-start;
}

.cds-board-view {
  display: flex;
  flex-direction: column;
}
.cds-board-view__content-container {
  padding: 40px 32px;
}
.cds-board-view__top {
  padding: 40px 32px;
  border-bottom: 1px solid var(--gray-100);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cds-board-view__breadcrumbs {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.cds-board-view__breadcrumbs > li {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.cds-board-view__breadcrumb {
  color: var(--gray-500);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
.cds-board-view__badge {
  margin-bottom: 12px;
}
.cds-board-view__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: var(--gray-700);
  word-break: keep-all;
}
.cds-board-view__title-icon {
  display: inline-block;
  margin-left: 16px;
}
.cds-board-view__title-icon:empty {
  display: none;
}
.cds-board-view__title-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 0;
  vertical-align: middle;
}
.cds-board-view__title-icon span + span {
  margin-left: 8px;
}
.cds-board-view__file-icon {
  border-radius: 4px;
  background: var(--gray-100);
}
.cds-board-view_sub-title {
  font-weight: 400;
  font-size: var(--font-size-2) px;
  line-height: 24px;
  color: var(--gray-400);
  word-break: keep-all;
}
.cds-board-view__meta-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cds-board-view__date {
  font-weight: 500;
  font-size: var(--font-size-1);
  line-height: 22px;
  color: var(--gray-300);
}
.cds-board-view__contents {
  padding-inline: 32px;
}
.cds-board-view__additional-contents {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cds-board-view__attachments {
  border-top: 1px solid var(--gray-100);
  padding-top: 24px;
}
.cds-board-view__attachments-top {
  font-weight: 500;
  font-size: var(--font-size-1);
  line-height: 22px;
}
.cds-board-view__attachments-top-title {
  color: var(--gray-700);
}
.cds-board-view__attachments-top-count {
  color: var(--blue-500);
}
.cds-board-view__attachments-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cds-board-view__bottom-contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cds-board-view__left-side {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.cds-board-view__like-comment-btn {
  color: var(--gray-300);
  padding: 0;
}
.cds-board-view__right-side {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.cds-board-view__bottom {
  border-top: 1px solid var(--gray-100);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.cds-board-view__move-page {
  width: 100%;
  display: flex;
  gap: 8px;
}
.cds-board-view__move-page-label {
  font-weight: 500;
  font-size: var(--font-size-1);
  line-height: 22px;
  color: var(--gray-500);
  width: 28px;
}
.cds-board-view__move-page-title {
  margin-left: 12px;
  font-weight: 500;
  font-size: var(--font-size-1);
  line-height: 22px;
  color: var(--gray-700);
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  width: calc(100% - 56px);
  cursor: pointer;
}
.cds-board-view__go-list {
  margin-top: 24px;
}

@media (max-width: 1612px) {
  .cds-board-view-fluid__content-grid {
    gap: 10px;
  }
}
@media (max-width: 1440px) {
  .cds-board-view-fluid__content-grid {
    grid-template-columns: minmax(0, 864px);
  }
  .cds-board-view-fluid__sidebar {
    display: none;
  }
}
@media (max-width: 768px) {
  .cds-board-view-fluid__content-wrapper {
    padding-inline: 0;
    padding-block-start: 0;
    padding-block-end: 0;
  }
  .cds-board-view {
    gap: 0;
    margin-top: 0;
  }
  .cds-board-view__top {
    padding-inline: 16px;
  }
  .cds-board-view__bottom {
    padding-inline: 16px;
  }
  .cds-board-view__title {
    font-size: 24px;
    line-height: 32px;
  }
  .cds-board-view__contents {
    padding-inline: 16px;
    padding-block-start: 48px;
    padding-block-end: 40px;
  }
  .cds-board-view__go-list {
    width: 100%;
  }
}
.cds-board-list .cds-board-table th {
  text-align: center;
}
.cds-board-list .cds-board-table .cds-table__row:last-child {
  border-block-end: 1px solid var(--gray-100);
}
.cds-board-list .cds-board-table .cds-table__cell:nth-child(2) {
  margin-bottom: 0;
}
.cds-board-list .cds-board-table .cds-table__cell.empty-text {
  height: 400px;
  text-align: center;
}
.cds-board-list .cds-board-table__title {
  display: flex;
  gap: 4px;
  align-items: center;
}
.cds-board-list .cds-board-table__title.is-top .cds-board-table__title-text {
  font-weight: 700;
  color: var(--gray-700);
}
.cds-board-list .cds-board-table .cds-badge {
  margin-inline-end: 2px;
}
.cds-board-list .cds-board-table__title-text {
  cursor: pointer;
  color: var(--gray-700);
}
.cds-board-list .cds-board-table__file-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 4px;
  background: var(--gray-100);
}
.cds-board-list .cds-board-table__new-icon {
  height: 20px;
  margin-top: 1px;
}

@media (max-width: 768px) {
  .cds-board-list .cds-board-table .cds-table__row:first-child {
    border-block-start: 1px solid var(--gray-100);
  }
  .cds-board-list .cds-board-table .cds-table__cell:nth-child(2) {
    margin-bottom: 8px;
  }
  .cds-board-list .cds-board-table .cds-table__cell.empty-text {
    height: 300px;
  }
  .cds-board-list .cds-board-table__category {
    font-size: var(--font-size-0);
    color: var(--gray-400);
    font-weight: 500;
  }
  .cds-board-list .cds-board-table .cds-badge {
    vertical-align: middle;
  }
  .cds-board-list .cds-board-table__title {
    display: block;
  }
  .cds-board-list .cds-board-table__title-text {
    font-weight: 500;
    vertical-align: middle;
    font-size: var(--font-size-2);
  }
  .cds-board-list .cds-board-table .cds-badge + .cds-board-table__title-text {
    margin-left: 4px;
  }
  .cds-board-list .cds-board-table__date {
    font-size: var(--font-size-0);
  }
  .cds-board-list .cds-board-table__file-icon {
    display: inline-block;
    vertical-align: middle;
    margin-block-start: 0;
    margin-inline-start: 4px;
    padding-inline-start: 3px;
    padding-block-start: 1px;
  }
  .cds-board-list .cds-board-table__new-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 4px;
  }
}
.cds-board-widget__getting-started {
  position: relative;
}
.cds-board-widget__getting-started img {
  user-select: none;
  width: 260px;
  height: auto;
}
.cds-board-widget__getting-started .cta {
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: var(--base-white);
  display: flex;
  align-items: center;
  gap: 2px;
}
.cds-board-widget__getting-started .text {
  font-size: 12px;
  font-weight: 700;
}
.cds-board-widget__getting-started .arrows {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 16px;
  transition: all 0.3s ease;
}
.cds-board-widget__getting-started svg {
  transition: transform 0.3s ease;
}
.cds-board-widget__getting-started svg:first-child {
  transform: translateX(0);
}
.cds-board-widget__getting-started svg:last-child {
  position: absolute;
  left: 0;
  transform: translateX(-16px);
}
.cds-board-widget__getting-started:hover .arrows svg:first-child {
  transform: translateX(16px);
}
.cds-board-widget__getting-started:hover .arrows svg:last-child {
  transform: translateX(0);
}
.cds-board-widget__table-of-contents {
  display: flex;
  flex-direction: column;
  width: 260px;
}
.cds-board-widget__table-of-contents .item {
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px;
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  border-left: 1px solid var(--gray-100);
}
.cds-board-widget__table-of-contents .item:hover {
  border-left: 1px solid var(--gray-700);
  box-shadow: inset 1px 0 0 var(--gray-700);
}
.cds-board-widget__table-of-contents .item:hover .text {
  font-weight: 700;
  color: var(--gray-700);
}
.cds-board-widget__table-of-contents .item.active {
  background: var(--gray-50);
  border-left: 1px solid var(--gray-700);
  box-shadow: inset 1px 0 0 var(--gray-700);
}
.cds-board-widget__table-of-contents .item.active .text {
  font-weight: 700;
  color: var(--gray-700);
}
.cds-board-widget__table-of-contents .item .text {
  font-size: var(--font-size-1);
  color: var(--gray-400);
  line-height: var(--line-height-9) px;
  text-align: left;
  width: 100%;
  word-break: break-word;
}

.cds-board-recommended-posts {
  background-color: var(--gray-50);
}
.cds-board-recommended-posts__list {
  margin: 0 auto;
  max-width: 1216px;
  padding-inline: 32px;
  padding-block-end: 96px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 64px;
}
@media (max-width: 768px) {
  .cds-board-recommended-posts__list {
    grid-template-columns: repeat(1, 1fr);
    padding-block-end: 64px;
    padding-inline: 16px;
    row-gap: 48px;
  }
}

.cds-board-notification {
  position: fixed;
  top: 88px;
  right: 16px;
}
@media (max-width: 768px) {
  .cds-board-notification {
    top: auto;
    bottom: 88px;
    width: calc(100% - 32px);
  }
}
.cds-board-notification .container {
  display: flex;
  align-items: center;
  width: 343px;
  padding: 16px;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid var(--gray-200);
  background: var(--base-white);
  box-shadow: var(--shadow-sm);
}
@media (max-width: 768px) {
  .cds-board-notification .container {
    width: 100%;
  }
}
.cds-board-notification .text {
  color: var(--gray-600);
  font-size: var(--font-size-0);
  font-weight: var(--font-weights-commerce-sans-2);
  line-height: var(--line-heights-10) px;
}
@media (max-width: 768px) {
  .cds-board-notification .text {
    font-size: var(--font-size-1);
    line-height: var(--line-heights-9) px;
  }
}
.cds-board-notification .close-button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}

.heading-1 {
  color: var(--gray-700);
  font-family: var(--font-families-commerce-sans);
  font-size: var(--font-size-8);
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-heights-2)px;
}

.heading-2 {
  color: var(--gray-700);
  text-align: center;
  font-family: var(--font-families-commerce-sans);
  font-size: var(--font-size-7);
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-heights-3)px;
}

.heading-3 {
  color: var(--gray-700);
  text-align: center;
  font-family: var(--font-families-commerce-sans);
  font-size: var(--font-size-6);
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-heights-4)px;
}

@media (max-width: 768px) {
  .heading-1 {
    font-size: var(--font-size-7);
    line-height: var(--line-heights-3)px;
    font-weight: 700;
  }
  .heading-2 {
    font-size: var(--font-size-6);
    line-height: var(--line-heights-4)px;
    font-weight: 700;
  }
  .heading-3 {
    font-size: var(--font-size-5);
    line-height: var(--line-heights-5)px;
    font-weight: 700;
  }
}
html.is-lock,
html.is-lock body {
  overflow: hidden;
}

.cds-section-wrap {
  max-width: 1280px;
  width: 100%;
  padding: 64px 16px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--base-white);
}
.cds-section-wrap .cds-media__content {
  padding-inline: 0;
}
@media (min-width: 768px) {
  .cds-section-wrap {
    padding: 96px 32px;
  }
}

.cds-nav-menu-item {
  display: block;
  padding: 12px 16px;
  font-size: 1rem;
}
.cds-nav-menu-item:hover {
  background-color: var(--gray-50);
  border-radius: 8px;
}
.cds-nav-menu-item__link-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-block-end: 4px;
}
.cds-nav-menu-item__link-label {
  color: var(--gray-700);
  font-size: 1rem;
  font-weight: 700;
}
.cds-nav-menu-item__link-text {
  font-weight: 400;
  color: var(--gray-400);
  margin-bottom: 12px;
}
.cds-nav-menu-item__link-more {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--blue-500);
}

.cds-nav-dropdown {
  position: relative;
}
.cds-nav-dropdown :not(.is-open) ~ .cds-nav-dropdown__menu {
  display: none;
}
.cds-nav-dropdown__toggle {
  position: relative;
  display: flex;
  width: 100%;
  height: 44px;
  justify-content: space-between;
  border-radius: 8px;
}
.cds-nav-dropdown__toggle:hover {
  background-color: var(--gray-50);
}
:where(.cds-nav-dropdown.is-active) > .cds-nav-dropdown__toggle > svg {
  transform: rotate(180deg);
}
.cds-nav-dropdown__content {
  margin-block: 8px;
  padding-block: 12px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-100);
  border-radius: 12px;
  background: var(--base-white);
  font-weight: 700;
}
.cds-nav-dropdown > *:last-child {
  margin-block-end: 0;
}

@media (max-width: 1365px) {
  .cds-nav-dropdown__toggle {
    padding: 10px 16px;
    color: var(--gray-700);
  }
  .cds-nav-dropdown__toggle:hover {
    background-color: transparent;
  }
  .cds-nav-dropdown__content {
    padding-block: 12px 16px;
    margin-inline: 12px;
  }
}
.cds-gnb__item + .cds-gnb__item {
  margin-block-start: 8px;
}
.cds-gnb__link {
  height: 44px;
  box-shadow: none;
  width: 100%;
  justify-content: flex-start;
}

@media (max-width: 1365px) {
  .cds-gnb__link.cds-gnb__blank-link {
    font-weight: 500;
    justify-content: space-between;
  }
}
.cds-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline-start: 16px;
  padding-inline-end: 12px;
  width: 100%;
  height: 60px;
  background-color: var(--base-white);
  z-index: 1000;
  box-shadow: var(--shadow-xs);
  color: var(--gray-700);
}
.cds-header__logo {
  flex: none;
}
.cds-header__logo img {
  width: 100px;
  vertical-align: top;
}
:where(.cds-header.is-active)::before {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  box-shadow: var(--shadow-xs);
  z-index: 5;
}
.cds-header__collapse-wrap {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  top: 60px;
  border-top: 1px solid rgba(16, 24, 40, 0.05);
}
.cds-header__collapse-wrap.is-active .cds-header__collapse {
  display: flex;
  flex-direction: column;
}
.cds-header__collapse-wrap.is-login-in .cds-header__gnb {
  max-height: calc(100% - 232px);
}
.cds-header__collapse-wrap .cds-header__before-login {
  position: fixed;
  bottom: 0;
  width: calc(100% - 32px);
  background-color: #fff;
  left: 16px;
}
.cds-header__collapse {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: var(--base-white);
  /* :where(.cds-header.is-active) & {
    display: flex;
    flex-direction: column;
  } */
}
.cds-header__gnb {
  padding-block: 24px;
  overflow-y: auto;
  max-height: calc(100% - 92px);
  /* flex: 1; */
}
.cds-header__gnb .cds-nav-menu-item__link-top {
  margin-block-end: 0;
}
.cds-header__before-login {
  display: grid;
  align-items: flex-end;
  padding-block: 24px;
}
.cds-header__before-btn {
  width: 100%;
  margin-block-end: 12px;
}
.cds-header__before-btn:last-of-type {
  margin-block-end: 0;
}
.cds-header__cta-btn {
  display: none;
}
.cds-header__user-pc {
  display: none;
}
.cds-header__user-mo {
  display: grid;
  gap: 16px;
  padding-block: 24px;
  width: calc(100% - 32px);
  background-color: #fff;
  left: 16px;
  position: fixed;
  bottom: 0;
}
.cds-header__user-mo-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cds-header__actions-mo {
  display: flex;
  align-items: center;
}
.cds-header__cta-btn-mo {
  display: inline-flex;
  margin-right: 8px;
}

.cds-whole-menu {
  display: none;
}

.cds-header__hamburger svg {
  width: 24px;
  height: 24px;
  stroke: var(--gray-500);
}

.cds-header--simple .cds-header__actions-mo {
  display: none;
}

@media (min-width: 1366px) {
  .cds-header {
    padding-inline: 32px;
    height: 72px;
  }
  .cds-header__logo img {
    width: 123px;
  }
  :where(.cds-header.is-active)::before {
    content: none;
  }
  .cds-header__collapse, .cds-header__collapse.is-active {
    position: static;
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
    align-items: center;
    padding-inline: 0;
    margin-inline-start: 24px;
  }
  .cds-header__gnb {
    padding-block: 0;
    height: auto;
    overflow-y: visible;
  }
  .cds-header .cds-gnb__list {
    display: flex;
    align-items: center;
  }
  .cds-header .cds-gnb__item {
    position: relative;
    height: 72px;
    padding-block: 14px;
    margin-block-start: 0;
  }
  .cds-header .cds-gnb__item:nth-child(n+2) {
    margin-inline-start: 8px;
  }
  .cds-header .cds-gnb__item.is-link {
    margin-inline-start: 4px;
  }
  .cds-header .cds-gnb__item.is-link.is-main .cds-btn {
    font-weight: 500;
    padding-inline: 16px;
  }
  .cds-header .cds-gnb__item.is-link.is-main:not(.is-link ~ .is-link) {
    margin-inline-start: 33px;
  }
  .cds-header .cds-gnb__item.is-link.is-main:not(.is-link ~ .is-link)::before {
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    left: -16px;
    display: block;
    width: 1px;
    height: 16px;
    background: var(--gray-200);
    transform: translateY(-50%);
  }
  .cds-header .cds-gnb__item.is-active::after {
    --bar-position-y: calc(100% - 2px);
    position: absolute;
    top: var(--bar-position-y);
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--base-black);
  }
  .cds-header .cds-nav-dropdown {
    display: flex;
    justify-content: center;
  }
  .cds-header .cds-nav-dropdown__content {
    display: none;
    position: absolute;
    top: calc(100% - 8px);
    left: 50%;
    z-index: 5;
    margin: 0;
    padding-inline: 12px;
    width: max-content;
    min-width: 174px;
    transform: translateX(-50%);
  }
  .cds-header .cds-nav-dropdown .cds-nav-menu-item {
    padding-inline: 12px;
    border-radius: 8px;
  }
  .cds-header .cds-nav-dropdown.is-active .cds-nav-dropdown__content {
    top: calc(100% + 8px);
    display: block;
  }
  .cds-header .cds-gnb__item:hover .cds-nav-dropdown__content {
    display: block;
  }
  .cds-header .cds-menu-button.is-shopby::after {
    background-image: url("~@ncds/ui/assets/images/sprite.png");
    background-repeat: no-repeat;
    background-size: 263px 231.5px;
    width: 79px;
    height: 22px;
    background-position: -44px -163.5px;
    content: "";
  }
  .cds-header__before-login {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-block: 0;
  }
  .cds-header__before-btn {
    width: auto;
  }
  .cds-header__before-btn:first-child {
    order: 1;
  }
  .cds-header__cta-btn {
    display: inline-flex;
  }
  .cds-header__user-mo {
    display: none;
  }
  .cds-header__user-pc {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .cds-header__user-pc .cds-profile {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .cds-header__user-pc .cds-profile .cds-nav-dropdown__content {
    padding: 16px 16px 12px;
    min-width: auto;
    line-height: 1;
  }
  .cds-header__user-pc .cds-profile li + li {
    margin-block-start: 16px;
  }
  .cds-header__user-pc .cds-profile .cds-nav-dropdown__manage-menu {
    padding-block-end: 12px;
    border-block-end: 1px solid var(--gray-100);
  }
  .cds-header__actions-mo {
    display: none;
  }
  .cds-whole-menu {
    margin-inline-start: 12px;
    display: inline-flex;
  }
  .cds-header--simple .cds-header__collapse {
    justify-content: flex-end;
  }
}
.gnb-info-tooltip {
  position: absolute;
  top: calc(100% + 11px);
  padding: 12px;
  width: 200px;
  background-color: var(--base-white);
  border: 1px solid var(--gray-100);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: end;
}
.gnb-info-tooltip em {
  display: block;
  margin-block-end: 12px;
  text-align: start;
}
.gnb-info-tooltip::before {
  position: absolute;
  top: -6px;
  left: 50%;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid var(--gray-100);
  border-width: 1px 1px 0 0;
  background-color: var(--base-white);
  transform: translateX(-50%) rotate(-45deg);
}
:where(.cds-header__user-pc:not(.is-visible)) .gnb-info-tooltip {
  display: none;
}
:where(.cds-header__user-pc.is-visible) {
  box-shadow: 0 0 0 1px var(gray-200), var(--shadow-xs-focused-4px-gray-100);
  border-radius: 8px;
}

@media (min-width: 1366px) {
  .cds-header__collapse-pc {
    height: initial;
  }
  .cds-header__collapse-pc .cds-header__cta-btn {
    margin-block-end: 0;
  }
  .cds-header__collapse-wrap {
    display: none;
  }
}
.with-rolling-banner .cds-header,
.with-rolling-banner .cds-header__collapse-wrap,
.with-rolling-banner .cds-service-map {
  position: sticky;
}

@media (max-width: 1365px) {
  .cds-gnb__item {
    position: relative;
  }
  .cds-gnb__item.is-link.is-main:not(.is-link ~ .is-link) {
    margin-block-start: 16px;
  }
  .cds-gnb__item.is-link.is-main:not(.is-link ~ .is-link)::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    display: block;
    width: calc(100% - 32px);
    height: 1px;
    background: var(--gray-200);
    transform: translateX(-50%);
  }
}
.cds-footer {
  position: relative;
  padding: 48px 16px;
  background-color: var(--gray-700);
  font-size: 1rem;
  line-height: 1.5;
}
.cds-footer__outlink .cds-link,
.cds-footer .contact .link:last-of-type {
  color: var(--gray-300);
}
.cds-footer .cds-link {
  color: var(--gray-400);
}
.cds-footer .cds-link:hover:not(.disabled) {
  color: var(--base-white);
}
.cds-footer__outlink {
  display: none;
}
.cds-footer__logo {
  margin-bottom: 16px;
}

.cds-contact {
  margin-left: -10px;
  margin-bottom: 32px;
  color: var(--gray-400);
  font-weight: 400;
}
.cds-contact__item {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.cds-contact__item::after {
  display: inline-block;
  content: "";
  transform: translateY(2px);
  width: 2px;
  height: 1rem;
  margin-left: 10px;
  background-color: var(--gray-400);
}
.cds-contact__item:last-child {
  color: var(--gray-300);
}
.cds-contact__item:last-child::after {
  content: none;
}
.cds-contact__item:first-child, .cds-contact__item:last-child {
  font-weight: 700;
}
.cds-contact__item a {
  font-size: 1rem;
}

.cds-mail-order-info {
  color: var(--gray-400);
  margin-block-end: 16px;
}

.cds-footer__inner {
  position: relative;
}

.cds-corp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  text-align: left;
  gap: 12px;
  margin-bottom: 48px;
}
.cds-corp .cds-link {
  display: block;
}
.cds-corp .cds-link:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
  color: var(--gray-300);
  font-weight: 700;
}
.cds-corp .cds-link:nth-child(3) {
  grid-row: 2;
  grid-column: 2;
}
.cds-corp .cds-link:nth-child(4) {
  position: absolute;
  clip: rect(0 0 0 0);
}

.cds-footer .cds-nav-dropdown {
  display: inline-block;
}

.cds-footer .cds-menu-button,
.cds-footer .cds-menu-button:hover {
  color: var(--gray-300);
}

:where(.cds-footer:not(.cds-footer--simple)) .cds-nav-dropdown {
  display: block;
  margin-bottom: 48px;
}
:where(.cds-footer:not(.cds-footer--simple)) .cds-nav-dropdown > .cds-btn {
  width: 100%;
  justify-content: space-between;
}
:where(.cds-footer:not(.cds-footer--simple)) .cds-nav-dropdown__content {
  z-index: 5;
  overflow-y: auto;
  width: 100%;
  height: 200px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
:where(.cds-footer:not(.cds-footer--simple)) .cds-nav-dropdown__content::-webkit-scrollbar {
  display: none;
}

.cds-footer__global {
  display: none;
}

.cds-footer__marks {
  position: absolute;
  right: 0;
  bottom: 40px;
  display: flex;
  gap: 20px;
}
.cds-footer__marks button {
  display: inline-flex;
  cursor: pointer;
}
.cds-footer__marks span {
  background-image: url("~@ncds/ui/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 263px 231.5px;
  z-index: auto;
}
.cds-footer__marks .mark-award {
  width: 44px;
  height: 44px;
  background-position: -120px -63px;
}
.cds-footer__marks .mark-large-sms {
  width: 44px;
  height: 44px;
  background-position: 0px -163.5px;
}
.cds-footer__marks .mark-isms {
  width: 44px;
  height: 44px;
  background-position: -164px -63px;
}

.cds-footer__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  border-top: 1px solid var(--gray-500);
  color: var(--gray-400);
  font-weight: 500;
}
.cds-footer__bottom > p {
  order: 2;
}

.cds-footer__sns {
  order: 1;
  margin-bottom: 24px;
}
.cds-footer__sns .cds-sns:nth-child(n+2) {
  margin-left: 24px;
}

@media (min-width: 1280px) {
  .cds-footer {
    padding: 64px 112px 48px;
  }
  .cds-footer__content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .cds-footer__outlink {
    display: block;
    margin-bottom: 48px;
    font-size: 0.875rem;
  }
  .cds-footer__outlink > div {
    display: flex;
  }
  .cds-footer__outlink > div:nth-child(n+2) {
    margin-top: 35px;
  }
  .cds-footer__outlink > div dd {
    display: flex;
    gap: 24px;
  }
  .cds-footer__outlink dt {
    margin-right: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 140px;
    color: var(--base-white);
  }
  .cds-footer__logo {
    padding-top: 32px;
    border-top: 1px solid var(--gray-500);
  }
  .cds-contact {
    max-width: 708px;
  }
  .cds-contact [href^=mailto] {
    text-decoration: underline;
  }
  .cds-contact__item:nth-child(2)::after, .cds-contact__item:nth-child(4)::after, .cds-contact__item:nth-child(6)::after {
    content: none;
  }
  .cds-corp {
    display: block;
  }
  .cds-corp .cds-link {
    display: inline-block;
  }
  .cds-corp .cds-link:nth-child(n+2) {
    margin-left: 24px;
  }
  .cds-corp .cds-link:nth-child(4) {
    position: static;
    clip: auto;
  }
  .cds-footer__inner {
    position: relative;
  }
  .cds-footer__marks {
    position: absolute;
    right: 0;
    bottom: 0;
    gap: 24px;
  }
  .cds-footer__marks .mark-award {
    width: 100px;
    height: 63px;
    background-position: 0px 0px;
  }
  .cds-footer__marks .mark-large-sms {
    width: 60px;
    height: 60.5px;
    background-position: 0px -63px;
  }
  .cds-footer__marks .mark-isms {
    width: 60px;
    height: 60px;
    background-position: -60px -63px;
  }
  .cds-footer:not(.cds-footer--simple) .cds-nav-dropdown {
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 5;
  }
  .cds-footer .cds-header-nav__content {
    right: 0;
    transform: translateX(0);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .cds-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0;
    border-top-width: 0;
  }
  .cds-footer__bottom > p {
    order: 0;
  }
  .cds-footer__bottom > p br {
    display: none;
  }
  .cds-footer__sns {
    margin-bottom: 0;
  }
}
.cds-footer--simple .cds-footer__outlink,
.cds-footer--simple .cds-footer__logo,
.cds-footer--simple .cds-contact,
.cds-footer--simple .cds-footer__sns,
.cds-footer--simple .cds-footer__marks {
  display: none;
}
.cds-footer--simple .cds-corp {
  display: block;
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 32px;
}
.cds-footer--simple .cds-corp::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--gray-500);
}
.cds-footer--simple .cds-corp .cds-link:nth-child(n+2) {
  margin-top: 12px;
}
.cds-footer--simple .cds-header-nav .cds-menu-button {
  color: var(--gray-300);
}
.cds-footer--simple .cds-header-nav__content {
  inset: auto auto calc(100% + 2px) 0;
  transform: translate(0);
}
.cds-footer--simple .cds-footer__bottom {
  border-top-width: 0;
  padding-top: 18px;
}
@media (min-width: 1280px) {
  .cds-footer--simple .cds-corp {
    text-align: center;
  }
  .cds-footer--simple .cds-corp .cds-link:nth-child(n+2) {
    margin-top: 0;
  }
  .cds-footer--simple .cds-nav-dropdown {
    position: absolute;
    right: 0;
    bottom: -55px;
    z-index: 5;
  }
  .cds-footer--simple .cds-nav-dropdown__content {
    inset: auto 0 calc(100% + 2px) auto;
  }
  .cds-footer--simple .cds-footer__bottom {
    padding-top: 0;
  }
}

.cds-modal-authentication {
  padding: 0;
  border: 0;
  border-radius: 10px;
  background-color: #fff;
}
.cds-modal-authentication header {
  padding: 20px 16px;
  border-block-end: 1px solid var(--gray-100);
}
.cds-modal-authentication img {
  vertical-align: top;
}
.cds-modal-authentication .cds-btn {
  position: absolute;
  top: 12px;
  right: 12px;
}
.cds-modal-authentication::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

.cds-btn-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  padding: 0;
  background-color: var(--base-white);
  text-align: center;
  border-radius: 8px;
  border: 1px solid var(--gray-200);
  cursor: pointer;
  z-index: 950;
}
.cds-btn-top.is-fixed {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 768px) {
  .cds-footer .cds-btn-top.only-icon {
    width: calc(var(--button-height-md) + 8px);
    height: calc(var(--button-height-md) + 8px);
  }
  .cds-btn-top.is-fixed {
    /* top: calc($position * -1); */
    top: calc((var(--button-height-xl) + 16px) * -1);
  }
}

.cds-whole-menu {
  position: relative;
}
.cds-whole-menu__trigger.only-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 4px;
}
.cds-whole-menu__trigger.only-icon:hover, .cds-whole-menu__trigger.only-icon.is-active {
  background-color: var(--gray-50);
  border-radius: 8px;
}
.cds-whole-menu__trigger.only-icon svg {
  width: 24px;
  height: 24px;
}

.cds-service-map {
  position: fixed;
  top: 72px;
  left: 0;
  display: none;
  width: 100%;
  z-index: 1000;
  background-color: var(--base-white);
  box-shadow: var(--shadow-lg);
  border-block-start: 1px solid rgba(16, 24, 40, 0.051);
}
.cds-service-map__header {
  order: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  background: var(--base-white);
  width: 100%;
  height: 84px;
  border-top: 1px solid var(--gray-100);
  background-color: var(--gray-50);
}
.cds-service-map__home-link {
  padding-left: 16px;
  padding-right: 16px;
  background-color: transparent;
}
.cds-service-map__home-link .cds-btn__label {
  order: 2;
  line-height: 1;
}
.cds-service-map__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px 24px;
  padding: 32px 56px;
}
.cds-service-map__menu-title {
  font-size: 0.875rem;
  color: var(--secondary-gray-blue-450);
  font-weight: 700;
  line-height: var(--line-height-9);
}
.cds-service-map__menu-title a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--font-size-1);
}
.cds-service-map__menu-title svg {
  transform: translateY(1px);
}
.cds-service-map__menu-content:first-of-type {
  margin-block-start: 12px;
}
.cds-service-map .cds-nav-menu-item {
  border-radius: 8px;
}
.cds-service-map .cds-nav-menu-item__link-text {
  margin-block-end: 0;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .cds-service-map {
    display: none;
  }
}
.cds-service-map__wrap {
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-shadow: var(--shadow-lg);
}

body.service-map-on .cds-service-map {
  display: grid;
}

.cds-hero {
  padding: 64px 16px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.cds-hero .cds-header-section {
  padding: 0;
}
.cds-hero .cds-header-section ~ * {
  margin-top: 48px;
}
.cds-hero .cds-header-section__text {
  color: var(--gray-400);
}
.cds-hero__content {
  margin-bottom: 64px;
}
.cds-hero__badge {
  margin-bottom: 16px;
}
.cds-hero__title {
  margin-bottom: 16px;
  color: var(--gray-700);
  font-size: 2.25rem;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
  white-space: pre-wrap;
}
.cds-hero__title br {
  display: none;
}
.cds-hero__text {
  margin-bottom: 32px;
  color: var(--gray-400);
  font-size: 1.125rem;
  white-space: pre-wrap;
}
.cds-hero--dark {
  background-color: var(--secondary-gray-blue-700);
}
.cds-hero--dark .cds-header-section__header {
  color: var(--base-white);
}
.cds-hero--dark .cds-header-section__text {
  color: var(--secondary-gray-blue-100);
}
.cds-hero--default {
  background-color: var(--base-white);
}
@media (min-width: 768px) {
  .cds-hero {
    padding: 0;
  }
  .cds-hero .cds-header-section__header {
    font-size: 60px;
    line-height: 76px;
  }
  .cds-hero__title {
    margin-bottom: 24px;
    line-height: 76px;
    font-size: 3.75rem;
  }
  .cds-hero__text {
    margin-bottom: 48px;
    font-size: 1.25rem;
  }
  .cds-hero__img img {
    height: 100%;
  }
}
.cds-hero__content > *:last-child {
  margin-bottom: 0;
}

.cds-abstract-angles01 {
  padding-top: 0;
}
.cds-abstract-angles01 .cds-video-player {
  max-width: 916px;
  margin-inline: auto;
}

.simple-centered__sub-desc {
  display: block;
  margin-top: 16px;
  text-decoration: underline;
  color: #98a2b3;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .simple-centered__content .cds-btn:nth-child(n+2) {
    margin-left: 0;
  }
}
.cds-cta-section.video-mockup {
  color: unset;
  padding: 64px 0;
}
@media (min-width: 768px) {
  .cds-cta-section.video-mockup {
    padding: 96px 0;
  }
}

.video-mockup__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}
.video-mockup__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  word-break: keep-all;
  width: 100%;
}
.video-mockup__content-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  white-space: pre-wrap;
  text-align: left;
}
.video-mockup__content-heading {
  color: var(--gray-700);
  font-size: 30px;
}
.video-mockup__content-supporting-text {
  font-size: var(--font-size-3);
  line-height: 28px;
  color: var(--gray-400);
  font-weight: 400;
}
.video-mockup__video-player {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .video-mockup .cds-btn {
    width: fit-content;
  }
  .video-mockup__container {
    flex-direction: row;
    gap: 64px;
    padding: 0 32px;
    max-width: 1280px;
  }
  .video-mockup__content {
    gap: 40px;
  }
  .video-mockup__content-header {
    gap: 24px;
  }
  .video-mockup__content-heading.cds-cta-section__title {
    margin-block-end: 0;
    font-size: 36px;
    line-height: 46px;
  }
}

[class*="--dark"] .video-mockup__content-heading {
  color: var(--base-white);
}

[class*="--dark"] .video-mockup__content-supporting-text {
  color: var(--secondary-gray-blue-200);
}

.cds-cta-section {
  padding: 64px 16px;
  text-align: center;
}
.cds-cta-section > *:last-child {
  margin-bottom: 0;
}
.cds-cta-section__title {
  margin-bottom: 20px;
  font-size: 1.875rem;
  line-height: 38px;
  font-weight: 700;
  color: currentColor;
  white-space: pre-wrap;
}
.cds-cta-section__desc {
  margin-bottom: 40px;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: pre-wrap;
  color: var(--secondary-gray-blue-100);
}
.cds-cta-section__btn-wrap .cds-btn,
.cds-cta-section .simple-centered__content .cds-btn {
  width: 100%;
}
.cds-cta-section__btn-wrap > .cds-btn + .cds-btn,
.cds-cta-section .simple-centered__content > .cds-btn + .cds-btn {
  margin-top: 12px;
}
.cds-cta-section--dark {
  background-color: var(--secondary-gray-blue-700);
  color: var(--base-white);
}
.cds-cta-section--dark .cds-cta-section__inner {
  background-color: transparent;
}
.cds-cta-section--dark .cds-cta-section__desc {
  color: var(--secondary-gray-blue-100);
}
.cds-cta-section--default {
  background-color: var(--base-white);
  color: var(--gray-700);
}
.cds-cta-section--default .cds-cta-section__desc {
  color: var(--gray-400);
}
@media (min-width: 768px) {
  .cds-cta-section {
    padding: 96px 0;
  }
  .cds-cta-section__title {
    font-size: 2.25rem;
    line-height: 46px;
  }
  .cds-cta-section__desc {
    font-size: 1.25rem;
  }
  .cds-cta-section__btn-wrap,
  .cds-cta-section .simple-centered__content {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .cds-cta-section__btn-wrap .cds-btn,
  .cds-cta-section .simple-centered__content .cds-btn {
    width: auto;
  }
  .cds-cta-section__btn-wrap > .cds-btn + .cds-btn,
  .cds-cta-section .simple-centered__content > .cds-btn + .cds-btn {
    margin-top: 0;
  }
}

.split-image-04 {
  padding-block: 0;
}
.split-image-04__inner {
  overflow: hidden;
  border-radius: 24px;
}
.split-image-04__content {
  background-color: var(--gray-50);
  padding: 40px 24px 48px;
  text-align: left;
}
.split-image-04 .cds-cta-section__title {
  margin-bottom: 16px;
  text-align: left;
}
.split-image-04 .cds-cta-section__desc {
  margin-bottom: 32px;
}
.split-image-04__img {
  display: block;
}
.split-image-04__img img {
  vertical-align: top;
}
.split-image-04.cds-cta-section--dark {
  background-color: transparent;
}
.cds-cta-section--dark .split-image-04__content {
  background-color: var(--secondary-gray-blue-700);
}
@media (min-width: 768px) {
  .split-image-04 {
    padding: 0 32px;
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 1280px);
    max-height: 480px;
  }
  .split-image-04__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .split-image-04__content {
    padding: 88.5px 10.5263157895%;
  }
  .split-image-04 .cds-btn:nth-child(n+2) {
    margin-top: 0;
  }
  .split-image-04 .cds-cta-section__title {
    margin-bottom: 20px;
  }
  .split-image-04 .cds-cta-section__desc {
    margin-bottom: 40px;
  }
  .split-image-04 .cds-cta-section__btn-wrap {
    justify-content: flex-start;
  }
  .split-image-04__img {
    margin-top: 0;
  }
  .split-image-04__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.cds-cta-section .split-image-02 {
  display: grid;
  gap: 48px;
}
.cds-cta-section .split-image-02__img {
  order: 2;
  width: max(343px, 100%);
  height: 280px;
  overflow: hidden;
  border-radius: 0;
}
.cds-cta-section .split-image-02__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cds-cta-section .split-image-02 .cds-cta-section__title {
  margin-block-end: 0;
  font-size: 30px;
}
.cds-cta-section .split-image-02__sub-heading {
  font-size: 14px;
  line-height: 24px;
  color: var(--secondary-gray-blue-450);
}
.cds-cta-section .split-image-02__heading-and-check-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-block-end: 32px;
}
.cds-cta-section .split-image-02__heading-wrap {
  display: flex;
  font-weight: 700;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}
.cds-cta-section .split-image-02 .cds-cta-section__btn-wrap {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .cds-cta-section .split-image-02 {
    display: flex;
    align-items: center;
    gap: 64px;
    max-width: 1280px;
    padding: 0 32px;
    margin-inline: auto;
  }
  .cds-cta-section .split-image-02__img {
    order: initial;
    width: max(576px, 100%);
    height: 470px;
    border-radius: 24px;
  }
  .cds-cta-section .split-image-02__content {
    width: max(576px, 100%);
    min-height: 400px;
    padding-right: 32px;
  }
  .cds-cta-section .split-image-02__heading-wrap {
    display: flex;
    font-weight: 700;
    flex-direction: column;
    gap: 12px;
  }
  .cds-cta-section .split-image-02__sub-heading {
    font-size: 16px;
    line-height: 28px;
  }
  .cds-cta-section .split-image-02 .cds-cta-section__title {
    line-height: 46px;
    font-size: 36px;
  }
  .cds-cta-section .split-image-02__heading-and-check-items {
    margin-block-end: 40px;
  }
}

.cds-cta-section--dark .split-image-02__sub-heading {
  color: var(--secondary-gray-blue-100);
}
.cds-cta-section--dark .split-image-02 .cds-check-item__text {
  color: var(--gray-200);
}

.cds-header-section {
  padding-block: 64px;
  text-align: start;
}
.cds-header-section__inner {
  margin-inline: auto;
  padding-inline: 16px;
  width: min(100%, 1280px);
}
.cds-header-section__sub-header {
  margin-block-end: 12px;
  color: var(--gray-300);
  font-size: 0.875rem;
  white-space: pre-wrap;
  line-height: 1.5714285714;
}
.cds-header-section header {
  font-weight: 700;
}
.cds-header-section__header {
  color: var(--gray-700);
  white-space: pre-wrap;
  font-size: var(--font-size-7);
  line-height: 1.2777777778;
}
.cds-header-section__text {
  margin-top: 16px;
  color: var(--gray-500);
  font-weight: 400;
  white-space: pre-wrap;
  font-size: var(--font-size-4);
}
.cds-header-section__more {
  width: 100%;
}
.cds-header-section__buttons {
  margin-top: 32px;
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-direction: column-reverse;
}
.cds-header-section--md .cds-header-section__header {
  font-size: var(--font-size-6);
  line-height: 1.2666666667;
}
.cds-header-section--sm .cds-header-section__header {
  font-size: var(--font-size-5);
  line-height: 1.25;
}
.cds-header-section.has-sub-heading {
  padding-block-end: 48px;
}
.cds-header-section--md .cds-header-section__text, .cds-header-section--sm .cds-header-section__text {
  font-size: var(--font-size-3);
  line-height: 1.5555555556;
}
.cds-header-section--md, .cds-header-section--sm {
  padding-block-end: 48px;
}
@media (min-width: 768px) {
  .cds-header-section {
    padding-block: 96px;
  }
  .cds-header-section__inner {
    padding-inline: 32px;
  }
  .cds-header-section__sub-header {
    font-size: 16px;
    line-height: 1.5;
  }
  .cds-header-section__header {
    font-size: var(--font-size-8);
    line-height: 1.25;
    text-align: inherit;
  }
  .cds-header-section__text {
    margin-top: 24px;
  }
  .cds-header-section__more {
    width: auto;
  }
  .cds-header-section__buttons {
    display: block;
    margin-block-start: 40px;
  }
  .cds-header-section__buttons .cds-btn + .cds-btn {
    margin-inline-start: 12px;
  }
  .cds-header-section.has-sub-heading {
    padding-block-end: 64px;
  }
  .cds-header-section--md {
    padding-block-end: 64px;
  }
  .cds-header-section--md .cds-header-section__header {
    font-size: 36px;
    line-height: 1.2777777778;
  }
  .cds-header-section--md .cds-header-section__text {
    font-size: var(--font-size-3);
    line-height: 1.5555555556;
    margin-block-start: 20px;
  }
  .cds-header-section--sm {
    padding-block-end: 64px;
  }
  .cds-header-section--sm .cds-header-section__header {
    font-size: 30px;
    line-height: 1.2666666667;
  }
  .cds-header-section--sm .cds-header-section__text {
    font-size: var(--font-size-3);
    line-height: 1.5555555556;
    margin-block-start: 20px;
  }
}
.cds-header-section > *:last-child {
  margin-bottom: 0;
}
.cds-header-section--center {
  text-align: center;
}
@media (min-width: 768px) {
  .cds-header-section--space-between {
    text-align: start;
  }
  .cds-header-section--space-between .cds-header-section__inner {
    position: relative;
  }
  .cds-header-section--space-between .cds-header-section__buttons {
    position: absolute;
    top: 0;
    right: 32px;
    margin-block-start: 0;
  }
}
.dark.cds-header-section {
  background-color: var(--secondary-gray-blue-700);
  color: var(--base-white);
}
.dark.cds-header-section .cds-header-section__sub-header,
.dark.cds-header-section .cds-header-section__header {
  color: inherit;
}
.dark.cds-header-section .cds-header-section__text {
  color: var(--gray-200);
}

.metrics {
  text-align: center;
  padding-block: 0;
  background-color: transparent;
}
.metrics__header {
  padding: 40px 24px 32px;
  border-radius: 16px 16px 0 0;
  background-color: var(--gray-50);
}
.metrics__tit {
  color: var(--gray-700);
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 38px;
}
.metrics__desc {
  color: var(--gray-400);
  font-size: 1.125rem;
}
.metrics__content {
  display: flex;
  flex-direction: column;
  padding: 40px 24px;
  background-color: var(--gray-50);
  border-radius: 16px;
}
:where(.metrics.has-title) .metrics__content {
  padding: 0 24px 40px;
  border-radius: 0 0 16px 16px;
}
.metrics__item > * {
  display: block;
}
.metrics__item > *:last-child {
  margin-bottom: 0;
}
.metrics__item:nth-child(n+2) {
  margin-top: 32px;
}
.metrics__num {
  margin-bottom: 12px;
  color: var(--secondary-gray-blue-450);
  line-height: 1;
  font-size: 3rem;
  font-weight: 700;
}
.metrics__num-desc {
  color: var(--gray-700);
  font-size: 1.125rem;
}
.metrics.has-title .metrics__tit {
  margin-bottom: 16px;
}
.metrics--dark {
  color: var(--base-white);
}
.metrics--dark .metrics__tit {
  color: inherit;
}
.metrics--dark .metrics__desc {
  color: var(--gray-200);
}
.metrics--dark .metrics__content {
  background-color: var(--secondary-gray-blue-700);
}
.metrics--dark .metrics__num {
  color: inherit;
}
.metrics--dark .metrics__num-desc {
  color: var(--gray-200);
}
.metrics--dark.has-title .metrics__header {
  background-color: var(--secondary-gray-blue-700);
}
@media (min-width: 768px) {
  .metrics {
    padding-block-start: 96px;
  }
  .metrics__header {
    padding-block: 0;
    margin-bottom: 64px;
    background: none;
  }
  .metrics__tit {
    font-size: 2.25rem;
    line-height: 46px;
  }
  .metrics-desc {
    font-size: 1.25rem;
  }
  .metrics__content {
    padding: 64px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    border-radius: 16px;
  }
  .metrics__item {
    flex: 1;
  }
  .metrics__item:nth-child(n+2) {
    margin-top: 0;
  }
  .metrics__num {
    font-size: 60px;
  }
  .metrics.has-title .metrics__tit {
    margin-bottom: 20px;
  }
  .metrics--dark.has-title .metrics__header {
    background-color: transparent;
  }
  .metrics--dark.has-title .metrics__tit {
    color: var(--gray-700);
  }
  .metrics--dark.has-title .metrics__desc {
    color: var(--gray-400);
  }
  .metrics--dark.has-title .metrics__content {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .metrics--dark .metrics__content {
    padding-top: 64px;
  }
}

.social-proof {
  text-align: center;
  color: var(--gray-400);
  font-weight: 500;
}
.social-proof__tit {
  margin-bottom: 37px;
}
.social-proof__list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 12px;
}
.social-proof__item {
  flex: none;
  height: 26px;
}
.social-proof__item img {
  height: 100%;
}
@media (min-width: 768px) {
  .social-proof__tit {
    margin-bottom: 39px;
  }
  .social-proof__list {
    gap: 45px 47px;
  }
  .social-proof__item {
    height: 42px;
  }
}

.cds-progress-section {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .cds-progress-section {
    padding-left: 144px;
    padding-right: 144px;
    padding-bottom: 58px;
  }
}

.cds-alternating-layout__content + .cds-alternating-layout__content {
  margin-block-start: 48px;
}
.cds-alternating-layout__content .cds-feature-item__icon {
  margin-block-end: 24px;
}
.cds-alternating-layout__item {
  margin-inline: 16px;
}
.cds-alternating-layout__item .cds-feature-item__title {
  font-size: var(--font-size-5);
  line-height: 1.3333333333;
}
.cds-alternating-layout__item .cds-feature-item__description {
  font-size: var(--font-size-2);
}
.cds-alternating-layout__item .cds-feature-item__list {
  font-size: var(--font-size-2);
  margin-block-end: 0;
}
.cds-alternating-layout__item .cds-feature-item__list-row:nth-child(n+2) {
  margin-block-start: 16px;
}
.cds-alternating-layout__item .cds-feature-item__list-row svg {
  transform: translateY(0);
}
.cds-alternating-layout__item .cds-btn {
  margin-block-start: 32px;
}
.cds-alternating-layout__media {
  margin-block-start: 40px;
}
.cds-alternating-layout__media img {
  display: block;
}
@media (min-width: 768px) {
  .cds-alternating-layout {
    margin-inline: auto;
    max-width: 1280px;
  }
  .cds-alternating-layout__content {
    display: flex;
    gap: 96px;
    padding-inline: 32px;
    justify-content: space-between;
    align-items: center;
  }
  .cds-alternating-layout__content + .cds-alternating-layout__content {
    margin-block-start: 64px;
  }
  .cds-alternating-layout__content.is-reverse .cds-alternating-layout__item {
    order: 2;
  }
  .cds-alternating-layout__content.is-reverse .cds-alternating-layout__media {
    order: 1;
  }
  .cds-alternating-layout__item {
    margin-inline: 0;
    flex: 1;
  }
  .cds-alternating-layout__item .cds-feature-item__title {
    font-size: var(--font-size-6);
    line-height: 1.2666666667;
  }
  .cds-alternating-layout__item .cds-feature-item__description {
    margin-block-start: 16px;
    font-size: var(--font-size-3);
  }
  .cds-alternating-layout__item .cds-feature-item__list {
    padding-inline-start: 16px;
  }
  .cds-alternating-layout__item .cds-feature-item__list-row {
    font-size: var(--font-size-3);
  }
  .cds-alternating-layout__item .cds-feature-item__list-row svg {
    width: 28px;
    height: 28px;
  }
  .cds-alternating-layout__media {
    margin-block-start: 0;
    border-radius: 24px;
    overflow: hidden;
    flex: 1;
    max-height: 400px;
  }
}

.cds-tabs-layout-01 {
  padding-inline: 16px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cds-tabs-layout-01__list {
  order: 2;
}
.cds-tabs-layout-01__media {
  order: 1;
  margin-inline: -16px;
}
.cds-tabs-layout-01__media img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}
@media (min-width: 768px) {
  .cds-tabs-layout-01 {
    flex-direction: initial;
    align-items: center;
    max-width: 1280px;
    margin-inline: auto;
    gap: 64px;
    padding-inline: 32px;
  }
  .cds-tabs-layout-01__list {
    order: initial;
    width: 47.3684210526%;
  }
  .cds-tabs-layout-01__media {
    order: initial;
    width: 47.3684210526%;
    margin-inline: 0;
    overflow: hidden;
  }
  .cds-tabs-layout-01__media img {
    border-radius: 24px;
  }
}

.cds-feature-list {
  --column-count: 3;
}
.cds-feature-list .swiper-slide {
  height: auto;
}
.cds-feature-list__inner {
  padding-inline: 16px;
  display: grid;
  gap: 40px;
}
.cds-feature-list__inner.carousel {
  display: block;
}
.cds-feature-list.has-bg .cds-feature-list__inner {
  gap: 24px;
}
.cds-feature-list.has-bg.offset-icon-alignment .cds-feature-list__inner {
  gap: 64px;
}
.cds-feature-list .cds-feature-item__title {
  font-size: var(--font-size-3);
}
.cds-feature-list .cds-feature-item__description {
  margin-block-start: 4px;
  font-size: var(--font-size-2);
}
.cds-feature-list .cds-feature-item__list {
  margin-block-start: 32px;
  font-size: var(--font-size-2);
  line-height: 1.5;
}
.cds-feature-list .cds-btn {
  margin-block-start: 32px;
}
.cds-feature-list__item [class*=btn--link] {
  margin-block-start: 16px;
  text-align: start;
}
.cds-feature-list .cds-carousel-layout__arrows {
  padding: 0;
}
@media (min-width: 768px) {
  .cds-feature-list__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 32px;
    grid-template-columns: repeat(var(--column-count), 1fr);
    gap: 32px;
  }
  .cds-feature-list.has-bg .cds-feature-list__inner {
    gap: 32px;
  }
  .cds-feature-list .cds-feature-item--gap .cds-feature-item__icon {
    margin-block-end: 48px;
  }
  .cds-feature-list .cds-feature-item__title {
    font-size: var(--font-size-4);
  }
  .cds-feature-list .cds-feature-item__description {
    margin-block-start: 8px;
  }
  .cds-feature-list__item .cds-feature-item__list {
    font-size: var(--font-size-3);
    line-height: 1.5555555556;
  }
}
.cds-feature-list.dark {
  background-color: var(--secondary-gray-blue-700);
}
.cds-feature-list.dark .cds-feature-item--transparent {
  color: var(--base-white);
}
.cds-feature-list.dark .cds-feature-item--transparent .cds-feature-item__description,
.cds-feature-list.dark .cds-feature-item--transparent .cds-feature-item__list,
.cds-feature-list.dark .cds-feature-item--transparent [class*=link] {
  color: inherit;
}

.cds-section-wrap.accordion-layout-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 16px;
}
.cds-section-wrap.accordion-layout-wrap .cds-accordion-image__image img {
  width: 100%;
  border-radius: 16px;
}
.cds-section-wrap.accordion-layout-wrap .cds-accordion-image__accordion {
  white-space: break-spaces;
}
.cds-section-wrap.accordion-layout-wrap .cds-accordion-image__accordion .cds-accordion:first-child .cds-accordion__content {
  margin-top: 0;
}

@media (min-width: 768px) {
  .cds-section-wrap.accordion-layout-wrap {
    display: flex;
    flex-direction: row;
    gap: 96px;
    padding: 0 32px;
  }
  .cds-section-wrap.accordion-layout-wrap.image-position-right {
    flex-direction: row-reverse;
  }
  .cds-section-wrap.accordion-layout-wrap .cds-accordion-image__image {
    width: 50%;
  }
  .cds-section-wrap.accordion-layout-wrap .cds-accordion-image__accordion {
    width: 50%;
    white-space: break-spaces;
    margin-top: 56px;
  }
  .cds-section-wrap.accordion-layout-wrap .cds-accordion-image__accordion:has(.is-active) {
    margin-top: 42px;
  }
  .cds-section-wrap.accordion-layout-wrap .cds-accordion-image__accordion .cds-accordion:first-child .cds-accordion__content {
    margin-top: 0;
  }
}
.abstract-image-section {
  color: var(--gray-700);
}
.abstract-image-section__content {
  margin-bottom: 24px;
}
.abstract-image-section .cds-star-rating {
  margin-bottom: 24px;
}
.abstract-image-section blockquote {
  margin-bottom: 32px;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  font-size: 1.25rem;
  font-weight: 500;
  white-space: pre-wrap;
}
.abstract-image-section em {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
}
.abstract-image-section cite {
  display: block;
}
.abstract-image-section cite span {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--gray-500);
}
.abstract-image-section__carousel {
  margin-bottom: 48px;
}
.abstract-image-section__carousel .cds-carousel-arrow:last-of-type {
  margin-left: 16px;
}
.abstract-image-section .swiper-slide {
  width: 100% !important;
  background: #fff;
}
.abstract-image-section__img {
  border-radius: 16px;
  overflow: hidden;
}
.abstract-image-section__img img {
  vertical-align: top;
  width: 100%;
}
@media (min-width: 768px) {
  .abstract-image-section {
    display: flex;
    justify-content: space-between;
  }
  .abstract-image-section__slide {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
  }
  .abstract-image-section blockquote {
    margin-top: 0;
    font-size: 30px;
  }
  .abstract-image-section__carousel {
    position: relative;
    z-index: 5;
    flex: none;
    display: flex;
    align-items: flex-end;
    transform: translateX(-110px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .abstract-image-section__img img {
    max-width: 576px;
  }
}

@media (max-width: 767px) {
  .builder-block .abstract-image-section__content,
  .builder-block .abstract-image-section em {
    margin-bottom: 0;
  }
}
.case-study-card-section {
  overflow: hidden;
}
.case-study-card-section .swiper-slide {
  width: auto;
}
.case-study-card-section .swiper {
  overflow: visible;
}
.case-study-card-section .cds-section-wrap {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
.case-study-card-section .cds-section-wrap .cds-carousel-layout__arrows {
  padding: 0;
  gap: 16px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .case-study-card-section .cds-section-wrap {
    background: none;
  }
  .case-study-card-section .cds-section-wrap .cds-carousel-layout__arrows {
    gap: 32px;
  }
}

.case-study-card {
  padding: 24px;
  width: 304px;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--gray-100);
  border-radius: 16px;
}
.case-study-card__logo {
  display: block;
  height: 40px;
  margin-bottom: 40px;
}
.case-study-card__logo img {
  height: 100%;
}
.case-study-card__writer {
  display: block;
  margin-bottom: 16px;
  font-style: normal;
  color: var(--gray-700);
  font-weight: 700;
  line-height: 24px;
}
.case-study-card__content {
  position: relative;
  flex: 1;
  overflow: hidden;
  padding: 24px 16px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 12px;
  background-color: var(--base-white);
}
.case-study-card__content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
}
.case-study-card__content > * {
  position: relative;
}
.case-study-card__content blockquote {
  height: 168px;
  margin-bottom: 32px;
  color: var(--gray-500);
  font-weight: 400;
  line-height: 24px;
  word-break: break-all !important;
  white-space: pre-wrap;
}
@media (min-width: 768px) {
  .case-study-card {
    width: 384px;
    height: 504px;
  }
  .case-study-card__logo {
    height: 48px;
    margin-bottom: 72px;
  }
  .case-study-card__writer {
    margin-bottom: 20px;
    line-height: 28px;
  }
  .case-study-card__content {
    padding: 32px 24px;
    font-size: 18px;
  }
  .case-study-card__content blockquote {
    white-space: pre-wrap;
    line-height: 28px;
  }
}

.case-study-card__arrows {
  margin-top: 32px;
}
.case-study-card__arrows .cds-carousel-arrow {
  width: 48px;
  height: 48px;
}
.case-study-card__arrows .cds-carousel-arrow:last-child {
  margin-left: 16px;
}
@media (min-width: 768px) {
  .case-study-card__arrows .cds-carousel-arrow {
    width: 56px;
    height: 56px;
  }
  .case-study-card__arrows .cds-carousel-arrow:last-child {
    margin-left: 32px;
  }
}

.image-thumbnail-section__content {
  display: none;
}
.image-thumbnail-section__panel {
  display: inline-block;
  width: 100%;
  height: 100%;
  aspect-ratio: 343/257;
}
.image-thumbnail-section__panel:nth-child(n+2) {
  margin-top: 20px;
}
.image-thumbnail-section__more {
  display: none;
  margin-top: 24px;
  width: 100%;
}
.image-thumbnail-section .swiper-container {
  overflow: auto;
}
.image-thumbnail-section .swiper-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 16px;
}
.image-thumbnail-section .swiper-slide .image-thumbnail-section__panel {
  aspect-ratio: auto;
  margin-top: 0;
}
.image-thumbnail-section .swiper-slide .cds-quote-img-panel {
  width: auto;
  height: auto;
}
.image-thumbnail-section .swiper-slide .cds-quote-img-panel__img {
  position: static;
}
.image-thumbnail-section .swiper-slide .cds-quote-img-panel__cover {
  position: absolute;
  width: 100%;
  z-index: -1;
}
.image-thumbnail-section .swiper-slide .cds-quote-img-panel:hover .cds-quote-img-panel__cover {
  z-index: 1;
}
.image-thumbnail-section__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block-start: 24px;
  padding-block-start: 16px;
  border-block-start: 1px solid var(--gray-100);
  color: var(--gray-500);
  font-size: 14px;
}
@media (min-width: 768px) {
  .image-thumbnail-section {
    text-align: center;
  }
  .image-thumbnail-section__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 32px;
  }
  .image-thumbnail-section__panel:nth-child(n+2) {
    margin-top: 0;
  }
  .image-thumbnail-section__more {
    display: inline-block;
    margin-top: 64px;
    width: auto;
  }
  .image-thumbnail-section .swiper {
    display: none;
  }
  .image-thumbnail-section__nav {
    display: none;
  }
}

.cds-faq__tit {
  color: var(--gray-700);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 46px;
  white-space: pre-wrap;
  text-align: left;
}
.cds-faq__desc {
  color: var(--gray-400);
  font-size: 1.125rem;
  line-height: 30px;
}

.accordion03 .cds-faq__tit {
  margin-bottom: 16px;
}
.accordion03 .cds-faq__desc {
  margin-bottom: 12px;
}
.accordion03 .cds-faq__link {
  font-weight: 500;
}
.accordion03 .cds-faq__link svg {
  width: 20px;
  height: 20px;
}
.accordion03 .cds-faq__content {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .accordion03 {
    display: flex;
    justify-content: space-between;
  }
  .accordion03 .cds-faq__header + .cds-faq__content {
    max-width: 704px;
    margin-left: 64px;
  }
  .accordion03 .cds-faq__content {
    margin-top: 0;
    flex: 1;
  }
}

.cds-gray-card-badge {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
}
.cds-gray-card-badge__header {
  padding-block-end: 64px;
}
.cds-gray-card-badge__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
}
.cds-gray-card-badge__footer {
  display: none;
}
.cds-gray-card-badge .cds-badge {
  display: none;
}
.cds-gray-card-badge .cds-button-primary {
  margin-top: 32px;
}
@media (min-width: 1280px) {
  .cds-gray-card-badge {
    padding-bottom: 0;
  }
  .cds-gray-card-badge__header {
    padding-block-end: 96px;
  }
  .cds-gray-card-badge__content {
    flex-direction: row;
    align-items: stretch;
    gap: 32px;
    padding: 0 32px;
  }
  .cds-gray-card-badge__footer {
    display: flex;
    justify-content: center;
  }
  .cds-gray-card-badge--detail-btn {
    display: inherit;
    margin-top: 64px;
    margin-bottom: 96px;
  }
  .cds-gray-card-badge__mo-pricing-table-modal {
    display: none;
  }
  .cds-gray-card-badge .cds-badge {
    display: block;
  }
  .cds-gray-card-badge .cds-button-primary {
    margin-top: 40px;
  }
}

.cds-section-wrap.cds-modal-box {
  width: min(343px, 100%);
}
@media (min-width: 768px) {
  .cds-section-wrap.cds-modal-box {
    width: min(640px, 100%);
  }
}
@media (min-width: 1280px) {
  .cds-section-wrap.cds-modal-box {
    width: min(640px, 100%);
  }
}

.cds-featured-cards-04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.cds-featured-cards-04__content {
  width: max(375px, 100%);
  padding: 0 16px;
}
.cds-featured-cards-04__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cds-featured-cards-04__features {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: max(343px, 100%);
}
.cds-featured-cards-04__pricing-tier-card {
  width: max(343px, 100%);
}
.cds-featured-cards-04 .cds-modal__box {
  width: min(343px, 100%);
}
@media (min-width: 768px) {
  .cds-featured-cards-04 {
    gap: 64px;
  }
  .cds-featured-cards-04__header, .cds-featured-cards-04__content {
    width: min(1280px, 100%);
    padding: 0 32px;
  }
  .cds-featured-cards-04__header header {
    margin-bottom: 20px;
  }
  .cds-featured-cards-04__header .cds-header-section__header {
    font-size: 36px;
    line-height: 46px;
  }
  .cds-featured-cards-04__content {
    flex-direction: row;
    gap: 96px;
  }
  .cds-featured-cards-04__features {
    gap: 48px;
    width: min(544px, 100%);
    margin-top: auto;
    margin-bottom: auto;
  }
  .cds-featured-cards-04__pricing-tier-card {
    width: 576px;
  }
  .cds-featured-cards-04 .cds-modal__box {
    width: 100%;
  }
}

.cds-card-section {
  --column-count: 2;
  padding-inline: 16px;
  width: min(100%, 1280px);
}
.cds-card-section__contents {
  display: grid;
}
.cds-card-section .cds-header-section__header {
  font-size: var(--font-size-6);
  line-height: 1.2666666667;
}
.cds-card-section .cds-header-section__text {
  font-size: var(--font-size-3);
  line-height: var(--line-height-7);
  color: var(--gray-400);
}
.cds-card-section__card-wrap {
  display: grid;
  gap: 48px;
}
.cds-card-section .cds-card {
  width: auto;
}
.cds-card-section .cds-card__opt-buttons {
  display: flex;
  gap: 8px;
}
.cds-card-section .cds-card__opt-buttons .cds-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .cds-card-section {
    padding-inline: 32px;
    margin-inline: auto;
  }
  .cds-card-section.has-heading .cds-card-section__contents {
    grid-template-columns: 28.9473684211% 1fr;
    gap: 64px;
    container-type: inline-size;
    container-name: cards;
  }
  .cds-card-section__header {
    padding-block-start: 0;
  }
  .cds-card-section__header .cds-header-section__header {
    font-size: var(--font-size-7);
    line-height: 1.2777777778;
  }
  .cds-card-section__card-wrap {
    grid-template-columns: repeat(var(--column-count), 1fr);
    gap: 64px 32px;
  }
  @container cards (max-width: 900px) {
    .cds-card-section__card-wrap {
      grid-template-columns: 1fr;
    }
  }
  .cds-card-section .cds-card__opt-buttons {
    flex-direction: row;
  }
  .cds-card-section .cds-card__opt-buttons .cds-btn {
    width: auto;
  }
}

.cds-carousel-layout .swiper {
  padding: 0 16px;
}
.cds-carousel-layout .swiper-slide {
  width: 100%;
}
.cds-carousel-layout .cds-card {
  width: auto;
}
.cds-carousel-layout .cds-card__description {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  display: -webkit-box;
}
.cds-carousel-layout__arrows {
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding: 0 16px;
  justify-content: space-between;
}
.cds-carousel-layout__pagination {
  display: inline-block;
  color: #667085;
}
.cds-carousel-layout__pagination .swiper-pagination-current {
  color: #0c111d;
}
@media (min-width: 768px) {
  .cds-carousel-layout .swiper {
    padding: 0 max(50% - 608px, 32px);
  }
  .cds-carousel-layout .swiper-slide {
    width: auto;
  }
  .cds-carousel-layout .cds-card__title-text {
    white-space: pre-wrap;
  }
  .cds-carousel-layout .cds-card__description {
    white-space: pre-wrap;
    overflow: visible;
    display: block;
  }
  .cds-carousel-layout__arrows {
    padding: 0;
    padding: 0 max(50% - 608px, 32px);
    justify-content: flex-start;
    gap: 32px;
  }
}

.cds-large-table {
  max-width: 1280px;
  margin-inline: auto;
}
.cds-large-table__inner {
  display: table;
  color: var(--gray-500);
  grid-column: gap-end/end-gap-start;
}
.cds-large-table table {
  width: 100%;
  font-size: var(--font-size-1);
}
.cds-large-table th {
  color: var(--gray-700);
}
.cds-large-table__header {
  padding-block-end: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  border-block-end: 1px solid var(--gray-200);
}
.cds-large-table tbody tr:nth-child(odd) {
  background-color: var(--gray-50);
}
.cds-large-table tbody th,
.cds-large-table td {
  padding-block: 21px;
}
.cds-large-table tbody th {
  padding-inline-start: 24px;
  font-weight: 500;
}
.cds-large-table td {
  text-align: center;
  height: 64px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0 24px;
  font-size: 14px;
}
.cds-large-table__th {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.cds-large-table tbody tr:last-child th,
.cds-large-table tbody tr:last-child td {
  border-block-end: 1px solid var(--gray-200);
}
.cds-large-table .cds-large-table__btn {
  padding: 40px 24px 32px;
}
.cds-large-table__caption {
  display: table-caption;
  padding-inline-start: 24px;
  padding-block-end: 16px;
  color: var(--secondary-gray-blue-450);
  font-weight: 700;
}
.cds-large-table__caption .cds-btn {
  margin-inline-start: 12px;
  font-size: 14px !important;
  text-decoration: underline;
  vertical-align: text-top;
}
.cds-large-table__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.cds-large-table__content-data {
  order: 2;
}

.cds-landing-page {
  display: grid;
  padding-inline: 16px;
}
.cds-landing-page__inner {
  display: inline-block;
  margin: 64px auto;
}
.cds-landing-page__header {
  text-align: center;
}
.cds-landing-page__icon {
  margin-bottom: 16px;
}
.cds-landing-page__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
}
.cds-landing-page__sub-title {
  color: var(--gray-500);
}
.cds-landing-page__header > *:last-child {
  margin-bottom: 0;
}
.cds-landing-page__footer {
  margin-top: 36px;
}
.cds-landing-page__footer > *:last-child {
  margin-bottom: 0;
}
.cds-landing-page__footer .cds-btn {
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cds-landing-page__inner {
    margin-block: 240px;
  }
  .cds-landing-page__footer {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .cds-landing-page__footer .cds-btn {
    width: auto;
  }
}
.cds-landing-page--lg .cds-landing-page__title {
  font-size: 36px;
  line-height: 46px;
}
.cds-landing-page--lg .cds-landing-page__sub-title {
  font-size: 20px;
}

.cds-site-map .cds-header-section {
  padding-top: 0;
}
.cds-site-map__list {
  font-weight: 500;
  color: var(--gray-500);
}
.cds-site-map__row {
  display: flex;
  align-items: flex-start;
  padding: 32px 0;
  border-bottom: 1px solid var(--gray-100);
}
.cds-site-map__row:last-child {
  border-bottom-width: 0;
}
.cds-site-map__root-menu {
  flex: none;
  width: 300px;
}
.cds-site-map__root-menu .has-logo {
  position: relative;
  top: -6px;
  display: inline-flex;
  vertical-align: top;
}
.cds-site-map__root-menu .cds-logo {
  margin-right: 4px;
}
.cds-site-map__content {
  display: flex;
  flex-wrap: wrap;
}
.cds-site-map__menu {
  min-width: 183px;
}
.cds-site-map__menu:nth-child(n+6) {
  margin-top: 22px;
}
.cds-site-map__menu-list {
  margin-top: 22px;
}
.cds-site-map__menu-item {
  margin-bottom: 12px;
}
.cds-site-map__menu-item:last-child {
  margin-bottom: 0;
}
.cds-site-map__link {
  display: block;
}
.cds-site-map__divider {
  margin: 32px 0;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
/* FONT_START */
@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;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.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;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}

.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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms 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;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.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(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.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: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms 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: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next: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:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
.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 {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}