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

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
        url("../fonts/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
        url("../fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
        url("../fonts/Montserrat-ExtraBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

.inner_socials__item {
    margin: 10px;
   }

/* :root {
    --accent-color: #295135;
    --secondary-color: #151618;
    --body-color: #000000;
} */

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px !important;
    color: var(--body-color) !important;
    background: var(--body-background) !important;
    line-height: 28px !important;
}

p {
    word-break: break-word;
}

img {
    max-width: 100%;
}

a {
    color: var(--body-color) !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: 'Montserrat' !important;
    line-height: 1 !important;
}

@media (min-width: 1200px) {

    .container {
        max-width: 1200px !important;
    }

}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }

}


@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }

}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
        min-height: 130px;
    }
    .header_spec {
        min-height: 130px;
    }

}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden-vertical {
    overflow-y: hidden;
}

.page_content {
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
    position: relative;
    height: 100%;
}

@media (max-width: 1200px) {
    .hide_medium {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) {
    .hide_large {
        display: none !important;
    }
}

.only_mobile {
    display: none;
}

@media screen and (max-width: 479px) {
    .only_mobile {
        display: flex;
    }
	
	.page-id-103 .page_content__header_image {
		display: none;
	}
	
	.page-id-103 .page_content__header {
		padding: 130px 0 50px;
	}
}

.home section {
  
}

/*
* HEADER STYLES
*/

header {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 9;
    top: 60px;
}

.header__wrapper {

    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header_logo {
    left: -60px;
    position: relative;
}

@media(max-width: 769px) {
    header {
        top: 0px
    }

    .header_logo {
        left: 0;
    }

    .header_logo img {
        max-height: 70px;
    }

    .h1,
    h1 {
        font-size: calc(1.375rem + 5vw) !important;
        line-height: calc(1.375rem + 8vw) !important;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.header_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.navbar__header {
    display: flex;
    align-items: center;
    list-style: none;
    column-gap: 30px;
    row-gap: 10px;
    padding: 0;
    margin: 0;
}

.navbar__header a {
    color: var(--secondary-color) !important;
}

.navbar__header a:hover {
    color: var(--secondary-color) !important;
}

/* .show_sticky .header_logo img {
    max-height: 60px;
} */

.remove_margin {
    margin: 0;
}

/* .show_sticky {
    position: sticky;
    top: 0;
    background: #ffffff20;
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
} */

/* SANDWICH */
.mobile__menu {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.menu-text {
    margin-left: auto;
    color: #000000;
}

.sandwich {
    width: 36px;
    height: 36px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.sandwich * {
    transition: all 0.5s cubic-bezier(0.47, 0.02, 0.03, 0.86);
}

.sandwich span {
    width: 34px;
    height: 2px;
    background: #000000;
    position: absolute;
}

.sandwich .sand {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sandwich .sand span:nth-child(1) {
    top: 10px;
    left: 0;
}

.sandwich .sand span:nth-child(2) {
    top: 20px;
    left: 0;
}

.sandwich .sand span:nth-child(3) {
    top: 30px;
    left: 0;
}

.sandwich .closed {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 2;
    opacity: 1;
    overflow: hidden;
    transform: rotate(45deg);
    transform-origin: center;
}

.sandwich .closed span:nth-child(1) {
    width: 36px;
    top: 17px;
    left: 0;
    transform: rotate(0deg) translateX(-130%);
    transition-delay: 0.30s;
}

.sandwich .closed span:nth-child(2) {
    width: 36px;
    top: 17px;
    right: 0;
    transform: rotate(90deg) translateX(-130%);
    transition-delay: 0.45s;
}

.sandwich:hover .sand span:nth-child(1) {
    width: 26px;
}

.sandwich:hover .sand span:nth-child(2) {
    width: 26px;
    left: 10px;
}

.sandwich:hover .sand span:nth-child(3) {
    width: 26px;
}

.sandwich.active {
    position: relative;
}

.sandwich.active .sand span:nth-child(1) {
    width: 0;
}

.sandwich.active .sand span:nth-child(2) {
    width: 0;
    left: 0;
    transition-delay: 0.15s;
}

.sandwich.active .sand span:nth-child(3) {
    width: 0;
    left: 0;
    transition-delay: 0.15s;
}

.sandwich.active .closed span:nth-child(1) {
    width: 36px;
    transform: rotate(0deg) translateX(0);
}

.sandwich.active .closed span:nth-child(2) {
    width: 36px;
    transform: rotate(90deg) translateX(0);
    transition-delay: 0.15s;
}

.display-nav .sandwich {
    position: relative;
}

.display-nav .sandwich .sand span:nth-child(1) {
    width: 0;
}

.display-nav .sandwich .sand span:nth-child(2) {
    width: 0;
    left: 0;
    transition-delay: 0.15s;
}

.display-nav .sandwich .sand span:nth-child(3) {
    width: 0;
    left: 0;
    transition-delay: 0.15s;
}

.display-nav .sandwich:hover .sand span:nth-child(1) {
    width: 0;
}

.display-nav .sandwich:hover .sand span:nth-child(2) {
    width: 0;
    left: 10px;
}

.display-nav .sandwich .closed span:nth-child(1) {
    width: 36px;
    transform: rotate(0deg) translateX(0);
}

.display-nav .sandwich .closed span:nth-child(2) {
    width: 36px;
    transform: rotate(90deg) translateX(0);
    transition-delay: 0.15s;
}

/*
* BUTTONS STYLE
*/

.primary_link {
    position: relative;
    overflow: hidden;
    display: block;
    color: #ffffff !important;
    width: fit-content;
    background: var(--accent-color);
    padding: 10px 25px;
    min-width: 175px;
    /* margin: 0 auto; */
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 500;
    z-index: 1;
}

.primary_link:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: var(--secondary-color);
    left: -50px;
    bottom: -50px;
    z-index: -1;
    border-radius: 50%;
}

.primary_link:hover:before {
    width: 400px;
    height: 150px;
}

.secondary_link {
    position: relative;
    overflow: hidden;
    display: block;
    color: #ffffff !important;
    width: fit-content;
    background: var(--secondary-color);
    padding: 10px 25px;
    min-width: 175px;
    /* margin: 0 auto; */
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 500;
    z-index: 1;
}

.secondary_link:before {

    width: 50px;
    height: 50px;
    background: var(--accent-color);
    left: -50px;
    bottom: -50px;
    z-index: -1;
    border-radius: 50%;
    transition: all .450s ease-in;
    -webkit-transition: all .450s ease-in;
    -moz-transition: all .450s ease-in;
    -ms-transition: all .450s ease-in;
    -o-transition: all .450s ease-in;
}

.secondary_link:hover:before {
    width: 400px;
    height: 150px;
}

.clean_button {
    border: 0px;
    background: transparent;
    box-shadow: none;
}

.primary_button {
    color: #ffffff;
    width: fit-content;
    background: var(--accent-color);
    padding: 10px 25px;
    min-width: 175px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 500;
}

.secondary_button {
    color: #ffffff;
    width: fit-content;
    background: var(--secondary-color);
    padding: 10px 25px;
    min-width: 175px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 500;
}

/*
* ANIMATIONS
*/

.gs_reveal {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
}

.from_left_cover {
    position: absolute !important;
    left: 0% !important;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background: #fff;
    transform-origin: left;
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 500px;
    overflow: hidden;
}

.animation {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--secondary-color);
    z-index: 200;
}

.page-id-103 .secondary_link svg {
    transform: rotate(90deg);
}