@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
@font-face {
    font-family: 'Overused Grotesk semibold';
    src: url('fonts/OverusedGrotesk-SemiBold.woff2') format('woff2'),
        url('fonts/OverusedGrotesk-SemiBold.woff') format('woff'),
        url('fonts/OverusedGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Overused Grotesk Light';
    src: url('fonts/OverusedGrotesk-Light.woff2') format('woff2'),
        url('fonts/OverusedGrotesk-Light.woff') format('woff'),
        url('fonts/OverusedGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Overused Grotesk';
    src: url('fonts/OverusedGrotesk-Regular.woff2') format('woff2'),
        url('fonts/OverusedGrotesk-Regular.woff') format('woff'),
        url('fonts/OverusedGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ID Grotesk Medium';
    src: url('fonts/IDGrotesk-Medium.woff2') format('woff2'),
        url('fonts/IDGrotesk-Medium.woff') format('woff'),
        url('fonts/IDGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'ID Grotesk Book';
    src: url('fonts/IDGrotesk-Book.woff2') format('woff2'),
        url('fonts/IDGrotesk-Book.woff') format('woff'),
        url('fonts/IDGrotesk-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'ID Grotesk Thin';
    src: url('fonts/IDGrotesk-Thin.woff2') format('woff2'),
        url('fonts/IDGrotesk-Thin.woff') format('woff'),
        url('fonts/IDGrotesk-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ID Grotesk Semibold';
    src: url('fonts/IDGrotesk-Semibold.woff2') format('woff2'),
        url('fonts/IDGrotesk-Semibold.woff') format('woff'),
        url('fonts/IDGrotesk-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1270px;
}
body {
    background-color: #ffffff;
    color: #000000;
    font-family: "Geist", serif;
    font-size: 16px;
    font-weight: normal;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #114700;
    font-family: 'ID Grotesk Bold', sans-serif;
    font-style: normal;
    line-height: 1.5;
    margin: 0 0 8px;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #114700;
}
p a {
    color: #000000;
}
p {
    line-height: 25px;
    margin-bottom: 10px;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}
ul {
    margin-bottom: 0;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
strong {
    color: #000000;
}
iframe {
    border: none;
    float: left;
    width: 100%;
}
select {
    background-color: #f0eef0;
    border: 1px solid #dfdfdf;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
    background-image: url('images/selectarrow.svg');
    -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 96%;
    background-repeat: no-repeat;
    background-size: 20px;
}
label {
    color: #000000;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
button {
    border: none;
}

input[type="submit"] {
    outline: none;
}
form p {
    float: left;
    position: relative;
}
form p span i {
    color: #000000;
    left: 16px;
    position: absolute;
    top: 13px;
}
option {
    padding: 5px 15px;
}
li {
    line-height: 28px;
    list-style: inside none disc;
    list-style: none;
}
ul ul {
    margin-left: 20px;
}
ol {
    float: none;
    list-style: outside none decimal;
    padding-left: 15px;
}
ol ol {
    margin-left: 20px;
}
ol li {
    list-style: outside none decimal;
    width: 100%;
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    text-align: left;
}
table {
    margin-bottom: 15px;
    width: 100%;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #dddddd;
    line-height: 1.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}
table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd;
}
table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-bottom: 0 none;
}
table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px 10px;
}
p ins {
    color: #000000;
}
dl dd   { margin-left: 20px; }
address { font-style: italic; }
/*header_wrapper*/
.st-main-wrapper { overflow: hidden; }
.header_wrapper {
    background-color: #111C11;
    border: 1px solid #000;
    padding: 10px 0;
    border-bottom: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.header_wrapper .container {
    display: flex;
    align-items: center;
}
.header_navigation {
    margin-left: auto;
    zoom: 0.95;
}
.navbar { padding:0 }
.navbar-nav { align-items: center; gap: 48px }
.navbar-nav li a {
    color: #fff;
    font-family: 'Overused Grotesk', sans-serif;
    text-transform: uppercase;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
}
.navbar-nav li a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -39px;
    transform: translateX(-50%) scale(0);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #AAE37D;
    box-shadow: 0 -2px 24px rgba(170,227,125,0.8);
    transition: all 0.4s ease-in-out;
}
.navbar-nav li a.active:before,
.navbar-nav li:hover a:before {
    transform: translateX(-50%) scale(1);
}
.navbar-nav li a.header_btn {
    padding: 24px 30px 25px !important;
    display: inline-block;
    text-transform: uppercase;
    background: url('images/btn_shape.png');
    background-size: 100% 100% !important;
    font-family: 'Overused Grotesk semibold', sans-serif;
    color: #fff;
    border: none;
    line-height: 11px;
    letter-spacing: 1px;
    transition: all 0.4s ease-in-out;
}
.navbar-nav li a.header_btn:hover { transform:scale(0.98); }
.navbar-nav li a.header_btn:before { content: none; }
/*banner_wrapper*/
.banner_wrapper {
    padding: 209px 0 0;
}
.banner_wrapper img { border-radius: 20px; }
.banner_wrapper .container {
    display: flex;
    gap: 40px;
    align-items: flex-end;
}
.banner_wrapper .container > img {
    max-width: 510px;
}
.banner_content span {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'ID Grotesk Light', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0.95;
    letter-spacing: 12.6px;
}
.banner_content h1 {
    margin: 0 0 30px;
    font-family: 'ID Grotesk Bold', sans-serif;
    font-size: 100px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.banner_content p {
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
}
.banner_content a { margin-bottom: 25px; }
/*countdown_wrapper*/
.countdown_wrapper {
    background: linear-gradient(120deg, rgba(17,17,28,1) 0%, rgba(17,71,0,1) 100%);
    border-radius: 10px;
    padding: 50px 32px;
    width: 100%;
    margin-top: 40px;
}
.countdown_wrapper ul {
    display: flex;
    justify-content: space-between;
}
.countdown_wrapper ul li h2 {
    font-family: 'ID Grotesk Bold', sans-serif;
    font-weight: bold;
    font-size: 48px;
    margin: 0 0 15px;
    color: #fff;
    line-height: 1;
}
.countdown_wrapper ul li {
    width: 33.333%;
    margin: 0;
    text-align: center;
    line-height: 1;
}
.countdown_wrapper ul li span {
    font-family: 'ID Grotesk Book', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
/*about_wrapper*/
.about_wrapper {
    padding: 100px 0 50px;
}
.about_wrapper .container {
    display: flex;
    gap: 40px;
    align-items: center;
}
.about_wrapper figure {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 20px;
    width: 820px;
    flex: 0 0 820px;
}
.about_wrapper figure:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background-color: #AAE37D;
    border-radius: 100%;
    pointer-events: none;
    filter: blur(600px);
}
.about_wrapper figure img {
    max-width: 400px;
    width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.about_wrapper section h2 {
    margin: 0 0 10px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    color: #347520;
}
.about_wrapper section p { margin:0 }
/*discover_wrapper*/
.discover_wrapper {
    text-align: center;
    padding: 120px 0;
    background: url('images/discover_bg.jpg') center;
    background-size: cover;
    background-attachment: fixed;
}
.discover_wrapper h2 {
    margin: 0 0 20px;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 0.9;
    text-transform: uppercase;
}
.discover_wrapper p {
    margin: 0 0 25px;
    max-width: 710px;
    display: inline-block;
    color: #fff;
    font-weight: 200;
}
.simple_btn {
    padding: 24px 30px 25px;
    display: inline-block;
    text-transform: uppercase;
    background: url('images/btn_shape.png');
    background-size: 100% 100% !important;
    font-family: 'Overused Grotesk semibold', sans-serif;
    color: #fff;
    border: none;
    line-height: 11px;
    letter-spacing: 1px;
    transition: all 0.4s ease-in-out;
}
.simple_btn:hover {transform:scale(0.98);}
/*flip_card_wrapper*/
.flip_card_wrapper {
    padding: 100px 0 50px;
}
.card-container {
  perspective: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -25px;
}

.flip-card {
  width: 33.333%;
  height: 563px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s;
  padding: 0 25px;
  margin-bottom: 50px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); /* Flip the card on hover */
}

/*.flip-card:first-child .flip-card-inner {
  transform: rotateY(0);
}

.flip-card:first-child:hover .flip-card-inner {
  transform: rotateY(180deg);  
}*/

.flip-card-inner {
  position: absolute;
  width: calc(100% - 50px);
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
  text-align: center;
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #F9F9FC;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.12);
  border-radius: 20px;
}
.flip-card-back img,
.flip-card-front img { margin-bottom: 23px; }
.flip-card-back h2,.flip-card-front h2 {
    text-transform: uppercase;
    margin: 0;
    line-height: 30px;
    font-family: 'ID Grotesk Book', sans-serif;
    font-weight: 300;
}
.flip-card-front h2 { padding: 0 50px; color: #000; }
.flip-card-back {
  background-color: #347520;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.12);
  border-radius: 20px;
  padding: 25px;
}
.flip-card-back h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'ID Grotesk Bold', sans-serif;
}
.flip-card-back ul {
    display: flex;
    flex-direction: column;
}
.flip-card-back ul li {
    line-height: 25px;
    position: relative;
    color: #fff;
    text-align: center;
}
.flip-card-back ul li span {
    display: block;
    padding: 12px 0;
    font-weight: 200;
}
.flip-card-back ul li:before {
    content: "";
    background: url('images/topborder.svg') center no-repeat;
    background-size: cover;
    width: 100%;
    height: 2px;
    display: block;
}

/*.card-container:hover .flip-card:first-child .flip-card-inner {
  transform: rotateY(180deg);
}*/

/*.flip-card:first-child .flip-card-front {
  transform: rotateY(180deg);
}

.flip-card:first-child .flip-card-back {
  transform: rotateY(0);
}*/

/*title_wrap*/
.title_wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 55px;
}
.title_wrap h2 {
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
}
.title_wrap p { margin-top: 15px }
/*contact_wrapper*/
.contact_wrapper img {
    width: 100%;
}
.contact_wrap {
    display: flex;
    justify-content: flex-end;
    margin: -275px 0 0;
}
.contact_wrap section {
    width: 100%;
    max-width: 562px;
}
.contact_wrap section h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #347520;
}
.contact_wrap section p { margin:0 }
.contact_wrap form {
    max-width: 578px;
    width: 100%;
    margin-left: auto;
    margin-top: -150px;
}
.contact_wrap form li { margin-bottom:20px }
.form-control {
    height: 61px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background-color: #F9F9FC;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.08);
    color: #000000;
    padding-left: 20px;
    font-family: 'Overused Grotesk', sans-serif;
    font-weight: 300;
}
.form-control::placeholder {
    color: #000;
    text-transform: uppercase;
}
button.simple_btn { width: 199px; height: 64px; outline: none !important; }
/*why_choose_wrapper*/
.why_choose_wrapper {
    padding: 120px 0 0;
}
.why_choose_wrapper .container {
    display: flex;
}
.why_choose_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.why_choose_wrap section {
    position: relative;
    z-index: 2;
}
.why_choose_wrap h2 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bold;
    color: #F9F9FC;
    line-height: 1;
    margin: 0 0 20px;
}
.why_choose_wrap p {
    color: #F9F9FC;
    margin: 0 0 30px;
    max-width: 391px;
}
.why_choose_wrap:before {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    width: 99em;
    height: 100%;
    background-color: #111C11;
    border-radius: 0 400px 400px 0;
    z-index: 1;
}
.why_choose_wrap:after {
    content: '';
    position: absolute;
    right: -35px;
    top: -5px;
    width: 99em;
    height: calc(100% + 10px);
    background: linear-gradient(80deg, rgba(170,227,125,0) 0%, rgba(97,219,60,1) 100%);
    border-radius: 0 400px 400px 0;
}
/*why_choose_list*/
.why_choose_list ul li {
    display: flex;
    gap: 23px;
    align-items: center;
    margin-bottom: 80px;
}
.why_choose_list ul li img { transition: all 0.4s ease-in-out; }
.why_choose_list ul li:hover img { transform: scaleX(-1); }
.why_choose_list ul li:nth-child(2),
.why_choose_list ul li:nth-child(3) {
    padding-left: 60px;
}
.why_choose_list ul li:last-child { margin-bottom:0 }
.why_choose_list h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: bold;
    line-height: 1;
    color: #11111C;
    text-transform: uppercase;
}
.why_choose_list p {
    margin: 0;
}
/*second_about*/
.second_about { padding: 35px 0 0 }
.second_about .container {
    display: flex;
    align-items: center;
}
.second_about figure:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background-color: #AAE37D;
    border-radius: 100%;
    pointer-events: none;
    filter: blur(600px);
}
.second_about figure {
    margin-left: -112px;
    margin-bottom:0 
}
.second_about figure img {
    position: relative;
    z-index: 1;
    border-radius: 20px;
}
.second_about section {
    max-width: 610px;
    margin-left: auto;
}
.second_about section p { margin:0 }
.second_about section h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #347520;
}
/*seamless_property_wrapper*/
.seamless_property_wrapper {
    padding: 55px 0 0;
}
.seamless_property_wrapper .row { margin: 0 -20px }
.seamless_property_wrapper .row .col-md-6 { padding: 0 20px }
.seamless_property_text {
    text-align: center;
}
.seamless_property_text h4,
.seamless_property_text h3 {
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
    font-size: 24px;
}
.seamless_property_text h3 {
    color: #fff;
    margin-bottom: 5px;
}
.seamless_property_text h4 { margin-bottom: 20px; color:#AAE37D }
.seamless_property_text span {
    display: block;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'ID Grotesk Light', sans-serif;
}
.seamless_property_text section {
    padding: 60px 40px;
    background-color: #347520;
    box-shadow: 0 0 80px rgba(0,0,0,0.12);
    border-radius: 20px;
    height: 100%;
}
.seamless_property_text section.dark {
    background-color: #111C11;
}
.seamless_property_wrapper .simple_btn { padding: 26px 46px 27px }
.simple_btn.dark {
    background: url('images/btn_shape_dark.png');
}
.seamless_property_wrapper p { margin-bottom: 30px; color: #fff; font-weight:200 }
/*careers_wrapper*/
.careers_wrapper {
    padding: 92px 0 72px;
    position: relative;
}
.bg-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background: url('images/career_bg.jpg') left center no-repeat;
    border-radius: 20px 0 0 20px;
    background-size: cover;
    box-shadow: 48px 58px 120px rgba(0,0,0,0.12);
}
.careers_wrapper_form > img { display:none; border-radius:10px; }
.careers_wrapper_form h2 {
    margin: 0 0 25px;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    color: #347520;
}
.careers_wrapper_form > p {
    margin-bottom: 17px;
    max-width: 578px;
}
.upload_wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #D9D9D9;
    background-color: #F9F9FC;
    border-radius: 8px;
    padding: 27px 40px;
    box-shadow: 12px 12px 24px rgba(0,0,0,0.08);
    cursor: pointer;
}
.upload_wrap span {
    text-transform: uppercase;
    line-height: 14px;
    display: block;
    margin-bottom: 17px;
    font-family: 'Overused Grotesk', sans-serif;
}
.upload_wrap img { margin-bottom: 20px; }
.upload_wrap p {
    margin: 0;
    color: #8A8A8A;
    line-height: 14px;
    font-family: 'Overused Grotesk', sans-serif;
}
.careers_wrapper_form ul li {
    margin-bottom: 20px;
}
/*value_mission_wrapper*/
.value_mission_wrapper {
    padding: 100px 0 0;
}
.value_mission_wrapper .container {
    display: flex;
    gap: 16px;
}
.value_wrap {
    background: url('images/blue_bg.png');
    background-size: 100% 100%;
    padding: 60px;
    max-width: 718px;
    flex: 0 0 718px;
}
.value_wrap h2 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 43px;
    margin: 0 0 30px;
}
.value_wrap ul li {
    margin: 0 0 30px;
}
.value_wrap ul li:last-child { margin-bottom:0 }
.value_wrap h3 {
    margin: 0 0 16px;
    font-weight: bold;
    font-family: "Geist", serif;
    line-height: 25px;
    font-size: 20px;
    color: #fff;
}
.value_wrap p {
    margin: 0;
    color: #fff;
}
/*missing_box*/
.missing_box {
    background: url('images/green_bg.png');
    background-size: 100% 100%;
    padding: 60px 60px 77px 165px;
    margin-left: -126px;
}
.missing_box h2 {
    text-transform: uppercase;
    margin: 0 0 30px;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 52px;
}
.missing_box p {
    margin: 0;
    letter-spacing: 0.55px;
    color: #fff;
}
.missing_wrap img {
    width: 100%;
    margin-top: 16px;
    border-radius: 20px;
}
/*get_in_touch_wrap*/
.get_in_touch_wrap {
/*    padding: 100px 0 80px;*/
    padding: 100px 0 0;
}
.get_in_touch_wrap .container {
    display: flex;
    gap: 72px;
}
.get_in_touch {
    max-width: 457px;
}
.get_in_touch h2 {
    font-size: 60px;
    text-transform: uppercase;
    margin: 0 0 31px;
    font-weight: bold;
    line-height: 48px;
    color: #347520;
}
.get_in_touch h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0 0 40px;
    color: #347520;
}
.get_in_touch ul li {
    margin-bottom: 40px;
    line-height: 1;
}
.get_in_touch ul li img { width: 20px; height: 16px; object-fit: contain; }
.get_in_touch ul li a,
.get_in_touch ul li span {
    display: flex;
    gap: 20px;
}
.get_in_touch ul li a:hover { text-decoration: underline; }
.get_in_touch p {
    margin-bottom: 53px;
}
/*get_form*/
.get_form { width:100%; }
.get_form ul li {
    margin: 0 0 20px;
}
.get_form textarea {
    height: 142px;
}
/*social_links*/
.social_links {
    display: flex;
    align-items: center;
    gap: 40px;
}
.social_links a {
    transition: all 0.4s ease-in-out;
}
.social_links a:hover {
    transform: scale(1.2);
}
/*newsletter_wrapper*/
.newsletter_wrapper { display:none; }
.newsletter_wrapper img {
    width: 100%;
}
.newsletter_wrap {
    text-align: center;
    background-color: #347520;
    border-radius: 20px 20px 0 0;
    padding: 80px 30px;
}
.newsletter_wrap form {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.newsletter_wrap h2 {
    font-weight: bold;
    font-size: 48px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 0 19px;
    color: #fff;
}
.newsletter_wrap p {
    margin: 0 0 40px;
    color: #fff;
}
.newsletter_wrap form input {
    height: 64px;
    max-width: 500px;
}
/*footer_wrapper*/
.footer_wrapper { padding: 80px 0 0 }
.footer_wrapper .container {
    display: flex;
    gap: 85px;
    align-items: center;
}
.footer_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 62px;
}
.contact_location,.footer_links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
}
.footer_links li a {
    font-family: 'Overused Grotesk', sans-serif;
    transition: all 0.4s ease-in-out;
}
.footer_links li a:hover {
    color: #347520;
}
.contact_location li a,
.contact_location li span {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact_location li { text-transform: none; }
.contact_location li a:hover { text-decoration:underline; }
/*copyright_wrap*/
.copyright_wrap {
    background-color: #302C2D;
    padding: 20px 0;
    font-size: 14px;
    margin-top: 80px;
}
.copyright_wrap .container {
    display: flex;
    justify-content: space-between;
}
.copyright_wrap span,
.copyright_wrap a { color: #F9F9FD }
.copyright_wrap a:hover { text-decoration: underline; }
.top-btn {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #AAE37D;
    padding: 13px;
    display: none;
}
.top-btn:hover img {
    animation: none;
}
.top-btn img { animation: movebounce 1s linear infinite; }
@keyframes movebounce {
    0% { transform: translateY(-10%)}
    50% {transform: translateY(10%)}
    100% {transform: translateY(-10%)}
}
.navbar-toggler { outline: none !important; }
.navbar-toggler[aria-expanded="false"] .menu {display: block;}
.navbar-toggler[aria-expanded="false"] .cross {display: none;}
.navbar-toggler[aria-expanded="true"] .menu {display: none;}
.navbar-toggler[aria-expanded="true"] .cross {display: block;}
.formobile { display:none; }
/*hubmodal_wrap*/
.hubmodal_wrap .modal-dialog {
    max-width: 800px;
    padding: 0 15px;
}
.modal-body {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 50px;
}
.modal-content { border-radius: 20px; }
.modal-body form {
    width: 55%;
}
.modal-body form h2 {
    text-transform: uppercase;
    font-size: 36px;
    color: #347520;
    line-height: 1;
    margin: 0 0 12px;
}
.modal-body form p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 30px;
}
.modal-body form ul li {
    margin-bottom: 20px;
}
.modal-body form ul li:last-child { margin-bottom:0 }
.modal-body img {
    width: 45%;
}
.hubmodal_wrap button.close {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #111C11;
    outline: none !important;
    opacity: 1 !important;
    z-index: 9;
}
.error{
    color: red;
}
.simple_btn.spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.spinner img {
    max-width: 20px;
}
.alert-box {
    width: fit-content;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 20px;
    margin: 0 0 20px;
    background-color: #292929;
    color: #fff;
    /*border: 1px solid #9b6f1e;*/
    border-radius: 5px;
}
.alert-box.error_alert{
    border: none;
    background: #C71515;
}

.grecaptcha-badge{
    bottom: 100px !important;
}
/*howitwork*/
.howitwork {
    padding: 0 0 114px;
    background: url('images/biglogo-layer.png') bottom right no-repeat;
}
.howitwork ul {
    display: flex;
    gap: 60px;
}
.howitwork .container {
    max-width: 1430px;
}
.howitwork ul li h3 {
    font-size: 60px;
    margin: 0;
}
.howitwork ul li:nth-child(2n) .howitwork_text {
    background: linear-gradient(0deg, rgba(52,117,32,0) 60%, rgba(52,117,32,1) 100%);
}
.howitwork ul li h3 span {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Geist", serif;
    letter-spacing: 5.4px;
}
.howitwork_text {
    background: linear-gradient(180deg, rgba(52,117,32,0) 60%, rgba(52,117,32,1) 100%);
    border-radius: 20px;
    padding: 2px;
    text-align: center;
    box-shadow: 48px 58px 120px rgba(0,0,0,0.08);
}
.howitwork_text section {
    padding: 24px;
    border-radius: 20px;
    background-color: #ffffff;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.howitwork_text section h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 24px;
    color: #000000;
}
.howitwork_text section p {
    text-transform: uppercase;
    margin: 0;
}
.howitwork ul li {
    width: 25%;
    transition: all 0.4s ease-in-out;
}
.howitwork ul li:hover { transform: translateY(-10px); }
/*clients_wrap*/
.clients_wrap {
    padding: 120px 0 0;
}
.clients_text {
    display: flex;
    gap: 32px;
    margin-bottom: 80px;
    align-items: center;
}
.clients_text section {
    width: 45%;
}
.clients_text img {
    width: 55%;
    border-radius: 20px;
}
.clients_text section h3 {
    text-transform: uppercase;
    color: #11111C;
    font-size: 24px;
}
.bottom_title {
    text-align: center;
    max-width: 862px;
    margin: 0 auto 80px;
}
.bottom_title h3 {
    color: #11111C;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.bottom_title p {
    margin: 0;
}
/*career_wrap*/
.career_wrap { padding: 100px 0 0 }
.career_wrap img {
    margin-top: -230px;
}
.career_wrap section {
    max-width: 690px;
    position: relative;
    z-index: 1;
}
.career_wrap section h2 {
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 20px;
}
.career_wrap section p {
    max-width:580px;
    letter-spacing:0.5px;
    margin-bottom: 0;
}
.sucsess_box {
    background-color: rgba(170, 227, 125, 0.3);
    border-radius: 20px;
    padding: 64px 40px;
    position: relative;
    margin-top: 30px;
}
.sucsess_box ul {
    display: flex;
    flex-wrap: wrap;
}
.sucsess_box ul li {
    width: 50%;
    margin-bottom: 30px;
}
.sucsess_box ul li:last-child { margin-bottom: 0 }
.sucsess_box ul li label {
    font-family: 'Overused Grotesk', sans-serif;
    margin: 0 0 10px;
    line-height: 1;
}
.sucsess_box h5 {
    font-size: 24px;
    margin: 0;
    line-height: 1;
    color: #328118;
}
.sucsess_box h5 a {color: #328118;}
.sucsess_box h6 {
    margin: 0;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
}
.sucsess_box ul li.full { width: 100% }
.sucsess_box p {
    float: none;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
}
.sucsess_box a:hover { text-decoration: underline; }
.sucsess_box p a {
    color: #328118;
}
.box_cross {
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.4s ease-in-out;
}
.box_cross:hover { transform:scale(0.9); }
/*subbanner*/
.subbanner {
    height: 550px;
    background: url('images/blog_bg.jpg');
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px;
}
.subbanner.blog_detail h1 {
    font-size: 48px;
    line-height: 1.1;
}
.subbanner h1 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    font-size: 80px;
}
/*blog_wrapper*/
.blog_wrapper {
    padding:100px 0 40px;
}
.blog_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.blog_wrapper ul li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
}
.blog_wrapper figure {
    width: 100%;
    height: 450px;
    margin: 0;
    border-radius: 20px;
    box-shadow: 0 0 80px rgba(0,0,0,0.12);
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.blog_wrapper figure figcaption { max-width: 440px }
.blog_wrapper figure figcaption h2 {
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #AAE37D;
    line-height: 1.3;
}
.blog_wrapper figure figcaption p {
    margin: 0 0 15px;
    color: #fff;
}
.blog_wrapper figure figcaption a {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 2px solid #AAE37D;
    line-height: 1;
    padding-bottom: 6px;
    color: #AAE37D;
    font-family: 'ID Grotesk Bold', sans-serif;
    transition: all 0.4s ease-in-out
}
.blog_wrapper figure figcaption a:hover {
    color: #fff;
    border-bottom-color: #fff;
}
/*blog_detail_wrapper*/
.blog_detail_wrapper {
    padding: 100px 0 20px;
}
.detail_intro {
    display: flex;
    margin-bottom: 100px;
}
.detail_intro section {
    padding-right: 70px;
}
.detail_intro section h2 {
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1;
}
.detail_intro section p { margin:0 0 20px }
.detail_intro section img {
    width: 100%;
    border-radius: 20px;
    margin-top: 60px;
}
.intro_side {
    width: 420px;
    flex: 0 0 420px;
    border-left: 2px solid #347520;
    padding-left: 58px;
    padding-top: 0;
}
.intro_side .simple_btn {
    padding: 22px 27px 23px;
    margin-bottom: 80px;
}
.intro_side p {
    margin: 0 0 25px;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 34px;
}
.intro_side h2 {
    margin: 0;
    text-transform: uppercase;
    color: #347520;
}
.intro_side ul li:last-child a { border-bottom: none; padding-bottom:0 }
.intro_side ul li a {
    display: block;
    padding: 33px 0;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3;
    font-family: 'ID Grotesk Bold', sans-serif;
    transition: all 0.4s ease-in-out;
    border-bottom: 3px solid rgba(144,208,93,0.8);
}
.intro_side ul li a:hover { color: rgba(144,208,93,0.8) }
/*detail_pharma*/
.detail_pharma section { margin-bottom: 50px }
.detail_pharma > img {
    border-radius: 20px;
    margin-bottom: 45px;
}
.detail_pharma h2 {
    margin: 0 0 45px;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
}
.detail_pharma h2.color_change {
    color: #000000;
    margin-bottom: 30px;
    margin-top: 20px;
}
.detail_pharma h3,.detail_pharma h4 {
    font-size: 24px;
    margin: 0 0 20px;
    text-transform: uppercase;
    display: flex;
    color: #000000;
    gap: 30px;
    align-items: center;
    line-height: 1;
}
.detail_pharma h4 { margin-bottom: 12px }
.detail_pharma h3 span {
    font-size: 60px;
    color: #347520;
    display: inline-block;
}
.detail_pharma p { margin-bottom: 20px; }
.detail_pharma ul li {
    position: relative;
    line-height: 25px;
    margin-bottom: 20px;
    display: block;
    padding-left: 43px;
}
.detail_pharma ul { margin-bottom:30px }
.detail_pharma ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 23px;
    height: 11px;
    background: url('images/dubble_arrow.svg') no-repeat;
    background-size: contain;
}
/*.choose_wrapper*/
.choose_wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}
.choose_wrapper img {
    width: 100%;
    max-width: 515px;
    border-radius: 20px;
}
.choose_wrapper section h2 {
    font-size: 60px;
    margin: 0 0 40px;
    text-transform: uppercase;
    line-height: 1.1;
}
.choose_wrapper section p { margin-bottom: 20px }
blockquote {
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    margin: 0 auto 40px;
    max-width: 845px;
    text-align: center;
}
