@charset "UTF-8";

:root {
    --sbw-color-wheel-accent: #5e58ff;
    --sbw-color-wheel-bg: #f5f7ff;
    --sbw-color-wheel-surface: rgba(255, 255, 255, 0.86);
    --sbw-color-wheel-text: #1d2433;
    --sbw-color-wheel-muted: #58657a;
}

#root,
.start_dom,
body,
html {
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0
}

#root,
.start_dom {
    position: relative;
    z-index: 0
}

.icon {
    display: inline-block;
    vertical-align: text-bottom;
    box-sizing: border-box
}

.icon>svg {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.small_icon {
    width: 16px;
    height: 16px
}

.icon_arrow.small_icon {
    display: inline-block;
    vertical-align: text-bottom;
    box-sizing: border-box
}

.large_icon {
    width: 32px;
    height: 32px
}

.button_basic {
    width: 100%;
    height: 100%;
    text-transform: inherit;
    color: inherit;
    font: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: none;
    background: 0 0;
    padding: 0
}

.button {
    align-items: center;
    color: #fff;
    display: inline-flex;
    min-height: 40px;
    justify-content: center;
    max-width: 100%;
    transition: background-color .1s linear, color .1s linear, box-shadow .1s linear;
    min-width: 96px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    padding: 8px 16px
}

.button:disabled {
    cursor: not-allowed
}

.bbase.button {
    color: rgba(17, 23, 29, .6);
    background: 0 0;
    min-width: 0;
    outline: 0;
    align-items: center;
    display: inline-flex;
    min-height: 40px;
    justify-content: center;
    max-width: 100%;
    transition: background-color .1s linear, color .1s linear, box-shadow .1s linear;
    min-width: 96px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    padding: 8px 16px
}

.hide-outline {
    outline: 0
}

.icon_text {
    display: inline-block;
    max-width: 100%;
    pointer-events: none;
    margin: auto
}

.section-block {
    position: relative;
    display: block;
    width: 100%;
    z-index: 0;
    padding: 1px 0;
    margin-left: auto;
    margin-right: auto
}

.section_padding {
    padding: 1px 32px
}

.icon_container {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px
}

.icon_inner {
    display: block
}

.base_style {
    margin: 0
}

.icon_text .base_style.icon_inherit {
    font-weight: 600;
    font-family: Ubuntu, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.line-clamp {
    display: flex;
    overflow: hidden
}

.start_left {
    text-align: left
}

.icon_center {
    text-align: center
}

.color_mono-black {
    color: #0e1318
}

.style_medium {
    text-align: left;
    margin: 0;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon_inherit {
    color: inherit
}

.page-main-container {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 100vh
}

.bbase.button.textButton {
    color: rgba(30, 41, 51, .45);
    text-transform: uppercase
}

.bbase.button.textButton:hover {
    color: #7d2ae8
}

button.bbase {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 6px;
}

button.bbase span.medium_icon {
    width: 24px;
    height: 24px;
}

.select-menu_list_content {
    margin: 0 4px;
    text-align: left;
    color: #0e1318;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color .1s ease-in-out, color .1s ease-in-out;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    cursor: pointer
}

.list_item {
    height: 40px;
    padding: 0 12px
}

.button_clickable-item {
    width: 100%;
    background: 0 0;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.button_clickable-item:focus {
    background-color: rgba(64, 87, 109, .07)
}

.clickable {
    text-decoration: none;
    cursor: pointer
}

.clickable:focus,
.clickable:hover {
    background-color: rgba(64, 87, 109, .07)
}

.clickable:active {
    background-color: rgba(57, 76, 96, .15)
}

.button_disable-click {
    cursor: not-allowed
}

.button_disable-click .select-menu_list_content {
    color: rgba(43, 59, 74, .3);
    cursor: not-allowed
}

.select-menu_list_container {
    padding: 0;
    align-items: center;
    display: flex;
    height: 100%;
    line-height: 1.6
}

.select-menu_list_content+.select-menu_list_content_element {
    color: #0e1318;
    flex: 1 0 content;
    -ms-flex: 0 0 auto;
    justify-content: flex-end;
    min-width: auto;
    margin-left: 0;
    margin-right: 4px
}

.select-menu_list_content_element {
    display: inline-flex;
    flex: 0;
    justify-content: center;
    min-width: 24px;
    white-space: nowrap
}

.select-menu_list_content_element {
    text-align: center;
    margin-left: 4px
}

.button_disable-click:active,
.button_disable-click:focus,
.button_disable-click:hover {
    background-color: transparent
}

.modal-editing-color_block {
    position: relative
}

.modal-editing-color_layer {
    position: relative;
    z-index: 0
}

.modal-editing-color_content {
    position: fixed;
    top: 0;
    left: 0
}

.npointer-efordisabled-child [disabled] {
    pointer-events: none
}

.modal-editing-color_arrow {
    position: absolute
}

[x-placement^=top] .modal-editing-color_arrow {
    bottom: 0
}

[x-placement^=top] .modal-editing-color_arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[x-placement^=right] .modal-editing-color_arrow {
    left: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

[x-placement^=bottom] .modal-editing-color_arrow {
    top: 0
}

[x-placement^=left] .modal-editing-color_arrow {
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.overlay_enabled+.apply_insets_bottom {
    background: #fff;
    position: fixed
}

.slide_in {
    transition: -webkit-transform .25s cubic-bezier(0, 0, .2, 1);
    transition: transform .25s cubic-bezier(0, 0, .2, 1);
    transition: transform .25s cubic-bezier(0, 0, .2, 1), -webkit-transform .25s cubic-bezier(0, 0, .2, 1)
}

.slide_out {
    transition: -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: transform .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1)
}

.apply_insets_bottom.with-border-radius {
    border-radius: 4px 4px 0 0
}

.apply_insets_bottom {
    left: 0;
    right: 0;
    top: 100%;
    height: 100%
}

.visible_sheet {
    display: flex;
    transition: opacity .15s ease-in-out;
    position: absolute;
    outline: 0
}

.apply_insets_bottom>.visible_sheet {
    width: 100%;
    left: 0;
    right: 0
}

.visible_sheet {
    opacity: 1
}

.sheet_element {
    width: 100%;
    height: 100%
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: rgba(30, 41, 51, .45);
    opacity: 0;
    will-change: opacity;
    transition: opacity .3s ease-in-out
}

.overlay_enabled {
    opacity: 1;
    pointer-events: auto
}

.apply_insets_bottom.apply_insets,
.overlay.overlay_enabled {
    z-index: 2
}

@supports (top:max(1px, 2px)) {
    .overlay.apply_insets {
        top: env(safe-area-inset-top, 0)
    }

    .apply_insets_bottom.apply_insets {
        height: calc(100% - env(safe-area-inset-top, 0px))
    }

    .apply_insets_bottom.apply_insets>.visible_sheet {
        box-sizing: border-box;
        padding-bottom: env(safe-area-inset-bottom, 0)
    }
}

.flyout_select-menu {
    border-radius: 4px;
    padding: 0;
    margin: 8px 0;
    background-color: #fff
}

.padding_none {
    padding: 0
}

.margin_no-top {
    margin-top: 0
}

.scrolable_sheet {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%
}

.input_text-field {
    border-radius: 4px;
    border: 1px solid rgba(43, 59, 74, .3)
}

.input_text-field::-ms-clear {
    display: none
}

.input_text-field:focus {
    border-color: #7d2ae8
}

.input_text-field:hover:not(:disabled):not(:focus) {
    border-color: rgba(30, 41, 51, .45)
}

.input_text-field::-webkit-input-placeholder {
    color: rgba(17, 23, 29, .6)
}

.input_text-field::-moz-placeholder {
    color: rgba(17, 23, 29, .6)
}

.input_text-field::-ms-input-placeholder {
    color: rgba(17, 23, 29, .6)
}

.input_text-field::placeholder {
    color: rgba(17, 23, 29, .6)
}

.input_text-field:disabled {
    border-color: rgba(43, 59, 74, .3);
    background-color: rgba(64, 87, 109, .07);
    color: rgba(17, 23, 29, .6)
}

.input_text-field:disabled:hover {
    cursor: not-allowed
}

.txt_align-center {
    text-align: center
}

.input_text-field[type=number]::-webkit-inner-spin-button,
.input_text-field[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.input_text-field[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

input.input_text-field {
    border-radius: 4px;
    border: 1px solid rgba(43, 59, 74, .3);
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    color: #0e1318;
    outline: 0;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 9px 12px 10px;
    background: #fff;
    cursor: text;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.shortcuts_block {
    outline: 0
}

button.button_toggle {
    color: #0e1318;
    height: 40px;
    min-width: 80px;
    outline: 0;
    background-color: #fff;
    border: 1px solid rgba(43, 59, 74, .3);
    border-radius: 4px;
    cursor: pointer;
    padding: 0 4px 0 12px;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

.button_toggle.fixed-width {
    width: 100%
}

.button_flexor {
    display: flex;
    align-items: center
}

.button_label {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left
}

.icon_arrow {
    margin-left: 4px
}

.select_menu {
    position: relative;
    width: 100%;
    max-height: 270px;
    overflow-y: scroll;
    border: 1px solid #0900ff;
    border-radius: 4px
}

.flyout_options {
    padding: 0
}

.select-menu_list {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.option {
    box-sizing: border-box;
    color: #0e1318;
    height: 40px;
    min-width: 80px
}

.option:focus:focus,
.option:hover:hover {
    color: #0e1318;
    background-color: transparent
}

.list_item.pseudo-focus,
.list_item.pseudo-focus:focus,
.list_item.pseudo-focus:hover {
    color: #0e1318;
    background-color: rgba(64, 87, 109, .07)
}

.section_blade {
    position: relative
}

.section_background {
    position: absolute;
    top: 0;
    height: 100%;
    background-image: url(https://sebweo.com/images/kolo-koljoriv_waves.png);
    background-repeat: no-repeat;
    background-position: bottom;
    left: 0;
    right: 0
}

.section_content {
    position: relative
}

.color-code_tooltip {
    line-height: 1.4;
    color: #fff;
    max-width: 256px;
    min-height: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 2;
    background: #0e1318;
    border-radius: 4px;
    padding: 4px;
    margin: 8px;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.color-code_tooltip_label {
    margin: 0 4px
}

.color-code_tooltip_helper {
    color: hsla(0, 0%, 100%, .65)
}

.color-code_tooltip_arrow {
    width: 8px;
    height: 8px;
    position: relative;
    z-index: 1
}

.color-code_tooltip_arrow:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: #0e1318;
    border-top-left-radius: 3px;
    -webkit-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg)
}

.link-button_wrapp .link-button_text-btn .style_medium-semibold {
    font-size: 1.3rem;
}

.hueSlider_root {
    position: relative;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.hueSlider_hidden {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    cursor: pointer;
    left: 0
}

.hueSlider_hidden::-ms-tooltip {
    display: none
}

.hueSlider_styled-bar {
    position: absolute;
    height: 100%;
    width: calc(100% - 20px);
    left: 10px
}

.hueSlider_knob-positioner {
    position: relative;
    top: 50%
}

.hueSlider_container {
    position: relative;
    width: calc(100% - 32px);
    height: 12px;
    margin: 0 16px
}

.hueSlider_widener {
    position: absolute;
    top: 0;
    width: calc(100% + 8px);
    height: 12px;
    left: -4px
}

.hueSlider_knob-positioner_knob {
    position: relative;
    top: 100%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(30, 41, 51, .45), 0 0 0 1px rgba(17, 23, 29, .6);
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hueSlider_styled-bar_track {
    position: absolute;
    width: calc(100% + 12px);
    height: 12px;
    border-radius: 6px;
    left: -6px;
    background: linear-gradient(90deg, red, #ff2b00, #f50, #ff8000, #fa0, #ffd500, #ff0, #d4ff00, #af0, #80ff00, #5f0, #2bff00, #0f0, #00ff2b, #0f5, #00ff80, #0fa, #00ffd5, #0ff, #00d4ff, #0af, #007fff, #05f, #002bff, #00f, #2a00ff, #50f, #7f00ff, #a0f, #d400ff, #f0f, #ff00d4, #f0a, #ff0080, #f05, #ff002b)
}

.hueSlider_bottom-block {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
    padding: 20px 16px;
    border-top: 1px solid rgba(57, 76, 96, .15)
}

.hueSlider_bubble-color {
    width: 34px;
    height: 34px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 5px;
    margin-top: 3px;
    position: absolute
}

.hueSlider_color-code-input {
    flex-grow: 1
}

.modal-editing-color_popup {
    -webkit-transform: translateY(-6px);
    background-color: #fff;
    border-radius: 4px;
    transform: translateY(-6px);
    box-shadow: 0 2px 8px rgba(57, 76, 96, .15), 0 0 0 rgba(68, 92, 116, .02)
}

[x-placement^=bottom] .modal-editing-color_popup {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

.modal-editing-color_popupArrow {
    width: 12px;
    height: 6px;
    border-bottom: 6px solid #bdbdbd;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

.modal-editing-color_popupHeader {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.popupTitle {
    flex-grow: 1;
    color: #0e1318;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.popup_paletteIcon_label {
    color: rgba(17, 23, 29, .6);
    display: block;
    text-transform: uppercase;
    margin: 20px 16px 4px;
    font-family: Ubuntu, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.popup_paletteIcon {
    color: #0e1318;
    margin-right: 8px
}

.icon_close-button {
    color: rgba(17, 23, 29, .6);
    padding: 0
}

.bbase.button.icon_close-button {
    align-items: flex-end;
    justify-content: flex-end
}

.disable_animations {
    transition: none
}

.right_animation {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 100%
}

.select-menu_list_container span:nth-of-type(2) {
    color: #0e1318;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    -ms-flex: 0 0 auto;
    justify-content: flex-end;
    transition: background-color .1s ease-in-out, color .1s ease-in-out
}

.button_disable-click .select-menu_list_container span {
    color: rgba(43, 59, 74, .3)
}

.color_button {
    width: 100%;
    height: auto;
    transition: none;
    color: #0e1318
}

.button_color-light {
    color: #fff
}

.color_button svg {
    display: none
}

.color_button:focus,
.color_button:hover {
    background: 0 0
}

.color_button:hover svg {
    display: block
}

.link-button_wrapp {
    width: 100%;
    position: absolute;
    text-align: center;
    padding: 8px 0 0
}

.section_row {
    position: relative;
    overflow: hidden
}

.section_carousel-blade {
    background-color: transparent;
}

.popup_paletteIcon.medium_icon svg {
    width: 32px;
    height: 32px;
    margin-top: 5px
}

.section_row_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
}

.color-picker_wrapper {
    width: 100%;
    margin: 0 auto;
}

.luminance-slider_wrapper {
    position: relative
}

.hueSaturation-slider_wrapper {
    width: calc(100% - 40px);
    position: absolute;
    top: 20px;
    padding: 32px;
    background-color: #fff;
    border-radius: 100%;
    left: 20px
}

.color-slider_step {
    margin-bottom: 16px;
    padding-top: 50px
}

.color-slider_step:last-child {
    margin-bottom: 0
}

.color-slider_step-title {
    color: #0e1318;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: Ubuntu, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.color-slider_flexBox {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.color-slider_bubble {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    position: absolute;
    margin-left: 5px
}

.color-slider_color-code-input {
    flex-grow: 1
}

.color-slider_color-code-input input {
    height: 48px
}

.color_blocks {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 8px
}

.color_block_single {
    max-width: 50%;
    flex-grow: 1;
    text-transform: uppercase;
    position: relative;
    background-color: #fff;
    padding-bottom: 24px
}

.color_block_single:first-child>div {
    overflow: hidden;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.color_block_single:last-child>div {
    overflow: hidden;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.color-slider_root {
    cursor: pointer;
    border-radius: 100%;
    background: url(https://sebweo.com/images/kolo-koljoriv_white-lines.png), radial-gradient(circle at 50% 0, red, rgba(242, 13, 13, .8) 10%, rgba(230, 26, 26, .6) 20%, rgba(204, 51, 51, .4) 30%, rgba(166, 89, 89, .2) 40%, hsla(0, 0%, 50%, 0) 50%), radial-gradient(circle at 85.35533905932738% 14.644660940672622%, #ffbf00, rgba(242, 185, 13, .8) 10%, rgba(230, 179, 26, .6) 20%, rgba(204, 166, 51, .4) 30%, rgba(166, 147, 89, .2) 40%, hsla(45, 0%, 50%, 0) 50%), radial-gradient(circle at 100% 50%, #80ff00, rgba(128, 242, 13, .8) 10%, rgba(128, 230, 26, .6) 20%, rgba(128, 204, 51, .4) 30%, rgba(128, 166, 89, .2) 40%, hsla(90, 0%, 50%, 0) 50%), radial-gradient(circle at 85.35533905932738% 85.35533905932738%, #00ff40, rgba(13, 242, 70, .8) 10%, rgba(26, 230, 77, .6) 20%, rgba(51, 204, 89, .4) 30%, rgba(89, 166, 108, .2) 40%, hsla(135, 0%, 50%, 0) 50%), radial-gradient(circle at 50.00000000000001% 100%, #0ff, rgba(13, 242, 242, .8) 10%, rgba(26, 230, 230, .6) 20%, rgba(51, 204, 204, .4) 30%, rgba(89, 166, 166, .2) 40%, hsla(180, 0%, 50%, 0) 50%), radial-gradient(circle at 14.64466094067263% 85.35533905932738%, #0040ff, rgba(13, 70, 242, .8) 10%, rgba(26, 77, 230, .6) 20%, rgba(51, 89, 204, .4) 30%, rgba(89, 108, 166, .2) 40%, hsla(225, 0%, 50%, 0) 50%), radial-gradient(circle at 0 50.00000000000001%, #7f00ff, rgba(128, 13, 242, .8) 10%, rgba(128, 26, 230, .6) 20%, rgba(128, 51, 204, .4) 30%, rgba(128, 89, 166, .2) 40%, hsla(270, 0%, 50%, 0) 50%), radial-gradient(circle at 14.644660940672615% 14.64466094067263%, #ff00bf, rgba(242, 13, 185, .8) 10%, rgba(230, 26, 179, .6) 20%, rgba(204, 51, 166, .4) 30%, rgba(166, 89, 147, .2) 40%, hsla(315, 0%, 50%, 0) 50%);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    outline: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent
}

.color-slider_root:before {
    content: "";
    width: 1px;
    height: 0;
    padding-top: 100%;
    margin-left: -1px;
    float: left
}

.color-slider_root:after {
    content: "";
    display: table;
    clear: both
}

.color-slider_root:active {
    cursor: none
}

.color-slider_knob-dot {
    position: relative;
    top: 100%;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.color-slider_knob {
    position: relative;
    top: 100%;
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(57, 76, 96, .15), 0 0 1px rgba(64, 87, 109, .07);
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.color-slider_root:focus .color-slider_knob {
    width: 24px;
    height: 24px;
    border: 6px solid #fff
}

.color-slider_knob-positioner {
    position: absolute;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: width, height;
    left: 0
}

.slider_root {
    outline: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    will-change: background;
    cursor: pointer;
    border-radius: 100%;
    max-width: min(650px, 100% - 10px);
    margin: 0 auto;
}

.slider_root:before {
    content: "";
    width: 1px;
    height: 0;
    padding-top: 100%;
    margin-left: -1px;
    float: left
}

.slider_root:after {
    content: "";
    display: table;
    clear: both
}

.slider_root:active {
    cursor: none
}

.slider_knob_boundry {
    position: absolute;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border-radius: 100%;
    left: 6px
}

.slider_root_knob {
    position: relative;
    z-index: 1;
    top: 100%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(57, 76, 96, .15);
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider_root:focus .slider_root_knob {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(17, 23, 29, .6)
}

.slider_knob_positioner {
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: width, height
}

.color-presentation-examples {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.section_padding.section_footer {
    padding-left: 0;
    padding-right: 0;
    margin: 0
}

.section-block .footer_big-bg {
    position: relative;
    top: 0;
    height: 80rem;
    background-image: url(https://sebweo.com/images/kolo-koljoriv_waves.png);
    background-repeat: no-repeat;
    background-position: left;
    left: 0;
    right: 0;
    transform: rotate(180deg)
}

.section_footer-text {
    position: relative;
    line-height: 1.5;
    padding: 2.5rem 1.5rem 1.25rem;
    overflow: hidden;
    z-index: 1;
    background-color: #5e58ff;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.section_footer-text::before {
    content: "";
    position: absolute;
    inset: -18px 0 0;
    background-image: url(https://sebweo.com/images/kolo-koljoriv_waves.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    opacity: 0.72;
    transform: rotate(180deg);
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 0;
}

.text-block__wrapper {
    font-size: 1.5rem;
    text-align: justify;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 12px;
    padding: 24px;
}

.section_footer-text .text-block__wrapper h2,
.section_footer-text .text-block__wrapper p,
.section_footer-text .text-block__wrapper a {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.section_footer-text .text-block__wrapper a {
    color: #ff7364;
}

code {
    border: solid 2px #e4e4e4;
    padding: 0 5px;
    color: #c7254e;
    background-color: #f5f7f8;
    border-radius: 4px
}

.sbw-color-wheel-page {
    min-height: 100vh;
}

@media (max-width: 768px) {
    .sbw-color-wheel-app {
        padding: 7px 0 0;
    }

    .sbw-color-wheel-app .color-slider_flexBox {
        flex-wrap: wrap;
    }
}

@media (max-width:700px) {
    .link-button_wrapp .link-button_text-btn .style_medium-semibold {
        font-size: 1.3rem;
        font-weight: 400;
        text-align: center
    }

    .color-presentation-examples {
        text-align: center;
        margin-top: -90px;
        margin-bottom: -55px
    }

    .color-presentation-examples svg {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin: 0 auto
    }

    .section-block .footer_big-bg {
        height: 100%;
        background-size: cover
    }

    .hueSaturation-slider_wrapper {
        width: calc(100% - 30px);
        top: 16px;
        padding: 3px;
        left: 15px
    }

    .color-picker_wrapper {
        -ms-touch-action: none;
        touch-action: none
    }

    .section_footer-text {
        position: relative;
    }

    .section_footer-text div {
        background: rgba(94, 88, 255, 0.55);
        padding: 10px 7px;
        border-radius: 7px;
        text-align: left;
    }
}

@media (max-width:56.249em) {
    .section_padding {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (min-width:56.25em) {
    .section_row {
        width: 100%;
        margin: 0 auto;
        max-width: 100%
    }

    .section_blade .section_content .section_row_container {
        width: 100%;
        margin: 0 auto;
        max-width: 100%
    }

    .hueSaturation-slider_wrapper {
        padding: 6px
    }
}

@media (min-width:1348px) {
    .section_padding {
        padding-left: calc((100% - 1284px)/ 2);
        padding-right: calc((100% - 1284px)/ 2)
    }
}

@media (max-width:74.999em) {
    .section_carousel-blade {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
}

@media (min-width:75em) {
    .color-slider_bubble {
        margin-right: 8px
    }

    .color-slider_step {
        margin-bottom: 24px
    }

    .color-slider_knob-dot {
        width: 12px;
        height: 12px
    }

    .color-slider_knob {
        width: 24px;
        height: 24px
    }

    .slider_root_knob {
        width: 12px;
        height: 12px
    }

    .slider_root:focus .slider_root_knob {
        width: 12px;
        height: 12px
    }
}