@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('./footer.css');

html, body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

:root {
    --txt1: rgba(193, 193, 193, 1);
    --bg1: rgba(6, 52, 119, 0.9);
    --bg2: rgba(222, 182, 129, 1);
    --active: rgba(222, 182, 129, 0.9);
    --page-max-width: 1440px;
    --back-top-bg: rgba(255, 255, 255, 0.88);
    --back-top-bg-hover: rgba(255, 255, 255, 0.98);
}

main {
    min-height: calc(100vh - 80px);
}

[data-component][aria-busy="true"] {
    min-height: 120px;
}

.component-error {
    padding: 32px 20px;
    color: #9b1c1c;
    text-align: center;
}

.site-back-top {
    position: fixed;
    right: 56px;
    bottom: 56px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 1px solid #003da5;
    border-radius: 50%;
    background: var(--back-top-bg);
    backdrop-filter: blur(6px);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity 0.24s ease, transform 0.24s ease, background-color 0.2s ease;
}

.site-back-top[hidden] {
    display: none;
}

.site-back-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.site-back-top:hover {
    background: var(--back-top-bg-hover);
}

.site-back-top::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    background: url('../icons/arrow_down.png') center / contain no-repeat;
    transform: translate(-50%, -50%) rotate(180deg);
}

.site-floating-contact {
    --floating-action-font-size: 16px;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-height: 178px;
    padding-left: 16px;
    pointer-events: auto;
}

.st-sticky-share-buttons:not(.site-sticky-share-buttons) {
    display: none !important;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow: visible;
    border-radius: 0 8px 8px 0;
    pointer-events: auto;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 0 !important;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    opacity: 1;
    transform: translateX(0);
    transition:
        width 0.22s ease,
        height 0.22s ease,
        gap 0.18s ease,
        padding-left 0.18s ease,
        opacity 0.18s ease,
        transform 0.22s ease;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-label {
    display: block;
    max-width: 0;
    overflow: hidden;
    color: #fff;
    font-size: var(--floating-action-font-size);
    font-weight: 400;
    opacity: 0;
    white-space: nowrap;
    transition: max-width 0.18s ease, opacity 0.18s ease;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn[data-network="twitter"] {
    background: #000;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn[data-network="email"] {
    background: #898989;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn[data-network="sharethis"] {
    background: #98dc32;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn:first-child {
    border-radius: 8px 0 0 0 !important;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn:nth-last-child(2) {
    border-radius: 0 0 0 8px !important;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn:hover,
.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn:focus-visible {
    justify-content: flex-start;
    gap: 10px;
    width: 128px;
    padding-left: 14px;
    border-radius: 8px 0 0 8px !important;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn:hover .st-label,
.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn:focus-visible .st-label {
    max-width: 90px;
    opacity: 1;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-share-icon {
    position: relative;
    display: block;
    width: 28px;
    height: 26px;
    flex: 0 0 28px;
    background:
        radial-gradient(circle at 7px 17px, #fff 0 4px, transparent 4.5px),
        radial-gradient(circle at 23px 8px, #fff 0 4px, transparent 4.5px),
        radial-gradient(circle at 23px 21px, #fff 0 4px, transparent 4.5px);
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-share-icon::before,
.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-share-icon::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 17px;
    width: 14px;
    height: 3px;
    border-radius: 999px;
    background: #fff;
    transform-origin: left center;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-share-icon::before {
    transform: rotate(-31deg);
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-share-icon::after {
    transform: rotate(20deg);
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 8px 0 0 8px !important;
    background: #d1d1d1;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateX(16px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.site-floating-contact:hover .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-toggle,
.site-floating-contact:focus-within .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-toggle {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-toggle span::before {
    content: '\00BB';
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons.is-collapsed .st-btn {
    width: 0 !important;
    height: 0 !important;
    gap: 0 !important;
    padding-left: 0 !important;
    opacity: 0;
    pointer-events: none;
    transform: translateX(56px);
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons.is-collapsed .st-label {
    max-width: 0 !important;
    opacity: 0;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons.is-collapsed .st-toggle {
    border-radius: 8px 0 0 8px;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons.is-collapsed .st-toggle span::before {
    content: '\00AB';
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons.is-collapsed.is-hover-expanded .st-btn {
    width: 48px !important;
    height: 48px !important;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons.is-collapsed.is-hover-expanded .st-btn:hover,
.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons.is-collapsed.is-hover-expanded .st-btn:focus-visible {
    gap: 10px !important;
    width: 128px !important;
    padding-left: 14px !important;
}

.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons.is-collapsed.is-hover-expanded .st-btn:hover .st-label,
.st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons.is-collapsed.is-hover-expanded .st-btn:focus-visible .st-label {
    max-width: 90px !important;
    opacity: 1;
}

.site-feedback-tab,
.hj-survey-toggle-1 {
    position: fixed;
    right: 0;
    top: 42vh;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 40px;
    min-height: 148px;
    margin-top: 0;
    border-radius: 0 8px 8px 0;
    box-sizing: border-box;
    color: #fff;
    background: #3f79f4;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    pointer-events: auto;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.hj-survey-toggle-1:not(.site-feedback-tab) {
    position: fixed !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 9998 !important;
    transform: translateY(-50%) rotate(180deg) !important;
}

#tg-fab {
    position: fixed;
    right: 56px;
    bottom: calc(56px + env(safe-area-inset-bottom));
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #2aa7df;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    overflow: hidden;
    transition: bottom 0.24s ease, transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

body.back-top-visible #tg-fab {
    bottom: calc(128px + env(safe-area-inset-bottom));
}

#tg-fab:hover {
    transform: translateY(-2px);
    background: #0b1b37;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22), 0 4px 12px rgba(0, 0, 0, 0.16);
}

#tg-fab:active {
    transform: translateY(0);
}

#tg-fab svg {
    width: 28px;
    height: 28px;
}

#tg-fab svg circle {
    display: none;
}

#tg-fab svg path {
    fill: currentColor;
}

body.feedback-dialog-open,
body.share-dialog-open {
    overflow: hidden;
}

.css-sfbnep {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 24px 0;
    box-sizing: border-box;
}

.css-sfbnep[hidden] {
    display: none;
}

.css-sfbnep__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(4, 10, 27, 0.68);
    cursor: pointer;
    animation: feedbackBackdropIn 0.22s ease both;
}

.css-sfbnep__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 500px);
    max-height: calc(100vh - 48px);
    padding: 36px 34px 32px;
    border-radius: 16px 0 0 16px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: -16px 0 48px rgba(0, 0, 0, 0.18);
    color: #111;
    text-align: left;
    overflow-y: auto;
    animation: feedbackPanelSlideIn 0.32s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes feedbackBackdropIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes feedbackPanelSlideIn {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

.css-sfbnep h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
}

.css-sfbnep__ratings {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 30px;
}

.css-sfbnep__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 52px;
    padding: 0;
    border: 3px solid transparent;
    border-radius: 8px;
    background: #ffc000;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
}

.css-sfbnep__rating.is-selected {
    border-color: #1a63e9;
}

.css-sfbnep__scale {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    color: #4c4c4c;
    font-size: 18px;
    line-height: 1;
}

.css-sfbnep__field {
    display: block;
    margin-top: 14px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.css-sfbnep__textarea,
.css-sfbnep__input {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 9px 12px;
    border: 1px solid #ccd3df;
    border-radius: 8px;
    box-sizing: border-box;
    color: #111;
    background: #fff;
    font: inherit;
}

.css-sfbnep__textarea {
    min-height: 88px;
    resize: vertical;
}

.css-sfbnep__textarea:focus,
.css-sfbnep__input:focus {
    outline: 2px solid rgba(26, 99, 233, 0.22);
    border-color: #1a63e9;
}

.css-sfbnep__next {
    width: 100%;
    min-height: 48px;
    margin-top: 20px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #1a63e9;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}

.css-sfbnep__next:disabled {
    color: #aeb9cf;
    background: #f0f1f6;
    cursor: default;
}

.site-share-dialog.st-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: block;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
}

.site-share-dialog.st-backdrop[hidden] {
    display: none;
}

.site-share-dialog__shade {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.76);
    backdrop-filter: blur(1px);
    animation: feedbackBackdropIn 0.22s ease both;
}

.site-share-dialog__panel {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    grid-template-rows: 1fr auto;
    width: 100%;
    height: 100%;
    padding: min(9vh, 120px) 7vw 130px;
    overflow-y: auto;
    box-sizing: border-box;
    color: #fff;
    background: transparent;
    animation: shareDialogIn 0.24s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes shareDialogIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.site-share-dialog__title {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.site-share-dialog__actions {
    display: grid;
    grid-template-columns: repeat(7, minmax(108px, 1fr));
    gap: 8px;
    align-content: start;
    width: min(100%, 1450px);
    margin: 0 auto;
}

.site-share-dialog__action {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    min-height: 52px;
    padding: 0 12px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: var(--share-color, #1a63e9);
    cursor: pointer;
    font: inherit;
    text-align: left;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
    transition: filter 0.16s ease, transform 0.16s ease;
}

.site-share-dialog__action:hover,
.site-share-dialog__action:focus-visible {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.site-share-dialog__icon {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 26px;
    min-height: 20px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.site-share-dialog__icon-img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.site-share-dialog__name {
    min-width: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: lowercase;
    letter-spacing: 0;
}

.site-share-dialog__notice {
    width: min(100%, 960px);
    margin: 36px auto 20px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 18px;
    line-height: 1.05;
    font-weight: 500;
    text-align: left;
}

.site-share-dialog__brand {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 64px;
    min-height: 64px;
    padding: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 29px;
    line-height: 1;
    text-align: center;
    background: rgba(82, 82, 82, 0.96);
}

.site-share-dialog__brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    color: #fff;
    background: #8dd62c;
    font-size: 13px;
    font-weight: 700;
}

.site-share-dialog__brand-mark img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.site-share-dialog__close {
    position: fixed;
    right: 22px;
    bottom: 20px;
    z-index: 3;
    width: 86px;
    height: 86px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(220, 220, 220, 0.9);
    cursor: pointer;
    transition: background 0.16s ease, transform 0.16s ease;
}

.site-share-dialog__close:hover,
.site-share-dialog__close:focus-visible {
    background: #efefef;
    transform: scale(1.02);
}

.site-share-dialog__close span::before,
.site-share-dialog__close span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 56px;
    height: 6px;
    border-radius: 999px;
    background: #4a4a4a;
}

.site-share-dialog__close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.site-share-dialog__close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.site-share-dialog__status {
    position: fixed;
    right: 122px;
    bottom: 52px;
    z-index: 2;
    min-height: 20px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.site-feedback-tab__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 4px;
    background: #fff;
}

.site-feedback-tab__icon::before,
.site-feedback-tab__icon::after {
    content: '';
    position: absolute;
    background: #3f79f4;
}

.site-feedback-tab__icon::before {
    left: 5px;
    top: 6px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    box-shadow: 7px 0 0 #3f79f4;
}

.site-feedback-tab__icon::after {
    left: 5px;
    top: 10px;
    width: 7px;
    height: 3px;
    border: 2px solid #3f79f4;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: transparent;
}

.simple-page-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 60px 16px;
    color: #fff;
    text-align: center;
    background:
        linear-gradient(90deg, rgba(6, 52, 119, 0.96), rgba(6, 52, 119, 0.76)),
        var(--bg1);
    box-sizing: border-box;
}

.simple-page-hero h1 {
    margin: 0;
    font-size: 48px;
    line-height: 1.1;
}

.simple-page-hero p {
    max-width: 680px;
    margin: 16px auto 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 20px;
    line-height: 1.45;
}

@media (max-width: 900px) {
    main {
        min-height: calc(100vh - 56px);
    }

    .site-back-top {
        right: 24px;
        bottom: calc(56px + env(safe-area-inset-bottom));
        width: 44px;
        height: 44px;
    }

    .site-back-top::before {
        width: 14px;
        height: 14px;
    }

    .site-floating-contact {
        --floating-action-font-size: 18px;
        right: 0;
        left: 0;
        top: auto;
        bottom: env(safe-area-inset-bottom, 0);
        width: 100vw;
        min-height: 48px;
        padding-left: 0;
        align-items: stretch;
        opacity: 1;
        transition: opacity 0.18s ease, transform 0.18s ease;
    }

    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        border-radius: 0;
    }

    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn {
        display: flex;
        width: auto;
        height: 48px;
        border-radius: 0 !important;
        transform: none;
    }

    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn:first-child,
    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn:nth-last-child(2) {
        border-radius: 0 !important;
    }

    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn img {
        width: 20px;
        height: 20px;
    }

    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn:hover,
    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn:focus-visible {
        justify-content: center;
        gap: 0;
        width: auto;
        padding-left: 0;
        border-radius: 0 !important;
    }

    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-label {
        font-size: var(--floating-action-font-size);
    }

    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn:hover .st-label,
    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-btn:focus-visible .st-label {
        max-width: 0;
        opacity: 0;
    }

    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-share-icon {
        width: 26px;
        height: 24px;
        flex-basis: 26px;
        background:
            radial-gradient(circle at 6px 16px, #fff 0 4px, transparent 4.5px),
            radial-gradient(circle at 21px 7px, #fff 0 4px, transparent 4.5px),
            radial-gradient(circle at 21px 19px, #fff 0 4px, transparent 4.5px);
    }

    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-share-icon::before,
    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-share-icon::after {
        left: 9px;
        top: 16px;
        width: 13px;
        height: 3px;
    }

    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-toggle {
        display: none;
    }

    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons .st-toggle span::before {
        font-size: 32px;
    }

    .site-feedback-tab {
        position: fixed !important;
        right: auto !important;
        left: calc(100vw - 34px) !important;
        top: 42vh !important;
        display: flex;
        width: 34px;
        min-height: 128px;
        margin-top: 0;
        border-radius: 0 8px 8px 0;
        font-size: 14px;
        z-index: 10002 !important;
        transform: rotate(180deg) translateZ(0);
    }

    #tg-fab {
        right: 24px;
        bottom: calc(56px + env(safe-area-inset-bottom));
        width: 44px;
        height: 44px;
    }

    body.back-top-visible #tg-fab {
        bottom: calc(116px + env(safe-area-inset-bottom));
    }

    #tg-fab svg {
        width: 24px;
        height: 24px;
    }

    .css-sfbnep {
        align-items: flex-end;
        justify-content: center;
        padding: 0;
    }

    .css-sfbnep__panel {
        width: 100%;
        max-height: calc(100dvh - 24px);
        min-height: 0;
        padding: 26px 18px calc(74px + env(safe-area-inset-bottom));
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -16px 48px rgba(0, 0, 0, 0.18);
        overscroll-behavior: contain;
        animation-name: feedbackPanelRiseIn;
    }

    @keyframes feedbackPanelRiseIn {
        from {
            transform: translateY(100%);
        }

        to {
            transform: translateY(0);
        }
    }

    .css-sfbnep h2 {
        max-width: 310px;
        margin: 0 auto;
        font-size: 24px;
        line-height: 1.18;
        text-align: center;
    }

    .css-sfbnep__ratings {
        justify-content: center;
        gap: 8px;
        margin-top: 24px;
    }

    .css-sfbnep__rating {
        width: 46px;
        height: 46px;
        border-width: 2px;
        font-size: 25px;
    }

    .css-sfbnep__scale {
        max-width: 270px;
        margin: 18px auto 0;
        font-size: 16px;
    }

    .css-sfbnep__field {
        margin-top: 12px;
        font-size: 13px;
    }

    .css-sfbnep__textarea,
    .css-sfbnep__input {
        min-height: 46px;
        padding: 11px 12px;
        font-size: 16px;
    }

    .css-sfbnep__textarea {
        min-height: 108px;
    }

    .css-sfbnep__next {
        min-height: 50px;
        margin-top: 20px;
        font-size: 18px;
    }

    .site-share-dialog.st-backdrop {
        padding: 0;
    }

    .site-share-dialog__panel {
        width: 100%;
        padding: 22px 14px 98px;
        border-radius: 0;
        animation-name: feedbackPanelRiseIn;
    }

    .site-share-dialog__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .site-share-dialog__action {
        grid-template-columns: 30px 1fr;
        min-height: 40px;
        padding: 0 8px;
    }

    .site-share-dialog__icon {
        font-size: 13px;
    }

    .site-share-dialog__icon-img {
        width: 18px;
        height: 18px;
    }

    .site-share-dialog__name {
        font-size: 12px;
    }

    .site-share-dialog__notice {
        margin: 24px auto 14px;
        font-size: 13px;
        line-height: 1.18;
    }

    .site-share-dialog__brand {
        height: 56px;
        min-height: 56px;
        padding: 4px 10px;
        font-size: 22px;
    }

    .site-share-dialog__close {
        right: 14px;
        bottom: 13px;
        width: 58px;
        height: 58px;
    }

    .site-share-dialog__close span::before,
    .site-share-dialog__close span::after {
        width: 36px;
        height: 4px;
    }

    .site-share-dialog__status {
        right: 84px;
        bottom: 32px;
        font-size: 13px;
    }

    .st-sticky-share-buttons.st-right.st-toggleable.st-has-labels.site-sticky-share-buttons.is-collapsed .st-btn {
        width: auto !important;
        height: 48px !important;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .simple-page-hero h1 {
        font-size: 36px;
    }

    .simple-page-hero p {
        font-size: 17px;
    }
}

@media (prefers-color-scheme: dark) {
    #tg-fab {
        color: #35b3e6;
        background: #071326;
    }

    #tg-fab:hover {
        background: #0b1b37;
    }
}
