/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.fx174f970 {
    position: relative;
    display: block;
    padding: 120px 0 220px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F1ECFE 48.5%, #FFFFFF 100%);
    z-index: 1;
}

.fxe87faa8 {
    position: absolute;
    top: 145px;
    right: 0;
    z-index: -1;
}

.fxe87faa8 img {
    width: auto;
}

.fx014779b {
    position: absolute;
    top: 304px;
    left: 44px;
    z-index: -1;
}

.fx014779b img {
    width: auto;
}

.fxc464121 {
    position: relative;
    display: block;
}

.fx7df4575 {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.fx94d6260 {
    position: relative;
    display: flex;
    width: 160px;
    height: 160px;
    border: 1px solid var(--finris-bdr-color);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.fx6912440 {
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.fx6912440::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: var(--finris-black);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.fxc464121:hover .fx6912440::before {
    opacity: 0.6;
}

.fx6912440 img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    transform: scale(1.0);
    object-fit: cover;
    transition: all 1500ms ease;
}

.fxc464121:hover .fx6912440 img {
    transform: scale(1.05) rotate(0deg);
}

.fxe57bfa3 {
    position: absolute;
    bottom: 8px;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: var(--finris-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--finris-white);
    z-index: 2;
}

.fx1b79374 {
    position: relative;
    display: block;
    padding-left: 12px;
}

.fx1b79374:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 8px;
    left: 0;
    width: 2px;
    background-color: var(--finris-base);
}

.fx1438c04 {
    font-size: 18px;
    color: var(--finris-black);
    font-weight: 700;
    line-height: 18px;
}

.fx1438c04 a {
    color: var(--finris-black);
}

.fx1438c04 a:hover {
    color: var(--finris-base);
}

.fx83b7865 {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 2px;
}

.fx7b13e53 {
    font-size: 18px;
    margin-top: 23px;
    margin-bottom: 12px;
}

.fx99a6e15 {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.fx99a6e15 input[type="radio"] {
    display: none;
}

.fx99a6e15 label {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: var(--finris-primary);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.fx99a6e15 input[type="radio"]:checked~label {
    color: var(--finris-base);
}

.fx99a6e15 label:hover,
.fx99a6e15 label:hover~label {
    color: var(--finris-base);
}

.fx356adad .owl-nav {
    position: absolute;
    bottom: -99px;
    right: 0;
    margin: 0 !important;
}

.fx356adad.owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--finris-black);
    background-color: transparent;
    border: 1px solid var(--finris-black);
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fx356adad.owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--finris-black);
    background-color: transparent;
    border: 1px solid var(--finris-black);
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fx356adad.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.fx356adad.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.fx356adad.owl-theme .owl-nav .owl-next span,
.fx356adad.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fx356adad.owl-theme .owl-nav .owl-next:hover,
.fx356adad.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--finris-black);
    color: var(--finris-white);
}

.fx356adad.owl-carousel .owl-dots {
    position: absolute;
    bottom: -70px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 0;
    height: 0;
}

.fx356adad.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--finris-black);
    margin: 0px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.fx356adad.owl-carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}

.fx356adad.owl-carousel .owl-dot.active {
    background-color: var(--finris-black);
}

.fx356adad.owl-carousel .owl-dots .owl-dot:before {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    content: "";
    border: 1px solid var(--finris-black);
    border-radius: 50%;
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.fx356adad.owl-carousel .owl-dot.active:before {
    transform: scale(1);
}

.fx356adad.owl-carousel .owl-dot:focus {
    outline: none;
}

.fx356adad.owl-carousel .owl-dots .owl-dot span {
    display: none;
}


/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.fxf07c8e4 {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 120px;
    z-index: 1;
}

.fxf25d839 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.fxe8fae07 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .60;
    z-index: -1;
}

.fx79ba31c {
    position: absolute;
    top: -20px;
    left: 0;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}

.fx79ba31c img {
    width: auto;
}

.fx8557995 {
    position: absolute;
    bottom: 0;
    right: 0;
    animation: leftRight 4s ease-in-out infinite;
    z-index: -1;
}

.fx8557995 img {
    width: auto;
}

.fx4483223 {
    position: absolute;
    bottom: 55px;
    left: 79px;
    z-index: -1;
}

.fx4483223 span {
    position: relative;
    display: inline-block;
    font-size: 195px;
    line-height: 195px;
    color: transparent;
    -webkit-text-stroke: 4px var(--finris-base);
    opacity: .24;
}

.fxf07c8e4 .fx2fc4754 {
    margin-bottom: 73px;
}

.fx9c8e280 {
    position: relative;
    display: block;
    padding-left: 167px;
}

.fxbd7721b {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 70px;
}

.fx9997c7c {
    position: relative;
    display: block;
}

.fx9997c7c:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 118px;
    width: 36px;
    background-color: var(--finris-base);
    border-radius: 100px;
    transform: rotate(45deg);
}

.fx9997c7c:after {
    content: "";
    position: absolute;
    top: 36px;
    right: 150px;
    width: 36px;
    height: 395px;
    background-color: var(--finris-base);
    border-radius: 100px;
    transform: rotate(45deg);
}

.fx15cfb27 {
    position: relative;
    display: block;
    width: 320px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.fx15cfb27:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--finris-primary);
    border-radius: 50%;
    z-index: -1;
}

.fx15cfb27 img {
    border-radius: 50%;
}

.fx131114d {
    position: relative;
    display: block;
    max-width: 485px;
    width: 100%;
}

.fxcefa157 {
    position: relative;
    display: flex;
    align-items: center;
}

.fx75c07cc {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
}

.fx75c07cc a {
    color: var(--finris-black);
}

.fx75c07cc a:hover {
    color: var(--finris-base);
}

.fx206543a {
    position: relative;
    display: block;
    margin-left: 20px;
}

.fxdb967d6 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 17px;
    margin-bottom: 16px;
}

.fxf66489d {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.fxf66489d input[type="radio"] {
    display: none;
}

.fxf66489d label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--finris-base);
    font-size: 24px;
    padding: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.fxf66489d label.fxdc3f257 {
    color: transparent;
    -webkit-text-stroke: 1px var(--finris-base);
}

.fxf66489d input[type="radio"]:checked~label {
    color: var(--finris-primary);
}

.fxf66489d label:hover,
.fxf66489d label:hover~label {
    color: var(--finris-primary);
}

.fxf66489d label.fxdc3f257:hover,
.fxf66489d label.fxdc3f257:hover~label {
    color: var(--finris-base);
    -webkit-text-stroke: 1px var(--finris-base);
}

.fx9c8e280 .owl-nav {
    position: absolute;
    top: -110px;
    right: 0;
    margin: 0 !important;
}

.fx9c8e280.owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--finris-black);
    background-color: transparent;
    border: 1px solid var(--finris-black);
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fx9c8e280.owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--finris-black);
    background-color: transparent;
    border: 1px solid var(--finris-black);
    font-size: 25px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fx9c8e280.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.fx9c8e280.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.fx9c8e280.owl-theme .owl-nav .owl-next span,
.fx9c8e280.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fx9c8e280.owl-theme .owl-nav .owl-next:hover,
.fx9c8e280.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--finris-black);
    color: var(--finris-white);
}

/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.fxeba9977 {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.fxeba9977 .fxc464121 {
    margin-bottom: 24px;
}


/*--------------------------------------------------------------
# Blog Carousel Page
--------------------------------------------------------------*/
.fx77e4e48 {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}






/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/