@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

 :root {
    --text-green: #233B48;
    --blue: #798FB3;
    --green: #1D3836;
    --yellow: #EFCF5D;
    --bg-orange: #CB4A47;
    --orange: #CA4946;
    --off-white: #F4F4F4;
    --light-white: #EFEAE3;
    --white: #ffffff;
}

html {
    scroll-behavior: smooth;
}


/********** Font Family *********************
font-family: "Averia Serif Libre", serif;
font-family: "Host Grotesk", sans-serif;
*********************************************/

body {
    background-color: #EFEAE3;
    font-family: "Host Grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #193433;
    overflow-x: hidden;
    text-decoration: none;
    box-sizing: border-box;
}

.post,
.page {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

h1,
.h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 49px;
    letter-spacing: -0.08em;
    margin-bottom: 20px;
    color: var(--text-green);
    font-family: "Averia Serif Libre", serif;
}

h2,
.h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 41px;
    letter-spacing: -0.08em;
    color: var(--text-green);
    margin-bottom: 20px;
    font-family: "Averia Serif Libre", serif;
}

h3,
.h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -0.06em;
    margin-bottom: 10px;
    color: var(--text-green);
    font-family: "Averia Serif Libre", serif;
}

h4,
.h4 {
    font-family: "Host Grotesk", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    color: var(--text-green);
}

h5,
.h5 {
    font-family: "Averia Serif Libre", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.06em;
    color: var(--text-green);
    margin-bottom: 10px;
}

h6,
.h6 {
    font-family: "Host Grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: var(--text-green);
    margin-bottom: 10px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
    margin-top: 32px;
}

p,
li {
    font-family: "Host Grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #193433;
    margin-bottom: 0;
}

p:not(:last-child),
li:not(:last-child) {
    margin-bottom: 16px;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: all 0.6s;
    color: var(--orange);
}

a:visited {
    color: var(--orange);
}

a:hover {
    text-decoration: none;
    color: var(--yellow);
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.bg-yellow {
    background-color: var(--yellow);
}

.bg-orange {
    background-color: var(--orange);
}

.bg-green {
    background-color: var(--green);
}

.bg-darkgreen {
    background-color: var(--blue);
}

ul,
ol {
    margin-left: 20px;
    margin-bottom: 0;
}

.btn,
button,
.wp-block-button a,
.forminator-button {
    padding: 15px 54px;
    transition: all 0.6s;
    text-align: center;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    outline: none !important;
    border: 1px solid var(--yellow);
    border-radius: 8px;
    background: var(--yellow);
    color: var(--orange);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    font-family: "Host Grotesk", sans-serif;
}

.btn:hover,
button:hover,
.wp-block-button a:hover {
    color: var(--yellow);
    background: transparent;
    border: 1px solid var(--yellow);
}

.btn.btn-border {
    border: 1px solid var(--yellow);
    background: transparent;
    color: var(--yellow);
}

.btn.btn-border:hover {
    color: var(--orange);
    background: var(--yellow);
    border: 1px solid var(--yellow);
}

.btn.btn-orange,
.forminator-button {
    border: 1px solid var(--orange);
    background: var(--orange);
    color: var(--yellow);
}

.btn.btn-orange:hover,
.forminator-button:hover {
    color: var(--green);
    background: transparent;
    border: 1px solid var(--green);
}

.btn-wraper {
    display: flex;
    justify-content: center;
}

.btn-wraper .btn:first-child {
    margin-right: 15px;
}

img {
    height: unset;
    width: unset;
    vertical-align: middle;
}

section {
    padding: 120px 0;
}

.section-title,
.mb-64 {
    margin-bottom: 64px;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.small-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    padding: 4px 12px;
    margin-bottom: 16px;
    font-family: "Host Grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: justify;
    letter-spacing: -0.01em;
    color: #798FB3;
    border: 1px dashed #798FB3;
}

.small-label svg {
    width: 20px;
    height: 20px;
}

.small-label svg path {
    stroke: #798FB3;
}

.column-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.align-center {
    align-items: center;
}


/* Header start */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 12px 0;
    transition: 0.2s ease-in;
    background: var(--bg-orange);
    z-index: 9;
    width: 100%;
}

.site-header:has(+.hero-section) {
    background: transparent;
}

.site-header.sticky-header,
.site-header:has(+.hero-section).sticky-header {
    background: rgba(29, 56, 54, 0.2);
    backdrop-filter: blur(15px);
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .site-branding img {
    height: 50px;
    object-fit: contain;
    object-position: left center;
}

.site-header .site-branding .black-logo {
    display: none;
}

.site-header .main-menu li {
    margin: 0 !important;
}

.site-header .main-menu .menu {
    margin: 0;
    display: flex;
    list-style: none;
}

.site-header .main-menu .menu a {
    font-family: "Host Grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #F4F4F4;
    padding: 4px 8px;
}

.site-header .main-menu .menu a:hover {
    color: var(--yellow);
}

.site-header .submit-story-wrap {
    margin-left: 54px;
}

.site-header .story-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    color: #CB4A47;
    padding: 11px 20px;
}

.site-header .story-btn:hover {
    color: var(--yellow);
}

.site-header .menu-toggler {
    display: none;
}


/* Header end */


/* footer start */

.footer-section {
    width: 100%;
    background: var(--bg-orange);
    color: #f4f0e8;
    /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
}

.footer-top,
.footer-middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer-top {
    border-bottom: 1px solid var(--yellow);
    border-top: 1px solid var(--yellow);
}

.footer-intro {
    padding: 32px 0 32px 32px;
}

.footer-brand {
    border-right: 1px solid var(--yellow);
    padding: 32px 0;
}

.footer-logo img {
    max-width: 243px;
    width: 100%;
    display: block;
    object-fit: contain;
    object-position: left center;
}

.footer-intro {
    display: flex;
    align-items: center;
}

.footer-intro h5 {
    color: #EFEAE3;
    text-align: justify;
}

.footer-middle {
    border-bottom: 1px solid var(--yellow);
}

.footer-links {
    border-right: 1px solid var(--yellow);
}

.footer-middle h3 {
    font-weight: 400;
    letter-spacing: -0.05em;
    text-transform: capitalize;
    color: var(--yellow);
    padding: 34px 0 26px;
    margin: 0;
    border-bottom: 1px solid var(--yellow);
}

.footer-links-grid .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links-grid .menu li {
    margin: 0;
}

.footer-links-grid .menu li {
    border-right: 1px solid var(--yellow);
    border-bottom: 1px solid var(--yellow);
}

.footer-links-grid .menu li:nth-child(even) {
    border-right: 0;
}

.footer-links-grid .menu li:last-child {
    border-bottom: 0;
}

.footer-links-grid a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 20px;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #EFEAE3;
}

.footer-links-grid .menu li:nth-child(odd) a {
    padding-left: 0;
}

.footer-links-grid a:hover {
    color: var(--yellow);
}

.footer-disclaimer {
    /* border-bottom: 1px solid var(--yellow); */
}

.footer-disclaimer h3 {
    padding-left: 32px;
}

.footer-disclaimer-inner {
    padding: 24px 0 24px 32px;
}

.footer-disclaimer-inner>* {
    color: #EFEAE3;
}

.footer-disclaimer-inner p {
    line-height: 24px;
    text-align: justify;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 43px 0 24px 0;
}

.copyright,
.copyright p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: rgba(239, 234, 227, 0.7);
}

.footer-policy {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.footer-policy a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: rgba(239, 234, 227, 0.7);
}

.footer-policy a:hover {
    color: var(--yellow);
}


/* Form css start */

.contact_form_section .form-wrapper .forminator-col {
    padding: 0 !important;
}

.contact_form_section .form-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.forminator-edit-module {
    display: none;
}

.contact_form_section form .forminator-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.contact_form_section form {
    position: relative;
    margin: 0 !important;
}

.forminator-row .forminator-field,
.forminator-row .forminator-field textarea {
    height: 100%;
}

.contact_form_section form .forminator-label {
    display: none !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #233B48 !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 16px 0 !important;
    border: none !important;
    border-bottom: 1px solid #233B48 !important;
    outline: none !important;
    width: 100% !important;
    font-family: "Host Grotesk", sans-serif;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: -0.01em !important;
}

textarea {
    resize: none !important;
    height: 324px !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #233B4880 !important;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #233B4880 !important;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #233B4880 !important;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #233B4880 !important;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #233B4880 !important;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #233B4880 !important;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: #233B4880 !important;
    opacity: 1;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
    background-color: transparent !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: var(--black) !important;
    caret-color: var(--black) !important;
    transition: background-color 9999s ease-in-out !important;
}

body .contact_form_section form .forminator-button {
    margin-top: 8px !important;
    padding: 15px 63px!important;
    transition: all 0.6s !important;
    text-align: center !important;
    display: inline-flex !important;
    align-items: center;
    width: fit-content !important;
    justify-content: center;
    border-radius: 8px !important;
    border: 1px solid var(--orange) !important;
    background: var(--orange);
    color: var(--yellow);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px!important;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    font-family: "Host Grotesk", sans-serif !important;
}

body .contact_form_section form .forminator-button:hover {
    color: var(--green) !important;
    background: transparent !important;
    border: 1px solid var(--green) !important;
    box-shadow: none !important;
}

body .contact_form_section form .forminator-button:active {
    color: var(--green) !important;
    background: transparent !important;
    border: 1px solid var(--green) !important;
}

.forminator-field:has(.forminator-button) {
    width: 100%;
    text-align: center;
}

.form-note {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #233B48;
    max-width: 273px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}


/* Form css end */


/* popup start */

.newsletter-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(157, 168, 146, 0.3);
    backdrop-filter: blur(10px);
}

.newsletter-popup .popup-box {
    position: relative;
    width: 100%;
    width: calc(100% - 40px);
    max-width: 610px;
    background: #EFEAE3;
    border-radius: 20px;
    padding: 12px;
    z-index: 2;
}

.newsletter-popup .popup-close {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 52px;
    height: 52px;
    border: none;
    cursor: pointer;
    z-index: 3;
    background: rgba(197, 206, 184, 0.6);
    backdrop-filter: blur(6px);
    border-radius: 60px;
    padding: 14px;
}

.newsletter-popup .popup-close:hover {
    transform: scale(0.8);
}

.newsletter-popup .popup-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 24px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.newsletter-popup .popup-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(30, 52, 50, 0) 0%, #1E3432 100%);
}

.newsletter-popup .popup-banner-wrap {
    z-index: 2;
    position: relative;
}

.newsletter-popup .popup-banner .small-label {
    color: #EFEAE3;
    border-color: #EFEAE3;
}

.newsletter-popup .popup-banner .small-label svg path {
    stroke: #EFEAE3;
}

.newsletter-popup .popup-banner h2 {
    color: #EFEAE3;
}

.newsletter-popup .popup-content {
    padding: 32px 20px 20px 20px;
}

.newsletter-popup .newsletter-form form {
    margin: 0 !important;
    position: relative;
}

.newsletter-popup .newsletter-form form .forminator-label {
    display: none !important;
}

.newsletter-popup .newsletter-form form input[type="email"] {
    padding: 8px 8px 8px 20px !important;
    height: 72px !important;
    background: rgba(157, 168, 146, 0.2) !important;
    border-radius: 12px !important;
    font-family: "Host Grotesk", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 27px !important;
    letter-spacing: -0.01em !important;
    border: none !important;
}

body .newsletter-form .forminator-row {
    margin-bottom: 12px !important;
}

body .newsletter-form .forminator-row.forminator-row-last {
    margin: 0 !important;
}

body .newsletter-form .forminator-button {
    padding: 15px 32px!important;
    transition: all 0.6s !important;
    text-align: center !important;
    display: inline-flex !important;
    align-items: center;
    width: fit-content !important;
    justify-content: center;
    border-radius: 8px !important;
    border: 1px solid var(--yellow) !important;
    background: var(--yellow);
    color: var(--orange);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px!important;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    font-family: "Host Grotesk", sans-serif !important;
    position: absolute !important;
    bottom: 20px;
    right: 8px;
}

body .newsletter-form .forminator-button:hover {
    color: var(--green) !important;
    background: transparent !important;
    border: 1px solid var(--green) !important;
    box-shadow: none !important;
}

.newsletter-popup .newsletter-form form:has(.forminator-has_error) .forminator-button {
    bottom: 53px !important;
}

.newsletter-popup .newsletter-text {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #1E3432;
    max-width: 436px;
    margin: 0 auto;
}


/* popup end */


/* error page start */

.error-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 100px;
}

.error-wrapper .error {
    font-size: 150px;
    letter-spacing: 5px;
    color: var(--orange);
    font-family: "Host Grotesk", sans-serif;
    line-height: 70%;
    text-shadow: 1px 1px 1px #EFCF5D, 2px 2px 1px #EFCF5D, 3px 3px 1px #EFCF5D, 4px 4px 1px #EFCF5D, 5px 5px 1px #EFCF5D, 6px 6px 1px #1D3836, 7px 7px 1px #1D3836, 8px 8px 1px #1D3836, 25px 25px 8px rgba(0, 0, 0, 0.2);
}


/* error page end */


/***********************************************
            Responsive  Css
***********************************************/

@media only screen and (min-width: 768px) {
    .container {
        max-width: 820px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 1050px;
    }
    /* form css start */
    .contact_form_section form {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 0px !important;
    }
    .forminator-row:has(textarea) {
        grid-row: 1 / 5;
        grid-column: 2 / 2;
    }
    .forminator-row:has(button.forminator-button-submit,
    .forminator-loading) {
        grid-column: 1 / 3;
    }
    .contact_form_section form .forminator-row:has(iframe) {
        grid-row: 5/6;
        grid-column: 1 / 3;
    }
    .contact_form_section form:has(.forminator-show.forminator-success:not([style="display: none;"]),
    .forminator-response-message.forminator-error) {
        position: relative;
        gap: 24px 32px;
    }
    .contact_form_section form:has(.forminator-loading) {
        padding-top: 70px !important;
        position: relative;
    }
    .contact_form_section .forminator-response-message.forminator-show.forminator-success,
    .contact_form_section .forminator-show.forminator-loading,
    .contact_form_section .forminator-response-message.forminator-error {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
    .contact_form_section form:has(.forminator-success) {
        padding-top: 60px !important;
    }
    /* form css end */
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1416px;
    }
}

@media only screen and (max-width: 1399px) {
    h1,
    .h1 {
        font-size: 46px;
        line-height: 41px;
    }
    h2,
    .h2 {
        font-size: 38px;
        line-height: 35px;
    }
    h3,
    .h3 {
        font-size: 30px;
        line-height: 32px;
    }
    .site-header .container {
        max-width: 100%;
    }
    .site-header .submit-story-wrap {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .section-title,
    .mb-64 {
        margin-bottom: 40px;
    }
    section {
        padding: 80px 0;
    }
    h1,
    .h1 {
        font-size: 38px;
        line-height: 35px;
    }
    h2,
    .h2 {
        font-size: 30px;
        line-height: 32px;
    }
    h3,
    .h3 {
        font-size: 28px;
        line-height: 30px;
    }
    h5,
    .h5 {
        font-size: 22px;
        line-height: 24px;
    }
    .site-header .site-branding img {
        height: 41px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .site-header {
        padding: 8px 0;
    }
    .site-header .site-branding img {
        height: 41px;
    }
    .site-header .main-menu {
        display: none;
    }
    .site-header.menu-open {
        background: #EFEAE3 !important;
    }
    .site-header .main-menu ul {
        display: flex;
        flex-direction: column;
        padding-bottom: 32px;
    }
    .site-header .main-menu {
        position: absolute;
        top: 57px;
        left: 0;
        width: 100%;
        background: #EFEAE3;
        padding: 20px;
        border-radius: 0 0 20px 20px;
    }
    .site-header .main-menu .menu a {
        color: #1E3432;
        padding: 4px 0;
    }
    .site-header .submit-story-wrap {
        margin: 0;
    }
    .site-header:not(.menu-open) .submit-story-wrap,
    .site-header .submit-story-wrap {
        display: none;
    }
    .site-header .story-btn {
        background: var(--orange);
        color: var(--yellow);
        border-color: var(--orange);
    }
    .site-header .menu-toggler {
        display: block;
        padding: 6.5px;
        border-radius: 4px;
        border: 1px solid #EFEAE3;
    }
    .site-header.menu-open .menu-toggler {
        border: 1px solid #1E3432;
    }
    .site-header .menu-toggler .toggle-icon,
    .site-header.menu-open .custom-logo-link .black-logo {
        display: block;
    }
    .site-header .menu-toggler .close-icon,
    .site-header.menu-open .custom-logo-link .white-logo {
        display: none;
    }
    .site-header.menu-open .menu-toggler .toggle-icon {
        display: none;
    }
    .site-header.menu-open .menu-toggler .close-icon {
        display: block;
    }
    /* footer start */
    .footer-logo img {
        max-width: 186px;
    }
    .footer-logo img {
        max-width: 185px;
    }
    .footer-brand {
        padding: 20px 0;
    }
    .footer-intro {
        padding: 20px 0 20px 20px;
    }
    .footer-middle h3 {
        padding: 20px 0 20px;
    }
    .footer-disclaimer h3 {
        padding-left: 20px;
    }
    .footer-disclaimer-inner {
        padding: 20px 0 20px 20px;
    }
    .footer-links-grid a {
        padding: 23px 16px;
        font-size: 20px;
        line-height: 24px;
    }
    /* footer end */
    /* form css start */
    .contact_form_section form:has(.forminator-show.forminator-success:not([style="display: none;"]),
    .forminator-response-message.forminator-error) {
        gap: 16px;
        display: flex;
        flex-direction: column;
    }
    body .contact_form_section form .forminator-button {
        margin-top: 16px !important;
    }
    /* form css end */
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 36px;
        line-height: 32px;
        letter-spacing: -0.08em;
        margin-bottom: 20px;
    }
    h2,
    .h2 {
        font-size: 32px;
        line-height: 29px;
        letter-spacing: -0.08em;
        margin-bottom: 16px;
    }
    h3,
    .h3 {
        font-size: 24px;
        line-height: 22px;
        letter-spacing: -0.08em;
    }
    h4,
    .h4 {
        font-weight: 500;
        font-size: 22px;
        line-height: 24px;
        letter-spacing: -0.02em;
    }
    h5,
    .h5 {
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -0.06em;
    }
    h6,
    .h6 {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -0.01em;
    }
    p,
    li {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -0.01em;
    }
    p:not(:last-child),
    li:not(:last-child) {
        margin-bottom: 12px;
    }
    .section-title,
    .mb-64 {
        margin-bottom: 32px;
    }
    .btn-wraper {
        flex-direction: column;
        align-items: center;
    }
    .small-label {
        font-size: 16px;
        line-height: 18px;
    }
    .small-label svg {
        width: 16px;
        height: 16px;
    }
    .site-header .story-btn {
        width: 100%;
    }
    /* footer start */
    .footer-top,
    .footer-middle {
        grid-template-columns: 1fr;
    }
    .footer-brand,
    .footer-links {
        border: none;
    }
    .footer-brand {
        padding: 20px 0;
    }
    .footer-intro {
        border-top: 1px solid var(--yellow);
        padding: 20px 0;
    }
    .footer-links-grid {
        border-bottom: 1px solid var(--yellow);
    }
    .footer-middle h3 {
        padding: 20px 0;
    }
    .footer-links-grid a {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.01em;
        padding: 16px;
    }
    .footer-disclaimer-inner {
        padding: 20px 0;
    }
    .footer-disclaimer-inner p {
        line-height: 21px;
        text-align: left;
    }
    /* footer end */
    /* popup start*/
    .newsletter-popup .popup-banner h2 br {
        display: none;
    }
    .newsletter-popup .popup-content {
        padding: 32px 0 20px 0;
    }
    .newsletter-popup .popup-close {
        width: 42px;
        height: 42px;
        top: 6px;
        right: 6px;
        padding: 11px;
    }
    .newsletter-popup .newsletter-form form input[type="email"] {
        height: 64px !important;
    }
    body .newsletter-form .forminator-button {
        position: relative !important;
        width: 100% !important;
        bottom: unset !important;
        right: unset !important;
    }
    .newsletter-popup .newsletter-text {
        font-size: 14px !important;
        line-height: 17px !important;
        letter-spacing: -0.01em !important;
        color: #1E3432 !important;
    }
    .newsletter-popup .newsletter-form form:has(.forminator-has_error) .forminator-button {
        bottom: 3px !important;
    }
    /* popup end*/
    .error-wrapper .error {
        font-size: 130px;
    }
}