@font-face {
    font-family: "Involve-Bold";
    src: url("../fonts/Involve-Bold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Involve-Medium";
    src: url("../fonts/Involve-Medium.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Involve-Regular";
    src: url("../fonts/Involve-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Involve-SemiBold";
    src: url("../fonts/Involve-SemiBold.ttf") format("truetype");
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: Involve-Regular, sans-serif;
    color: #050301;
}

body.no-scroll {
    overflow: hidden;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Involve-Regular, sans-serif;
}

a {
    text-decoration: none;
    color: #050301;
}
a:hover{
    color: #f5841f;
}
.container {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.df {
    display: flex;
}

.dn {
    display: none;
}
.f-column{
    flex-direction: column;
}

.a-center {
    align-items: center;
}
.a-end{
    align-items: flex-end;
}
.j-spc-btw {
    justify-content: space-between;
}

.j-center {
    justify-content: center;
}

.t-center {
    text-align: center;
}
.f-wrap{
    flex-wrap: wrap;
}
.j-end{
    justify-content: flex-end;
}

input {
    outline: none;
    border: none;
    box-shadow: none;
}
.btn{
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    cursor: pointer;
    transition: all .3s;
    font-family: Involve-Medium, sans-serif;
    font-weight: 500;
}
.btn__orange{

    padding: 10px 32px;

    background: #f5841f;

    border-radius: 28px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.3px;
    text-align: center;
    border: 1px solid #f5841f;

    color: #ffffff;
}
.btn__orange:hover{
    background: transparent;
    color: #f5841f;
    border: 1px solid #f5841f;
}
.btn__more{
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #787878;
    gap: 4px;
}
.btn__more:hover{
    color: #f5841f;
}
.btn__more:hover path{
    stroke: #f5841f
}
.btn__orange--outline{
    border: 1px solid #f5841f;
    border-radius: 28px;
    padding: 10px 32px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.3px;
    text-align: center;
    color: #f5841f;
}
.btn__orange--outline:hover{
    background: #f5841f;
    color: #fff;
}

.btn__submit{
    padding: 20px 60px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #f5841f;
    width: 100%;
}
.btn__menu{
    display: none;
}
.btn__menu.hide{
    display: none;
}
footer{
    border-top: 1px solid #D2D2D2;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.breadcrumbs{
    margin-top: 20px;
    margin-bottom: 30px;
}
.breadcrumbs__list{
    gap: 26px;
}
.breadcrumbs__link{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    transition: all .3s;
    color: #050301;
    position: relative;
}
.breadcrumbs__link:hover{
    color: #f5841f;
}
.breadcrumbs__link:after{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: -20px;
    background: url('../images/slash.svg') no-repeat;
}
.breadcrumbs__text{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #787878;
}
.checkbox-label {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFEAD7;
    user-select: none;
}
.checkbox-label a{
    color: #FFFFFF;
    text-decoration: underline;
}
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    background: transparent;
    border: 1px solid #FAF9F9;
    border-radius: 2px  ;
}

.checkbox-label:hover input ~ .checkmark {

}

.checkbox-label input:checked ~ .checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-label .checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
section.pb-100{
    padding-bottom: 100px;
}
section.pt-50{
    padding-top: 50px;
}
section.pt-100{
    padding-top: 100px;
}
section.pb-50{
    padding-bottom: 50px;
}

section.bg-white{
    background: #fff;
}
section.bg-gray{
    background: #FAF9F9;
}
section.bg-green{
    background: #F1F8ED;
}
.section__title.small{
    font-size: 56px;
    line-height: 72px;
}
.medium{
    font-family: Involve-Medium, sans-serif;
    font-weight: 500;
}
.overlay{
 display: flex;
    position: fixed;
    width: calc(100% - 360px);
    height: 100%;
    background: rgba(0,0,0, .7);
    left:-150%;
    top: 0;
	z-index: 2;
	transition: all .6s
}
.overlay.show{
 left: 360px
}
.btn__close{
    position: absolute;
    top: 24px;
    right: 10px;
    background: transparent;
    border: none;
    z-index: 999;
}
/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 0;
}
.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
    /* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    background: transparent;
    border: 1px solid #FAF9F9;
    border-radius: 2px  ;
    box-sizing: border-box;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    visibility: hidden;
}
.bg-gray .custom-checkbox .wpcf7-checkbox input[type=checkbox] + span:before,
.bg-gray .custom-checkbox .wpcf7-checkbox input[type=checkbox] + span:after{
    border-color: #464443;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}
.wpcf7-list-item-label {
    display: inline-block;
    padding-left: 22px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFEAD7;
    user-select: none;
}
.bg-gray .custom-checkbox .wpcf7-list-item-label{
    color: #787878;
}
.custom-checkbox a{
    color: #FFFFFF;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.bg-gray .custom-checkbox a{
    color: #464443;
}
.custom-checkbox{
    margin-bottom: 10px;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid input:not[type=checkbox]{
    border: 1px solid red !important;
}

.wpcf7-not-valid{
    border: 1px solid red !important;
}

.custom-checkbox .wpcf7-not-valid{
    border: none!important;
}

.wpcf7-checkbox.wpcf7-not-valid input[type=checkbox] + span:before{
    border: 1px solid red !important;
}
.scroll-top{
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #f5841f;
}
