@font-face {
    font-family: "icoibco";
    src: url("../default/css/custom/fonts/icoibco54c7.woff?9lf0xa") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.home-slider .fp-overflow {
    height: 100%;
    width: 100%;
}

.home-slider .loading-spin {
    display: none;
}

body.home #fp-nav {
    position: fixed;
    top: 57%;
    left: 57px;
    opacity: 1;
    transform: translate(0, -50%);
    z-index: 30;
    right: unset !important;
}

body.home #fp-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.home #fp-nav ul li,
body.home #fp-nav ul li:last-child {
    display: block;
    position: relative;
    width: max-content;
    height: auto;
    min-height: 22px;
    padding: 0;
    margin: 18px 0;
    list-style: none;
}

body.home #fp-nav ul li a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    min-width: 0;
    height: auto !important;
    min-height: 22px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    overflow: visible;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
}

body.home #fp-nav ul li a .fp-bullet {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 50%;
    position: relative;
    flex: 0 0 22px;
    pointer-events: none;
    vertical-align: middle;
    position: relative;
    left: 0;
}

body.home #fp-nav ul li a .fp-bullet:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 8px;
    width: 8px;
    border: 0;
    background: rgb(255 255 255 / 70%);
    left: 50%;
    top: 50%;
    transition: all 0.1s ease-in-out;
    transform: translate(-50%, -50%);
}

body.home #fp-nav ul li a.active,
body.home #fp-nav ul li:hover a {
    color: #e30e27 !important;
    text-decoration: none;
}

body.home #fp-nav ul li a.active .fp-bullet,
body.home #fp-nav ul li:hover a .fp-bullet {
    border: 1px solid #e30e27 !important;
}

body.home #fp-nav ul li a.active .fp-bullet:before,
body.home #fp-nav ul li:hover a .fp-bullet:before {
    background: #e30e27 !important;
}

body.home #fp-nav ul li a.active .fp-label,
body.home #fp-nav ul li:hover a .fp-label {
    color: #e30e27 !important;
}

body.home #fp-nav ul li a .fp-label {
    color: #ffffff;
    line-height: 22px !important;
    text-align: left;
    white-space: nowrap;
    display: inline-block !important;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    text-shadow: 0 0 10px rgb(0 0 0 / 59%);
    font-size: 15px;
    position: static !important;
    vertical-align: middle;
    pointer-events: none;
    width: auto !important;
    height: auto !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    z-index: auto !important;
    flex: 0 1 auto;
}

#fp-nav ul .fp-social a {
    width: 27px;
    height: 27px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 7px;
    right: 3.5px;
    transition: 0.3s all;
}

#fp-nav .fp-social a:hover {
    transform: scale(1.05);
}

#fp-nav .fp-social a.after {
    margin-bottom: 50px;
}

#fp-nav .fp-social a.after::after {
    content: "";
    width: 2px;
    height: 29px;
    opacity: 0.5;
    display: block;
    margin-left: 12px;
    margin-top: 8px;
}

.scroll-to-bullets a {
    color: #ffffff;
}

.scroll-to-bullets a.active,
.scroll-to-bullets a:hover {
    color: #e30e27;
}

.scroll-to-bullets .icon-button-scroll {
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
}

.scroll-to-bullets a.active .icon-button-scroll,
.scroll-to-bullets a:hover .icon-button-scroll {
    border: 1px solid #e30e27 !important;
}

.scroll-to-bullets a.active .icon-button-scroll span,
.scroll-to-bullets a:hover .icon-button-scroll span {
    background: #e30e27;
}

.scroll-to-bullets .icon-button-scroll span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 8px;
    width: 8px;
    border: 0;
    background: rgb(255 255 255 / 70%);
    left: 50%;
    top: 50%;
    transition: all 0.1s ease-in-out;
    transform: translate(-50%, -50%);
}

.fullpage-block-list {
    display: flex;
    justify-content: center;
}

.fullpage-block-list .icon {
    font-family: "icoibco" !important;
    speak: never;
    font-size: var(--fz-normal);
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
    content: "\e005" !important;
}

.fullpage-block-icon .icon-stumbleupon:before {
    content: "\e614";
}

.fullpage-block-icon .icon-layers:before {
    content: "\e034";
}

.fullpage-block-icon .icon-home:before {
    content: "\e069";
}

.fullpage-block-icon .icon-youtube:before {
    content: "\e008";
}

.fullpage-block-icon .icon-clock:before {
    content: "\e081";
}

.fullpage-block-icon .icon-users:before {
    content: "\e001";
}

.fullpage-block-icon .icon-map:before {
    content: "\e033";
}

.fullpage-block-icon .icon-note:before {
    content: "\e060";
}

.fullpage-block {
    color: #ffffff !important;
    width: 180px;
}

.fullpage-block-list-gt .fullpage-block,
.fullpage-block-list-sp .fullpage-block {
    width: calc(25% - 10px);
}

.fullpage-block-icon {
    background: rgb(0 0 0 / 50%);
    border: 1.5px solid #ffffff;
    border-radius: 100%;
    height: 80px;
    overflow: visible;
    padding: 13px;
    position: relative;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 1s ease;
}

.fullpage-block-icon:after {
    pointer-events: none;
    position: absolute;
    border-radius: 50%;
    content: "";
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid #ffffff;
    opacity: 1;
    z-index: -1;
    transform: scale(1);
}

.fullpage-block:hover .fullpage-block-icon {
    background-color: #ffffff !important;
    color: #e30e27;
}

.fullpage-block:hover .fullpage-block-icon:after {
    opacity: 0;
    z-index: 1;
    transition: 1s ease;
    transform: scale(1.4);
}

.fullpage-block-icon .icon {
    font-size: 37px;
    line-height: 1;
}

.fullpage-block-name {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    text-shadow: 1px 1px 6px #000000;
}

.fullpage-block-name p {
    font-size: 16px !important;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes spinAround {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes spinAround {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinAroundReverse {
    from {
        -webkit-transform: rotate(90deg);
    }

    to {
        -webkit-transform: rotate(-270deg);
    }
}

@-moz-keyframes spinAroundReverse {
    from {
        -moz-transform: rotate(90deg);
    }

    to {
        -moz-transform: rotate(-270deg);
    }
}

@-ms-keyframes spinAroundReverse {
    from {
        -ms-transform: rotate(90deg);
    }

    to {
        -ms-transform: rotate(-270deg);
    }
}

@-o-keyframes spinAroundReverse {
    from {
        -o-transform: rotate(90deg);
    }

    to {
        -o-transform: rotate(-270deg);
    }
}

@keyframes spinAroundReverse {
    from {
        transform: rotate(90deg);
    }

    to {
        transform: rotate(-270deg);
    }
}

@-webkit-keyframes spinAroundSpecial {
    from {
        -webkit-transform: rotate(-180deg);
    }

    to {
        -webkit-transform: rotate(180deg);
    }
}

@-moz-keyframes spinAroundSpecial {
    from {
        -moz-transform: rotate(-180deg);
    }

    to {
        -moz-transform: rotate(180deg);
    }
}

@-ms-keyframes spinAroundSpecial {
    from {
        -ms-transform: rotate(-180deg);
    }

    to {
        -ms-transform: rotate(180deg);
    }
}

@-o-keyframes spinAroundSpecial {
    from {
        -o-transform: rotate(-180deg);
    }

    to {
        -o-transform: rotate(180deg);
    }
}

@keyframes spinAroundSpecial {
    from {
        transform: rotate(-180deg);
    }

    to {
        transform: rotate(180deg);
    }
}

@media (min-width: 1600px) {
    #fp-nav {
        left: 57px !important;
    }
}

@media (max-width: 1536px) {
}

@media (max-width: 1024px) {
    #fp-nav {
        top: unset !important;
        transform: unset !important;
        background-color: rgb(0 0 0 / 70%);
        color: #ffffff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 11;
    }

    #fp-nav ul {
        display: flex;
        list-style: none;
    }

    #fp-nav ul li {
        width: 20%;
        min-width: 20%;
        height: auto;
        border-right: 1px solid rgb(255 255 255 / 15%);
        margin: 0;
    }

    #fp-nav ul li:last-child {
        border-right: none;
    }

    #fp-nav ul li a {
        color: #ffffff;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

    #fp-nav ul li a.active {
        background-color: rgb(0 0 0 / 50%);
    }

    #fp-nav ul li a .fp-bullet {
        display: none;
    }

    #fp-nav ul li a .fp-label {
        display: none;
    }

    #fp-nav ul li:nth-child(1) a:before {
        content: "";
        background-image: url(../images/logo-footer.png);
        width: 25px;
        height: 25px;
        filter: brightness(0) invert(1);
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #fp-nav ul li:nth-child(2) a:before {
        content: "\e614";
        font-size: 25px;
        line-height: 1;
        display: block;
        font-family: "icoibco" !important;
    }

    #fp-nav ul li:nth-child(3) a:before {
        content: "\e006";
        font-size: 25px;
        line-height: 1;
        display: block;
        font-family: "icoibco" !important;
    }

    #fp-nav ul li:nth-child(4) a:before {
        content: "\e04c";
        font-size: 25px;
        line-height: 1;
        display: block;
        font-family: "icoibco" !important;
    }

    #fp-nav ul li:nth-child(5) a:before {
        content: "\e060";
        font-size: 25px;
        line-height: 1;
        display: block;
        font-family: "icoibco" !important;
    }

    .fullpage-block-name {
        font-size: 12px;
    }

    .fullpage-block-name p {
        font-size: 12px !important;
    }

    .fullpage-block-icon {
        height: 60px;
        width: 60px;
    }

    .fullpage-block-icon .icon {
        font-size: 25px;
    }

    .fullpage-block {
        width: inherit;
        margin: 0 5px;
    }

}
