@charset "utf-8";

@font-face { font-family: "Hammersmith One"; src: url("/assets/fonts/HammersmithOne-Regular.ttf") format("truetype"); font-weight: 400; font-display: optional; }

.cd-collapse__item { border: 0.922629px solid rgb(229, 234, 244); box-shadow: rgba(0, 0, 0, 0.03) 0px 5.53577px 9.22629px; border-radius: 7.38103px; margin-bottom: 15px; padding: 30px 50px 30px 30px; }

h3.cd-collapse__item__title { position: relative; margin: 0px; cursor: pointer; }

.cd-collapse__item h3.cd-collapse__item__title::after { transition: 0.2s; content: ""; background-color: rgb(0, 0, 0); background-size: cover; width: 2px; height: 14px; position: absolute; right: -18px; top: 2px; }

.cd-collapse__item h3.cd-collapse__item__title::before { content: ""; background-color: rgb(0, 0, 0); background-size: cover; width: 14px; height: 2px; position: absolute; right: -24px; top: 8px; }

.cd-collapse__item__title.active::after { transition: 0.2s; transform: rotate(-90deg); }

.cd-collapse__item__desc { overflow: hidden; max-height: 0px; transition: 0.2s; font-size: 1rem; line-height: 28px; }

.cd-collapse__item__desc p { margin: 0px; }

.cd-collapse__item__desc.active { transition: max-height 0.2s ease-out; margin-top: 20px; }

.cd-collapse-none-cursor { cursor: default; }

@media (max-width: 640px) {
  .desktop-only { display: none !important; }
}

@media (min-width: 641px) {
  .mobile-only { display: none !important; }
}

@media (min-width: 901px) {
  .tablet-only { display: none !important; }
}

@media (max-width: 900px) {
  .wide-desktop-only { display: none !important; }
}

.cd-header { height: 60px; width: 100%; display: flex; align-items: center; position: fixed; z-index: 100; transition: height 0.3s, background-color 0.3s, border 0.3s; background-color: rgba(249, 248, 253, 0.9); border-bottom: 2px solid #dfdcee; }

.cd-header-placeholder { display: block; height: 72px; }

.cd-header--inner, .cd-header--left { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; }

.cd-header--left { flex: 1 1 0%; }

@media (max-width: 640px) {
  .cd-header--left { justify-content: center; }
}

.cd-header--logo { height: 40px; }

.cd-header--nav { display: flex; flex: 1 1 0%; justify-content: center; gap: 2rem; }

@media (max-width: 900px) {
  .cd-header--nav { gap: 1.5rem; }
}

@media (max-width: 640px) {
  .cd-header--nav { display: none; }
}

.cd-header--nav > li { align-items: center; }

.cd-header--nav > li.selected { position: relative; }

.cd-header--nav > li.selected::after { content: ""; position: absolute; height: 2px; border-radius: 1px; width: 100%; bottom: 10px; background-color: var(--primary-bg-color); transition: bottom 0.3s; }

.cd-header--nav > li > a { font-weight: 400; font-size: 14px; line-height: 50px; color: var(--text-dark-color); display: flex; align-items: center; }

.cd-header--nav i { margin-left: 12px; height: 1rem; width: 1rem; font-size: 1rem; line-height: 22px; display: inline-block; }

.cd-header--nav i img, .cd-header--nav i svg { width: 80%; height: 80%; transform: rotate(90deg); }

.cd-header.sticky .cd-header--nav li.selected::after { bottom: -1px; }

.cd-header--language { cursor: pointer; height: 30px; display: flex; align-items: center; font-weight: 500; text-transform: uppercase; font-size: 0.875rem; }

.cd-header--language img, .cd-header--language svg { width: 30px; height: 100%; margin-right: 0.5rem; }

.cd-header--language i { margin-left: 12px; height: 1rem; width: 1rem; font-size: 1rem; line-height: 22px; display: flex; align-items: center; }

.cd-header--language i svg { width: 80%; height: 80%; transform: rotate(90deg); }

.cd-header--menu { display: none; }

@media (max-width: 640px) {
  .cd-header--menu { display: block; height: 24px; cursor: pointer; }
}

.cd-header-menu--modal .cd-modal-inner { width: 100%; height: 100%; border-radius: 0px; margin: 0px; max-height: 100%; }

.cd-header-menu--modal .cd-modal-header { text-align: start; }

.cd-header-products--modal { z-index: 1000; }

.cd-header--actions { display: flex; align-items: center; gap: 20px; }

@media (max-width: 1100px) and (min-width: 1000px) {
  .cd-header--logo { height: 40px; }
  .cd-header--nav i { line-height: 16px; }
  .cd-header--language img, .cd-header--language svg { width: 20px; height: 20px; }
}

@media (max-width: 640px) {
  .cd-header-menu--modal .cd-header--nav { display: block; flex-direction: column; }
  .cd-header-menu--modal .cd-header--nav > li i { font-size: 0rem; }
  .cd-header-menu--modal .cd-header--nav > li svg { transform: rotate(90deg); }
  .cd-header-menu--modal .cd-dropdown .cd-dropdown, .cd-header-menu--modal .cd-dropdown { position: relative; display: flex; background: transparent; box-shadow: none; list-style: none; top: inherit; left: inherit; box-sizing: border-box; width: 100%; padding: 0px; }
  .cd-header-menu--modal .cd-dropdown > li > a { padding-left: 10px; }
  .cd-header-menu--modal .cd-collapse__item { width: 100%; box-shadow: none; border: none; padding: 0px; display: block; margin-bottom: 0px; }
  .cd-header-menu--modal .cd-collapse__item .cd-collapse__item__title { font-weight: 400; font-size: 1rem; line-height: 50px; color: rgb(24, 59, 86); display: flex; align-items: center; }
  .cd-header-menu--modal .cd-collapse__item .cd-collapse__item__desc { margin-top: 0px; }
  .cd-header-menu--modal .cd-collapse__item h3.cd-collapse__item__title::after { content: none; }
  .cd-header-menu--modal .cd-collapse__item h3.cd-collapse__item__title::before { mask: url("data:image/svg+xml; utf8, <svg width=\"8\" height=\"12\" viewBox=\"0 0 8 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.66699 1.33341L6.33366 6.00008L1.66699 10.6667\" stroke=\"rgb%280,0,0%29\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>") 50% 50% / cover no-repeat; background-color: rgb(0, 0, 0); content: ""; height: 12px; width: 8px; right: 0px; top: 20px; }
  html[dir="rtl"] .cd-header-menu--modal .cd-collapse__item h3.cd-collapse__item__title::before { right: initial; left: 0px; }
  .cd-header-menu--modal .cd-collapse__item h3.cd-collapse__item__title.active::before { transform: rotate(90deg); }
  .cd-header-menu-footer { position: fixed; bottom: 0px; left: 0px; display: flex; justify-content: space-between; padding: 20px; width: 100%; align-items: center; }
  .cd-header-menu-footer > div { display: flex; gap: 20px; }
}

@media (max-width: 640px) {
  .desktop-only { display: none !important; }
}

@media (min-width: 641px) {
  .mobile-only { display: none !important; }
}

@media (min-width: 901px) {
  .tablet-only { display: none !important; }
}

@media (max-width: 900px) {
  .wide-desktop-only { display: none !important; }
}

.cd-dropdown-onhover { position: relative; }

.cd-dropdown-onhover:hover > .cd-dropdown, .cd-dropdown-visible.cd-dropdown { display: flex; }

.cd-dropdown-onhover:hover > .cd-dropdown-h, .cd-dropdown-visible.cd-dropdown-h { flex-flow: wrap; min-width: 28rem; }

.cd-dropdown { background-color: var(--bg-color); box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 48px; border-radius: 12px; position: absolute; top: 80%; left: 0px; flex-wrap: wrap; width: 200px; padding: 10px 24px 10px 0px; display: none; z-index: 20; list-style: none; }

.cd-dropdown.small { width: inherit; padding: 0px; }

.cd-dropdown-h { width: initial; gap: 0.875rem; padding: 0.875rem; }

html[dir="rtl"] .cd-dropdown { left: initial; right: 0px; }

.cd-dropdown > li { width: 100%; }

.cd-dropdown-h > li { flex: 0 1 48%; }

.cd-dropdown > li > a { width: 100%; padding: 10px 7px 10px 24px; display: flex; justify-content: space-between; color: var(--text-dark-color); font-size: 0.875rem; }

.cd-dropdown-h > li > a { display: block; flex-direction: column; min-width: 12rem; padding: 0.875rem 0.4rem 0.4rem; white-space: normal; }

.cd-dropdown-h > li > a .cd-dropdown-icon { float: inline-start; margin-inline-end: 1rem; }

.cd-dropdown-h > li > a .cd-dropdown-icon svg { width: 4rem; }

.cd-dropdown-h > li > a .title { display: block; font-weight: 600; font-size: 14px; margin-bottom: 0.3rem; }

.cd-dropdown-h > li > a .description { display: block; font-size: 11px; text-align: start; }

.cd-dropdown > li > a:hover { color: var(--primary-bg-color); }

.cd-dropdown-h > li > a:hover { color: initial; background-color: rgb(238, 238, 238); border-radius: 0.3rem; transition: background-color 0.3s; }

.cd-dropdown--col-2 { width: 480px; }

.cd-dropdown--col-3 { width: 650px; }

.cd-dropdown--col-2 > li { width: 50%; }

.cd-dropdown--col-3 > li { width: 33.3333%; }

.cd-dropdown .cd-dropdown { left: calc(100% - 25px); top: 0px; bottom: inherit; }

.cd-dropdown > .cd-dropdown-onhover > a::after, .cd-dropdown > .cd-dropdown-onclick > a::after { content: ""; background-color: rgb(0, 0, 0); width: 8px; height: 12px; mask: url("data:image/svg+xml; utf8, <svg width=\"8\" height=\"12\" viewBox=\"0 0 8 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.66699 1.33341L6.33366 6.00008L1.66699 10.6667\" stroke=\"rgb(0,0,0)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>") 50% 50% / cover no-repeat; }

.cd-dropdown-onclick.active > a::after { transform: rotate(90deg); }

.cd-dropdown > .cd-dropdown-onhover > a:hover::after { background-color: var(--primary-bg-color); }

@media (max-width: 640px) {
  .desktop-only { display: none !important; }
}

@media (min-width: 641px) {
  .mobile-only { display: none !important; }
}

@media (min-width: 901px) {
  .tablet-only { display: none !important; }
}

@media (max-width: 900px) {
  .wide-desktop-only { display: none !important; }
}

.cd-modal { position: fixed; z-index: 999; width: 100vw; height: 100vh; top: 0px; right: 0px; display: none; }

.cd-modal.active { display: block; }

.cd-modal-backdrop { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 1; background-color: rgba(0, 0, 0, 0.38); }

.cd-modal-inner { position: relative; max-width: 1000px; margin: 125px auto 0px; width: calc(100% - 40px); border-radius: 20px; padding: 36px; background-color: rgb(255, 255, 255); z-index: 2; max-height: calc(-250px + 100vh); overflow: auto; }

.cd-modal-header { color: rgb(24, 25, 31); font-size: 2rem; text-align: center; position: sticky; margin-bottom: 40px; }

.cd-modal-close { position: absolute; right: 32px; top: 32px; padding: 4px; cursor: pointer; z-index: 3; }

html[dir="rtl"] .cd-modal-close { right: initial; left: 32px; }

.cd-modal-close svg { width: 18px; }

.cd-modal-lns { display: flex; flex-wrap: wrap; gap: 36px; padding: 0px 30px; }

.cd-modal-ln { width: calc(25% - 27px); display: flex; gap: 20px; align-items: center; cursor: pointer; flex-wrap: wrap; }

.cd-modal-ln span { color: rgb(24, 59, 86); }

.cd-modal-ln svg { width: 32px; }

.cd-modal-ln.active { font-weight: 600; text-decoration: underline; text-underline-position: under; }

@media (max-width: 767px) {
  .cd-modal-ln { width: calc(50% - 18px); }
}

@media (max-width: 767px) {
  .cd-modal-lns { gap: 0px; padding: 0px; }
  .cd-modal-ln { width: 100%; border-top: 1px solid rgb(221, 222, 222); height: 70px; color: rgb(151, 151, 151); position: relative; }
  .cd-modal-ln.active { color: rgb(0, 0, 0); }
  .cd-modal-ln.active::after { content: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"0\"><path d=\"M9.143 16.2L20.571 5 22 6.4 9.143 19 2 12l1.429-1.4z\"></path></svg>"); width: 20px; height: 16px; position: absolute; right: 0px; top: 26px; }
  html[dir="rtl"] .cd-modal-ln.active::after { right: initial; left: 0px; }
}

.cd-form-wrapper { position: relative; width: 100%; }

@keyframes rotating { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.cd-loading { animation: 2s linear 0s infinite normal none running rotating; }

.cd-form-wrapper .cd-button-group { justify-content: center; }

.cd-form-info, .cd-form-info a { color: rgb(214, 213, 213); font-size: 0.875rem; text-align: center; }

.cd-form-info a { text-decoration: underline; cursor: pointer; }

.cd-droparea { width: 100%; background: rgb(255, 255, 255); border: 2px dashed rgb(212, 212, 212); margin: 30px 0px; }

.cd-droparea--url { position: relative; border: 1px solid rgba(212, 212, 212, 0.29); padding: 10px; display: flex; flex-direction: column; align-items: center; }

.cd-result-centered { display: flex; flex-direction: column; align-items: center; gap: 30px; }

.cd-result-centered .cd-form-result-keywords { width: 100%; max-width: 500px; }

.cd-result-centered .cd-form-result-keywords .cd-grid { width: 100%; justify-content: space-between; }

@media (max-width: 640px) {
  .desktop-only { display: none !important; }
}

@media (min-width: 641px) {
  .mobile-only { display: none !important; }
}

@media (min-width: 901px) {
  .tablet-only { display: none !important; }
}

@media (max-width: 900px) {
  .wide-desktop-only { display: none !important; }
}

.cd-grid { display: flex; flex-wrap: wrap; gap: 30px; }

.cd-grid .small img { margin-right: 12px; width: 24px; margin-top: 8px; }

.cd-grid .small h3 { font-size: 36px; margin-bottom: 10px; }

.cd-grid--sparce { gap: 3rem; }

.cd-grid-item-vertical { display: flex; flex-direction: column; align-items: center; width: calc(25% - 23px); }

.cd-grid-item-horizontal { display: flex; width: calc(33% - 20px); flex-wrap: wrap; align-items: flex-start; }

.cd-grid-item-horizontal h3, .cd-grid-item-horizontal p { margin: 0px; }

.cd-grid-item-around { justify-content: space-around; }

.cd-features .small img { margin-top: 0px; }

.cd-features .small h3 { font-size: 1.25rem; }

.cd-grid--col4 .cd-grid-item-vertical, .cd-grid--col4 .cd-grid-item-horizontal { width: calc(25% - 22.5px); }

.cd-grid--col3 .cd-grid-item-vertical, .cd-grid--col3 .cd-grid-item-horizontal { width: calc(33% - 18px); }

.cd-grid--col3 .cd-grid-item { width: calc(33% - 20px); }

@media (max-width: 900px) {
  .cd-grid--col3 .cd-grid-item { width: calc(50% - 15px); }
}

.cd-grid--col2 .cd-grid-item, .cd-grid--col2 .cd-grid-item-vertical, .cd-grid--col2 .cd-grid-item-horizontal, .cd-grid--col2 .cd-grid-item-around { width: calc(50% - 15px); }

.cd-grid--col2.cd-grid--sparce .cd-grid-item, .cd-grid--col2.cd-grid--sparce .cd-grid-item-vertical, .cd-grid--col2.cd-grid--sparce .cd-grid-item-horizontal, .cd-grid--col2.cd-grid--sparce .cd-grid-item-around { width: calc(50% - 1.5rem); }

.cd-grid--col6 { gap: 0px; }

.cd-grid--col6 .cd-grid-item-vertical, .cd-grid--col6 .cd-grid-item-horizontal { width: 25.3333%; }

.cd-grid--col6 .cd-grid-item-vertical img, .cd-grid--col6 .cd-grid-item-horizontal img { width: 100%; height: 60%; }

@media (max-width: 900px) {
  .cd-grid-item-tablet-row { width: 100% !important; }
}

@media (max-width: 640px) {
  .cd-grid-item-mobile-row { width: 100% !important; }
}

.cd-grid-item-vertical p { text-align: center; line-height: 24px; }

.cd-grid-item--subtitle { text-transform: uppercase; color: rgb(20, 23, 29); font-size: 0.75rem; }

.cd-grid-item-vertical img, .cd-grid-item-vertical svg { width: 64px; height: 64px; margin-bottom: 16px; }

.cd-grid-item-vertical h3, .cd-grid-item-vertical p { margin: 6px 0px; text-align: center; }

.cd-grid--left .cd-grid-item-vertical { align-items: flex-start; }

.cd-grid--left .cd-grid-item-vertical h3, .cd-grid--left .cd-grid-item-vertical p { margin: 6px 0px; text-align: start; }

.cd-grid-circle { width: 48px; height: 48px; border-radius: 100%; display: block; background-color: var(--primary-bg-color); margin: 30px 0px; }

.cd-grid-sponsord { justify-content: space-between; }

.cd-overview { background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.03) 0px 10px 35px; border-radius: 3px 3px 16px 16px; border-top: 3px solid rgb(0, 84, 250); gap: 0px; }

.cd-overview .cd-grid-item-vertical { padding-bottom: 30px; border-right: 1px solid rgba(229, 234, 244, 0.5); }

.cd-overview .cd-grid-item-vertical:last-child { border-right: 1px solid transparent; }

.cd-overview.cd-grid--col4 .cd-grid-item-vertical { width: 25%; }

@media (max-width: 959px) {
  .cd-grid-item-vertical { width: calc(50% - 15px); }
  .cd-grid--col6 .cd-grid-item-vertical, .cd-grid--col6 .cd-grid-item-horizontal { width: 33.3333%; }
  .cd-grid--col3 .cd-grid-item-vertical, .cd-grid--col3 .cd-grid-item-horizontal { width: 100%; }
}

@media (max-width: 599px) {
  .cd-grid-item-vertical { width: 100%; }
  .cd-grid--col6 .cd-grid-item-vertical, .cd-grid--col6 .cd-grid-item-horizontal { width: 50%; }
  .cd-grid-item-horizontal h3 { font-size: 30px; }
  .cd-overview { background: rgb(255, 255, 255); }
  .cd-overview .cd-grid-item-vertical { padding-bottom: 30px; border-right: none; border-bottom: 1px solid rgba(229, 234, 244, 0.5); }
  .cd-overview .cd-grid-item-vertical:last-child { border-bottom: 1px solid transparent; }
  .cd-overview.cd-grid--col4 .cd-grid-item-vertical { width: 100%; }
}

.cd-button { display: inline-block; padding: 0.75rem 2rem; outline: none; border: none; font-weight: 500; font-size: 1rem; line-height: 1.3125rem; border-radius: 0.375rem; position: relative; cursor: pointer; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }

.cd-button:disabled { cursor: default; }

.cd-button--primary { background-color: var(--primary-bg-color); color: var(--primary-text-color); }

.cd-button--primary:disabled { background-color: var(--disabled-bg-color); color: var(--primary-text-color); }

.cd-button--primary:hover:not(:disabled) { background-color: var(--primary-hover-bg-color); }

.cd-button--primary:active:not(:disabled) { background-color: var(--primary-active-bg-color); color: var(--primary-active-text-color); }

.cd-button--success { background-color: var(--success-bg-color); color: var(--success-text-color); }

.cd-button--success:hover { background-color: var(--success-hover-bg-color); color: var(--success-hover-text-color); }

.cd-button--success:active { background-color: var(--success-active-bg-color); color: var(--success-active-text-color); }

.cd-button--secondary { background-color: var(--secondary-bg-color); color: var(--secondary-text-color); }

.cd-button--secondary:hover { background-color: var(--secondary-hover-bg-color); color: var(--secondary-hover-text-color); }

.cd-button--secondary:active { background-color: var(--secondary-active-bg-color); color: var(--secondary-active-text-color); }

.cd-button--warning { background-color: var(--warning-color); color: var(--primary-text-color); }

.cd-button--warning:hover { background-color: var(--warning-hover-color); color: var(--primary-hover-text-color); }

.cd-button--warning:active { background-color: var(--warning-active-color); color: var(--primary-active-text-color); }

.cd-button--center { margin: 32px auto; display: block; }

.cd-button-a-center { display: flex; justify-content: center; margin: 65px auto; }

.cd-button-margin { margin-top: 32px; }

.cd-button-browse { background-color: var(--browse-bg-color); color: var(--browse-text-color); height: 18px; }

.cd-input { background: rgb(255, 255, 255); border: 1px solid rgba(214, 213, 213, 0.32); box-sizing: border-box; border-radius: 8px; height: 42px; width: 100%; padding: 0px 1rem; font-size: 16px; }

.cd-input-borderless { border: none; outline: none; text-align: center; }

.cd-input-short { margin-top: 10px; width: 95px; border: 1.74671px solid rgba(212, 212, 212, 0.29); border-radius: 0px; color: black; font-weight: 700; }

.cd-loader { position: relative; inset: 0px; z-index: 1000; }

.cd-spinner, .cd-spinner::after { border-radius: 50%; width: 10em; height: 10em; }

.cd-spinner { margin: 10px auto; font-size: 10px; text-indent: -9999em; border-width: 1.1em; border-style: solid; border-color: rgba(0, 136, 255, 0.2) rgba(0, 136, 255, 0.2) rgba(0, 136, 255, 0.2) rgb(0, 84, 250); transform: translateZ(0px); animation: 1.1s linear 0s infinite normal none running load8; }

@-webkit-keyframes load8 { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes load8 { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

textarea.result { background-color: rgba(227, 242, 253, 0.5); }

.cd-textarea { background: rgb(255, 255, 255); border: 1.7px solid rgba(212, 212, 212, 0.29); box-sizing: border-box; height: 200px; width: 100%; resize: none; padding: 20px; }

.cd-textarea:focus { outline: none; }

.cd-textarea::-webkit-scrollbar { width: 4px; margin-right: 10px; }

.cd-textarea::-webkit-scrollbar-track { box-shadow: rgb(242, 242, 242) 0px 0px 6px inset; }

.cd-textarea::-webkit-scrollbar-thumb { background-color: rgb(0, 84, 250); height: 24px; }

.cd-textarea-borderless { border: none; outline: none; text-align: center; }

ul { list-style: none; }

html { font-family: Cabin, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px; position: relative; --dark-blue: #283E9E; --bg-color: #fdfcff; --bg-light: #f4f4f4; --card-light: #ffffff; --primary-rgb-color: 114, 161, 255; --icon-bg-color: rgba(21, 101, 216, .06); --icon-bg-hover-color: rgba(21, 101, 216, .15); --logo-icon-color: #903cbe; --disabled-bg-color: #aaa; --primary-bg-color: #4d5ea9; --primary-hover-bg-color: #717fc3; --primary-active-bg-color: #5c6cb5; --primary-text-color: #fff; --primary-hover-text-color: #FAE9E0; --primary-active-text-color: #FAE9E0; --link-color: #0054FA; --secondary-bg-color: #D2E1FF; --secondary-hover-bg-color: #B4CDFF; --secondary-active-bg-color: #9BBCFF; --secondary-text-color: #1C64CF; --secondary-hover-text-color: #0E5ACA; --secondary-active-text-color: #0A49A7; --success-bg-color: #0DC268; --success-hover-bg-color: #39CF83; --success-active-bg-color: #27C675; --success-text-color: #fff; --success-hover-text-color: #fff; --success-active-text-color: #fff; --browse-bg-color: rgba(179,204,254,0.35); --browse-text-color: #0054FA; --warning-color: #E85A16; --warning-hover-color: #f27f4a; --warning-active-color: #E85A16; --seo-checker-success-primary-color: #28c76f; --seo-checker-warn-primary-color: #ff9f43; --seo-checker-error-primary-color: #ea5455; --seo-checker-success-bg-color: rgba(40, 199, 111, 0.12); --seo-checker-warn-bg-color: rgba(255, 159, 67, 0.12); --seo-checker-error-bg-color: rgba(234, 84, 85, 0.12); --container-padding: 5vw; --transition: .1s ease-in-out; --text-color: #27262e; --text-light-color: #545d67; --text-dark-color: #010101; --section-title-color: #183b56; --section-subtitle-color: #5a7184; }

a { text-decoration: none; color: var(--link-color); }

@media (max-width: 640px) {
  a { color: rgb(1, 71, 169); }
}

@media (prefers-color-scheme: light) {
  body { background: linear-gradient(180deg, #eef1ff, var(--bg-light)); color: var(--text-light); }
}

.cd-container { width: 100%; display: block; padding: 0 var(--container-padding); }

.cd-container-pr { padding-right: var(--container-padding); }

.cd-section { padding-top: 50px; padding-bottom: 50px; }

.cd-section.cd-section-radius-top-left { background-color: rgb(250, 252, 255); border-top-left-radius: 300px; }

.cd-section.cd-section-radius-top { background-color: rgb(250, 252, 255); margin: 100px 0px; position: relative; }

.cd-section.cd-section-radius-top ::before, .cd-section.cd-section-radius-top ::after { content: ""; width: 100%; position: absolute; top: -100px; height: 200px; border-radius: 100%; background-color: rgb(250, 252, 255); left: 0px; z-index: -1; }

.cd-section.cd-section-radius-top ::after { top: inherit; bottom: -100px; }

.__cd_section_base, .cd-section-subtitle, .cd-section-title, .cd-section-name { font-family: Inter, sans-serif; font-weight: 400; text-align: center; }

.cd-section-name { font-size: 1rem; line-height: 1.2rem; color: rgb(77, 94, 169); padding: 0.375rem 0.625rem; background-color: rgb(229, 234, 241); border-radius: 0.875rem; }

.cd-section-name a:focus-visible { outline: none; }

.cd-section-title { font-weight: 600; font-size: 2.25rem; line-height: 3rem; letter-spacing: 0.0125rem; color: rgb(24, 59, 86); margin: 1rem 0px; }

.cd-section-subtitle { font-size: 1.125rem; line-height: 2rem; color: rgb(90, 113, 132); margin: 0px 0px 4rem; }

.cd-section-header { display: flex; flex-direction: column; gap: 20px; max-width: 700px; width: 100%; margin: 40px auto; }

.cd-section-header h2, .cd-section-header p, .cd-section-header span { margin: 0px; }

.cd-section-header.cd-section-header--centered { align-items: center; }

.cd-section-header.cd-section-header--centered h2, .cd-section-header.cd-section-header--centered p, .cd-section-header.cd-section-header--centered span { text-align: center; }

.cd-margin-top-200 { margin-top: 200px; }

@media (max-width: 959px) {
  html { font-size: 12px; }
  .cd-section.cd-section-radius-top-left { background-color: rgb(255, 255, 255); }
  .cd-section.cd-section-radius-top { background-color: rgb(250, 252, 255); margin: 100px 0px; position: relative; }
  .cd-section.cd-section-radius-top ::before, .cd-section.cd-section-radius-top ::after { content: ""; width: 100%; position: absolute; top: -50px; height: 100px; border-radius: 100%; background-color: rgb(250, 252, 255); left: 0px; z-index: -1; }
  .cd-section.cd-section-radius-top ::after { top: inherit; bottom: -50px; }
}

@media (max-width: 599px) {
  .cd-container { padding: 0px 20px; }
}

.cd-input:valid { background-color: white; }

.cd-input:invalid { text-decoration-line: underline; text-decoration-thickness: initial; text-decoration-style: dotted; text-decoration-color: var(--warning-active-color); }

html[dir="rtl"] h3, html[dir="rtl"] p, .dir-rtl h3, .dir-rtl p { text-align: right; }

html[dir="rtl"] .cd-expert-mode-brokenlinks-link, .dir-rtl .cd-expert-mode-brokenlinks-link { text-align: left; }

html[dir="rtl"] .cd-keywords-extractor-setting, .dir-rtl .cd-keywords-extractor-setting { flex-direction: row-reverse; justify-content: flex-end; }

html[dir="rtl"] .cd-radio-group-solid, html[dir="rtl"] .cd-prod-info-group, .dir-rtl .cd-radio-group-solid, .dir-rtl .cd-prod-info-group { flex-direction: row-reverse; }

html[dir="rtl"] .cd-process-loading-download-link a, .dir-rtl .cd-process-loading-download-link a { margin-left: 0px; margin-right: 12px; }

html[dir="rtl"] .cd-process-loading-info p, .dir-rtl .cd-process-loading-info p { text-align: center; }

@media (max-width: 640px) {
  .desktop-only { display: none !important; }
}

@media (min-width: 641px) {
  .mobile-only { display: none !important; }
}

@media (min-width: 901px) {
  .tablet-only { display: none !important; }
}

@media (max-width: 900px) {
  .wide-desktop-only { display: none !important; }
}

body { font-family: Cabin, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: var(--text-color); }

@media (max-width: 640px) {
  .desktop-only { display: none !important; }
}

@media (min-width: 641px) {
  .mobile-only { display: none !important; }
}

@media (min-width: 901px) {
  .tablet-only { display: none !important; }
}

@media (max-width: 900px) {
  .wide-desktop-only { display: none !important; }
}

.hidden { display: none !important; }

.invisible-inactive { visibility: hidden; pointer-events: none; }

.no-width { width: initial !important; }

.pending-feature { opacity: 0.3 !important; }

.main-section { min-height: 70vh; }

.no-select { user-select: none; }

.force-select { user-select: all; }

.float-left { float: left; }

.float-right { float: right; }

.text-center { text-align: center; }

@media (min-width: 901px) {
  .hide-in-desktop { display: none !important; }
}

@media (min-width: 641px) and (max-width: 900px) {
  .hide-in-tablet { display: none !important; }
}

@media (min-width: 481px) and (max-width: 640px) {
  .hide-in-mobile { display: none !important; }
}

@media (max-width: 480px) {
  .hide-in-small-mobile { display: none !important; }
}

.fs-container.fs-tablet .fs-close-btn { display: none; }

@media (max-width: 900px) {
  .fs-container.fs-tablet { z-index: 1000; background-color: rgb(255, 255, 255); position: fixed; left: 0px; top: 0px; height: 100%; padding: 16px; display: flex; transition: transform 0.3s; box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px; transform: translateX(-100%); }
  .fs-container.fs-tablet.fs-open { transform: none; }
  .fs-container.fs-tablet .fs-close-btn { display: flex; align-items: center; justify-content: center; position: absolute; right: 16px; top: 16px; width: 32px; height: 32px; background-color: var(--icon-bg-color); border-radius: 6px; cursor: pointer; }
  .fs-container.fs-tablet .fs-close-btn:hover { background-color: var(--icon-bg-hover-color); }
  html[dir="rtl"] .fs-container.fs-tablet .fs-close-btn { right: initial; left: 16px; transform: scale(-1, 1); }
  html[dir="rtl"] .fs-container.fs-tablet { left: initial; right: 0px; transform: translateX(100%); }
  html[dir="rtl"] .fs-container.fs-tablet.fs-open { transform: none; }
}

.tooltip-container { text-align: left; z-index: 1001; position: fixed; padding: 0.5rem 0.7rem; font-size: 0.9rem; border-radius: 0.25rem; font-weight: 400; line-height: initial; color: white; width: auto; max-width: 15rem; background: rgba(17, 17, 17, 0.933); box-sizing: border-box; opacity: 0; pointer-events: none; }

.tooltip-container-top { transform: translate(-50%, -80%); animation: 0.18s ease-out 0.5s 1 normal forwards running tooltip-slide-up; }

.tooltip-container-top::before { content: ""; width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid rgba(17, 17, 17, 0.933); position: absolute; left: calc(50% - 5px); bottom: -4px; }

.tooltip-container-top-left { transform: translate(-100%, -80%); animation: 0.18s ease-out 0.5s 1 normal forwards running tooltip-slide-up-left; border-bottom-right-radius: 0px; }

.tooltip-container-top-left::before { content: ""; width: 0px; height: 0px; border-width: 2px; border-style: solid; border-color: rgba(17, 17, 17, 0.933) rgba(17, 17, 17, 0.933) transparent transparent; position: absolute; right: 0px; bottom: -4px; }

.tooltip-container-top-right { transform: translate(0%, -80%); animation: 0.18s ease-out 0.5s 1 normal forwards running tooltip-slide-up-right; border-bottom-left-radius: 0px; }

.tooltip-container-top-right::before { content: ""; width: 0px; height: 0px; border-width: 2px; border-style: solid; border-color: rgba(17, 17, 17, 0.933) transparent transparent rgba(17, 17, 17, 0.933); position: absolute; left: 0px; bottom: -4px; }

.tooltip-container-bottom { transform: translate(-50%, 10%); animation: 0.18s ease-out 0.5s 1 normal forwards running tooltip-slide-down; }

.tooltip-container-bottom::before { content: ""; width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid rgba(17, 17, 17, 0.933); position: absolute; left: calc(50% - 5px); top: -4px; }

.tooltip-container-bottom-left { transform: translate(-100%, 10%); animation: 0.18s ease-out 0.5s 1 normal forwards running tooltip-slide-down-left; border-top-right-radius: 0px; }

.tooltip-container-bottom-left::before { content: ""; width: 0px; height: 0px; border-width: 2px; border-style: solid; border-color: transparent rgba(17, 17, 17, 0.933) rgba(17, 17, 17, 0.933) transparent; position: absolute; right: 0px; top: -4px; }

.tooltip-container-bottom-right { transform: translate(0%, 10%); animation: 0.18s ease-out 0.5s 1 normal forwards running tooltip-slide-down-right; border-top-left-radius: 0px; }

.tooltip-container-bottom-right::before { content: ""; width: 0px; height: 0px; border-width: 2px; border-style: solid; border-color: transparent transparent rgba(17, 17, 17, 0.933) rgba(17, 17, 17, 0.933); position: absolute; left: 0px; top: -4px; }

.tooltip-container-left { transform: translate(-100%, -50%); animation: 0.18s ease-out 0.5s 1 normal forwards running tooltip-slide-left; }

.tooltip-container-right { transform: translate(0px, -50%); animation: 0.18s ease-out 0.5s 1 normal forwards running tooltip-slide-right; }

@keyframes tooltip-slide-down { 
  0% { opacity: 0; transform: translate(-50%, 10%); }
  100% { opacity: 1; transform: translate(-50%, 30%); }
}

@keyframes tooltip-slide-up { 
  0% { opacity: 0; transform: translate(-50%, -80%); }
  100% { opacity: 1; transform: translate(-50%, -100%); }
}

@keyframes tooltip-slide-down-left { 
  0% { opacity: 0; transform: translate(-100%, 10%); }
  100% { opacity: 1; transform: translate(-100%, 30%); }
}

@keyframes tooltip-slide-down-right { 
  0% { opacity: 0; transform: translate(0%, 10%); }
  100% { opacity: 1; transform: translate(0%, 30%); }
}

@keyframes tooltip-slide-up-left { 
  0% { opacity: 0; transform: translate(-100%, -80%); }
  100% { opacity: 1; transform: translate(-100%, -100%); }
}

@keyframes tooltip-slide-up-right { 
  0% { opacity: 0; transform: translate(0%, -80%); }
  100% { opacity: 1; transform: translate(0%, -100%); }
}

@keyframes tooltip-slide-left { 
  0% { opacity: 0; transform: translate(-100%, -50%); }
  100% { opacity: 1; transform: translate(calc(-100% - 10px), -50%); }
}

@keyframes tooltip-slide-right { 
  0% { opacity: 0; transform: translate(0px, -50%); }
  100% { opacity: 1; transform: translate(10px, -50%); }
}

body.a-modal-open { }

.a-modal-dialog { display: none; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 2001; align-items: center; justify-content: center; background-color: rgba(0, 0, 0, 0.3); }

.a-modal-dialog.open { display: flex; }

.a-modal-dialog .a-dialog-panel { overflow-y: auto; max-height: 100%; background-color: rgb(255, 255, 255); box-shadow: rgb(134, 142, 150) 0px 0px 3px; border-radius: 4px; padding: 0px; display: flex; flex-direction: column; }

.a-modal-dialog .a-dialog-panel .a-modal-header { padding: 20px 16px 12px; display: flex; flex-direction: row; align-items: center; gap: 16px; }

.a-modal-dialog .a-dialog-panel .a-modal-title { flex: 1 1 0%; text-align: start; font-size: 16px; font-weight: 700; color: rgb(72, 80, 86); margin: 0px; }

.a-modal-dialog .a-dialog-panel .a-modal-close-btn { flex: 0 1 0%; transition: background-color 0.25s; padding: 0px; border: none; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; border-radius: 4px; width: 32px; min-width: 32px; height: 32px; }

.a-modal-dialog .a-dialog-panel .a-modal-close-btn:hover { background: rgb(231, 237, 243); }

.a-modal-dialog .a-dialog-panel .a-modal-close-btn svg { width: 22px; height: 22px; color: rgb(134, 142, 150); }

.a-modal-dialog .a-dialog-panel .a-modal-footer { padding: 16px; display: flex; flex-direction: row-reverse; align-items: center; justify-content: flex-start; gap: 16px; box-shadow: rgb(207, 212, 218) 0px 1px 0px inset; }

.a-modal-dialog .a-dialog-panel .a-modal-footer-btn { transition: background-color 0.25s; border: none; outline: none; border-radius: 4px; padding: 0px 16px; height: 32px; display: flex; align-items: center; justify-content: center; }

.a-modal-dialog .a-dialog-panel .a-modal-footer-btn:enabled { cursor: pointer; }

.a-modal-dialog .a-dialog-panel .a-modal-footer-btn:enabled:hover { background-color: rgb(204, 204, 204); }

.a-modal-dialog .a-dialog-panel .a-modal-footer-btn.primary { background-color: rgb(49, 131, 200); color: rgb(248, 249, 250); }

.a-modal-dialog .a-dialog-panel .a-modal-footer-btn.primary:disabled { opacity: 0.5; }

.a-modal-dialog .a-dialog-panel .a-modal-footer-btn.primary:enabled:hover { background-color: rgb(26, 73, 113); }

.a-modal-dialog .a-dialog-panel .a-modal-body-msg { margin: 0px; padding: 0px 16px 16px; }

.a-modal-dialog .a-dialog-panel .a-modal-body-msg-top-margin { margin-top: 1rem; }

@media (max-width: 640px) {
  .a-modal-dialog { align-items: flex-end; }
  .a-modal-dialog .a-dialog-panel { width: 100%; }
  .a-modal-dialog .a-dialog-panel .a-modal-header, .a-modal-dialog .a-dialog-panel .a-modal-footer { flex: 0 1 0%; }
  .a-modal-dialog .a-dialog-panel .a-modal-body { flex: 1 1 0%; }
}

.header.app-logo { font-family: "DM Sans", sans-serif; font-size: 19px; font-weight: 700; color: var(--text-color); }

.header.app-logo-container { display: flex; align-items: center; gap: 0.3rem; transform: translateY(-0.1rem); color: var(--primary-bg-color); }

.header.app-logo-container svg { width: 24px; height: 24px; }

.disabled-link { pointer-events: none; }

.action-btn { display: flex; cursor: pointer; }

.profile-btn { color: var(--bg-color); background-color: rgb(102, 102, 102); width: 24px; height: 24px; border-radius: 100%; display: flex; align-items: center; justify-content: center; }

.profile-btn svg { width: 16px; height: 16px; }

.cd-lang { font-weight: 500; font-size: 14px; color: rgb(25, 26, 21); gap: 8px; align-items: center; }

.cd-lang span { margin-bottom: 2px; }

.cd-lang svg { width: 16px; height: 16px; }

.with-chevron .top-btn { display: flex; align-items: center; gap: 6px; min-height: 50px; }

.with-chevron .username { font-size: 14px; color: var(--text-dark-color); font-weight: 400; line-height: 20px; }

.with-chevron svg { width: 16px; height: 16px; }

.top-btn { font-size: 14px; line-height: 50px; color: var(--text-dark-color); font-weight: 400; }

.top-btn svg { color: var(--text-dark-color); width: 16px; height: 16px; }

.nowrap { white-space: nowrap; }

.menu-line-item { display: flex; align-items: center; gap: 1rem; justify-content: flex-start !important; }

.menu-line-item .menu-icon { color: var(--text-color); }

.menu-line-item .menu-icon svg { width: 20px; height: 20px; }

.menu-line-item:hover .menu-icon { color: var(--primary-bg-color); }

.register-btn { border: 1px solid rgb(102, 102, 102); border-radius: 9px; line-height: 30px; padding: 0px 6px; transition: background-color 0.2s ease-out; }

.register-btn:hover { background-color: rgb(221, 221, 221); }

.v-list { display: flex; flex-direction: column; }

.v-list-container { display: flex; justify-content: center; }

.v-list .menu-line-item { font-size: 20px; color: var(--text-color); padding: 20px; transition: color 0.2s ease-out; border-top: 1px solid var(--disabled-bg-color); }

.v-list .menu-line-item:hover { color: var(--primary-bg-color); }

@media (max-width: 640px) {
  .desktop-only { display: none !important; }
}

@media (min-width: 641px) {
  .mobile-only { display: none !important; }
}

@media (min-width: 901px) {
  .tablet-only { display: none !important; }
}

@media (max-width: 900px) {
  .wide-desktop-only { display: none !important; }
}

:host, .footer-section { display: flex; flex-direction: column; color: rgba(0, 0, 0, 0.8); background-color: rgb(254, 253, 255); font-size: 14px; margin-top: 10px; }

:host .footer-left, .footer-section .footer-left { float: inline-start; }

@media (max-width: 640px) {
  :host .footer-left, .footer-section .footer-left { float: none; }
}

:host .footer-right, .footer-section .footer-right { float: inline-end; }

@media (max-width: 640px) {
  :host .footer-right, .footer-section .footer-right { float: none; }
}

:host .main-footer, .footer-section .main-footer { background-color: rgb(255, 255, 255); }

:host .prefooter-links, .footer-section .prefooter-links { border-top: 1px solid rgb(223, 220, 238); border-bottom: 1px solid rgb(223, 220, 238); }

:host .prefooter-links .lists, .footer-section .prefooter-links .lists { padding: 5px 10px; display: flex; gap: 30px; justify-content: space-evenly; }

:host .prefooter-links .lists ul li a, .footer-section .prefooter-links .lists ul li a { color: var(--text-color); font-size: 14px; line-height: 30px; }

:host .prefooter-links .lists ul li a:hover, .footer-section .prefooter-links .lists ul li a:hover { text-decoration: underline; }

:host .prefooter-links .lists ul li.list-header a, .footer-section .prefooter-links .lists ul li.list-header a { line-height: 40px; font-weight: bold; }

:host .prefooter-links .accordion > .toggle, .footer-section .prefooter-links .accordion > .toggle { border: none; background: none; width: 100%; font-size: 16px; font-weight: bold; text-align: start; display: flex; align-items: center; justify-content: space-between; padding: 20px 0px; cursor: pointer; }

:host .prefooter-links .accordion > .toggle:not(:first-of-type), .footer-section .prefooter-links .accordion > .toggle:not(:first-of-type) { border-top: 1px solid rgb(223, 220, 238); }

:host .prefooter-links .accordion > .toggle .icon, .footer-section .prefooter-links .accordion > .toggle .icon { width: 22px; height: 22px; pointer-events: none; float: inline-end; font-weight: bolder; color: var(--text-color); transition: transform 0.2s ease-out; }

:host .prefooter-links .accordion > .toggle.expanded .icon, .footer-section .prefooter-links .accordion > .toggle.expanded .icon { transform: rotate(90deg); }

:host .prefooter-links .accordion > .collapse, .footer-section .prefooter-links .accordion > .collapse { overflow: hidden; transition: max-height 0.2s ease-out; }

:host .prefooter-links .accordion > .collapse.collapsed, .footer-section .prefooter-links .accordion > .collapse.collapsed { max-height: 0px; }

:host .prefooter-links .accordion > .collapse ul, .footer-section .prefooter-links .accordion > .collapse ul { padding-bottom: 10px; }

:host .prefooter-links .accordion > .collapse a, .footer-section .prefooter-links .accordion > .collapse a { color: var(--text-color); font-size: 16px; line-height: 44px; }

:host .prefooter-links .accordion > .collapse a:hover, .footer-section .prefooter-links .accordion > .collapse a:hover { text-decoration: underline; }

:host .social, .footer-section .social { display: flex; justify-content: center; align-items: center; list-style: none; padding: 42px 0px 0px; }

:host .social svg, .footer-section .social svg { width: 16px; margin-left: 14px; margin-right: 14px; color: rgba(255, 255, 255, 0.5); cursor: pointer; transition: 0.2s; }

:host .social svg:hover, .footer-section .social svg:hover { color: rgba(255, 255, 255, 0.9); }

:host .links, .footer-section .links { display: flex; justify-content: center; align-items: center; text-align: center; list-style: none; margin: 0px; padding: 0px; gap: 41px; }

@media (max-width: 900px) {
  :host .links, .footer-section .links { font-size: 10px; gap: 20px; }
}

:host .links li a, .footer-section .links li a { text-decoration: underline; color: var(--text-dark-color); transition: 0.2s; line-height: 30px; }

:host .links li a:hover, .footer-section .links li a:hover { color: rgb(0, 85, 187); }

:host .terms, .footer-section .terms { display: flex; justify-content: center; align-items: center; font-size: 12px; line-height: 30px; color: rgb(90, 113, 132); margin-bottom: 0.3rem; }

@media (max-width: 640px) {
  :host .terms, .footer-section .terms { flex-direction: column; }
  :host .terms ul li::after, .footer-section .terms ul li::after { display: none; }
}

:host .terms ul, .footer-section .terms ul { display: flex; justify-content: center; align-items: center; list-style: none; margin: 0px; }

:host .terms ul li, .footer-section .terms ul li { margin-right: 7px; color: var(--text-dark-color); }

:host .terms ul li a, .footer-section .terms ul li a { text-decoration: none; color: var(--text-dark-color); transition: 0.2s; }

:host .terms ul li a:hover, .footer-section .terms ul li a:hover { color: rgb(0, 85, 187); }

@media (max-width: 640px) {
  .desktop-only { display: none !important; }
}

@media (min-width: 641px) {
  .mobile-only { display: none !important; }
}

@media (min-width: 901px) {
  .tablet-only { display: none !important; }
}

@media (max-width: 900px) {
  .wide-desktop-only { display: none !important; }
}

.cd-breadcrumb { margin: 0px; padding: 25px 0px; display: flex; list-style: none; }

.cd-breadcrumb ol, .cd-breadcrumb ul { display: flex; list-style: none; flex-wrap: wrap; row-gap: 0.5rem; }

.cd-breadcrumb li { position: relative; margin-inline-start: 20px; }

.cd-breadcrumb li:first-child { margin-inline-start: 0px; }

.cd-breadcrumb li:first-child::before { display: none; }

.cd-breadcrumb li::before { content: "/"; color: rgb(0, 0, 0); position: absolute; left: -13px; line-height: 22px; font-size: 0.875rem; }

html[dir="rtl"] .cd-breadcrumb li::before { right: -13px; left: initial; }

.cd-breadcrumb li:last-child span { color: rgb(0, 0, 0); }

.cd-breadcrumb a { min-inline-size: 0px; }

.cd-breadcrumb span { color: rgb(81, 97, 193); font-size: 0.875rem; }

@media (max-width: 599px) {
  .cd-breadcrumb li::before, .cd-breadcrumb span { font-size: 10px; }
}

@media (max-width: 640px) {
  .desktop-only { display: none !important; }
}

@media (min-width: 641px) {
  .mobile-only { display: none !important; }
}

@media (min-width: 901px) {
  .tablet-only { display: none !important; }
}

@media (max-width: 900px) {
  .wide-desktop-only { display: none !important; }
}

button.goto-top { position: fixed; inset-inline-end: 60px; bottom: 100px; border: none; outline: none; background: var(--primary-bg-color); width: 48px; height: 48px; color: var(--primary-text-color); border-radius: 100%; cursor: pointer; transition: opacity 0.7s, background 0.2s, color 0.2s; opacity: 0; pointer-events: none; }

button.goto-top.visible { opacity: 1; pointer-events: all; }

button.goto-top:hover { background: var(--primary-hover-bg-color); color: var(--primary-hover-text-color); }

button.goto-top:active { background: var(--primary-active-bg-color); color: var(--primary-active-text-color); }

button.goto-top svg { width: 28px; height: 28px; }

@media (max-width: 900px) {
  button.goto-top { inset-inline-end: 45px; bottom: 80px; }
}

@media (max-width: 640px) {
  button.goto-top { inset-inline-end: 30px; bottom: 70px; }
}

img.lazy-load { filter: blur(8px); }

.hero { padding: 1rem 1.5rem 2rem; }

.hero h1 { font-size: clamp(44px, 6vw, 4rem); margin-bottom: 2rem; line-height: 4.5rem; }

.hero h1 span { background: linear-gradient(90deg, rgb(95, 124, 255), rgb(40, 62, 158)) text; -webkit-text-fill-color: transparent; }

.hero p { font-size: 18px; opacity: 0.85; max-width: 520px; }

.hero-inner { max-width: 1200px; margin: 0px auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }

.hero-actions { margin-top: 2.5rem; display: flex; gap: 2rem; }

.btn { padding: 14px 24px; border-radius: 14px; text-decoration: none; font-weight: 600; }

.btn.primary { background: linear-gradient(135deg, rgb(40, 62, 158), rgb(95, 124, 255)); color: white; }

.btn.ghost { border: 1px solid rgba(255, 255, 255, 0.2); color: inherit; }

.hero-visual { border-radius: 28px; overflow: hidden; background: linear-gradient(135deg, rgb(40, 62, 158), rgb(95, 124, 255)); box-shadow: rgba(40, 62, 158, 0.45) 0px 40px 80px; }

.hero-visual img { width: 100%; height: 100%; object-fit: cover; }

section { padding: 2rem 1.5rem; }

section h2 { text-align: center; font-size: 36px; padding: 1em; }

.features-grid, .steps-grid, .use-cases-grid { max-width: 1200px; margin: 0px auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; }

.feature-card, .step, .use-case { background: var(--card-dark); backdrop-filter: blur(14px); padding: 32px; border-radius: 24px; transition: transform 0.3s, box-shadow 0.3s; }

.feature-card:hover, .step:hover, .use-case:hover { transform: translateY(-8px); box-shadow: rgba(40, 62, 158, 0.35) 0px 30px 60px; }

.step span { display: inline-block; font-size: 24px; font-weight: 700; margin-bottom: 12px; color: rgb(124, 156, 255); }

.use-case { text-align: center; font-weight: 600; }

.final-cta { text-align: center; padding-bottom: 120px; }

.final-cta p { margin-bottom: 6em; }

.final-cta .large { padding: 18px 36px; font-size: 18px; }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { height: 240px; }
}

.overview { padding: 2rem 1.5rem; }

.overview h2 { font-size: 36px; margin-bottom: 24px; }

.overview-shell { max-width: 1200px; margin: 0px auto; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; }

.overview-copy p { font-size: 17px; line-height: 1.7; opacity: 0.85; margin-bottom: 16px; }

.overview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.stat { background: var(--card-dark); backdrop-filter: blur(14px); border-radius: 20px; padding: 24px; text-align: center; }

.stat span { display: block; font-size: 28px; margin-bottom: 8px; }

.stat strong { display: block; font-size: 18px; }

.stat small { opacity: 0.7; }

@media (max-width: 900px) {
  .overview-shell { grid-template-columns: 1fr; }
  .overview-stats { grid-template-columns: 1fr; }
}
