@charset "utf-8";
/*
# ---------------------- #
# Developed by Volkertek #
# All rights reserved    #
# ---------------------- #
*/
/* -------------------------------------------------- */
:root {
    --hero-intern-gradient: linear-gradient(180deg, #14141433 0%, #141414e6 100%);
    --transition: .15s all
}

html {
    overflow-x: hidden;
    overflow-y: scroll
}

body {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    min-height: 100vh;
    padding-left: 0 !important;
    padding-right: 0 !important
}

header,
footer {
    flex: none
}

main {
    flex: 1 0 auto
}

a {
    transition: .15s all
}

section {
    padding: 120px 0
}

.modal {
    margin: 0 !important;
    padding: 0 !important
}



.bg-features {background: linear-gradient(250deg,rgba(36, 58, 78, 1) 50%, rgba(21, 85, 119, 1) 100%);}

.bg-steps {background: url('/assets/img/backgrounds/bg-curves.webp') right bottom no-repeat, linear-gradient(235deg,rgba(252, 252, 252, 1) 0%, rgba(170, 170, 170, 1) 75%);}

.btn-wpp {
    background-color: #25d366;
    border-radius: 50%;
    bottom: 20px;
    color: #fff !important;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    position: fixed;
    text-align: center;
    width: 36px;
    right: 20px;
    z-index: 99
}

.btn-wpp:hover {
    background-color: #075e54;
    color: #eee !important
}

.navbar {
    background-color: #fcfcfc00;
    transition: var(--transition)
}

.navbar .navbar-brand {
    height: 120px;
    padding: 10px 0
}

.navbar .navbar-brand svg {
    height: 100%;
    width: auto
}

.navbar .navbar-nav .nav-link {
    color: #222;
    font-weight: 600
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--bs-primary)
}

.offcanvas {
    background: #FFF;
    border: none;
    width: 100vw !important
}

.offcanvas-header {
    border-bottom: 1px solid var(--bs-primary)
}

.offcanvas-header button {
    border: none;
    background: none;
    color: #ccc;
    flex-shrink: 0;
    height: 30px;
    text-align: center;
    width: 30px;
    transition: var(--transition)
}

.offcanvas-header button:hover {
    color: #F2F2F2
}

.offcanvas-body>ul {
    margin: 0;
    padding: 0
}

.offcanvas-body>ul>li {
    padding-top: 10px
}

.offcanvas-body>ul>li:first-child {
    padding-top: 0
}

.offcanvas-body>ul>li>a::before,
.offcanvas-body>ul>li>span::before {
    color: var(--bs-primary);
    content: '\f105';
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    margin-right: 14px
}

.offcanvas-body>ul>li>a {
    color: #222 !important;
    font-weight: 600;
    text-decoration: none
}

.offcanvas-body>ul>li>span {
    color: #222;
    font-weight: 600
}

.offcanvas-body>ul>li>a:hover {
    color: var(--bs-primary) !important
}

.offcanvas-body>ul>li>ul {
    margin: 8px 0 0 30px;
    padding-left: 18px;
    list-style: disc
}

.offcanvas-body>ul>li>ul>li::before {
    content: none
}

.offcanvas-body>ul>li>ul>li {
    padding-top: 8px
}

.offcanvas-body>ul>li>ul>li>a {
    color: #222 !important;
    font-weight: 600;
    text-decoration: none
}

.offcanvas-body>ul>li>ul>li>a:hover {
    color: var(--bs-primary) !important
}




    .signup {
      background: url('/assets/img/backgrounds/bg-hero-01.webp') center/cover no-repeat;
      color: #fff;
    }





.t-start {
    text-align: left
}

.t-center {
    text-align: center
}

.t-start,
.t-center {
    margin-bottom: 40px;
    overflow: hidden
}

:is(.t-start, .t-center)> :is(h4, h5) {
    font-weight: 700 !important
}

:is(.t-start, .t-center) h5 {
    color: #6B7D8E
}

:is(.t-start, .t-center) h4 {
    color: var(--bs-primary)
}

:is(.t-start, .t-center) span {
    font-size: 26px;
    position: relative
}

:is(.t-start, .t-center) span:after,
.t-center span:before {
    border-top: 1px solid var(--bs-primary);
    content: '';
    position: absolute;
    top: 50%;
    width: 1000%
}

:is(.t-start, .t-center) span:after {
    left: 100%;
    margin-left: 10px
}

.t-center span:before {
    margin-right: 10px;
    right: 100%
}

.t-end {
    text-align: right;
    margin-bottom: 40px;
    overflow: hidden
}

.t-end h4,
.t-end h5 {
    font-weight: 700 !important
}

.t-end h5 {
    color: #6B7D8E
}

.t-end h4 {
    color: var(--bs-primary)
}

.t-end span {
    font-size: 26px;
    position: relative
}

.t-end span:before,
.t-end span:after {
    border-top: 1px solid var(--bs-primary);
    content: '';
    position: absolute;
    top: 50%;
    width: 1000%
}

.t-end span:before {
    right: 100%;
    margin-right: 10px
}

.t-end span:after {
    left: 100%;
    margin-left: 10px
}

.breadcrumb a:is(:link, :active, :visited, :hover) {
    transition: var(--transition)
}

.breadcrumb a:is(:link, :active, :visited) {
    color: #EEE
}

.breadcrumb a:hover {
    color: #999
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-primary);
    content: '▪';
    padding-left: 7px;
    padding-right: 14px
}

.map {
    display: block;
    border: none !important;
    height: 400px;
    width: 100%
}

footer a.link-secondary::before {
    color: var(--bs-primary);
    content: '\f105';
    font-family: 'Font Awesome 7 Free';
    font-size: .875rem;
    font-weight: 900;
    padding-right: 14px
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none
}

.carousel-control-prev::before,
.carousel-control-next::before {
    font-family: "Font Awesome 7 Free";
    font-size: 32px;
    font-weight: 900;
    color: var(--bs-primary);
    text-shadow: 0 2px 4px #0000008c 0 4px 10px #00000073 0 0 3px #0000004d !important
}

.carousel-control-prev::before {
    content: '\f0d9'
}

.carousel-control-next::before {
    content: '\f0da'
}

.carousel-control-prev,
.carousel-control-next {
    width: 0
}

.carousel-indicators [data-bs-target] {
    background-color: #FFF;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 6px #00000040;
    height: 12px;
    margin: 0 6px;
    opacity: 1;
    transition: .25s ease;
    width: 12px
}

.carousel-indicators .active {
    background-color: var(--bs-primary)
}

.carousel-indicators [data-bs-target]:hover {
    background-color: var(--bs-primary)
}

.carousel-control-prev {
    left: 24px
}

.carousel-control-next {
    right: 24px
}

@media (max-width: 991.98px) {
    .navbar {
        background-color: #ffff;
        box-shadow: 0 .5rem 1rem #00000026 !important
    }
    .navbar .navbar-brand {
        height: 60px;
        padding: 12px 0
    }
}

@media (min-width: 992px) {
    .navbar .navbar-nav .nav-item {
        margin-left: 20px
    }
    .navbar .navbar-nav .nav-item:first-of-type {
        margin-left: 0
    }
    .offcanvas {
        display: none
    }
    .offcanvas:is(.hiding, .show, .showing) {
        visibility: hidden
    }
    .btn-wpp {
        font-size: 32px;
        height: 64px;
        line-height: 64px;
        width: 64px
    }
    .dropdown-menu {
        display: block;
        margin-top: 84px;
        opacity: 0;
        pointer-events: none;
        transition: .15s all
    }
    .dropdown-menu.show {
        margin-top: 50px;
        opacity: 1;
        pointer-events: auto
    }
}/* -------------------------------------------------- */