html.lenis,
html.lenis body {
    height: auto;
}

html {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: clip;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* Button v2 */
.s61-btn {
    position: relative;
    display: flex;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.s61-btn span {
    font-family: "HalyardText", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.42px;
    box-sizing: border-box;
    padding: 13px 30px 15px 30px;
    transition: background .3s ease, color .3s ease;
    color: #fff;
    background-color: #475f67;
    border-radius: 50px;
    transition: 0.2s;
}

.s61-btn span:hover {
    background-color: #A4BCC2;
}

/* Image */

.s61-img {
    display: block;
}

.s61-img img {
    display: block;
}

/* Widget Inline SVG */
.s61-inline-svg,
.s61-inline-svg a {
    display: flex;
    outline: none;
    justify-content: center;
}

/* Header */
.s61-menu-desktop {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "HalyardText", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.35px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.s61-menu-desktop ul {
    list-style: none;
    display: flex;
    outline: none;
    justify-content: center;
    gap: 62px;
}

.s61-menu-desktop ul li {
    position: relative;
}

.s61-menu-desktop ul li+li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #041C2C;
    left: -31px;
}

.s61-menu-desktop ul li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #A4BCC2;
    bottom: -33px;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.s61-menu-desktop ul li:hover::after {
    opacity: 1;
}

.s61-menu-desktop ul li a {}

.s61-toggle-menu-mobile {
    width: 20px;
    height: 20px;
    position: relative;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.s61-toggle-menu-mobile span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.s61-toggle-menu-mobile span:nth-child(1) {
    top: 2px;
}

.s61-toggle-menu-mobile span:nth-child(2),
.s61-toggle-menu-mobile span:nth-child(3) {
    top: 9px;
}

.s61-toggle-menu-mobile span:nth-child(4) {
    top: 16px;
}

.s61-toggle-menu-mobile.open span:nth-child(1) {
    top: 9px;
    opacity: 0;
}

.s61-toggle-menu-mobile.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.s61-toggle-menu-mobile.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.s61-toggle-menu-mobile.open span:nth-child(4) {
    top: 9px;
    opacity: 0;
}

.s61-mobile-menu {
    position: fixed;
    top: 81px;
    left: 0;
    width: 100svw;
    height: calc(100svh - 81px);
    overflow: hidden;
    /* transform: translateX(100%); */
    z-index: 99999999999;
}

.s61-mobile-menu .container {
    width: 100%;
    height: 100%;
    background-color: #041C2C;
    color: #fff;
    font-family: "HalyardDisplay", Sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 50px 8% 41px 8%;
}

@media only screen and (max-width: 768px) {
    .s61-mobile-menu {
        top: 67px;
        height: calc(100svh - 67px);
    }
}

/* .s61-mobile-menu.opened {
    animation: slideMenuToRight 1s ease-in-out 0s forwards;
}

.s61-mobile-menu.closed {
    animation: slideMenuToLeft 1s ease-in-out 0s forwards;
} */

.s61-mobile-menu .container .col {}

.s61-mobile-menu .container .col .menu {}

.s61-mobile-menu .container .col .menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: -0.75px;
}

/* 
@keyframes slideMenuToRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slideMenuToLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
} */

.social {
    display: flex;
    gap: 10px;
}

.social .icon .s61-inline-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    fill: #fff;
    transition: background .3s ease, fill .3s ease;
    cursor: pointer;
}

.social .icon .s61-inline-svg:hover {
    fill: #475E66;
    background-color: #fff;
}

/* numbers */
.s61-number {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #475E66;
}

.s61-number .number {
    display: flex;
    font-family: "HalyardDisplay", Sans-serif;
    font-size: 78px;
    font-weight: 200;
    letter-spacing: -1.95px;
}

.s61-number .title {
    font-family: "HalyardText", Sans-serif;
    font-size: 24px;
    letter-spacing: -0.6px;
}

@media only screen and (max-width: 767px) {
    .s61-number .number {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    .s61-number .title {
        font-size: 17px;
        letter-spacing: -0.42px;
    }
}


/* Anim lines */
.anim-content{
    align-items: unset;
}

.s61-lines-01 {
    width: 100%;
    height: 452px;
    position: relative;
}

.s61-lines-01 .container {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}

.s61-lines-01 .container div {
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
}

.s61-lines-01 .container .line-1 {
    width: 24.34%;
    height: 24.34%;
}

.s61-lines-01 .container .line-2 {
    width: 46.46%;
    height: 46.46%;
}

.s61-lines-01 .container .line-3 {
    width: 100%;
    height: 100%;
}

.s61-lines-01 .container div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #A4BCC2;
    transform: scaleX(0);
    transform-origin: left;
}

.s61-lines-01 .container div::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #A4BCC2;
    transform: scaleY(0);
    transform-origin: top;
}

.s61-lines-01 .container.anim div::before {
    animation: growWidth 2s ease-in-out forwards;
}

.s61-lines-01 .container.anim div::after {
    animation: growHeight 2s ease-in-out 2s forwards;
}

/* lines 02 */

.s61-lines-02 {
    width: 100%;
    height: 516px;
    position: relative;
    overflow: hidden;
}

.s61-lines-02 .container-lines-anim {
    position: relative;
    width: 100%;
    height: 100%;
}

.s61-lines-02 .container-lines-anim div {
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    height: 100%;
}

.s61-lines-02 .container-lines-anim .line-1 {
    width: .5%;
}

.s61-lines-02 .container-lines-anim .line-2 {
    width: 52.87%;
}

.s61-lines-02 .container-lines-anim .line-3 {
    width: 69.5%;
}

.s61-lines-02 .container-lines-anim .line-4 {
    width: 91.88%;
}

.s61-lines-02 .container-lines-anim .line-5 {
    width: 99.4%;
}

.s61-lines-02 .container-lines-anim div::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #A4BCC2;
    transform: scaleY(0);
    transform-origin: top;
}

.s61-lines-02 .container-lines-anim.anim div::after {
    animation: growHeight ease-in-out 2s forwards;
}

.s61-lines-02 .container-lines-anim.anim div:nth-child(1)::after {
    animation-delay: 0s;
}

.s61-lines-02 .container-lines-anim.anim div:nth-child(2)::after {
    animation-delay: 0.2s;
}

.s61-lines-02 .container-lines-anim.anim div:nth-child(3)::after {
    animation-delay: 0.4s;
}

.s61-lines-02 .container-lines-anim.anim div:nth-child(4)::after {
    animation-delay: 0.8s;
}

.s61-lines-02 .container-lines-anim.anim div:nth-child(5)::after {
    animation-delay: 1.2s;
}

@media only screen and (max-width: 1024px) {
    .s61-lines-02 {
        height: 82px;
    }
}

@keyframes growWidth {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes growHeight {
    0% {
        transform: scaleY(0);
    }

    100% {
        transform: scaleY(1);
    }
}