.section-hero {
    padding: clamp(6rem, 4.2692rem + 5.7692vw, 9rem) 0 clamp(2rem, -0.3077rem + 7.6923vw, 6rem);
}

.hero-chips {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 46px;
    flex-wrap: wrap;
}

.hero-chips .chip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 12px;
    gap: 7px;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0.06) 0%, rgba(0, 0, 0, 0.06) 100%);
    box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    font-family: 'Geist';
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    color: rgba(76, 82, 113, 0.57);
}

.hero-title {
    font-family: 'Google Sans Flex';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(2rem, 0.5577rem + 4.8077vw, 4.5rem);
    line-height: 1;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.hero-description {
    font-family: 'Google Sans Flex';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
    max-width: 758px;
    margin: 0 auto;
    margin-bottom: 56px;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-buttons .hero-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-family: 'Geist Mono';
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.hero-buttons .button-orange {
    color: #fff;
    padding: 4px 4px 4px 24px;
    background: linear-gradient(180deg, #F78A3B 0%, #E66D17 100%);
    box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.25);
}

.hero-buttons .button-transparent {
    padding: 8px 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.5) 100%);
    box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.25), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    color: #2A2C36;
}

.hero-buttons .button-orange:hover {
    background: var(--gradient-black-light);
}

.hero-buttons .button-orange:hover .button-orange-icon svg {
    transform: rotate(45deg);
}

.hero-buttons .button-transparent:hover {
    background: linear-gradient(180deg, rgba(225, 226, 235, 0.5) 0%, #E1E2EB 100%);
}

.button-orange-icon {
    width: 44px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.section-widget-persentation {
    padding: clamp(2rem, 0.5577rem + 4.8077vw, 4.5rem) 0;
}

.widget-persentation-top {
    display: flex;
    gap: 115px;
}

@media (max-width:768px) {
    .widget-persentation-top {
        flex-direction: column;
        gap: 24px;
    }
}

.widget-persentation-rates {
    display: flex;
    gap: 40px;
}

.widget-persentation-rate-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.widget-persentation-rate-logo {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: #78798A;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-persentation-rate-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.widget-persentation-rate-title {
    font-family: 'Instrument Sans';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #78798A;
}

.widget-persentation-rating-wrapper {
    display: flex;
    gap: 6px;
}

.widget-persentation-rating-value {
    font-family: 'Instrument Sans';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #78798A;
}

.widget-persentation-logo-carousel {
    height: 40px;
    width: 100%;
    max-width: 845px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget-presentation-logo-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.widget-persentation-logo-carousel:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(248 250 252) 0%, #ffffff00 10%, #ffffff00 90%, rgb(248 250 252) 100%);
    z-index: 10;
}

.widget-persentation-logo-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
}

.widgets-carousel-wrapper {
    padding: 8px;
    background-color: #DBDBDB;
    border-radius: 24px;
    margin-top: 24px;
}

.widgets-carousel-swiper {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.widgets-carousel-swiper .swiper-slide {
    transition-timing-function: cubic-bezier(.22, .61, .36, 1) !important;
}

.section-industries {
    padding: 48px 0;
}

.section-industries-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}

.section-industries-subtitle {
    font-family: 'Geist Mono';
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
    text-align: center;
    text-transform: uppercase;
    color: #252730;
}

.section-industries-title {
    font-family: 'Google Sans Flex';
    font-weight: 400;
    font-size: clamp(1.5rem, 0.6346rem + 2.8846vw, 3rem);
    line-height: 1.16667;
    text-align: center;
    color: #000000;
    max-width: 846px;
}

.section-industries-items-wrapper {
    padding: 8px;
    background-color: #DBDBDB;
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(318px, 1fr));
    gap: 8px;
}

.section-industries-item {
    background-color: #fff;
    border-radius: 16px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.section-industries-item:hover {
    background: linear-gradient(180deg, #595060 0%, #3E3D4F 100%);
}

.section-industries-item-head {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px dashed rgba(43, 46, 56, 0.25);
}

.section-industries-item:hover .section-industries-item-head {
    border-color: #fff;
}

.section-industries-item-head-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(89, 80, 96, 0.07) 0%, rgba(62, 61, 79, 0.07) 100%);
    box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.15);
    border-radius: 8px;
}

.section-industries-item:hover .section-industries-item-head-icon {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(194, 197, 208, 0.08) 100%);
    box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.15);
}

.section-industries-item:hover .section-industries-item-head-icon img {
    filter: brightness(0.5) invert(1);
}

.section-industries-item-head-title {
    font-family: 'Google Sans Flex';
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #2B2E38;
}

.section-industries-item:hover .section-industries-item-head-title {
    color: #FFFFFF;
}

.section-industries-item-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 32px 24px 24px;
    overflow: hidden;
    transform: translateY(56px);
}

.section-industries-item-content {
    font-family: 'Google Sans Flex';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #2B2E38;
}

.section-industries-item:hover .section-industries-item-content {
    color: #FFFFFF;
}

.section-industries-item:hover .section-industries-item-content-wrapper {
    margin-bottom: 0;
    transform: translateY(0);
}

.section-industries-item-link {
    padding: 8px 16px;
    border-radius: 8px;
    color: #000;
    background: linear-gradient(180deg, #FFFFFF 0%, #C2C5D0 100%);
    border-radius: 8px;
    text-decoration: none;
    width: fit-content;
    font-family: 'Geist Mono';
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    transform: translateY(100px);
}

.section-industries-item:hover .section-industries-item-content-wrapper .section-industries-item-link {
    transform: translateY(0);
}

.section-widgets {
    padding: clamp(3rem, 2.1346rem + 2.8846vw, 4.5rem) 0;
}

.section-widgets-wrapper {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.section-widget-item {
    padding: 4px;
    background-color: #fff;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.section-widget-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 96px;
    gap: 40px;
    grid-row: 1;
}

.section-widget-item-chips {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto auto;
    flex-wrap: wrap;
}

.section-widget-item-chip {
    padding: 8px 12px;
    font-family: 'Geist Mono';
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    background-color: #F3F3F3;
    color: rgba(0, 0, 0, 0.6);
    border-radius: 40px;
}

.section-widget-item-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 0 auto auto;
}

.section-widget-item-title {
    font-family: 'Google Sans Flex';
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -1px;
    color: #201E1E;
}

.section-widget-item-text {
    font-family: 'Google Sans Flex';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

.section-widget-item-image {
    background: linear-gradient(180deg, rgba(120, 121, 138, 0.8) 0%, rgba(37, 39, 48, 0.8) 100%), #999AB1;
    border-radius: 20px;
    padding: 94% 40px 40px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-widget-item-image img {
    width: 100%;
    height: calc(100% - 40px);
    object-fit: contain;
    position: absolute;
    top: 40px;
    bottom: 40px;
}

.section-widgets-wrapper .section-widget-item:nth-child(odd) .section-widget-item-content {
    grid-column: 1;
}

.section-widgets-wrapper .section-widget-item:nth-child(odd) .section-widget-item-image {
    grid-column: 2;
}

.section-widgets-wrapper .section-widget-item:nth-child(even) .section-widget-item-content {
    grid-column: 2;
}

.section-widgets-wrapper .section-widget-item:nth-child(even) .section-widget-item-image {
    grid-column: 1;
}

.section-language {
    padding: 57px 0 64px;
    position: relative;
}

.section-language-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.section-language-content-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.section-language-content {
    max-width: 669px;
    position: relative;
    z-index: 1;
}

.section-language-content-title {
    font-family: 'Google Sans Flex';
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.section-language-content-text {
    font-family: 'Google Sans Flex';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.section-language-content-image {
    max-width: 461px;
    border-radius: 32px;
    overflow: hidden;
}

.section-language-content-image img {
    backdrop-filter: blur(8px);
}

.section-language-chat-langs {
    position: relative;
    margin-top: 24px;
}

/* .section-language-chat-langs::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(115, 115, 115, 0) 0%, #737373 10%, #737373 90%, rgba(115, 115, 115, 0) 100%);
    z-index: 10;
    opacity: 0;
} */

.section-language-chat-langs .swiper-slide .section-language-chat-lang {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
}

.section-language-chat-langs .swiper-slide .section-language-chat-lang img {
    width: 20px;
    height: 20px;
}

.section-language-chat-lang-text {
    font-family: 'Geist Mono';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.section-features {
    padding: 120px 0;
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

.section-head-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 755px;
}

.section-head-high-title {
    font-family: 'Geist Mono';
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #252730;
}

.section-head-title {
    font-family: 'Google Sans Flex';
    font-weight: 400;
    font-size: clamp(2rem, 1.4231rem + 1.9231vw, 3rem);
    line-height: 1.1667;
    color: #000000;
}

.section-head-text-wrapper {
    max-width: 421px;
}

.section-head-text {
    font-family: 'Google Sans Flex';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #252730;
}

.section-features-list {
    background-color: #EDEDED;
    padding: 8px;
    border-radius: 24px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    --gap: 8px;
    --fixed: min(100%, clamp(320px, 40vw, 525px));
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}

.section-features-list-item {
    padding: 32px;
    background-color: #fff;
    border-radius: 16px;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}

.section-features-list-item:nth-child(6n + 1),
.section-features-list-item:nth-child(6n) {
    flex: 0 0 var(--fixed);
    max-width: var(--fixed);
}

.section-features-list-item:nth-child(6n + 2),
.section-features-list-item:nth-child(6n + 5) {
    flex: 1 1 calc(100% - var(--fixed) - var(--gap));
    min-width: 260px;
}

.section-features-list-item:nth-child(6n + 3),
.section-features-list-item:nth-child(6n + 4) {
    flex: 1 1 calc((100% - var(--gap)) / 2);
    min-width: 240px;
}

.section-features-list-item.invert,
.section-features-list-item.last {
    background: linear-gradient(180deg, #4D5160 0%, #252730 100%), #FFFFFF;
}

.section-features-list-item-image {}

.section-features-list-item-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-features-list-item-title {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.143;
}

.section-features-list-item:not(.invert) .section-features-list-item-title,
.section-features-list-item:not(.invert) .section-features-list-item-text,
.section-features-list-item:not(.last) .section-features-list-item-title,
.section-features-list-item:not(.last) .section-features-list-item-text {
    color: #000;
}

.section-features-list-item.invert .section-features-list-item-title,
.section-features-list-item.invert .section-features-list-item-text,
.section-features-list-item.last .section-features-list-item-title,
.section-features-list-item.last .section-features-list-item-text {
    color: #FFFFFF;
}

.section-features-list-item-text {
    font-family: 'Instrument Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
}

.section-features-list-item.last .section-features-list-item-title {
    font-size: 48px;
}

.section-features-list-item.last .section-features-list-item-text {
    font-size: 20px;
}

.section-features-list-item-button {
    padding: 4px 4px 4px 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background-color: white;
    color: #000;
    text-decoration: none;
    width: fit-content;
    font-family: 'Geist Mono';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #000000;
}

.section-features-list-item-button:hover {
    background: var(--gradient-black-light);
    color: #fff;
}

.section-features-list-item-button .button-icon {
    width: 44px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.section-goals {
    padding: clamp(3rem, 2.1346rem + 2.8846vw, 4.5rem) 0;
}

.section-goals-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 846px;
    margin: 0 auto 40px;
}

.section-goals-tabs {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.section-goals-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.section-goals-tabs-nav-item {
    padding: 8px 12px;
    background: #EAEAEA;
    backdrop-filter: blur(15px);
    border-radius: 40px;
    font-family: 'Geist Mono';
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.6);
    border: none;
    cursor: pointer;
}

.section-goals-tabs-nav-item:hover,
.section-goals-tabs-nav-item.is-active {
    background: linear-gradient(180deg, #4D5160 0%, #252730 100%), #EAEAEA;
    color: #fff;
}

.section-goals-tabs-panels {
    background-color: #F2F2F2;
    padding: 8px;
    border-radius: 24px;
    width: 100%;
}

.section-goals-tabs-panel .section-goals-inner {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.section-goals-inner-left {
    width: 100%;
    max-width: 425px;
}

.section-goals-inner-right {
    width: 100%;
    max-width: 735px;
}

.section-goals-inner-right,
.section-goals-inner-panels {
    min-height: 100%;
    display: flex;
    min-width: calc(100% - 425px - 8px);
}

.section-goals-inner-panel {
    width: 100%;
}

.section-goals-inner-list {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 16px;
    background: #FFFFFF;
    height: 100%;
}

.section-goals-inner-item {
    padding: 20px;
    border-radius: 12px;
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}

.section-goals-inner-item.is-active,
.section-goals-inner-item:hover {
    background: linear-gradient(180deg, #F7F7F7 0%, #EBEBEB 100%);
}

.section-goals-inner-item-title {
    font-family: 'Google Sans Flex';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    color: #000000;
}

.section-goals-inner-item-text {
    font-family: 'Google Sans Flex';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
}

.section-goals-tabs-panel.is-simple .section-goals-inner-list {
    height: 100%;
}

.section-goals-tabs-panel.is-simple .section-goals-inner-list .section-goals-inner-item {
    height: 100%;
    background: transparent;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-goals-tabs-panel.is-simple .section-goals-inner-list .section-goals-inner-item .section-goals-inner-item-title {
    font-size: 28px;
}

.section-goals-tabs-panel.is-simple .section-goals-inner-list .section-goals-inner-item {
    background: transparent;
}

.section-goals-preview {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    min-width: 100%;
}

.section-goals-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-integrations {
    padding: 72px 0 88px;
    background: linear-gradient(180deg, #2F323B 0%, #191A21 100%);
}

.section-integrations-head {
    max-width: 846px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.section-integrations-button {
    margin-top: 32px;
}

.section-integrations-wrap {
    display: flex;
    gap: 24px;
    margin-top: 72px;
}

.section-integrations-carousel {
    width: 100%;
    flex-wrap: wrap;

    display: flex;
    justify-content: space-between;
}

@media (max-width:768px) {
    .section-integrations-carousel {
        gap: 32px;
    }
}

.section-integrations-carousel-item {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    min-width: 198px;
}

.section-integrations-edge {
    min-height: 176px;
    max-width: clamp(3rem, -2.4087rem + 18.0288vw, 12.375rem);
    width: 100%;
    border-radius: 16px;
}

.section-integrations-edge.section-integrations-edge--left {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}

.section-integrations-edge.section-integrations-edge--right {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.section-stories {
    padding: clamp(3.75rem, 1.5865rem + 7.2115vw, 7.5rem) 0;
}

.section-stories-head {
    width: 100%;
    max-width: 865px;
}

.section-stories-list {
    margin-top: 40px;
    padding: 8px;
    gap: 8px;
    background-color: #EDEDED;
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(318px, 1fr));
}

.section-stories-item {
    padding: 24px;
    border-radius: 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.section-stories-item.first {
    background: linear-gradient(180deg, #4D5160 0%, #252730 100%), #FFFFFF;
}

.section-stories-item-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-stories-item-rate {
    display: flex;
    align-items: center;
    gap: 8px
}

.section-stories-item-rate .icons {
    color: #F4A789;
    display: flex;
    align-items: center;
}

.section-stories-item-rate .text {
    font-family: 'Geist Mono';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.section-stories-item-rate .text .text-second {
    opacity: .5;
}

.section-stories-item-title {
    font-family: 'Google Sans Flex';
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.015em;
    color: #000000;
}

.section-stories-item-text {
    font-family: 'Google Sans Flex';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
}

.section-stories-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.section-stories-item-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-stories-item-author-photo {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #eee;
    position: relative;
}

.section-stories-item-author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-stories-item-author-name-position {}

.section-stories-item-author-name {
    font-family: 'Geist Mono';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.section-stories-item-author-position {
    font-family: 'Geist Mono';
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    opacity: .5;
}

.section-stories-item-company {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4.4px;
    background: linear-gradient(180deg, #4D5160 0%, #252730 100%), linear-gradient(180deg, #777A86 0%, #4D5160 100%);
    border-radius: 8.8px;
}

.section-stories-item.first .section-stories-item-rate .text,
.section-stories-item.first .section-stories-item-title,
.section-stories-item.first .section-stories-item-text,
.section-stories-item.first .section-stories-item-author-name,
.section-stories-item.first .section-stories-item-author-position {
    color: #fff;
}

.section-stories-item.first .section-stories-item-bottom {
    border-color: rgba(255, 255, 255, 0.1);
}

.section-stories-item.first .section-stories-item-company {
    background: linear-gradient(180deg, #777A86 0%, #4D5160 100%);
}

.section-faq {
    padding: 0 0 clamp(3.75rem, 1.5865rem + 7.2115vw, 7.5rem);
}

.section-faq-wrapper {
    max-width: 866px;
    margin: 48px auto 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-faq-item {
    padding: 20px 0 32px;
    border-bottom: 1px dashed rgba(0, 0, 0, .25);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-faq-item:not(.is-opened) .section-faq-item-text {
    display: none;
}

.section-faq-item.is-opened .section-faq-item-text {
    display: block;
}

.section-faq-item-heading {
    font-family: 'Google Sans Flex';
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
}

.section-faq-item-heading .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}

.section-faq-item.is-opened .section-faq-item-heading .icon {
    transform: rotate(0);
}

.section-faq-item-heading .icon span {
    width: 16px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
}

.section-faq-item-heading .icon span:last-child {
    transform: rotate(90deg);
}

.section-faq-item-text {
    font-family: 'Google Sans Flex';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
}

@media (max-width:768px) {
    .section-widget-item {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .section-widget-item-content {
        padding: 32px;
    }

    .section-widget-item-chips {
        gap: 8px;
    }

    .section-widget-item-image {
        padding: 40px;
    }

    .section-widget-item-image img {
        position: relative;
        top: 0;
    }

    .section-features-list-item,
    .section-features-list-item:nth-child(6n + 1),
    .section-features-list-item:nth-child(6n) {
        flex: 1 1 100%;
        min-width: 100%;
    }
}