/* Body
 */
body {
    font-family: var(--e-global-typography-text-font-family), sans-serif;
}

/* Button
 */
.dorim-button {
    display: inline-block;
    padding: 10px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.1px;
    color: var(--e-global-color-primary);
}

.dorim-button-primary {
    border-radius: 20px;
    padding: 9px 23px;
    border: 1px solid var(--e-global-color-accent);
    background-color: var(--e-global-color-accent);
    color: #fff;
    transition: all .3s;
}

.dorim-button-primary:hover {
    background-color: #fff;
}

.elementor-kit-8 .dorim-button-primary {
    color: #fff;
}

.dorim-button-secondary {
    border-radius: 20px;
    padding: 9px 23px;
    border: 1px solid var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    transition: all .3s;
}

.elementor-kit-8 .dorim-button-secondary {
    color: var(--e-global-color-accent);
}

.dorim-button-secondary:hover {
    background-color: var(--e-global-color-accent);
}

.elementor-kit-8 .dorim-button-secondary:hover {
    color: #fff;
}

/*
 * Video
 */
.video-hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/*
 * Hero Video Canvas
 */
.hero-video-canvas {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Plugin - Testimonial Carousel
 */
.tss-carousel .swiper-wrapper {
    align-items: stretch;
}

.tss-wrapper .tss-even .tss-grid-item {
    margin-bottom: 51px;
    height: initial;
}

.tss-wrapper .tss-carousel1 .single-item-wrapper {
    flex-direction: column;
    background-color: #fff;
    border-radius: 32px;
    padding: 32px;
    box-shadow: 0px 10px 9px -3px #0309320A;
    height: 100%;
}

.tss-carousel-main .swiper-arrow,
.tss-carousel .swiper-arrow {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 0;
    background: transparent;
    line-height: 50px;
}

.tss-carousel-main .swiper-arrow > i,
.tss-carousel .swiper-arrow > i {
    font-size: 50px;
    color: #a7b0ea;
}

.tss-carousel [class*=" rttss-"]:before,
.tss-carousel [class^=rttss-]:before {
    font-family: 'eicons';
    margin: 0;
}

.tss-carousel-main:not(.swiper-rtl) .swiper-button-prev,
.tss-carousel .swiper-button-prev {
    left: -44px;
}

.tss-carousel-main .swiper-button-next,
.tss-carousel .swiper-button-next {
    right: -44px;
}

.tss-carousel .rttss-right-open:before {
    content: "\e87d";
}

.tss-carousel .rttss-left-open:before {
    content: "\e87e";
}

@media (max-width: 1025px) {
    .tss-wrapper .tss-carousel1 .single-item-wrapper {
        border-radius: 26px;
        padding: 26px;
    }
}

.tss-wrapper .tss-carousel1 .tss-meta-info.tss-left {
    position: relative;
    padding-left: 91px;
    margin-bottom: 30px;
    flex: initial;
}

@media (max-width: 1025px) {
    .tss-wrapper .tss-carousel1 .tss-meta-info.tss-left {
        margin-bottom: 20px;
        padding-left: 56px;
    }
}

.tss-wrapper .tss-carousel1 .item-content-wrapper:before,
.tss-wrapper .tss-layout1 .item-content-wrapper:after,
.tss-wrapper .tss-carousel1 .item-content-wrapper:after {
    content: none;
}

.tss-wrapper .tss-carousel1 .item-content-wrapper {
    padding: 0;
    background: none;
}

.tss-wrapper .tss-carousel1 .single-item-wrapper .profile-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.tss-wrapper .tss-carousel1 .single-item-wrapper .profile-img-wrapper img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: cover;
}

@media (max-width: 1025px) {
    .tss-wrapper .tss-carousel1 .single-item-wrapper .profile-img-wrapper img {
        width: 46px;
        height: 46px;
    }
}

.tss-wrapper .tss-carousel1 .single-item-wrapper h3.author-name {
    margin: 0 0 5px 0;
    padding-top: 10px;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3A8EF6;
}

@media (max-width: 1025px) {
    .tss-wrapper .tss-carousel1 .single-item-wrapper h3.author-name {
        padding-top: 5px;
        font-size: 18px;
    }
}

.tss-wrapper .tss-carousel1 .single-item-wrapper h4.author-bio {
    margin: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #6C87AE;
}

@media (max-width: 1025px) {
    .tss-wrapper .tss-carousel1 .single-item-wrapper h4.author-bio {
        font-size: 13px;
    }
}

.tss-wrapper .tss-layout1 .item-content,
.tss-wrapper .tss-carousel1 .item-content {
    padding-top: 0;
}

.tss-wrapper .tss-carousel1 .item-content {
    line-height: 1.366;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 1025px) {
    .tss-wrapper .tss-carousel1 .item-content {
        font-size: 14px;
    }
}

/* Elementor Root
 */
.site-header + .elementor {
    overflow-x: hidden;
    overflow-y: auto;
}

/* Elementor Widget - Our Clients
 */
.elementor-widget-our-clients .swiper-slide-image {
    max-height: 110px;
    width: auto;
    max-width: 100%;
    height: auto;
}

/* Elementor Element - Button
 */
.elementor .elementor-widget-button-primary.elementor-widget-button .elementor-button {
    transition: all .3s;
}

.elementor .elementor-widget-button-primary.elementor-widget-button .elementor-button:hover {
    background-color: transparent;
    color: var(--e-global-color-primary);
}

.elementor .elementor-widget-button-primary.elementor-widget-button .elementor-button:hover path[fill] {
    fill: var(--e-global-color-primary);
}

.elementor-button-content-wrapper {
    align-items: center;
}

.elementor-button-icon svg {
    display: block;
}

.elementor-button-icon-26px .elementor-button-icon svg {
    width: 26px;
}

.elementor-button-icon-20px .elementor-button-icon svg {
    width: 20px;
}

/* Elementor Element - Counter
 */
.elementor-widget-counter-align-left .elementor-counter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.elementor-widget-counter-align-left .elementor-counter .elementor-counter-title {
    text-align: left;
}

@media (min-width: 881px) {
    .elementor-widget-counter-valign-bottom .elementor-widget-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .elementor-widget-counter-mobile-align-center .elementor-widget-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .elementor-widget-counter-mobile-align-center .elementor-counter {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .elementor-widget-counter-mobile-align-center .elementor-counter .elementor-counter-title {
        text-align: center;
    }
}

/* Elementor Element - Toggle Klarc
 */
.elementor-widget-toggle-theme-klarc .elementor-toggle-item {
    margin-bottom: 40px;
    background-color: #E5F8F7;
    border-radius: 24px;
}

@media (max-width: 768px) {
    .elementor-widget-toggle-theme-klarc .elementor-toggle-item {
        margin-bottom: 20px;
    }
}

.elementor-widget-toggle-theme-klarc .elementor-toggle-item:last-child {
    margin-bottom: 0;
}

.elementor-widget-toggle-theme-klarc .elementor-toggle .elementor-tab-title {
    border-bottom: none;
}

.elementor-widget-toggle-theme-klarc .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    margin-top: 4px;
}

.elementor-widget-toggle-theme-klarc .elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
    width: 1.2em;
    height: 1.2em;
}

.elementor-widget-toggle-theme-klarc .elementor-toggle .elementor-tab-content {
    border-bottom: none;
    border-radius: 0 0 24px 24px;
}

/* Elementor Element - Icon Box
 */
.elementor .elementor-element.elementor-widget-icon-box-theme-feah,
.elementor .elementor-element.elementor-widget-icon-box-theme-vresa,
.elementor .elementor-element.elementor-widget-icon-box-theme-lard,
.elementor .elementor-element.elementor-widget-icon-box-theme-paco,
.elementor .elementor-element.elementor-widget-icon-box-theme-klok,
.elementor .elementor-element.elementor-widget-icon-box-theme-cita,
.elementor .elementor-element.elementor-widget-icon-box-theme-daso,
.elementor .elementor-element.elementor-widget-icon-box-theme-vock,
.elementor .elementor-element.elementor-widget-icon-box-theme-hane {
    transition: all .3s;
}

.elementor .elementor-element.elementor-widget-icon-box-theme-feah > .elementor-widget-container:hover {
    background-color: #DDFCB6;
    border-color: #BBD69E;
}

.elementor .elementor-element.elementor-widget-icon-box-theme-vresa > .elementor-widget-container:hover {
    background-color: #D3CAFF;
    border-color: #AD9ED6;
}

.elementor .elementor-element.elementor-widget-icon-box-theme-lard > .elementor-widget-container:hover {
    background-color: #EBA9D9;
    border-color: #D69ED0;
}

.elementor .elementor-element.elementor-widget-icon-box-theme-paco > .elementor-widget-container:hover {
    background-color: #FFFDBB;
    border-color: #D6D09E;
}

.elementor .elementor-element.elementor-widget-icon-box-theme-klok > .elementor-widget-container:hover {
    background-color: #CAF4FA;
    border-color: #9EBBD6;
}

.elementor .elementor-element.elementor-widget-icon-box-theme-cita > .elementor-widget-container:hover {
    background-color: #FCCFB6;
    border-color: #D6B99E;
}

.elementor .elementor-element.elementor-widget-icon-box-theme-daso > .elementor-widget-container:hover {
    background-color: #DDFCB6;
    border-color: #BBD69E;
}

.elementor .elementor-element.elementor-widget-icon-box-theme-vock > .elementor-widget-container:hover {
    background-color: #EBA9D9;
    border-color: #D69ED0;
}

.elementor .elementor-element.elementor-widget-icon-box-theme-hane > .elementor-widget-container:hover {
    background-color: #CAF4FA;
    border-color: #9EBBD6;
}

/*
 * Elementor Element - Background
 */
.elementor-element-background-ofia,
.elementor-element-background-fey,
.elementor-element-background-fada {
    position: relative !important;
}

.elementor-element-background-ofia .elementor-widget-html,
.elementor-element-background-fey .elementor-widget-html,
.elementor-element-background-fada .elementor-widget-html {
    position: static;
}

.elementor-element-background-ofia .background-item,
.elementor-element-background-fey .background-item,
.elementor-element-background-fada .background-item {
    position: absolute;
    z-index: -1;
}

/*
 * Elementor Element - Background Ofia
 */
#background-ofia {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.elementor-element-background-ofia .background-item-tablet-left {
    top: 24%;
    right: -70px;
}

.elementor-element-background-ofia .background-item-capsule-left {
    left: 30%;
    top: 53%;
}

.elementor-element-background-ofia .background-item-tablet-right {
    bottom: 40%;
    left: -88px;
}

/*
 * Elementor Element - Background Fey
 */
#background-fey {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.elementor-element-background-fey .background-item-tablet-right {
    top: 45%;
    right: -114px;
}

.elementor-element-background-fey .background-item-circle-small {
    left: 25%;
    top: 50%;
}

.elementor-element-background-fey .background-item-capsule-right {
    top: 20%;
    left: -88px;
}

.elementor-element-background-fey .background-item-circle-medium {
    top: 13%;
    right: 24%;
}

/*
 * Elementor Element - Background Fada
 */
#background-fada {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.elementor-element-background-fada .background-item-tablet-right {
    top: 45%;
    right: -30px;
}

.elementor-element-background-fada .background-item-capsule-left {
    left: 33%;
    bottom: 20%;
}

.elementor-element-background-fada .background-item-tablet-left {
    top: 35%;
    left: -50px;
}

/*
 * Elementor Elementor - Video Tutorial
 */
.elementor-widget-video-tutorial .elementor-custom-embed-image-overlay img {
    min-height: 338px;
}

/* Site Header
 */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: transform 0.3s ease-in;
    box-shadow: 0px 0px 3px 1px #0000001A;
    will-change: transform;
    z-index: 50;
}

.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

.site-header-up {
    transform: translateY(-100%);
}

.site-header .header-inner {
    justify-content: space-between;
    max-width: 1280px;
    padding: 0 40px;
}

@media (max-width: 881px) {
    .site-header .header-inner {
        padding: 0 20px;
    }
}

.site-header:not(.header-stacked) .header-inner .site-branding {
    max-width: none;
}

.site-header .site-branding .site-logo img {
    display: block;
    width: 123.5px;
    height: auto;
}

@media (max-width: 575px) {
    .site-header .site-branding .site-logo img {
        width: 96px;
    }
}

.site-header .site-navigation {
    justify-content: center;
}

.site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: none;
}

.site-header .user-navigation {
    display: flex;
    align-items: center;
}

.site-header .site-navigation ul.menu li {
    margin-right: 32px;
}

@media (max-width: 1199px) {
    .site-header .site-navigation ul.menu li {
        margin-right: 16px;
    }
}

.site-header .site-navigation ul.menu li:last-child {
    margin-right: 0;
}

.site-header .site-navigation ul.menu li a {
    padding: 0;
}

.site-navigation-toggle-holder {
    padding: 0 0 0 16px;
	max-width: none;
}

.site-navigation-toggle-holder .site-navigation-toggle {
    border-radius: 0;
    background: none;
    padding: 0;
    font-size: 30px;
}

.site-navigation-dropdown {
    bottom: auto;
    top: 100%;
    margin-top: 0;
}

.site-navigation-dropdown ul.menu {
    position: relative;
}

.site-navigation-dropdown ul.menu li a {
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1019607843);
    padding: 15px 40px;
    font-weight: 500;
    color: var(--e-global-color-primary);
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
	background: #fff;
	color: var(--e-global-color-primary);
}

@media (max-width: 767px) {
    .site-navigation-dropdown ul.menu li a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.site-navigation-dropdown-auth {
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1019607843);
    background-color: #fff;
    padding: 15px 40px;
}

@media (max-width: 767px) {
    .site-navigation-dropdown-auth {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.site-navigation-dropdown-auth-button {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.site-navigation-dropdown-auth-button:last-child {
    margin-bottom: 0;
}

.site-header .auth-navigation {
    display: flex;
    align-items: center;
    padding-right: 16px;
}

.site-header .auth-navigation a {
    margin-right: 16px;
}

.site-header .auth-navigation a:last-child {
    margin-right: 0;
}

.site-header .auth-navigation-sign-up .dorim-button-icon {
	display: none;
}

.site-header .auth-navigation-sign-up:hover .dorim-button-icon {
	fill: var(--e-global-color-accent);
}

@media (max-width: 575px) {
    .site-header .auth-navigation {
        padding-right: 12px;
    }

    .site-header .auth-navigation a {
        margin-right: 0;
        padding: 5px 12px;
    }

    .site-header .auth-navigation-sign-in {
        display: none;
    }
}

@media (max-width: 375px) {
	.site-header .auth-navigation .auth-navigation-sign-up {
		padding: 3px;
	}
	
	.site-header .auth-navigation-sign-up .dorim-button-icon {
		display: block;
	}
	
    .site-header .auth-navigation-sign-up .dorim-button-text {
        display: none;
    }
}

.site-header .lang-switcher {
    position: relative;
}

.site-header .lang-switcher-toggle {
    display: inline-block;
    border-radius: 20px;
    border: 1px solid var(--e-global-color-accent);
    width: 40px;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 0.1px;
    cursor: pointer;
    transition: all .3s;
}

.site-header .lang-switcher-dropdown-open .lang-switcher-toggle {
    background-color: var(--e-global-color-accent);
    color: #fff;
}

.site-header .lang-switcher-list {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 100px;
    margin-top: 21px;
    padding: 7px 0;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid var(--e-global-color-accent);
    list-style: none;
    z-index: 10;
    display: none;
}

.site-header .lang-switcher-dropdown-open .lang-switcher-list {
    display: block;
    z-index: 10005;
}

.site-header .lang-switcher-list a {
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.2;
}

.site-header .lang-switcher-item-active {
    pointer-events: none;
}

.site-header .lang-switcher-item-active a {
    background-color: var(--e-global-color-accent);
    color: #fff;
}

@media (max-width: 575px) {
    .site-header .lang-switcher-toggle {
        width: 32px;
        font-size: 12px;
        line-height: 30px;
    }
}

/* Site Footer
 */
.elementor-kit-8 .site-footer a {
    color: #fff;
}

.site-footer {
    padding-block-start: 2.625rem;
    padding-block-end: 4rem;
}

.site-footer .footer-inner {
    gap: 8%;
}

@media (max-width: 1199px) {
    .site-footer .footer-inner {
        gap: 5%;
    }
}

@media (max-width: 767px) {
    .site-footer .footer-inner {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .site-footer .site-navigation-container {
        padding-top: 8px;
    }
}

@media (min-width: 768px) {
    .site-footer .site-navigation-container {
        flex-grow: 1;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .site-footer .site-navigation-container {
        padding-top: 12px;
    }
}

.site-footer .site-navigation-wrapper {
    /* margin-bottom: 18px; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8%;
}

@media (max-width: 991px) {
    .site-footer .site-navigation-wrapper {
        flex-direction: column;
        /* margin-bottom: 34px; */
        margin-bottom: 0px;
    }
}

/* @media (max-width: 576px) {
    .site-footer .site-navigation-wrapper {
        margin-bottom: 47px;
    }
} */

.site-footer:not(.footer-stacked) .footer-inner .site-branding,
.site-footer:not(.footer-stacked) .footer-inner .copyright,
.site-footer:not(.footer-stacked) .footer-inner .site-navigation {
    max-width: none;
}

@media (max-width: 767px) {
    .site-footer .site-branding-container {
        margin-bottom: 34px;
    }
}

@media (max-width: 576px) {
    .site-footer .site-branding-container {
        margin-bottom: 47px;
    }
}

.site-footer .site-branding {
    margin-bottom: 44px;
}

@media (max-width: 1199px) {
    .site-footer .site-branding {
        margin-bottom: 38px;
    }
}

/* @media (max-width: 991px) {
    .site-footer .site-branding {
        margin-bottom: 70px;
    }
} */

@media (max-width: 991px) {
    .site-footer .site-branding {
        margin-bottom: 14px;
    }
}

@media (max-width: 767px) {
    .site-footer .site-branding {
        margin-bottom: 15px;
    }
}

.site-footer .footer-inner .copyright {
    width: 100%;
    justify-content: flex-start;
}

.site-footer .footer-inner .copyright p {
    font-size: 12px;
    line-height: 1.333;
    letter-spacing: 0.4px;
}

@media (max-width: 991px) {
    .site-footer .site-navigation {
        width: 100%;
        /* margin-bottom: 26px; */
        margin-bottom: 33px;
    }
}

@media (max-width: 576px) {
    .site-footer .site-navigation {
        margin-bottom: 47px;
    }
}

.site-footer .site-navigation ul.menu {
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .site-footer .site-navigation ul.menu {
        display: block;
    }
}

@media (max-width: 576px) {
    .site-footer .footer-inner .site-navigation ul.menu li {
        display: block;
        margin-bottom: 17px;
    }

    .site-footer .footer-inner .site-navigation ul.menu li:last-child {
        margin-bottom: 0;
    }
}

.site-footer .site-navigation ul.menu li a {
    padding: 0;
    font-size: 17px;
    line-height: 1.176;
    font-weight: 600;
}

.site-footer .site-navigation ul.menu li a:hover {
    text-decoration: underline;
    color: #fff;
}

@media (max-width: 1199px) {
    .site-footer .site-navigation ul.menu li a {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .site-footer .site-navigation ul.menu li a {
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        font-size: 20px;
    }
}

.site-footer.footer-has-copyright .footer-inner .site-navigation {
    justify-content: flex-start;
}

.site-footer .social-navigation {
    display: flex;
    align-items: center;
    width: 100%;
}

.site-footer .social-navigation a {
    margin-right: 20px;
}

.site-footer .social-navigation svg {
    display: block;
}

.site-footer .social-navigation a:last-child {
    margin-right: 0;
}

@media (max-width: 576px) {
    .site-footer .social-navigation {
        justify-content: center;
    }

    .site-footer .social-navigation a {
        margin-right: 30px;
    }

    .site-footer .social-navigation svg {
        width: 32px;
        height: auto;
    }
}

.site-footer .auth-navigation {
    display: flex;
    flex-direction: column;
}

.site-footer .auth-navigation a {
    /* margin-bottom: 10px; */
    margin-bottom: 55px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.176;
}

.site-footer .auth-navigation a:hover {
    text-decoration: underline;
    color: #fff;
}

.site-footer .auth-navigation a:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) and (min-width: 577px) {
    .site-footer .auth-navigation {
        flex-direction: row;
    }
}

@media (max-width: 1199px) {
    .site-footer .auth-navigation a {
        font-size: 14px;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .site-footer .auth-navigation a {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .site-footer .auth-navigation a:last-child {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .site-footer .auth-navigation {
        width: 100%;
        align-items: center;
    }

    .site-footer .auth-navigation a {
        margin-bottom: 17px;
        font-size: 22px;
        line-height: 1;
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
    width: 64px;
    height: 64px;
    appearance: none;
    border: 1px solid #fff;
    border-radius: 64px;
    padding: 0 0 4px 0;
    background-color: var(--e-global-color-accent);
    color: #fff;
    font-size: 32px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.scroll-to-top i {
    transform: rotate(-90deg);
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    background-color: var(--e-global-color-accent);
    opacity: 1;
}

.scroll-to-top-is-active {
    visibility: visible;
    opacity: 0.5;
}