@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital@0;1&family=Old+Standard+TT:ital@1&family=Open+Sans:ital@0;1&display=swap');

:root {
    --font-noto: 'Noto Serif Display', serif;
    --font-open: 'Open Sans', sans-serif;
    --font-old: 'Old Standard TT', serif;
    --black: #000000;
    --white: #ffffff;
    --gray: #e5e5e5;
    --dark-gray: #999;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: var(--white);
}

::-webkit-scrollbar-thumb {
    background: var(--dark-gray);
    border: 3px solid var(--white);
    transition: 0.5s;
    border-radius: 200px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--black);
}

a:hover {
    color: var(--black);
    text-decoration: none;
}

.uk-hr,
hr,
.uk-divider-small::after {
    border-top: 1px solid var(--black);
}

.nav {
    gap: 30px;
}

.nav a {
    font-family: var(--font-open);
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.nav-link a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--black);
    bottom: 0;
    transition: 0.2s;
}

.nav-link:hover a:before {
    width: 100%;
}

.nav-link a:hover {
    color: var(--black) !important;
}

.header {
    text-align: center;
}

.offcanvas {
    display: none;
}

.number {
    font-family: var(--font-noto);
    color: var(--black);
    font-size: 36px;
    opacity: .5;
}

h2 {
    font-family: var(--font-noto);
    color: var(--black);
    font-size: 60px;
    margin-bottom: 40px;
}

p {
    font-family: var(--font-open);
    color: var(--black);
    font-size: 16px;
}

.img-box-1 {
    position: relative;
    min-height: 600px;
}

.img-box-1 img {
    position: absolute;
}

.img001 {
    right: 60px;
}

.img002 {
    left: 100px;
    top: 100px;
}

.img003 {
    right: 0;
    top: 400px;
}

.img004 {
    left: 160px;
    z-index: 1;
}

.img005 {
    right: 0;
    top: 60px;
}

.img006 {
    left: 60px;
    top: 360px;
}

.logo2 {
    text-align: right;
}

.img007 {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.italic {
    font-family: var(--font-noto);
    font-weight: 500;
    font-style: italic;
    font-size: 34px;
    color: var(--black);
}

.mt {
    margin-top: 26px;
}

.mr {
    margin-right: 80px;
}

.img009 {
    margin-top: -60px;
    margin-left: 100px;
}

.r1 {
    position: absolute;
    left: 0;
}

.r2 {
    position: absolute;
    right: 0;
}

.img010 {
    top: -100px;
}

.img011 {
    bottom: 0;
    right: 100px;
}

.img012 {
    right: 0;
    top: -80px;
}

.img013 {
    bottom: -60px;
    left: 160px;
}

.r-box2 {
    display: none;
}

.numbers p {
    margin-top: 20px;
}

.numbers div {
    font-family: var(--font-noto);
    color: var(--black);
    font-size: 100px;
    line-height: 80px;
}

.numbers span {
    font-size: 50px;
}

.numbers-line2 {
    display: none;
}

.img014-1 {
    display: none;
}

.numbers img {
    height: 40px;
}

.contact {
    text-align: center;
}

h3 {
    font-family: var(--font-noto);
    color: var(--black);
    font-style: italic;
    font-size: 34px;
    margin: 6px 0;
}

.contact a {
    color: var(--black);
    font-size: 13px;
}

.contact a:hover {
    color: var(--black);
    text-decoration: underline;
}

.contact p {
    margin-bottom: 0;
}

/*--FOOTER--*/

.uk-section-secondary {
    background: var(--black);
}

.footer .logo {
    width: 200px;
    height: auto;
}

.footer-social a {
    background-color: var(--black) !important;
    color: var(--white) !important;
    transition: .2s;
}

.footer-social a:hover {
    background-color: var(--white) !important;
    color: var(--black) !important;
}

.copyright p {
    color: var(--white);
    margin: 8px 0;
}

.footer-subnav a {
    font-family: var(--font-open);
    text-transform: inherit !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.footer iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    filter: grayscale(100%) invert(92%) contrast(83%);
    margin-top: 40px;
}

/*--END-FOOTER--*/

.uk-totop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    background: var(--white);
    color: var(--black);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-device-width: 1599px) {
    .img001 {
        right: 0;
    }

    .img002 {
        left: 30px;
        top: 100px;
    }

    .img004,
    .img006 {
        left: 30px;
    }

    .mr {
        margin-right: 0;
    }

    .img009 {
        margin-left: 0;
    }

    .img011 {
        right: 0;
    }

    .img013 {
        left: 60px;
    }

    .r2 {
        bottom: 0;
    }

    .numbers div {
        font-size: 80px;
        line-height: 60px;
    }

    .numbers span {
        font-size: 40px;
    }
}

@media only screen and (max-device-width: 1199px) {
    h2 {
        font-size: 40px;
    }

    .img001 {
        width: 60%;
    }

    .img002 {
        width: 70%;
    }

    .img003,
    .img004,
    .img005 {
        width: 80%;
    }

    .img006 {
        width: 90%;
    }

    .italic {
        font-size: 26px;
    }

    .mt {
        margin-top: 14px;
    }

    .r-box2 {
        display: block;
    }

    .r-box,
    .r1,
    .r2 {
        display: none;
    }

    .r1-1,
    .r2-1 {
        position: absolute;
        z-index: -1;
    }

    .r1-1 {
        left: -40px;
        width: 29vw;
    }

    .r2-1 {
        right: -40px;
        width: 30vw;
    }

    .numbers div {
        font-size: 60px;
        line-height: 40px;
    }

    .numbers span {
        font-size: 30px;
    }
}

@media only screen and (max-device-width: 959px) {
    .img-box-1 {
        min-height: 120vw;
    }

    .img001 {
        width: 70vw;
        right: 10vw;
        top: 20vw;
    }

    .img002 {
        width: 60vw;
        top: 0;
    }

    .img003 {
        width: 80vw;
        top: 60vw;
    }

    .img004 {
        width: 70vw;
        left: 20vw;
    }

    .img005 {
        width: 70vw;
    }

    .img006 {
        width: 80vw;
        top: 60vw;
        z-index: 1;
    }

    .img007 {
        display: none;
    }

    .logo2 {
        text-align: left;
    }

    .mt {
        margin-top: 0;
    }

    .r1-1 {
        left: -30px;
        width: 37vw;
    }

    .r2-1 {
        right: -30px;
        width: 38vw;
    }

    .numbers div {
        font-size: 40px;
        line-height: 30px;
    }

    .numbers span {
        font-size: 20px;
    }

    .img014 {
        display: none;
    }

    .img014-1 {
        display: block;
        position: relative;
        right: -30px;
    }

    .numbers img {
        height: 30px;
    }
}

@media only screen and (max-device-width: 639px) {
    .offcanvas {
        display: block;
        position: absolute;
        top: 25px;
        right: 15px;
    }

    .logo {
        height: 48px;
        margin-left: 15px;
    }

    .header {
        text-align: left;
        box-shadow: none;
        padding-top: 15px;
    }

    .header .uk-hr,
    hr {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .nav {
        display: none;
    }

    .uk-offcanvas-bar a {
        color: var(--black);
        text-transform: uppercase;
    }

    .uk-offcanvas-bar .logo {
        margin-left: 0;
    }

    .nav-mob {
        margin-top: 20px;
    }

    .img009 {
        float: right;
        position: relative;
    }

    .r1-1 {
        left: -15px;
        width: 48vw;
    }

    .r2-1 {
        right: -15px;
        width: 49vw;
    }

    .numbers-line2 {
        display: block;
    }

    .numbers-line1 {
        display: none;
    }

    .numbers p {
        margin-top: 0;
    }

    .img014-1 {
        right: -15px;
        float: right;
    }

    .numbers img {
        height: 20px;
        margin-right: 10px !important;
    }
}

@media only screen and (max-device-width: 425px) {}