* {
	padding: 0;
	margin: 0;
}

::selection {
	background: #7F2755;
	color: #FFFFFF;
	text-shadow: none;
}

::-moz-selection {
	background: #7F2755;
	color: #FFFFFF;
	text-shadow: none;
}

body {
	padding: 10px;
}

body:not(.home) {
	padding-top: 108px !important;
}

/* Header */

#masthead {
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#masthead.sticky .header_inner_wrapper {
    background-color: #1A1A1A;
}

.header-wrapper .header_inner_wrapper {
	backdrop-filter: blur(25px);
}

body.home .header-wrapper .header_inner_wrapper {
	border-color: #F4F7F566;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

body.home .header_logo img,
body:not(.home) #masthead.sticky .header_logo img {
	filter: brightness(100);
}

.header_menu ul li:first-child {
    display: none;
}

body.home .header_menu ul li a,
body:not(.home) #masthead.sticky .header_menu ul li a,
body.home #masthead.sticky .header_menu .login_btn a.elementor-item:hover {
	color: #F4F7F5 !important;
}

body .header_menu ul li a:hover,
body .header_menu ul li a.elementor-item-active,
body:not(.home) #masthead.sticky .header_menu ul li a:hover,
body:not(.home) #masthead.sticky .header_menu ul li a.elementor-item-active {
	color: #74BDBF !important;
}

.header_menu .login_btn a.elementor-item {
	color: #7F2755 !important;
    background-color: #F4F7F5;
	border: 2px solid #F4F7F5;
    border-radius: 45px;
    padding: 10px 25px !important;
	transition: all 0.3s ease-in-out;
}

.header_menu .login_btn a.elementor-item:hover,
body:not(.home) #masthead.sticky .header_menu .login_btn a.elementor-item:hover {
    background-color: transparent;
    color: #F4F7F5 !important;
}

body:not(.home) #masthead.sticky .header_menu .login_btn a.elementor-item {
	color: #7F2755 !important;
}

body:not(.home) #masthead.sticky .header_menu .login_btn a.elementor-item:hover {
	border: 2px solid #F4F7F5;
}

body:not(.home) .header_menu .login_btn a.elementor-item:hover {
	color: #F4F7F5 !important;
	background-color: #7F2755;
	border: 2px solid #7F2755;
}

/* 404 Page */

.notfound-content {
	width: 100%;
	float: left;
	text-align: center;
	padding: 7vw 0;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

.notfound-content .btn-wrap a.elementor-button {
	color: #F4F7F5;
    background-color: #7F2755;
    border: 2px solid #7F2755;
	transition: all 0.3s ease-in-out;
}

.notfound-content .btn-wrap a.elementor-button:hover {
	color: #7F2755;
    background-color: transparent;
}

/* Padding top and bottom zero */

.e-con.p-top {
	padding-top:0;
}

.e-con.p-bottom {
	padding-bottom:0;
}

/* Contact form 7 */

.wpcf7 .row {
	display: flex;
	gap: 20px;
	margin-bottom: 0;
}

.wpcf7 .column {
	width: 50%;
}

.wpcf7 .column-full {
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
}

#cf7-ajax-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
}

#cf7-ajax-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #F8F4EE;
	border-radius: 12px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	font-family: "Groillim", Sans-serif;
	color: #252525;
	text-align: center;
}

#cf7-ajax-modal.show,
#cf7-ajax-overlay.show {
	display: block !important;
}

.cf7-ajax-inner {
	padding: 50px 40px;
	position: relative;
}

#cf7-ajax-text {
    font-family: "Outfit", Sans-serif;
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

#cf7-ajax-ok {
	color: #F4F7F5;
    background-color: #7F2755;
	border: 2px solid #7F2755;
    cursor: pointer;
	transition: all 0.3s ease-in-out;
}

#cf7-ajax-ok:hover {
	color: #7F2755;
    background-color: transparent;
}

.cf7-ajax-close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 38px;
	cursor: pointer;
	opacity: 0.7;
}

.cf7-ajax-close:hover {
	opacity: 1;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

#cf7-ajax-loading {
	display:none;
	position:fixed;
	top:0;left:0;
	width:100%;height:100%;
	background:rgba(255,255,255,0.6);
	z-index:9999999999;
	justify-content:center;
	align-items:center;
}

#cf7-ajax-loading.active { display:flex; }

.cf7-spinner {
	width:45px;
	height:45px;
	border:4px solid #ccc;
	border-top-color:#000;
	border-radius:50%;
	animation:spin 0.8s linear infinite;
}

@keyframes spin { to { transform:rotate(360deg); } }

.wpcf7-response-output { display:none !important; }

.cf7-popup-open, .cf7-loading {
	overflow:hidden;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}

/* Home Page */

.list_content ul,
.tab_list_content ul {
    padding-left: 20px;
}

.list_content ul li:not(:last-child),
.tab_list_content ul li:not(:last-child) {
    padding-bottom: 5px;
}

.tab_list_content p strong {
	color: #1A1A1A;
}

.flow_works_box {
    height: 300px !important;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out !important;
}

.flow_works_box .myth_content {
    transform: translateY(0%);
	transition: transform 0.3s ease-in-out;
}

.flow_works_box:hover .myth_content {
	transform: translateY(-20px);
}

.truth_content .elementor-image-box-description {
    position: absolute;
    transform: translateY(calc(100% + 0px));
	transition: transform 0.3s ease-in-out;
}

.flow_works_box:hover {
	justify-content: flex-start;
}

.flow_works_box:hover .truth_content {
	transform: translateY(-20px);
}

.flow_works_box:hover .truth_content .elementor-image-box-description {
	transform: translateY(0%);
}

/* Slider Section */

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.slider-container .slider-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
}

.slider-wrapper .image-stack-container {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 11 / 8;
    flex: 0 0 51.50%;
    margin-top: 28px;
    margin-left: 28px;
}

.image-stack-container .image-card {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
}

.image-card .slide-image {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.slider-wrapper .content {
    position: relative;
    display: flex;
    flex: 0 0 41.60%; 
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.content .text-container {
    position: relative;
	min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.text-container .text-content {
    position: absolute;
    width: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease; 
}

.text-container .text-content.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.text-container .text-content.slide-up-exit {
    animation: slideUpExit 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.text-container .text-content.slide-up-enter {
    animation: slideUpEnter 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.text-container .text-content.slide-down-exit {
    animation: slideDownExit 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.text-container .text-content.slide-down-enter {
    animation: slideDownEnter 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slideUpExit {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-30px);
        visibility: hidden;
    }
}

@keyframes slideUpEnter {
    0% {
        opacity: 0;
        transform: translateY(30px);
        visibility: visible;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDownExit {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(30px);
        visibility: hidden;
    }
}

@keyframes slideDownEnter {
    0% {
        opacity: 0;
        transform: translateY(-30px);
        visibility: visible;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-content h2 {
    color: #1A1A1A;
}

.text-content p {
    color: #525252;
    margin-top: 16px;
}

.slider-arrows {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.slider-arrow {
	border: 1px solid #7F2755;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: all 0.3s ease;
    user-select: none;
    cursor: pointer;
}

.slider-arrow:hover {
    background-color: #7F2755;
}

.slider-arrow.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.slider-arrow svg {
    width: 20px;
    height: 20px;
}

.slider-arrow:hover svg path {
    stroke: #FFFFFF;
}

/* Latest Blog Section */

.latest-blog-container {
    padding: 0 !important;
}

.latest_blog_ftrd_img img {
    aspect-ratio: 300/169;
    object-fit: cover;
}

.blog_ftrd_img img {
    display: block !important;
    aspect-ratio: 41/23;
    object-fit: cover;
}

.post_listing_content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* About Us Page */

.why-flow-weight {
	font-weight: 700;
}

.why-flow-text li:not(:last-child) {
	margin-bottom: 16px;
}

/* How Flow Works Page */

.flow_tabs .e-n-tabs-heading .e-n-tab-title {
    cursor: pointer;
}

.flow_tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
    width: 248px;
    height: 53px;
    justify-content: center;
}

/* Founder Bio Page */

.academic_list .elementor-icon-box-content {
    display: flex;
    align-items: center;
}

.academic_top .elementor-icon-box-content,
.academic_bottom .elementor-icon-box-content {
    row-gap: 8px;
}

.academic_top .elementor-icon-box-content {
    flex-direction: column-reverse;
}

.academic_bottom .elementor-icon-box-content {
    flex-direction: column;
}

.academic_middle_left .elementor-icon-box-content,
.academic_middle_right .elementor-icon-box-content {
    column-gap: 8px;
}

.academic_middle_left .elementor-icon-box-content {
    flex-direction: row-reverse;
}

.academic_middle_right .elementor-icon-box-content {
    flex-direction: row;
}

.academic_list .elementor-icon-box-content .elementor-icon-box-title {
    position: relative;
    width: 100%;
    max-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 33px 20px;
}

.academic_middle_left .elementor-icon-box-content .elementor-icon-box-title,
.academic_middle_right .elementor-icon-box-content .elementor-icon-box-title {
    width: 155px;
}

.academic_top .elementor-icon-box-content .elementor-icon-box-title {
    background-color: #9FD5B4;
    margin-top: 32px;
}

.academic_bottom .elementor-icon-box-content .elementor-icon-box-title {
    background-color: #A7DBC5;
    margin-bottom: 32px !important;
}

.academic_middle_left .elementor-icon-box-content .elementor-icon-box-title {
    background-color: #74BDBF;
    margin-left: 32px;
}

.academic_middle_right .elementor-icon-box-content .elementor-icon-box-title {
    background-color: #7F2755;
    margin-right: 32px;
}

.academic_middle_left .elementor-icon-box-content .elementor-icon-box-description,
.academic_middle_right .elementor-icon-box-content .elementor-icon-box-description  {
    max-width: 100px;
}

.academic_list .elementor-icon-box-content .elementor-icon-box-title::before,
.academic_list .elementor-icon-box-content .elementor-icon-box-title::after {
    content: '';
    position: absolute;
}

.academic_top .elementor-icon-box-content .elementor-icon-box-title::before,
.academic_bottom .elementor-icon-box-content .elementor-icon-box-title::before {
    width: 2px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.academic_top .elementor-icon-box-content .elementor-icon-box-title::before,
.academic_top .elementor-icon-box-content .elementor-icon-box-title::after {
    background-color: #9FD5B4;
}

.academic_bottom .elementor-icon-box-content .elementor-icon-box-title::before,
.academic_bottom .elementor-icon-box-content .elementor-icon-box-title::after {
    background-color: #A7DBC5;
}

.academic_top .elementor-icon-box-content .elementor-icon-box-title::before {
    top: calc(0% - 24px);
}

.academic_top .elementor-icon-box-content .elementor-icon-box-title::after {
    top: calc(0% - 32px);
}

.academic_top .elementor-icon-box-content .elementor-icon-box-title::after,
.academic_bottom .elementor-icon-box-content .elementor-icon-box-title::after {
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.academic_bottom .elementor-icon-box-content .elementor-icon-box-title::before {
    bottom: calc(0% - 24px);
}

.academic_bottom .elementor-icon-box-content .elementor-icon-box-title::after {
    bottom: calc(0% - 32px);
}

.academic_middle_left .elementor-icon-box-content .elementor-icon-box-title::before,
.academic_middle_right .elementor-icon-box-content .elementor-icon-box-title::before {
    width: 24px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.academic_middle_left .elementor-icon-box-content .elementor-icon-box-title::before,
.academic_middle_left .elementor-icon-box-content .elementor-icon-box-title::after {
    background-color: #74BDBF;
}

.academic_middle_right .elementor-icon-box-content .elementor-icon-box-title::before,
.academic_middle_right .elementor-icon-box-content .elementor-icon-box-title::after {
    background-color: #7F2755;
}

.academic_middle_left .elementor-icon-box-content .elementor-icon-box-title::before {
    left: calc(0% - 24px);
}

.academic_middle_right .elementor-icon-box-content .elementor-icon-box-title::before {
    right: calc(0% - 24px);
}

.academic_middle_left .elementor-icon-box-content .elementor-icon-box-title::after,
.academic_middle_right .elementor-icon-box-content .elementor-icon-box-title::after {
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.academic_middle_left .elementor-icon-box-content .elementor-icon-box-title::after {
    left: calc(0% - 32px);
}

.academic_middle_right .elementor-icon-box-content .elementor-icon-box-title::after {
    right: calc(0% - 32px);
}

/* Blog Detail Page */

.blog-detail-img img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.blog-detail-content h3 {
    color: #1A1A1A;
    margin:28px 0 12px;
}

.blog-detail-content h5 {
    margin-bottom: 12px;
}

.blog-detail-content p {
    color: #525252;
    margin-bottom: 16px;
}

.blog-detail-content ul {
    padding-left: 20px;
	margin-bottom: 12px;
}

.blog-detail-content ul li {
    color: #525252;
}

.blog-detail-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

table {
	font-family: "Outfit", Sans-serif !important;
}

#comments {
    margin-top: 20px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #9FD5B4;
}

#comments .comment-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

#comments .must-log-in {
	margin-top: 20px;
}

#comments .comment-form .comment-notes {
    grid-column: 1 / -1;
    padding-top: 10px;
}

#comments .comment-form > p {
    width: 100%;
	color: #525252;
}

#comments .comment-form > p:not(:first-child) {
    display: flex;
    flex-direction: column;
}

#comments .comment-form .comment-form-author,
#comments .comment-form .comment-form-email {
    order: 1;
    flex: 1;
}

#comments .comment-form .comment-form-author {
    grid-column: 1;
}

#comments .comment-form .comment-form-email {
    grid-column: 2;
}

#comments .comment-form p label {
    padding-bottom: 8px;
}

#comments .comment-form .comment-form-cookies-consent label {
	font-size: 16px;
	padding: 0 0 0 10px;
	cursor: pointer;
}

#comments .comment-form .comment-form-comment {
    grid-column: 1 / -1;
    order: 3;
}

#comments .comment-form .comment-form-cookies-consent {
    grid-column: 1 / -1;
    order: 4;
    flex-direction: row !important;
}

#comments .comment-form .comment-form-url {
    display: none !important;
}

#comments .comment-form p input[type="text"], 
#comments .comment-form p input[type="email"], 
#comments .comment-form p textarea {
	width: 100%;
	font-family: "Outfit", Sans-serif !important;
    font-size: 18px;
	font-weight: 400;
	color: #525252;
	background-color: rgba(167, 219, 197, 0.05);
    border: 1px solid #9FD5B4;
    border-radius: 12px;
    outline: none;
    padding: 14px;
}

#comments .comment-form p textarea {
    height: 120px;
	resize: vertical;
}

#comments .comment-form .form-submit {
	width: max-content;
    grid-column: 1 / -1;
    order: 5;
    margin: 10px auto 0 auto;
}

#comments .comment-form .form-submit input[type="submit"] {
    color: #F4F7F5;
    background-color: #7F2755;
    border: 2px solid #7F2755;
	transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#comments .comment-form .form-submit input[type="submit"]:hover {
    color: #7F2755;
    background-color: transparent;
}

/* Contact Us Page */

.contact-form-wrap form .row p {
	width: 100%;
	display: flex;
	gap: 20px;
}

.contact-form-wrap form .row p span {
	width: 100%;
    max-width: 100%;
}

.contact-form-wrap form input {
	border-radius: 10px;
	border: 1px solid #9FD5B4;
	background-color: rgba(167, 219, 197, 0.05);
	font-weight: 300;
	min-height: 58px;
	color: #525252;
	font-size: 18px;
	line-height:137.5%;
	font-family: 'Outfit', sans-serif;
	padding: 0 14px;
	margin-bottom: 20px;
	outline: none;
}

.contact-form-wrap form textarea {
	border-radius: 10px;
	border: 1px solid #9FD5B4;
	background-color: rgba(167, 219, 197, 0.05);
	color: #525252;
	font-size: 18px;
	font-weight: 300;
	line-height:137.5%;
	font-family: 'Outfit', sans-serif;
	padding: 18px 14px;
	min-height: 40px;
	height: 126px;
	outline: none;
}

.contact-form-wrap form p {
	text-align: center;
}

.contact-form-wrap form input.wpcf7-submit {
    background: #7F2755;
    color: #fff;
    border: 2px solid #7F2755;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 133% !important;
    transition: 0.3s ease-in-out;
    padding: 12px 25px !important;
    margin: 40px auto 0 auto;
    min-height: auto;
    border-radius: 45px;
    width: auto;
    display: flex;
}

.contact-form-wrap form input.wpcf7-submit:hover {
    background: transparent;
    color: #7F2755;
}

.wpcf7-form br {
    display: none;
}

.contact-form-wrap form p span {
    text-align: left;
}

.contact-form-wrap form p span .wpcf7-list-item {
    margin-left: 0; 
}

.contact-form-wrap form p span .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
	cursor: pointer;
}

#comments .comment-form .comment-form-cookies-consent input[type="checkbox"] {
    position: relative;
	flex-shrink: 0;
    width: 20px;
    height: 20px;
    min-height: auto;
    border: 1px solid #7F2755;
    border-radius: 4px;
	margin: 1px 0 0 0;
    padding: 0;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

#comments .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked {
    background-color: #7F2755;
    border-color: #7F2755;
}

#comments .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked::after {
    content: "✔";
	font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
	line-height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-form-wrap form p span .wpcf7-list-item label span {
    font-size: 16px;
    color: #525252;
    padding-left: 10px;
}

.wpcf7 .wpcf7-not-valid-tip {
    display: block;
    color: #7F2755;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
    margin-top: -20px;
    margin-bottom: 4px;
    line-height: 1.4;
}

.wpcf7-form input.wpcf7-not-valid {
    box-shadow: unset;
}

.wpcf7-form input.wpcf7-not-valid:focus {
    box-shadow: none;
}

.login_form button[type="submit"] {
    cursor: pointer;
}

.login_form .elementor-message {
	margin: 20px 0;
}

.login_form .elementor-message::before {
	content: unset;
}

/* Newsletter form */

.newsletter-form {
    position: relative;
    max-width: 520px;
    margin: 32px auto 0 auto;
}

.newsletter-row {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.newsletter-input {
    width: 100%;
}

.newsletter-input input[type="email"] {
    width: 100%;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #FAFAFA;
    line-height: 137.5%;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    outline: none;
    padding: 16px 20px;
    margin-bottom: 0;
}

.newsletter-input input[type="email"]::placeholder {
    color: #FAFAFA;
}

.newsletter-button {
    position: absolute;
    right: 5px;
    top: 5px;
}

.newsletter-button input[type="submit"] {
    width: max-content;
    opacity: 1 !important;
    color: #7F2755 !important;
    background-color: #F4F7F5 !important;
    border: 2px solid #F4F7F5 !important;
    padding: 9px 24px !important;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

.newsletter-button input[type="submit"]:hover {
    color: #F4F7F5 !important;
    background-color: #7F2755 !important;
    border-color: #7F2755 !important;
}

.newsletter-form .wpcf7-not-valid-tip { 
    margin: 0; 
    color: #790000; 
}

.hidden-newsletter .wpcf7-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    color: #F4F7F5;
    margin: 10px 0 0 0;
}

.hidden-newsletter .wpcf7-list-item input {
    position: relative;
	flex-shrink: 0;
    width: 20px;
    height: 20px;
    min-height: auto;
}

.hidden-newsletter {
    display: none !important;
}

.cf7-cf-turnstile {
    margin: 0 !important;
}

/* Policy Page */

.policy_content h1,
.policy_content h4 {
    color: #1A1A1A;
    margin-bottom: 20px;
}

.policy_content h3 {
    color: #1A1A1A;
    margin: 28px 0 12px 0;
}

.policy_content p:not(:last-child) {
    margin-bottom: 12px;
}

.policy_content p a {
    color: #525252;
}

.policy_content ul {
    padding-left: 24px;
    margin-bottom: 16px;
}

.policy_content ul li:not(:last-child) {
    padding-bottom: 5px;
}

/* Footer */

.footer_navigation_menu ul li:last-child {
	display: none;
}
