@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-BoldItalic.woff2') format('woff2'),
    url('../fonts/Aeonik-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-Bold.woff2') format('woff2'),
    url('../fonts/Aeonik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-RegularItalic.woff2') format('woff2'),
    url('../fonts/Aeonik-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-LightItalic.woff2') format('woff2'),
    url('../fonts/Aeonik-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-Light.woff2') format('woff2'),
    url('../fonts/Aeonik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-Regular.woff2') format('woff2'),
    url('../fonts/Aeonik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    /* Colors: */
    --color-0d2818: #0D2818;
    --color-0d2818B0: #0D2818C0;
    --color-04471c: #04471C;
    --color-058c42: #058C42;
    --color-058c42B0: #058C42C0;
    --color-16db65: #16DB65;
    --color-f7f1e5: #F7F1E5;
    --color-ffffff: #FFFFFF;
    --color-be403d: #BE403D;
    --color-fafafa: #FAFAFA;
    --color-191919: #191919;
    --color-dce6dc: #DCE6DC;
}

.responsive-iframe-yt {
    width: 100%;
    height: calc(100vh - 80px);
}

body {
    font-family: 'Aeonik';
    font-weight: normal;
}

a, u, .vhu {
    text-decoration-thickness: 2px !important;
}

.vu1px a, .vu1px u, .vu1px .vhu {
  text-decoration-thickness: 1px !important;
}

.nav-pills u {
    text-decoration-thickness: 1px !important;
}

u {
    text-decoration: underline;
    bottom-bottom: 1px solid var(--color-ffffff);
}


.lazy {
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.lazy.lazy-visible {
    opacity: 1;
}

.v-logo-top {
    width: 84px;
    height: 24px;
}

.v-logo-top path, .v-logo-top polygon {
    fill: var(--color-ffffff);
}

a:hover .v-logo-top path, a:hover .v-logo-top polygon {
    fill: var(--color-16db65);
}

.v-logo-mid path, .v-logo-mid polygon {
    fill: var(--color-058c42);
}

.v-logo-bottom path, .v-logo-bottom polygon {
    fill: var(--color-058c42);
}

.vf-normal {
    font-weight: normal;
}

.vf-300 {
    font-weight: 300;
}

.vf-bold {
    font-weight: bold;
}

p {
    margin: 0;
}

a, a.nav-link, path, polygon {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

a:hover, a:focus,
a.nav-link:hover, a.nav-link:focus,
a:hover path, a:focus path,
a:hover polygon, a:focus polygon {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vhu:hover {
    text-decoration: underline !important;
}

.w-80 {
    width: 80%;
}

.v0d2818 {
    color: var(--color-0d2818);
}

.v0d2818i {
    color: var(--color-0d2818) !important;
}

.v04471c {
    color: var(--color-04471c);
}

.v058c42 {
    color: var(--color-058c42);
}

.v16db65 {
    color: var(--color-16db65);
}

.vf7f1e5 {
    color: var(--color-f7f1e5);
}

.vffffff {
    color: var(--color-ffffff);
}

.vffffffi {
    color: var(--color-ffffff) !important;
}

.vbe403d {
    color: var(--color-be403d);
}

.vfafafa {
    color: var(--color-fafafa);
}

.v191919 {
    color: var(--color-191919);
}

.vdce6dc {
    color: var(--color-dce6dc);
}

a.v0d2818:hover, a.v0d2818:focus {
    color: var(--color-0d2818);
}

a.v04471c:hover, a.v04471c:focus {
    color: var(--color-04471c);
}

a.v058c42:hover, a.v058c42:focus {
    color: var(--color-16db65);
}

a.v058c42.vh0:hover, a.v058c42.vh0:focus {
    color: var(--color-0d2818);
}

a.v16db65:hover, a.v16db65:focus {
    color: var(--color-058c42);
}

a.v16db65.vhf:hover, a.v16db65.vhf:focus {
    color: var(--color-ffffff);
}

a.vf7f1e5:hover, a.vf7f1e5:focus {
    color: var(--color-f7f1e5);
}

a.v16db65.vhf path, a.v16db65.vhf path {
    fill: none;
    stroke: var(--color-16db65);
    stroke-width: 2px;
}

a.v16db65.vhf:hover path, a.v16db65.vhf:focus path {
    stroke: var(--color-ffffff);
}

a.vffffff:hover, a.vffffff:focus {
    color: var(--color-16db65);
}

a.vbe403d:hover, a.vbe403d:focus {
    color: var(--color-be403d);
}

a.vfafafa:hover, a.vfafafa:focus {
    color: var(--color-fafafa);
}

a.v191919:hover, a.v191919:focus {
    color: var(--color-191919);
}

a.vdce6dc:hover, a.vdce6dc:focus {
    color: var(--color-dce6dc);
}

.v14-20 {
    font-size: 14px;
    line-height: 20px;
}

.v18-24 {
    font-size: 18px;
    line-height: 24px;
}

.v18-28 {
    font-size: 18px;
    line-height: 28px;
}

.v18-30 {
    font-size: 18px;
    line-height: 30px;
}

.v36-36 {
    font-size: 36px;
    line-height: 36px;
}

.v36-46 {
    font-size: 36px;
    line-height: 46px;
}

.v72-46 {
    font-size: 72px;
    line-height: 46px;
}

.v200-180 {
    font-size: 200px;
    line-height: 180px;
}

.container-color-0d2818 {
    background: var(--color-0d2818) 0% 0% no-repeat padding-box;
}

.container-color-04471c {
    background: var(--color-04471c) 0% 0% no-repeat padding-box;
}

.container-color-058c42 {
    background: var(--color-058c42) 0% 0% no-repeat padding-box;
}

.v {
    position: absolute;
    bottom: 50px;
    font-size: 50px;
    z-index: 5;
    animation: bounce 2s infinite;
}

.v-middle {
    left: 50%;
    margin-left: -35px;
}

.v-right {
    right: 50px;
}

@keyframes bounce {
    0%, 20%, 50%, 70%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-25px);
    }
    60% {
        transform: translateY(-10px);
    }
    80% {
        transform: translateY(-5px);
    }
}

.col-project {
    position: relative;
}

.overlay-project {
    opacity: 0;
    background-color: var(--color-0d2818B0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 45px;
}

.col-project:hover .overlay-project, .col-project:focus .overlay-project {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.col-head {
    position: relative;
}

.overlay-head {
    opacity: 0;
    background-image: linear-gradient(to top, var(--color-058c42B0), rgba(255, 255, 255, 0));
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 45px;
    padding-top: 80px !important;
}

.col-head:hover .overlay-head, .col-head:focus .overlay-head {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.vd-arrows a {
    text-decoration: none;
}

.vd-arrows a:first-child {
    margin-right: 30px;
}

.v-col-journal a {
    text-decoration: none;
}

.v-col-journal img {
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.v-col-journal img:hover, .v-col-journal img:focus {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.4s ease-in-out;
}

.accordion * {
    background: transparent;
    border: none;
    color: var(--color-ffffff) !important;
    box-shadow: none !important;
}

.accordion .accordion-item {
    border-top: 1px solid var(--color-058c42);
}

.accordion .accordion-button {
    padding-left: 0;
    padding-right: 0;
}

.accordion .accordion-button:not(.collapsed) {
    background: transparent;
}

.accordion .accordion-item:first-child {
    border-top: none;
}

.accordion .accordion-button::after {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23058c42'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-button.collapsed:hover::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 1rem 0;
/*     text-align: justify; */
}

.vpoint {
    position: absolute;
    top: -50px;
    left: 0;
}

.v-video-fp-parent-top {
    height: calc(100vh - 80px);
    overflow: hidden;
    top: 80px;
}

.v-video-fp-parent {
    position: relative;
    height: calc(100vh - 80px);
    overflow: hidden;
}

.v-video-fp {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.v-slick {
    height: calc(100vh - 80px);
    position: relative;
}

.v-slick > div {
    display: none;
}

.v-slick > div:first-child {
    display: block;
}

.v-slick div.slick-slide {
    height: calc(100vh - 80px);
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.v28-32-100{
    font-size: 28px;
    line-height: 32px;
    font-weight: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3.5rem !important;
}

/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .responsive-iframe-yt {
        width: 100%;
        height: calc(40vh);
    }

    .v-logo-bottom {
        width: 50%;
    }

    .v-logo-top {
        width: 50px;
        height: 15px;
    }

    .v14-20 {
/*         font-size: 10px;
        line-height: 16px; */
    }

    .v18-24 {
        font-size: 14px;
        line-height: 20px;
    }

    .v18-28 {
        font-size: 14px;
        line-height: 20px;
    }

    .v18-30 {
        font-size: 14px;
        line-height: 22px;
    }

    .v36-36 {
        font-size: 24px;
        line-height: 24px;
    }

    .v36-46 {
        font-size: 24px;
        line-height: 30px;
    }

    .v72-46 {
        font-size: 36px;
        line-height: 30px;
    }

    .v200-180 {
        font-size: 50px;
        line-height: 45px;
    }
	
	.v28-32-100{
        font-size: 22px;
        line-height: 28px;
    }

    .row > div:nth-child(2) .accordion .accordion-item {
        border-top: 1px solid var(--color-058c42);
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (min-width: 575.99px) AND (max-width: 767.98px) {
    .v-logo-top {
        width: 67px;
        high: 19px;
    }

    /*.v14-20 {*/
    /*    font-size: 10px;*/
    /*    line-height: 15px;*/
    /*}*/
    .v18-24 {
        font-size: 14px;
        line-height: 20px;
    }

    .v18-28 {
        font-size: 14px;
        line-height: 20px;
    }

    .v18-30 {
        font-size: 14px;
        line-height: 22px;
    }

    .v36-36 {
        font-size: 28px;
        line-height: 28px;
    }

    .v36-46 {
        font-size: 28px;
        line-height: 33px;
    }

    .v72-46 {
        font-size: 36px;
        line-height: 33px;
    }

    .v200-180 {
        font-size: 70px;
        line-height: 60px;
    }
	
	.v28-32-100{
        font-size: 22px;
        line-height: 26px;
    }

    .row > div:nth-child(2) .accordion .accordion-item {
        border-top: 1px solid var(--color-058c42);
    }
}

/*// Medium devices (tablets, less than 992px)*/
@media (min-width: 767.99px) AND (max-width: 991.98px) {
    /*.v14-20 {*/
    /*    font-size: 10px;*/
    /*    line-height: 15px;*/
    /*}*/
    .v18-24 {
        font-size: 14px;
        line-height: 20px;
    }

    .v18-28 {
        font-size: 14px;
        line-height: 20px;
    }

    .v18-30 {
        font-size: 14px;
        line-height: 22px;
    }

    .v36-36 {
        font-size: 30px;
        line-height: 30px;
    }

    .v36-46 {
        font-size: 30px;
        line-height: 40px;
    }

    .v72-46 {
        font-size: 40px;
        line-height: 40px;
    }

    .v200-180 {
        font-size: 120px;
        line-height: 110px;
    }
	
	.v28-32-100{
        font-size: 18px;
        line-height: 24px;
    }
}

/*// Large devices (desktops, less than 1200px)*/
@media (min-width: 991.99px) AND (max-width: 1199.98px) {
    .p-5, .p-md-5 {
        padding: 3.5rem !important;
    }

    /*.v14-20 {*/
    /*    font-size: 10px;*/
    /*    line-height: 15px;*/
    /*}*/
    .v18-24 {
        font-size: 16px;
        line-height: 24px;
    }

    .v18-28 {
        font-size: 16px;
        line-height: 24px;
    }

    .v18-30 {
        font-size: 16px;
        line-height: 28px;
    }

    .v36-36 {
        font-size: 30px;
        line-height: 30px;
    }

    .v36-46 {
        font-size: 30px;
        line-height: 40px;
    }

    .v72-46 {
        font-size: 40px;
        line-height: 40px;
    }

    .v200-180 {
        font-size: 150px;
        line-height: 135px;
    }
	
	.v28-32-100{
        font-size: 20px;
        line-height: 24px;
    } 
}

/*// X-Large devices (large desktops, less than 1400px)*/
@media (min-width: 1199.99px) AND (max-width: 1399.98px) {
    .p-5, .p-md-5 {
        padding: 3.5rem !important;
    }

    /*.v14-20 {*/
    /*    font-size: 10px;*/
    /*    line-height: 15px;*/
    /*}*/
    /*.v18-28 {*/
    /*    font-size: 14px;*/
    /*    line-height: 20px;*/
    /*}*/
    /*.v18-30 {*/
    /*    font-size: 14px;*/
    /*    line-height: 22px;*/
    /*}*/
    .v36-36 {
        font-size: 33px;
        line-height: 33px;
    }

    .v36-46 {
        font-size: 33px;
        line-height: 43px;
    }

    .v72-46 {
        font-size: 60px;
        line-height: 43px;
    }

    .v200-180 {
        font-size: 175px;
        line-height: 165px;
    }

}

/*// XX-Large devices (larger desktops)*/
/*// No media query since the xxl breakpoint has no upper bound on its width*/
@media (min-width: 1399.99px) {
    .p-5, .p-md-5 {
        padding: 3.5rem !important;
    }
}

.alm-btn-wrap {
    text-align: center;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.alm-btn-wrap button {
    border: none;
    background: transparent;
    font-size: 30px;
    line-height: 40px;
    color: var(--color-16db65);
    font-weight: 300;
    transition: all 1s ease;
    text-decoration: underline;
}

.alm-btn-wrap button:hover {
    color: var(--color-ffffff);
}

.alm-btn-wrap .alm-load-more-btn.done {
    display: none;
}

.hide {
    display: none;
}

.img-fluid{
/*     width:100% */
}

.pb-0, .pb-md-0 {
        padding-bottom: 0 !important;
    }
.pt-0, .pt-md-0 {
        padding-bottom: 0 !important;
    }

.px-md-5, .px-sm-3 .px-1{
	padding:0 3.5rem !important;
}

@media (max-width: 575.98px) {
	.px-md-5, .px-sm-3 .px-1{
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
}
