/*!
Theme Name: EGE ATDev
Theme URI: https://w.tretiak.org
Author: ATDev
Author URI: https://w.tretiak.org
Description: Theme for ExpressGlobalEmployment.com site of ACUMEN Network
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: egeatdev
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

EGE ATDev is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
/* 

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

body.archive.tax-country .wp-block-image a {
    display: inline-block;
    width: 100%;
}

.county-image-overview>:last-child {
	aspect-ratio: 16/9;
}

/* TMP УБРАТЬ В PHP */
/* body.archive header.page-header, */
span.tags-links,
span.comments-link {
    display: none;
}

body.country-post-template-default.single.single-country-post header.entry-header,
header.page-header {
/*     background-color: #f9f5f0;
    border: 1px dashed #06ffe7; */
}

.default_description>:first-child {
/* 	display: none; */
}

/* * */

/* admin-bar */
body.logged-in.admin-bar.customize-support .site-header {
    position: relative;
}

body.logged-in.admin-bar.customize-support .site-content {
    margin-top: 0;
    min-height: calc(100vh - 99px - 32px);
}

/* end admin-bar */

body.search main.site-main,
body.error404 main.site-main,
aside.additional-content {
    padding-right: var(--wp--preset--spacing--50);
    padding-left: var(--wp--preset--spacing--50);
}

body.search-results main.site-main,
section.no-results.not-found,
section.error-404.not-found {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.75rem;
}

body.search header.page-header {
    margin-bottom: 3.75rem;
}

body.search.search-results h2.entry-title a {
    color: var(--wp--preset--color--blue-100);
}

section.no-results.not-found input[type="search"],
section.error-404.not-found input[type="search"] {
	padding-left: 1.5rem;
}

.nav-links {
    margin-top: 4.5rem;
    display: flex;
    column-gap: 3.75rem;
}

body.search-results nav.navigation.posts-navigation .nav-links a {
    color: var(--wp--preset--color--base);
	font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.158), 16px);
    line-height: 1.4;
    font-weight: 600;
	white-space: nowrap;
    padding: .75rem 2rem;
    background: var(--wp--preset--color--orange-50);
    -webkit-border-radius: .325em;
    -moz-border-radius: .325em;
    -ms-border-radius: .325em;
    -o-border-radius: .325em;
    border-radius: .325em;
}

main.has-page-title {
    padding-top: 6rem;
}

main.has-page-title a {
    text-decoration: 1px dotted underline;
}

main.has-page-title a:hover {
/*     text-decoration: 1px solid underline; */
	color: var(--wp--preset--color--orange-100);
}

main.has-page-title header.entry-header {
    padding-right: var(--wp--preset--spacing--50);
    padding-left: var(--wp--preset--spacing--50);
}

main.has-page-title header.entry-header h1.entry-title {
    margin: 0 auto;
    max-width: var(--wp--style--global--content-size);
}

/* * */

/* DEV */
aside.aside-countries-nav.az-lists.all-countries {
/*     display: none; */
}

aside#secondary-2 {
    /* background: #ddfafa; */
    border-top: 1px solid var(--wp--preset--color--vivid-green-cyan);
}

.svg-icons-library>div {
	padding: 1.5rem;
	border: 1px solid var(--wp--preset--color--aqua-blue-100);
}
.svg-icons-library svg {
    max-width: 100% !important;
    background: var(--wp--preset--color--grey-12);
}

.svg-icons-library pre.wp-block-code {
    font-size: 14px;
    padding: 1rem;
    margin-block-start: var(--wp--preset--spacing--20);
    border-radius: 5px;
}

article.type-post {
/*     outline: 1px dashed #3dffef; */
}
/* >>> */
footer.site-footer {
    background: var(--wp--preset--color--grey-12);
}

.theme-elements-container .wp-block-heading {
    margin-top: 2em;
}

.theme-elements-container {
    padding-bottom: 6rem;
}

.collection {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
}

.collection>* {
    margin-left: 0 !important;
}

.collection .wp-block-heading {
    flex-basis: 100%;
}

form#color-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

form#color-selector label {
    border: var(--wp--preset--color--contrast-2) 2px solid;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

form#color-selector input[type="radio"]::before,
form#color-selector input[type="checkbox"]::before {
    background: #fff;
}

svg.icon.rectangle {
    display: block;
    background: #eee;
    width: 100%;
    height: auto;
    margin: auto;
    fill: #75abab;
    border: 1px solid #75abab;
}

.entry-content>div.alignfull {
/*     border: 1px solid #ddd; */
}

article#post-1409 .entry-header {
    display: none;
}

/* .end DEV */

:root {
    line-height: 1.15;
	scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
}

/*SCROLLBAR*/

/*-moz-*/
html,
body,
section,
div,
ul {
    scrollbar-color: var(--wp--preset--color--blue-100) var(--wp--preset--color--grey-12);
/*     scrollbar-width: thin; */
}

::-webkit-scrollbar {
/*     width: 8px; */
    background-color: var(--wp--preset--color--blue-100);
}

::-webkit-scrollbar-thumb {
    background-color: #F4F5F8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px;
    box-shadow: inset 0 0 2px #002228;
    background-color: var(--wp--preset--color--blue-100);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

/*===*/
*,
::before,
::after {
	box-sizing: border-box;
}

div.site {
    overflow-x: hidden;
}

input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    -webkit-appearance: none;
	background: none;
}

input[type="search"]::-webkit-search-decoration,
/* input[type="search"]::-webkit-search-cancel-button, */
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

.is-layout-constrained>.alignleft {
    float: none;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-left: 0;
}

:root :where(.is-layout-constrained)>*,
:root :where(.is-layout-flow)>* {
    margin-block-start: var(--wp--preset--spacing--30);
}

:root :where(.is-layout-constrained)>p,
:root :where(.is-layout-flow)>p {
    margin-block-start: var(--wp--preset--spacing--20);
}

:root :where(.is-layout-constrained)>.wp-block-buttons,
:root :where(.is-layout-flow)>.wp-block-buttons {
    margin-block-start: var(--wp--preset--spacing--50);
}

:root :where(body) {
    --wp--preset--shadow--deep: 0px 0px 30px 0px var(--wp--preset--color--grey-12);
    --wp--preset--shadow--natural: 0px 12px 32px 0px #061C3D14;
}

div.site-content {
/*     padding: 2rem 0; */
}

:where(figure) {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

a svg path,
a span,
a {
    text-decoration: none;
	transition: all .3s;
}

.line-break strong {
	display: block;
	font-weight: inherit;
}

ul.line-break li strong {
    font-weight: 600;
	margin-bottom: .5em;
}

button {
	border: none;
	padding: 0;
	background: transparent none;
	cursor: pointer;
}

:root :where(ul.wp-block-list),
body ul {
    list-style: none;
}

:root ol:where(.wp-block-list) {
    padding-left: 2em;
}

ol.wp-block-list li::marker {
    color: var(--wp--preset--color--orange-100);
    font-weight: 600;
}

body main ul.wp-block-list li::before {
    background-color: var(--wp--preset--color--orange-100);
}

body main .item-content ul.wp-block-list li::before {
	background-color: currentColor;
}

main ol li, 
main ul li {
    position: relative;
    margin-bottom: 1.25em;
}

main ul:not(.circle-links-list, .related-posts) li::before {
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    position: absolute;
    left: -1em;
    top: .5em;
    background: currentColor;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.hide {
    display: none !important;
}

.vertical-divider.w85 {
    width: 85px;
	visibility: hidden !important;
}

/* PAGE */
#to_top_btn {
    background: var(--wp--preset--color--grey-12);
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    visibility: hidden;
    opacity: 0;
    transition-duration: .3s;
    z-index: 99;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#to_top_btn.visible {
	visibility: visible;
	opacity: .8;
	border: 1px solid #fff;
}

#to_top_btn.visible:hover {
	opacity: 1;
}

button#to_top_btn svg path {
	stroke: var(--wp--preset--color--grey-100);
}

body:not(.archive, .single-country-post) header.entry-header {
    text-align: center;
}

body .is-layout-flex:not(.wp-block-buttons) {
/*     justify-content: space-around; */
}

.message-from-founder-and-ceo svg.icon.cite {
	max-width: 6rem;
	height: auto;
}

/*--------------------------------------------- */
/* ARCHIVE & POST */
span.cat-links>a::after {
    content: " / ";
	color: var(--wp--preset--color--grey-50);
}

/* ARCHIVE */
body.archive .site-content {
/*     max-width: 99rem;
    margin-left: auto;
	margin-right: auto; */
}

body.archive .site-content {
/*     padding: 0 var(--wp--preset--spacing--50); */
}

body.archive .site-main {
    max-width: 99rem;
/*     margin: auto; */
	margin: 0 auto;
    padding: 0 var(--wp--preset--spacing--50);
}

body.archive main .post-feed {
	margin-bottom: 12rem;
    display: flex;
    flex-wrap: wrap;
	gap: 1.5rem;
}

body.archive .post-feed>article.hentry .entry-meta {
    margin-bottom: .75rem;
}

body.archive .post-feed>article.hentry .wp-block-buttons {
    margin-bottom: 1rem;
}

body.archive .post-feed>article.hentry {
	flex-basis: calc(33.333% - 1rem);
}

body.archive .post-feed>article.hentry a.post-thumbnail {
    position: relative;
    overflow: hidden;
    aspect-ratio: 512/338;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 1.5rem;
}

body.archive .post-feed>article.hentry a.post-thumbnail img.attachment-post-thumbnail {
    position: absolute;
	min-height: 100%;
}

body.archive .post-feed>article.hentry .entry-header .entry-title {
    font-size: 1.5rem;
}

body.archive .post-feed>article.hentry .entry-header .entry-title>a {
	color: var(--wp--preset--color--blue-100);
}

span.posted-on,
span.cat-links {
    font-size: 0;
}

span.posted-on>i,
span.cat-links>i,
span.posted-on>a,
span.cat-links>a {
    font-size: 1.25rem;
}

span.posted-on>i,
span.cat-links>i {
	font-style: normal;
	margin-right: .25em;
}

span.cat-links>a {
	font-weight: 500;
}

body.archive nav.navigation.pagination {
	margin-top: 2rem;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
}

body.archive nav.navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
}

.navigation.pagination .nav-links a.page-numbers {
    font-weight: 600;
}

.navigation.pagination .nav-links span.page-numbers.current,
.navigation.pagination .nav-links a.next.page-numbers,
.navigation.pagination .nav-links a.prev.page-numbers {
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    border-radius: .3rem;
}

.navigation.pagination .nav-links span.page-numbers.current {
    color: #fff;
	line-height: 1.4;
	font-weight: 600;
	padding: .75rem 2rem;
    background: var(--wp--preset--color--orange-50);
}

.navigation.pagination .nav-links a.next.page-numbers,
.navigation.pagination .nav-links a.prev.page-numbers {
	padding: .75rem 1.5rem;
    outline: 2px solid var(--wp--preset--color--orange-50);
}

svg.icon.double-chevron.left {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

:root body.archive :where(.wp-block-button.is-style-outline .wp-block-button__link) {
    background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
}

body.post-type-archive-case .entry-meta {
    display: flex;
    align-items: center;
    column-gap: .25em;
}

body.post-type-archive-case .entry-meta span.case {
    font-weight: 600;
}

.show-categories {
    max-width: 99rem;
    margin: 0 auto;
    padding: 6rem var(--wp--preset--spacing--50) 1rem;
    margin-bottom: 3rem;
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
}

.tab-buttons.wp-block-buttons .wp-block-button.is-style-outline>a.wp-element-button,
span.show-category,
.show-categories>a {
	white-space: nowrap;
	font-weight: 600;
    padding: .75rem 2rem;
    border: 3px solid var(--wp--preset--color--orange-25);
    border-radius: .32rem;
}

.tab-buttons.wp-block-buttons .wp-block-button.is-style-outline>a.wp-element-button:hover,
.tab-buttons.wp-block-buttons .wp-block-button.is-style-outline.active>a.wp-element-button,
.show-categories>a:hover,
.show-categories>a.link_active {
	color: var(--wp--preset--color--base) !important;
	background: var(--wp--preset--color--orange-50);
	border-color: transparent;
}

.show-categories>a.link_active {
	pointer-events: none;
}

body.archive .entry-meta time.updated:not(.entry-date.published){
    display: none;
}

/* * */

/* POSTS */
body.single:not(.single-country-post, .single-vacancy) .entry-header {
    background-color: var(--wp--preset--color--grey-12);
}

body.single.single-vacancy .entry-title {
	color: var(--wp--preset--color--blue-100);
}

body.single.single-vacancy .entry-content>div {
	padding: 0;
}

body.single nav.navigation.post-navigation,
body.single .entry-content-wrapper {
    max-width: 99rem;
    margin: auto;
    padding: var(--wp--preset--spacing--70) var(--wp--preset--spacing--50);
}

body.single .entry-content-wrapper.vacancy {
	padding: var(--wp--preset--spacing--66)
}

nav.navigation.post-navigation .nav-links a .nav-title {
	color: var(--wp--preset--color--blue-100);
}

nav.navigation.post-navigation .nav-links a:hover .nav-title {
    color: var(--wp--preset--color--orange-100);
}

body.single:not(.single-case) .entry-content-wrapper {
    display: flex;
    column-gap: 4.5rem;
}

body.single .entry-content-wrapper .post-aside.left {
    flex-basis: 28%;
}

body.single .entry-content-wrapper .post-aside.left .related-posts {
    margin-top: 0;
    padding: 2.5rem 3rem 1.5rem;
    box-shadow: var(--wp--preset--shadow--deep);
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    border-radius: 1.5rem;
}

body.single main article ul.wp-block-list li ul {
    margin-top: 1.5rem;
}

ul.related-posts li a {
	font-size: 1.5rem;
	line-height: 1;
}

ul.related-posts li>p {
    overflow: hidden;
    margin: 0;
    max-height: 0;
	transition: max-height .4s, margin-top .4s .2s;
}

ul.related-posts li:hover>p {
	max-height: 50rem;
	margin-top: 1rem;
	transition:  margin-top .1s;
}

ul.related-posts li:hover>a {
/* 	font-weight: 600;
	letter-spacing: -.01em; */
	color: var(--wp--preset--color--orange-100);
}

body.single:not(.single-case) .entry-content-wrapper .entry-content {
    flex-basis: 72%;
}

body.single .entry-meta {
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: 0;
}

body.single span.posted-on a time {
    display: block;
    font-size: 1rem;
    color: var(--wp--preset--color--blue-100);
}

body.single span.nav-subtitle {
    color: var(--wp--preset--color--grey-50);
}

body:not(.single-vacancy) .entry-header div.has-svg-background .content.is-content-justification-center {
    justify-content: center;
    padding-bottom: 0 !important;
}

.post-header-container {
    padding-top: var(--wp--preset--spacing--70);
    padding-bottom: var(--wp--preset--spacing--70);
}

.post-header-container.wp-block-columns {
	max-width: 99rem;
    gap: var(--wp--preset--spacing--60) var(--wp--preset--spacing--60);
}

.post-header-container .post-heading-container {
    text-align: left;
}

.post-header-container .post-heading-container .entry-title {
    color: var(--wp--preset--color--blue-100);
    margin-top: 0;
}

.post-header-container img.attachment-post-thumbnail {
    border-radius: 1.5rem;
}

/* * */

/* input.link:focus,
input.link:focus-visible {
    outline: -webkit-focus-ring-color none;
	outline: var(--wp--preset--color--orange-25) 2.5px solid;
} */

.wp-block-button a:focus-visible {
    border-color: transparent;
    outline: -webkit-focus-ring-color none;
    outline: var(--wp--preset--color--orange-16) 3px solid;
    background-color: var(--wp--preset--color--orange-50) !important;
}

.wp-block-button a.has-orange-100-color:focus-visible {
    background-color: var(--wp--preset--color--orange-25) !important;
}

.wp-block-button a.has-blue-100-background-color:focus-visible,
.wp-block-button a.has-blue-100-color:focus-visible {
    outline-color: var(--wp--preset--color--blue-12);
}

.wp-block-button a.has-blue-100-background-color:focus-visible {
    background-color: var(--wp--preset--color--blue-50) !important;
}

.wp-block-button a.has-blue-100-color:focus-visible {
    background-color: var(--wp--preset--color--blue-25) !important;
}

.wp-block-button a.has-red-100-background-color:focus-visible,
.wp-block-button a.has-red-100-color:focus-visible {
    outline-color: var(--wp--preset--color--red-12);
}

.wp-block-button a.has-red-100-background-color:focus-visible {
    background-color: var(--wp--preset--color--red-50) !important;
}

.wp-block-button a.has-red-100-color:focus-visible {
    background-color: var(--wp--preset--color--red-25) !important;
}

.wp-block-button a.has-aqua-blue-100-background-color:focus-visible,
.wp-block-button a.has-aqua-blue-100-color:focus-visible {
    outline-color: var(--wp--preset--color--aqua-blue-12);
}

.wp-block-button a.has-aqua-blue-100-background-color:focus-visible {
    background-color: var(--wp--preset--color--aqua-blue-50) !important;
}

.wp-block-button a.has-aqua-blue-100-color:focus-visible {
    background-color: var(--wp--preset--color--aqua-blue-25) !important;
}

.wp-block-button a.has-purple-100-background-color:focus-visible,
.wp-block-button a.has-purple-100-color:focus-visible {
    outline-color: var(--wp--preset--color--purple-16);
}

.wp-block-button a.has-purple-100-background-color:focus-visible {
    background-color: var(--wp--preset--color--purple-50) !important;
}

.wp-block-button a.has-purple-100-color:focus-visible {
    background-color: var(--wp--preset--color--purple-25) !important;
}

.theme-link a {
    text-decoration: 1px underline;
}

.theme-link a:focus-visible {
    outline: currentColor 2.5px solid;
}

input:not(.switcher, .error)::before,
input:not(.switcher, .error)::after {
    content: "";
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    /*   border: none; */
}

/* Для IE и Edge */
select::-ms-expand {
    display: none;
}


input[type="file"]::file-selector-button {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

/*  [type="reset"],  */
input:not([type="button"], [type="submit"], [type="button"], [type="checkbox"], [type="radio"]),
textarea,
select {
/*     all: unset; */
    font-family: inherit;
    border: none;
}

:not(.is-style-outline) input[type="submit"]:disabled {
    color: var(--wp--preset--color--base);
    background: var(--wp--preset--color--grey-50);
}

.is-style-outline input[type="submit"]:disabled {
    color: var(--wp--preset--color--base);
    background: var(--wp--preset--color--grey-25);
    border-color: var(--wp--preset--color--grey-25);
}


.is-style-outline input[type="submit"]:disabled:hover {
    background: var(--wp--preset--color--grey-25) !important;
}

.wp-block-buttons.input-buttons .wp-block-button .inherit-text-color,
.inherit-text-color {
    color: inherit;
}

.wp-block-buttons.input-buttons .wp-block-button .inherit-text-color {
    margin: .25rem;
}

input[type="radio"]:not(.switcher),
input[type="checkbox"]:not(.switcher) {
    all: unset;
    position: relative;
    height: 1.2em;
    width: 1.2em;
    background: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    cursor: pointer;
}

input[type="radio"]:not(.switcher)::before,
input[type="checkbox"]:not(.switcher)::before {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    /*     font-size: 26px; */
    font-size: inherit;
    min-width: 1.3em;
    min-height: 1.3em;
    width: 1.3em;
    height: 1.3em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*     background: #fff; */
    border: 2px solid;
/*     border-color: var(--wp--preset--color--orange-100); */
    /* 	border-color: currentColor; */
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

input[type="radio"]:not(.switcher):checked::before,
input[type="checkbox"]:not(.switcher):checked::before {
	border-color: var(--wp--preset--color--orange-100);
}

input[type="radio"].inherit-text-color:not(.switcher)::before,
input[type="checkbox"].inherit-text-color:not(.switcher)::before,
input[type="radio"].has-text-color:not(.switcher)::before,
input[type="checkbox"].has-text-color:not(.switcher)::before {
    border-color: currentColor;
}

input[type="radio"]:not(.switcher)::after,
input[type="checkbox"]:not(.switcher)::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: inherit;
    min-width: .75em;
    min-height: .75em;
    width: .75em;
    height: .75em;
    z-index: 2;
    background: var(--wp--preset--color--orange-100);
    /* 	background: currentcolor; */
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

input[type="radio"].inherit-text-color:not(.switcher)::after,
input[type="checkbox"].inherit-text-color:not(.switcher)::after,
input[type="radio"].has-text-color:not(.switcher)::after,
input[type="checkbox"].has-text-color:not(.switcher)::after {
    background: currentcolor;
}

input[type="radio"]:not(.switcher):checked:after,
input[type="checkbox"]:not(.switcher):checked:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

input[type="checkbox"]:not(.switcher):checked::after,
input[type="checkbox"]:not(.switcher)::before {
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    -ms-border-radius: .2em;
    -o-border-radius: .2em;
    border-radius: .2em;
}

input[type="radio"]:not(.switcher)::after,
input[type="radio"]:not(.switcher)::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

input:not([type="button"], [type="submit"], [type="reset"], [type="button"], [type="checkbox"], [type="radio"], .link),
textarea,
select {
    color: var(--wp--preset--color--blue-50);
/*     font-size: 1rem; */
    font-weight: 400;
    line-height: 1.5;
    padding: 1em 1em;
	outline: none;
    border: 1px solid currentColor;
    -webkit-border-radius: .32em;
    -moz-border-radius: .32em;
    -ms-border-radius: .32em;
    -o-border-radius: .32em;
    border-radius: .32em;
}

input:not([type="button"], [type="submit"], [type="reset"], [type="button"], [type="checkbox"], [type="radio"]):focus,
textarea:focus,
select:focus {
    color: var(--wp--preset--color--blue-100);
    box-shadow: 0px 0px 8px 0px #0B63E53D;
}

input:not([type="button"], [type="submit"], [type="reset"], [type="button"], [type="checkbox"], [type="radio"])::placeholder,
textarea::placeholder,
select,
.placeholder {
    color: var(--wp--preset--color--blue-50);
    font-weight: 300;
}

form.contact-form textarea::placeholder,
form.contact-form input::placeholder {
    font-size: 14px !important;
}

input:not([type="button"], [type="submit"], [type="reset"], [type="button"], [type="checkbox"], [type="radio"])::placeholder:focus,
textarea::placeholder:focus {
    color: var(--wp--preset--color--blue-50);
    font-weight: 400;
}

label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
}

label input[type="password"],
label input[type="search"],
label input[data-type="login"] {
    padding-left: 3.5em;
}

label.tel {
    color: var(--wp--preset--color--blue-50);
}

label input[data-type="tel"] {
    padding-left: 9em;
}

label .tel-attribute {
    color: inherit;
    font-size: initial;
    line-height: 1;
    height: 100%;
    padding-right: 1em;
    border-right: 1px solid currentColor;
    display: flex;
    column-gap: .5em;
    align-items: center;
}

label .tel-attribute,
label .icon:not(.flag, .reset, .warning) {
    position: absolute;
    left: 1em
}

label.reset {
    overflow: hidden;
    width: 3.5em;
    height: 3.5em;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: .32em;
    -moz-border-radius: .32em;
    -ms-border-radius: .32em;
    -o-border-radius: .32em;
    border-radius: .32em;
}

label.reset .icon {
    width: 1.5em;
    height: 1.5em;
    z-index: 3;
    pointer-events: none;
}

label.reset svg.icon path {
    fill: #ffffff;
}

label svg.icon:not(.flag, .reset, .warning) path {
    stroke: currentColor;
}

label.reset input[type="reset"] {
    background: var(--wp--preset--color--grey-100);
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

label.reset input[type="reset"]:hover {
    background: var(--wp--preset--color--grey-50);
}

:root :where(.wp-element-button, .wp-block-button__link),
input[type="reset"],
.theme-link {
    transition-duration: .3s;
}

.contents-wrapper {
    display: contents !important;
}

/* ------------------------  */
:root :where(.wp-block-button__link) {
    white-space: nowrap;
    line-height: 1;
    display: flex;
    align-items: center;
	justify-content: center;
    column-gap: .5em;
}

:root :where(.wp-block-button.has-icon .wp-block-button__link) {
    position: relative;
}

:root :where(.wp-block-button.is-style-outline .wp-block-button__link) {
    /*     background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    color: currentColor;
    padding-top: calc(1em - 2px);
    padding-right: calc(1.5em - 2px);
    padding-bottom: calc(1em - 2px);
    padding-left: calc(1.5em - 2px); */
}

:root :where(.wp-block-button.is-style-outline.has-icon.right .wp-block-button__link),
:root :where(.wp-block-button.has-icon.right .wp-block-button__link) {
    padding-right: 3.5em !important;
}

:root :where(.wp-block-button.is-style-outline.has-icon.left .wp-block-button__link),
:root :where(.wp-block-button.has-icon.left .wp-block-button__link) {
    padding-left: 3.5em !important;
}

.wp-block-button.has-icon .wp-block-button__link svg {
    display: inline-block;
    position: absolute;
    width: 1.5em;
    height: auto;
}

.wp-block-button.has-icon.left .wp-block-button__link svg {
    left: 1.5em;
}

.wp-block-button.has-icon.right .wp-block-button__link svg {
    right: 1.5em;
}

.wp-block-buttons {
    margin-bottom: 2rem;
}

/* block-btn */
.btn-block.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    overflow: hidden;
    width: max-content;
    padding: 0;
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    -webkit-border-radius: .32em;
    -moz-border-radius: .32em;
    -ms-border-radius: .32em;
    -o-border-radius: .32em;
    border-radius: .32em;
}

p.button-svg-svg {
    display: contents;
}

p.button-svg-svg a {
    text-decoration: none;
    line-height: 1;
    padding: 1em 3em 1em 1.75em;
}

p.icon {
    display: contents;
}

p.icon svg {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    right: 1.25em;
    pointer-events: none;
}

.box-shadow--base {
    box-shadow: 0px 0px 30px 0px var(--wp--preset--color--grey-12);
}

.box-shadow--alert {
    box-shadow: 0px 12px 32px 0px #061C3D14;
}

/* THEME ICONS */
.icon {
    display: block;
	flex-shrink: 0;
	height: auto;
}

/* --- */

/* WP Buttons */
.theme-link,
.wp-block-buttons {
    -webkit-user-select: none;
    user-select: none;
}

.items-has-img-and-button .wp-block-buttons>.wp-block-button {
    width: 51%;
    min-width: max-content;
}

.wp-block-buttons.custom .wp-block-button.blue-100 .wp-block-button__link.wp-element-button {
    background-color: var(--wp--preset--color--blue-100);
}

.wp-block-buttons.custom .wp-block-button.blue-100 .wp-block-button__link.wp-element-button:hover {
    background-color: var(--wp--preset--color--blue-50);
}

.wp-block-buttons.custom .wp-block-button.blue-50 .wp-block-button__link.wp-element-button {
    background-color: var(--wp--preset--color--blue-50);
}

.wp-block-buttons.custom .wp-block-button.blue-50 .wp-block-button__link.wp-element-button:hover {
    background-color: var(--wp--preset--color--blue-25);
}

/*  WP Buttons .has-background */
.wp-block-button__link.has-blue-100-background-color.has-background:hover {
    background-color: var(--wp--preset--color--blue-50) !important;
}

.wp-block-button__link.has-blue-50-background-color.has-background:hover {
    background-color: var(--wp--preset--color--blue-25) !important;
}

.wp-block-button__link.has-orange-100-background-color.has-background:hover {
    background-color: var(--wp--preset--color--orange-50) !important;
}

.wp-block-button__link.has-orange-50-background-color.has-background:hover {
    background-color: var(--wp--preset--color--orange-25) !important;
}

.wp-block-button__link.has-red-100-background-color.has-background:hover {
    background-color: var(--wp--preset--color--red-50) !important;
}

.wp-block-button__link.has-red-50-background-color.has-background:hover {
    background-color: var(--wp--preset--color--red-25) !important;
}

.wp-block-button__link.has-orange-50-background-color.has-background:hover {
    background-color: var(--wp--preset--color--orange-25) !important;
}

.wp-block-button__link.has-purple-100-background-color.has-background:hover {
    background-color: var(--wp--preset--color--purple-50) !important;
}

.wp-block-button__link.has-purple-50-background-color.has-background:hover {
    background-color: var(--wp--preset--color--purple-25) !important;
}

.wp-block-button__link.has-aqua-blue-100-background-color.has-background:hover {
    background-color: var(--wp--preset--color--aqua-blue-50) !important;
}

.wp-block-button__link.has-aqua-blue-50-background-color.has-background:hover {
    background-color: var(--wp--preset--color--aqua-blue-25) !important;
}

body .wp-block-buttons:not(.switch-buttons) .wp-block-button .wp-block-button__link.wp-element-button:active {
    color: var(--wp--preset--color--base) !important;
    background-color: #DC5E17 !important;
    border-color: #DC5E17 !important;
}

body .wp-block-buttons .wp-block-button .wp-block-button__link.has-blue-100-background-color.has-background.wp-element-button:active {
    color: var(--wp--preset--color--base) !important;
    background-color: #0E3D77 !important;
    border-color: #0E3D77 !important;
}

/* Style Outline */
body .wp-block-button.has-icon .wp-block-button__link svg path {
    stroke: currentColor;
}

body label.wp-block-button.has-white-100-color.has-text-color.has-link-color.is-style-outline input:not(.has-background):hover,
body .wp-block-button.is-style-outline .wp-block-button__link.has-white-100-color.has-text-color.has-link-color:not(.has-background):hover {
    background-color: #ffffff29;
}
/* white-16 */

body label.wp-block-button.has-orange-100-color.has-text-color.has-link-color.is-style-outline input:not(.has-background):hover,
body .wp-block-button.is-style-outline .wp-block-button__link.has-orange-100-color.has-text-color.has-link-color:not(.has-background):hover {
    background-color: var(--wp--preset--color--orange-25);
}

body .wp-block-button.is-style-outline .wp-block-button__link.has-orange-50-color.has-text-color.has-link-color:not(.has-background):hover {
    background-color: var(--wp--preset--color--orange-16);
}

body .wp-block-button.is-style-outline.if-dark-background .wp-block-button__link.has-orange-50-color.has-text-color.has-link-color:not(.has-background):hover {
    background-color: #fce8dc4d;
}

body label.wp-block-button.has-blue-100-color.has-text-color.has-link-color.is-style-outline input:not(.has-background):hover,
body .wp-block-button.is-style-outline .wp-block-button__link.has-blue-100-color.has-text-color.has-link-color:not(.has-background):hover {
    background-color: var(--wp--preset--color--blue-25);
}

body .wp-block-button.is-style-outline .wp-block-button__link.has-blue-50-color.has-text-color.has-link-color:not(.has-background):hover {
    background-color: var(--wp--preset--color--blue-12);
}

body .wp-block-button.is-style-outline .wp-block-button__link.has-red-100-color.has-text-color.has-link-color:not(.has-background):hover {
    background-color: var(--wp--preset--color--red-25);
}

body .wp-block-button.is-style-outline .wp-block-button__link.has-red-50-color.has-text-color.has-link-color:not(.has-background):hover {
    background-color: var(--wp--preset--color--red-12);
}

body .wp-block-button.is-style-outline .wp-block-button__link.has-purple-100-color.has-text-color.has-link-color:not(.has-background):hover {
    background-color: var(--wp--preset--color--purple-25);
}

body .wp-block-button.is-style-outline .wp-block-button__link.has-purple-50-color.has-text-color.has-link-color:not(.has-background):hover {
    background-color: var(--wp--preset--color--purple-16);
}

body .wp-block-button.is-style-outline .wp-block-button__link.has-aqua-blue-100-color.has-text-color.has-link-color:not(.has-background):hover {
    background-color: var(--wp--preset--color--aqua-blue-25);
}

body .wp-block-button.is-style-outline .wp-block-button__link.has-aqua-blue-50-color.has-text-color.has-link-color:not(.has-background):hover {
    background-color: var(--wp--preset--color--aqua-blue-12);
}

body .wp-block-buttons .is-style-outline .wp-block-button .wp-block-button__link.wp-element-button:active {
    color: var(--wp--preset--color--base) !important;
    background-color: #DC5E17 !important;
    border-color: #DC5E17 !important;
}

body .wp-block-buttons .is-style-outline .wp-block-button__link.has-blue-100-color.has-text-color.has-link-color.wp-element-button:active {
    color: var(--wp--preset--color--base) !important;
    background-color: #0E3D77 !important;
    border-color: #0E3D77 !important;
}

/* Style Outline Has Background*/
body .wp-block-button.is-style-outline .wp-block-button__link.has-red-100-color.has-text-color.has-link-color.has-background:hover {
    background-color: var(--wp--preset--color--transparent), none !important;
}

/* TABS BTN */
.wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-orange-100-color.has-text-color {
    border-color: var(--wp--preset--color--orange-25);
}

body .wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-orange-100-color.has-text-color:hover {
    background-color: var(--wp--preset--color--orange-16);
}

body .wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-orange-100-color.has-text-color:active {
    color: var(--wp--preset--color--base) !important;
    background-color: var(--wp--preset--color--orange-100);
    border-color: var(--wp--preset--color--orange-100);
}

.wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-blue-100-color.has-text-color {
    border-color: var(--wp--preset--color--blue-25);
}

body .wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-blue-100-color.has-text-color:hover {
    background-color: var(--wp--preset--color--blue-12);
}

body .wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-blue-100-color.has-text-color:active {
    color: var(--wp--preset--color--base) !important;
    background-color: var(--wp--preset--color--blue-100);
    border-color: var(--wp--preset--color--blue-100);
}

.wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-red-100-color.has-text-color {
    border-color: var(--wp--preset--color--red-25);
}

body .wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-red-100-color.has-text-color:hover {
    background-color: var(--wp--preset--color--red-12);
}

body .wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-red-100-color.has-text-color:active {
    color: var(--wp--preset--color--base) !important;
    background-color: var(--wp--preset--color--red-100);
    border-color: var(--wp--preset--color--red-100);
}

.wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-aqua-blue-100-color.has-text-color {
    border-color: var(--wp--preset--color--aqua-blue-25);
}

body .wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-aqua-blue-100-color.has-text-color:hover {
    background-color: var(--wp--preset--color--aqua-blue-12);
}

body .wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-aqua-blue-100-color.has-text-color:active {
    color: var(--wp--preset--color--base) !important;
    background-color: var(--wp--preset--color--aqua-blue-100);
    border-color: var(--wp--preset--color--aqua-blue-100);
}

.wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-purple-100-color.has-text-color {
    border-color: var(--wp--preset--color--purple-25);
}

body .wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-purple-100-color.has-text-color:hover {
    background-color: var(--wp--preset--color--purple-16);
}

body .wp-block-buttons.tabs-btn .wp-block-button.is-style-outline .wp-block-button__link.has-purple-100-color.has-text-color:active {
    background-color: var(--wp--preset--color--purple-100);
    border-color: var(--wp--preset--color--purple-100);
    color: var(--wp--preset--color--base) !important;
}

/* .end BTN */

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color, .has-background) {
    border-color: var(--wp--preset--color--orange-100, var(--wp--preset--color--contrast, currentColor));
    color: var(--wp--preset--color--orange-100, );
    background-color: transparent;
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color, .has-background):hover {
    border-color: var(--wp--preset--color--orange-100, var(--wp--preset--color--orange-100, currentColor));
    background-color: var(--wp--preset--color--orange-25, var(--wp--preset--orange-25, transparent));
    color: var(--wp--preset--color--orange-100);
}

/* LINKS */
.theme-link a {
    font-weight: 700;
    line-height: 1.58;
    width: max-content;
    margin: 0;
    align-items: center;
    display: inline-flex;
    column-gap: .5em;
    padding: 1em 1.5em;
    outline: 2.5px solid;
    outline-color: transparent;
    -webkit-border-radius: .32em;
    -moz-border-radius: .32em;
    -ms-border-radius: .32em;
    -o-border-radius: .32em;
    border-radius: .32em;
}

.theme-link.has-icon:not(.without-text) a {
    position: relative;
}

.theme-link.has-icon.right:not(.without-text) a {
    padding-right: 3em;
}

.theme-link.has-icon.right:not(.without-text) svg {
    left: auto;
    right: 1em;
    margin-left: .5em;
}

.theme-link.has-icon.left:not(.without-text) a {
    padding-left: 3em;
}

.theme-link.has-icon.left:not(.without-text) svg {
    margin-right: .5em;
    left: 1em;
}

.theme-link a {
    font: inherit;
    color: inherit;
    display: flex;
    align-items: center;
}

.theme-link.has-icon.without-text a {
    font-size: 0;
    border: none;
}

.theme-link.has-icon.without-text a svg {
    font-size: initial;
}

.theme-link.has-icon:not(.without-text) svg {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
}

.theme-link.has-icon.without-text svg {
    width: 1.5em;
    height: 1.5em;
}

.theme-link.has-icon a svg,
.theme-link.has-icon a {
    color: inherit;
}

.theme-link.has-icon a svg path {
    stroke: currentColor;
}

.theme-link.has-orange-100-color a:hover {
    color: var(--wp--preset--color--orange-50) !important;
}

.theme-link.has-blue-100-color a:hover {
    color: var(--wp--preset--color--blue-50) !important;
}

.theme-link.has-aqua-blue-100-color a:hover {
    color: var(--wp--preset--color--aqua-blue-50) !important;
}

.theme-link.has-red-100-color a:hover {
    color: var(--wp--preset--color--red-50) !important;
}

.theme-link.has-purple-100-color a:hover {
    color: var(--wp--preset--color--purple-50) !important;
}

.theme-link-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    transition-duration: .4s;
    outline: transparent 3px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

input[type="submit"].link {
    color: var(--wp--preset--color--orange-100);
    font-family: inherit;
    font-size: 12px;
    outline: 2.5px solid;
    outline-color: transparent;
    font-weight: 600;
    border: none;
    background: none;
    margin: 0;
    padding: 1em 1.5em;
    -webkit-border-radius: 0.32em;
    -moz-border-radius: 0.32em;
    -ms-border-radius: 0.32em;
    -o-border-radius: 0.32em;
    border-radius: 0.32em;
}

input.link:focus,
input.link:focus-visible {
    outline: -webkit-focus-ring-color none;
    outline: 2.5px solid;
    outline-color: var(--wp--preset--color--orange-25);
}

.theme-link a:active {
    outline: 2.5px solid;
    outline-color: currentcolor;
}

.theme-link.without-text a {
    padding: .85rem;
    -webkit-border-radius: .32rem;
    -moz-border-radius: .32rem;
    -ms-border-radius: .32rem;
    -o-border-radius: .32rem;
    border-radius: .32rem;
}

/* FORMS INPUTS */
.wp-block-search__inside-wrapper {
    width: max-content;
    position: relative;
    border: none;
    padding: 0;
}

.wp-block-search__button {
    color: inherit;
    background: transparent none;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: auto;
    aspect-ratio: 1/1;
}

body .wp-block-search__input:focus {
    background: var(--wp--preset--color--base);
}

.wp-block-search__button svg {
    height: 2em;
    min-height: 2em;
    min-width: 2em;
    width: 2em;
    fill: var(--wp--preset--color--grey-50);
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}

body .wp-block-search__input {
    padding-left: 3.5em;
}

body label.active input.error {
    outline-color: var(--wp--preset--color--red-100);
    box-shadow: 0px 1px 4px 0px #E545451A;
}

body label .message {
    color: var(--wp--preset--color--red-100);
    line-height: .5;
    flex-basis: 100%;
    font-size: .75em;
    display: flex;
    column-gap: .5em;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: -2.5em;
}

body label.active .tel-attribute {
    border-color: var(--wp--preset--color--red-100);
}

form.example {
    margin-left: 0 !important;
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 3rem;
}

form.example input:not([type="submit"], [type="reset"], [type="button"], [type="checkbox"], [type="radio"]),
form.example textarea,
form.example select,
form.example label:not(.reset) {
    flex-basis: 100%;
	width: 100%;
}

label.has-icon {
    position: relative;
    display: flex;
    align-items: center;
}

label.has-icon span {
    display: contents;
}

label.has-icon svg {
    position: absolute;
    z-index: 3;
    width: 1.5em;
    height: 1.5em;
}

label.has-icon.left svg {
    left: 1.5em;
}

label.has-icon.right svg {
    right: 1.5em;
}

label.has-icon svg path {
    stroke: currentColor
}

/* SWITCHER */
.switch {
    font-size: 1rem;
    position: relative;
    display: inline-block;
    width: 4em;
    height: 2.1em;
    -webkit-user-select: none;
    user-select: none;
}

.switch.small {
    font-size: .75rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switcher-slider {
    transition-duration: .4s;
    display: flex;
    align-items: center;
    position: absolute;
    cursor: pointer;
    color: var(--wp--preset--color--orange-100);
    background: currentColor;
/*     border: 2px solid currentColor; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.switch.has-outline .switcher-slider {
    color: var(--wp--preset--color--orange-100);
}

.switch.lite .switcher-slider {
    color: var(--wp--preset--color--orange-25);
    background: currentColor;
}

.switch.lite.has-outline .switcher-slider {
    color: var(--wp--preset--color--orange-100);
    background: var(--wp--preset--color--orange-25);
    border-color: currentColor;
}

.switcher-slider::before {
	content: "";
    background: currentColor;
    transition-duration: .4s;
    position: absolute;
    height: 1.5em;
    width: 1.5em;
    left: .25em;
}

.switch.lite .switcher-slider:before {
    background: var(--wp--preset--color--orange-100);
}

input:checked+.switcher-slider {
    background: var(--wp--preset--color--orange-100);
}

input:focus+.switcher-slider {
    box-shadow: 0 0 1px var(--wp--preset--color--orange-100);
}

.switch.lite input:checked+.switcher-slider {
    background: var(--wp--preset--color--orange-25);
}

input:checked+.switcher-slider:before {
    -webkit-transform: translateX(115%);
    -moz-transform: translateX(115%);
    -ms-transform: translateX(115%);
    -o-transform: translateX(115%);
    transform: translateX(115%);
}

.switcher-slider.round {
    -webkit-border-radius: 1.6em;
    -moz-border-radius: 1.6em;
    -ms-border-radius: 1.6em;
    -o-border-radius: 1.6em;
    border-radius: 1.6em;
}

.switcher-slider.round:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* as wp-btn */
.wp-block-buttons.switch-buttons>.wp-block-button {
    display: inline-flex;
}

.wp-block-button.switch-btn a {
    display: contents;
}

.wp-block-button.switch-btn .switch {
    font-size: inherit;
    color: inherit;
    background: inherit;
    position: relative;
    display: inline-block;
    width: 4em;
    height: 2.1em;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
}

.is-style-outline.wp-block-button.switch-btn .switch {
    border: 2px solid currentColor;
    width: calc(4em - 4px);
    height: calc(2.1em - 4px);
}

.wp-block-button.switch-btn .switcher-slider {
    transition-duration: .4s;
    display: flex;
    align-items: center;
    position: absolute;
    cursor: pointer;
    color: inherit;
    background: inherit;
    outline: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* 888888888888888888888888  */

/* tmp  изменить в theme.json*/
.has-global-padding {
    /*     padding-right: 0;
    padding-left: 0; */
    margin: auto;
}

.has-global-padding>.alignfull {
    margin-right: auto;
    margin-left: auto;
}

/* .wp-block-group-is-layout-grid  */
body .has-global-padding>.alignfull.is-content-justification-center {
    margin-right: auto;
    margin-left: auto;
}

.site,
.site-content,
.site-header,
.site-main,
.site-main>article,
.entry-content,
.entry-content>.wp-block-group {
    background-color: inherit;
}

/* ---  */
.hello .wp-block-columns>:first-child {
    flex-basis: 45%;
}

.hello .wp-block-columns>:last-child {
    flex-basis: 55%;
}

.items-wrapper,
.flex-wrapper,
.bgc-inherit,
.items-wrapper>div,
.flex-wrapper>div,
.bgc-inherit>div {
    background-color: inherit;
}

.group-container {
    background-color: inherit;
}

body .item-container,
body .wp-block-columns>.wp-block-column.item-container {
    position: relative;
    background: inherit;
}

.item-container .item-content,
.item-container {
    overflow: hidden;
}

.item-container.has-icon-letter {
    padding-bottom: var(--wp--preset--spacing--20);
}

.item-container.has-icon-letter .item-content {
    margin-top: var(--wp--preset--spacing--20);
}

.item-container::before {
    content: "";
    display: block;
    width: 149px;
    height: auto;
    aspect-ratio: 149/161;
    background: inherit;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 3;
    -webkit-transform: translate(-72%, -31%) rotateZ(-45deg);
    -moz-transform: translate(-72%, -31%) rotateZ(-45deg);
    -ms-transform: translate(-72%, -31%) rotateZ(-45deg);
    -o-transform: translate(-72%, -31%) rotateZ(-45deg);
    transform: translate(-72%, -31%) rotateZ(-45deg);
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
    border-radius: 50% 50%;
}

.wp-container-core-columns-is-layout-4 .item-container::before {
    width: 137px;
    aspect-ratio: 137/149;
}

.is-layout-flex.flex-wrap-1_3 .item-container .icon,
.is-layout-flex.flex-wrap-1_2 .item-container .icon,
.is-layout-flex.flex-wrapper .item-container .icon,
.items-wrapper .item-container .icon {
/*     width: 5.375rem; */
	width: 76px;
    height: auto;
}

.wp-block-group.item.small.has-icon .icon:not(.arrow) {
    width: 86px;
    height: auto;
}

.company-item.has-logo svg.icon.logo {
    width: auto;
    max-height: 7rem;
}

.item-container.has-icon-letter::before {
    z-index: 3;
    left: 0;
    -webkit-transform: translate(-30%, -40%) rotateZ(-45deg);
    -moz-transform: translate(-30%, -40%) rotateZ(-45deg);
    -ms-transform: translate(-30%, -40%) rotateZ(-45deg);
    -o-transform: translate(-30%, -40%) rotateZ(-45deg);
    transform: translate(-30%, -40%) rotateZ(-45deg);
}

.item-container.has-icon-letter .icon-letter {
    line-height: 1;
    position: absolute;
    left: 1rem;
    top: -.1em;
    z-index: 4;
}

.item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div.item-container:not(.has-icon-letter) .item-content.item .wp-block-heading {
    padding-right: 4.25rem;
}

.item-container svg.icon,
span.icon svg {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
}

body .item-container:not(.has-icon-letter) h3.wp-block-heading {
/*     max-width: calc(100% - 100px); */
	max-width: calc(100% - 3rem);
}

/* ALERTS */
.alert-element {
    overflow: hidden;
    position: relative;
    display: flex;
    column-gap: 1rem;
    padding: 2rem 6rem 2rem 2rem;
    border: 1px solid var(--grey-12, #EDEFF0);
    box-shadow: 0px 12px 32px 0px #061C3D14;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.alert-element::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    background: currentColor;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.alert-element .icon.alert {
    width: 2.5rem;
    height: 2.5rem;
}

.alert-element .wp-block-heading {
    margin-top: 0;
}

.alert-element .wp-block-buttons {
    margin-top: 2rem;
}

.alert-element .wp-block-button__link.has-contrast-color.has-blue-25-background-color:hover {
    background-color: var(--wp--preset--color--blue-12) !important;
}

/* tmp */
.theme-elements-container .collection .alert-element {
    margin-bottom: 4rem !important;
}

/*  */

/* TESTIMONIAL */
.testimonial-container {
    position: relative;
}

.testimonial-container.testimonial-small {
/*     width: max-content;
    max-width: 31.875rem; */
}

#page .testimonial-container:not(.testimonial-small) .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image img {
	width: 11.563rem;
}

#page .testimonial-container.testimonial-small .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image img  {
	width: 5rem;
}

.testimonial-container .wp-block-image img {
    box-shadow: 0px 0px 20px 0px var(--wp--preset--color--grey-50);
}

.testimonial-container .icon {
    height: auto;
    position: absolute;
    top: 0;
}

.testimonial-container:not(.testimonial-small) .icon {
    width: 6rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testimonial-container.testimonial-small .icon {
    width: 3.75rem;
    left: 0;
}

.testimonial-container .icon-container {
	position: relative;
/* 	margin-bottom: 2rem; */
}

.icon-insert-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.icon-insert-container.video-container {
    box-shadow: 0px 0px 20px 0px #3A436133;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    border-radius: 1.5rem;
}

.wp-block-video.icon-insert-container video {
	cursor: pointer;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    border-radius: 1.5rem;
}

.icon-insert-container .icon.insert {
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

svg.background-filter,
.icon.play {
	pointer-events: none;
} 

svg.background-filter {
    position: absolute;
    width: 100%;
    height: auto;
}

/* * */
.icon.logo.acumen-color {
	max-width: 22.75rem;
}

.company-item.has-logo .icon.logo {
    width: 100%;
	max-width: 15.3rem;
    height: auto;
}

/* * */
/* svg.icon.onboarding {
    flex-shrink: 0;
} */

/* DIVIDER */
.divider {
/* 	height: 10rem; */
}

/* .divider>div>div, */
.divider>div {
/* 	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center; */
}

.has-svg-background {
	overflow: hidden;
}

.has-svg-background .content {
    position: relative;
    z-index: 3;
}

.svg-background {
    display: contents;
}

.svg-background svg {
    position: absolute;
    width: 50%;
	max-width: 650px;
    height: auto;
}

.svg-background>:first-child {
    left: 0;
    top: 0;
}

.svg-background>:last-child {
    right: 0;
    bottom: 0;
}

/* GRID */
.is-layout-grid.items-grid-container_2 {
    grid-template-columns: 1fr 1fr;
}

.is-layout-grid.items-grid-container_3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.items-grid-container_4 {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

:root :where(.wp-block-search .wp-block-search__input) {
    font-size: 18px;
}

:where(textarea, select, input, body input.wp-block-search__input) {
    font-size: 18px;
}

/* WP-TABLE */
figure.wp-block-table {
/* 	border-collapse: separate;
    overflow-x: auto; */
}

.wp-block-table table,
table {
    border-spacing: 0px;
    border-collapse: separate;
    overflow-x: auto;
}

table>:first-child >:first-child th,
table>:first-child >:first-child td,
.wp-block-table table>:first-child >:first-child th,
.wp-block-table table>:first-child >:first-child td {
    border: 3px solid var(--wp--preset--color--blue-50);
    border-radius: .5rem .5rem 0 0;
    border-right-width: 1px;
}

table>:first-child >:first-child>:last-child,
table>:first-child >:first-child>:last-child,
.wp-block-table table>:first-child >:first-child>:last-child,
.wp-block-table table>:first-child >:first-child>:last-child {
	border-right-width: 3px;
}

.wp-block-table .has-fixed-layout {
/*     width: max-content; */
}

.wp-block-table.aligncenter, 
.wp-block-table.alignleft, 
.wp-block-table.alignright {
    display: block;
}

body table,
body .wp-block-table table,
body .wp-block-table table.has-fixed-layout {
	width: max-content;
}

body .entry-content>table {
	max-width: 100%;
}

/* .wp-block-table table tbody {
    border-color: var(--wp--preset--color--grey-25);
} */

.wp-block-table td, 
.wp-block-table th {
/*     border: 1px solid;
	border-color: var(--wp--preset--color--grey-25); */
	border: none;
	padding: .5em 1.5em;
	max-width: 200px;
}

.wp-block-table .has-fixed-layout tbody>:nth-child(2n - 1),
table tbody>:nth-child(2n - 1) {
	background-color: var(--wp--preset--color--grey-12);
}

.wp-block-table .has-fixed-layout tr td {
	font-size: 1rem;
/*     max-width: 200px; */
}

.has-horizontal-scroll {
	position: relative;
    width: 100%;
    overflow: auto;
    cursor: url("/wp-content/themes/egeatdev/assets/svg/scroll.svg") 16 9, e-resize;
}

.has-horizontal-scroll .icon.scroll {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* * */
.relative-container {
	position: relative;
	padding: 0;
}

.relative-container>.icon {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
	margin: 0;
}

/* HELLO MAP  */
.z-content {
    position: relative;
    z-index: 3;
}

.map-container svg.map-and-decor {
    width: 120%;
    position: absolute;
    right: 0;
}

.map-container {
    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
/* 	transform: translate(10%, -8%); */
}

.map-container svg.info-map {
    width: 120%;
    position: absolute;
    right: 0;
}

figure.avatar {
	margin: 0;
    position: absolute;
    z-index: 3;
    width: 14%;
    height: auto;
    aspect-ratio: 1/1;
    background: #fff;
    /*     box-shadow: 0 0 28px #0000002e; */
    box-shadow: 0px 0px 20px 0px #243B4B40;
    transition-duration: .4s;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

figure.avatar:hover {
    /*     box-shadow: 0 0 32px #00000045; */
}

figure.avatar::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

figure.avatar a {
    z-index: 4;
}

figure.avatar img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

figure#a1 {
    left: 6.5%;
    top: 46%;
}

figure#a2 {
    left: 12.5%;
    top: 74.4%;
}

figure#a3 {
    left: 44.5%;
    top: 65.7%;
}

figure#a4 {
    left: 83.6%;
    top: 65.5%;
}

figure#a5 {
    left: 61.5%;
    top: 48.1%;
}

figure#a6 {
    left: 84.4%;
    top: 42.5%;
}


/* INFINITY SLIDERS */
#page .slider .testimonial-container.testimonial-small .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image img {
    min-width: 5rem;
}

.data-hidden {
    display: none;
}

.slider-wrapper {
    width: 100%;
    padding: 0;
}

.parent-dots {
    position: relative;
    display: flex;
    column-gap: 1rem;
    width: max-content;
    margin: 0;
    padding: 1rem;
    cursor: default;
    user-select: none;
}

.slider-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #bbb;
    cursor: pointer;
    transition-duration: .4s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.infinity-slider .slider-elements {
    width: 100%;
	min-width: 100%;
    height: auto;
    margin: 0;
	box-sizing: content-box;
	padding: 2.5rem 1.25rem 1.5rem 1.5rem !important;
    overflow: hidden;
}

.slider-storage {
    display: none;
}

.infinity-slider {
    width: 100%;
    max-width: none;
    margin: auto;
}

.infinity-slider .slider-container {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.infinity-slider.alignwide .slider-container {
    max-width: 100%;
}

.infinity-slider .slider-elements>:nth-child(n) {
    display: flex;
    align-items: center;
    width: max-content;
}

.infinity-slider .slider-elements>:nth-child(n)>:nth-child(n) {
    height: auto;
    max-height: none;
}

.icon.pause {
	visibility: hidden;
    opacity: 0;
    z-index: 3;
    transition-duration: .4s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon.pause.active {
	visibility: visible;
	opacity: 1;
}

/* ACCORDION & TOGGLE */
.accordion-or-toggle .accord>:last-child {
	max-height: 0;
	padding: 0;
	overflow: hidden;
	transition: max-height .3s, margin .3s;
}

.accordion-or-toggle .accord>:first-child {
	width: 100%;
	cursor: pointer;
}

.accordion-or-toggle .accord>:first-child>:first-child {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.accordion-or-toggle .accord>:first-child svg.icon {
	transform: rotateX(0deg);
	transition: transform .4s;
}

.accordion-or-toggle .accord.open>:first-child svg.icon {
	transform: rotateX(180deg);
}

.accordion-or-toggle .accord.open>:last-child {
	max-height: 10rem;
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
	overflow: visible;
}

/* * */

/* DISTRIBUTOR */
/*  */
.svg-container {
    position: relative;
	padding: 2rem;
}

.svg-container svg {
    width: 100%;
	min-width: 100%;
    height: auto;
	overflow: visible;
}

.svg-container svg .cursor {
    cursor: pointer;
}

.circle-links-list>:nth-child(n),
.circle-links-list {
	display: contents;
}

.svg-container a {
    display: block;
    width: 19%;
    height: 12%;
    position: absolute;
	font-size: 0 !important;
	opacity: 0;
}

/* .svg-container a {
    border: 1px dashed;
} */

#circle-links-list .l1 a, 
a#L1 {
    width: 21%;
    height: 13%;
    top: 0;
    right: 7.5%;
}

#circle-links-list .l2 a,
a#L2 {
    width: 17%;
    top: 33%;
    right: 2%;
}

#circle-links-list .l3 a, 
a#L3 {
    height: 18%;
    top: 69%;
    right: 3%;
}

#circle-links-list .l4 a, 
a#L4 {
    width: 30%;
    height: 7%;
    top: 92%;
    left: 36%;
}

#circle-links-list .l5 a, 
a#L5 {
    width: 20%;
    height: 19%;
    top: 66%;
    left: 5%;
}

#circle-links-list .l6 a, 
a#L6 {
    width: 21%;
    top: 33%;
    left: 1%;
}

#circle-links-list .l7 a, 
a#L7 {
    width: 17%;
    top: 0%;
    left: 14%;
}

body .post-container {
    align-items: flex-start;
}

body .post-view__title {
	color: inherit;
    font-size: 28px;
    line-height: 1.75;
    text-align: left;
}

body main.page-main .btn--bordered {
    color: #0F468A;
    border: solid 2px #0F468A;
    background-color: transparent;
}

body main.page-main .btn--bordered:hover {
    color: #fff;
    border-color: #0F468A;
    background-color: #0F468A;
}

.links-circle.svg-container svg path {
    -webkit-transition: filter .5s;
    -moz-transition: filter .5s;
    -ms-transition: filter .5s;
    -o-transition: filter .5s;
    transition: filter .5s;
}

.filter-drop-shadow {
    filter: drop-shadow(10px 10px 16px #87a2c5d4);
    -webkit-filter: drop-shadow(10px 10px 16px #87a2c5d4);
}
/* * */

/* TABS (Our Team) */
.fixed-container {
	cursor: pointer;
}

.content-width_74 {
	max-width: 74rem;
}

.scroll-wrapper {
    width: 100%;
    padding-bottom: .5rem !important;
    overflow-x: auto;
}

.scroll-wrapper .tab-buttons {
    flex-wrap: nowrap;
    width: max-content;
    margin-bottom: .5rem;
}

.fixed-container .title-container>p {
    margin-top: 0;
    margin-bottom: .75em;
}

.fixed-container.open {
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(104, 123, 129, 0.80);
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: url(/wp-content/uploads/2024/12/light-close.png) 16 16, pointer;
}

/* .fixed-container.open .element {
    background: #fff;
    padding: 4.5rem !important;
	row-gap: 2.5rem;
    border-radius: 1.5rem;
	cursor: default;
} */

.fixed-container.open .element {
    position: relative;
    max-height: 90vh;
    background: #fff;
    padding: 4.5rem !important;
    row-gap: 3rem;
    cursor: default;
    flex-direction: column;
    flex-wrap: nowrap;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    border-radius: 1.5rem;
}

.fixed-container .element .close-btn {
    display: none;
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 10;
    cursor: pointer;
}

.fixed-container.open .element .close-btn {
    display: block
}

.fixed-container>.element>:last-child {
	overflow-y: auto;
}

.fixed-container.open .element .element-header {
	width: 100%;
    flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.fixed-container.open .element .element-header figure.wp-block-image {
	flex-basis: 33%
}

.fixed-container.open .title-container>* {
    text-align: left;
}

.fixed-container .title-container .social-link {
    font-size: 0;
    color: transparent;
}

.fixed-container.open .title-container .wp-block-heading {
    font-size: var(--wp--preset--font-size--xx-large) !important;
}

.this-hide {
    display: none;
}

.fixed-container.open .this-hide {
    display: block;
}

.element-header,
.element-header figure.wp-block-image {
	width: 100%;
}

body .has-tabs .tab-items>:nth-child(n):not(.active) {
	display: none !important;
}

/* * */

/* CONTACT US FORMS 2 */
:root :where(.is-layout-constrained)>p.margin-block-start_0, 
:root :where(.is-layout-flow)>p.margin-block-start_0 {
	margin-block-start: 0;
}

.contact-links a:hover {
    color: var(--wp--preset--color--orange-100);
}

form.form.contac-us {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

form.form ::placeholder {
	font-size: 1rem;
}

.form-group {
	width: 100%;
    display: flex;
    gap: 1.5rem;
}

.form-group label {
	flex-basis: 50%;
}

.form-group label.full-width {
	flex-basis: 100%;
}

form.form.contac-us textarea {
	min-height: 7rem;
}

input:not([type="button"], [type="submit"], [type="reset"], [type="button"], [type="checkbox"], [type="radio"], .link),
textarea,
select {
    width: 100%;
}

button.btn.btn-default {
    width: max-content;
    margin: 0 auto
}

/* CARRIER VACANCY */
h1.entry-title.vacancy {
    margin-top: var(--wp--preset--spacing--70);
    margin-bottom: 0;
}

.vacancy-posts a.wp-block-button__link.has-orange-100-color.has-text-color.has-link-color.wp-element-button {
    background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
}

.vacancy-posts a.wp-block-button__link.has-orange-100-color.has-text-color.has-link-color.wp-element-button:hover {
    background: var(--wp--preset--color--orange-25);
}

.single-vacancy .entry-content a:not(.wp-block-button__link) {
    color: var(--wp--preset--color--orange-100);
	text-decoration: 1px dotted underline;
}

.single-vacancy .entry-content a:not(.wp-block-button__link):hover {
	text-decoration: 1px solid underline;
}

/* AZLISTS */
.az-list-wrapper .az-list-item-container,
.az-list-item {
    box-sizing: border-box;
}

.az-list-item {
    position: relative;
}

.az-list-wrapper {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.country-list.az-lists {
    padding: 2.5rem 0;
}

.az-lists-title {
    color: var(--wp--preset--color--blue-100);
    font-size: var(--wp--preset--font-size--xx-large);
    text-align: center;
}

.az-list-wrapper>:nth-child(n) {
	flex-basis: 16.6666%;
	width: 16.6666%;
}

.az-list-item {
    background: var(--wp--preset--color--base);
    box-shadow: var(--wp--preset--shadow--deep);
	padding: 0 3.875rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.5rem;
    row-gap: .75rem;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
	transition: max-height .1s, padding .2s;
}

.az-list-item-container.open .az-list-item {
    visibility: visible;
    max-height: 30rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	transition: max-height .5s, padding .5s;
}

.az-list-item-container .first-letter {
	display: block;
    color: var(--wp--preset--color--blue-100);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3;
    cursor: pointer;
}

.az-list-item-container .first-letter {
	transition-duration: .3s;
}

.az-list-item-container .first-letter:hover {
	color: var(--wp--preset--color--orange-100);
}

.az-list-item-container .first-letter::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
	position: relative;
	z-index: 3;
    background-color: transparent;
}

.az-list-item-container.open .first-letter::after {
    background-color: var(--wp--preset--color--orange-100);
}

.content-container.countries.has-mapplic .has-svg-background .content {
    justify-content: center;
	gap: 4rem;
}

.content-container.countries.has-mapplic .country-search.at-search-wrapper {
    margin-top: 4.5rem;
}

/* ZOHO Forms */
.inputs-group {
    margin-bottom: 2rem;
    display: flex;
	column-gap: 4rem;
}

.inputs-group>* {
	flex-basis: 50%;
}

.inputs-group label {
	flex-wrap: wrap;
	column-gap: 0;
	row-gap: .5rem;
}

.inputs-group label>*:not(em) {
	flex-basis: 100%;
}

button.align-center {
    margin: auto;
}

form.at-zoho-form button.align-center {
	margin-top: 4rem;
}

form.contact-form button {
    margin-top: 2rem;
}

form.at-zoho-form.pef2 label select:hover::before {
    content: "Press and hold 'Ctrl' for multiple selections";
    color: #687B81;
    text-align: center;
    padding: .25em;
    display: block;
    height: auto;
    background: #abb8c38a;
    position: absolute;
    left: 0;
    right: 5px;
    bottom: 0;
    white-space: normal;
    border-top-left-radius: 1.5em;
}

.form-inputs-container label {
    display: block;
    margin-bottom: 2rem;
}

form.contact-form .inputs-group {
    column-gap: 2rem;
}

/* >>> */

/* select scroll-bar */
div.search-list::-webkit-scrollbar {
    width: 6px;
    background-color: #ccc;
}

div.search-list::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #033251;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

div.search-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-color: #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

/* .end select scroll-bar*/

/* off ios default style  */
form.express-quote-5 input[type="search"] {
    outline: none;
    background: inherit;
    outline-offset: 0;
/*     border-radius: 0; */
}

form.express-quote-5 input[type="search"]::-webkit-search-decoration,
form.express-quote-5 input[type="search"]::-webkit-search-cancel-button,
form.express-quote-5 input[type="search"]::-webkit-search-results-button,
form.express-quote-5 input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: auto;
}

form.express-quote-5 label,
form.express-quote-5 input,
form.express-quote-5 select {
/*     font-size: 1rem; */
}

form.express-quote-5 label {
    word-wrap: normal;
}

/* .end off ios default style  */

.hidden {
    display: none;
}

label.at-search {
    position: relative;
}

label.at-search svg {
    position: absolute;
    left: 1.5rem;
    width: 1.5rem;
	height: auto;
    height: 100%;
}

form.express-quote-5 label.select-multiple select {
    display: none;
}

.search-list-container>div.search-list {
    margin-top: .25rem;
    padding: .25rem;
    max-height: 10rem;
    overflow-y: auto;
    border-bottom: 1px solid var(--wp--preset--color--blue-50);
}

input.at-search-input {
    border-width: 1px;
}

body form.express-quote-5 label.select-multiple {
    width: 100%;
    margin-top: 0;
}

body form.express-quote-5 label.select-multiple select:hover::before {
    bottom: .5rem;
}

body form.express-quote-5 .search-list>label {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: .25em;
}

body form.express-quote-5 .search-list>label>input[type="radio"],
body form.express-quote-5 .search-list>label>input[type="checkbox"] {
    flex-basis: auto;
    min-width: 1.2em;
}

body form.express-quote-5 .textarea,
body form.express-quote-5 .search-select {
    flex-basis: 100%;
}

i.attention {
    font-size: 14px;
    line-height: 1.2;
    color: #828d95;
}

i.attention i {
    color: #ED6E26;
}

.has-protection {
    position: relative;
}

.has-protection .atplug {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	z-index: 11;
}

/* @MEDIA */
@media screen and (max-width: 1439px) {

    :root {
        font-size: 12.8px;
    }
	
	:root :where(.wp-block-search .wp-block-search__input) {
		font-size: 16px;
	}
	
    :where(textarea, select, input, body input.wp-block-search__input) {
        font-size: 16px;
    }

	body .is-layout-flex.flex-wrap-1_3,
	body .is-layout-flex.flex-wrap-1_2,
    body .is-layout-flex.flex-wrapper {
        flex-wrap: wrap !important;
		justify-content: center;
    }
	
	body .is-layout-flex>.wp-block-column>.wp-block-group.is-layout-constrained {
/* 		height: 100%; */
	}
	
	body .is-layout-flex.flex-wrap-1_2>.wp-block-column,
    body .wp-block-columns>.wp-block-column.item-container {
        flex-basis: calc(50% - .625rem); /* !important */
        flex-grow: 0;
    }
	
	body .is-layout-flex.flex-wrap-1_3>.wp-block-column {
        flex-basis: calc(33.333% - 1.25rem) !important;
        flex-grow: 0;
	}
		
	.spacing_adaptive_55-66 {
		padding: var(--wp--preset--spacing--55) !important;
	}
	
	h1.wp-block-heading {
		font-size: 40px;
	}
	
	.hello .wp-block-columns>:first-child {
		flex-basis: 47%;
	}

	.hello .wp-block-columns>:last-child {
		flex-basis: 53%;
	}

    .item-container svg.icon,
    span.icon svg {
        transform-origin: top right;
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6);
    }

    .item-container::before {
        width: 7rem;
    }

    .item-container.has-icon-letter::before {
        width: 7rem;
    }

    .wp-container-core-columns-is-layout-4 .item-container::before {
        width: 7rem;
    }

    .item-container.has-icon-letter .item {
        padding-top: var(--wp--preset--spacing--63) !important;
    }
	
	.icon.play {
		display: none;
	}
	
	body .items-grid-container_4 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}


}

@media screen and (min-width: 1200px) {
    :not(.open).items-grid-transform_50 {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }

    :not(.open).items-grid-transform_100 {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    :not(.open).items-grid-transform_150 {
        -webkit-transform: translateX(150%);
        -moz-transform: translateX(150%);
        -ms-transform: translateX(150%);
        -o-transform: translateX(150%);
        transform: translateX(150%);
    }

}

@media screen and (max-width: 1199px) {
	.is-layout-grid.items-grid-container_3 {
		grid-template-columns: 1fr 1fr;
	}
	
	body .items-grid-container_4 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media screen and (max-width: 1023px) {
	body.single:not(.single-case) .entry-content-wrapper {
		flex-direction: column;
	}
	
	body.archive .post-feed>article.hentry {
		flex-basis: calc(50% - .75rem);
	}
}

@media screen and (min-width: 782px) {
	.map-container {
		transform: translate(10%, -8%);
	}
	
	.post-header-container.wp-block-columns>div {
		flex-basis: 50%;
	}
}

@media screen and (max-width: 781px) {

    :root {
        font-size: 11.2px;
    }

    :root :where(.wp-block-columns-is-layout-flex) {
        gap: var(--wp--preset--spacing--60);
        margin-bottom: var(--wp--preset--spacing--60) !important;
    }

    .item-container::before {
        width: 7rem;
    }
	
	.spacing_adaptive_55-66 {
		padding: var(--wp--preset--spacing--60) !important;
	}

    .item-container .item {
        padding-top: var(--wp--preset--spacing--70) !important;
        padding-right: var(--wp--preset--spacing--66) !important;
        padding-bottom: var(--wp--preset--spacing--63) !important;
        padding-left: var(--wp--preset--spacing--66) !important;
    }

    .item-container.has-icon-letter::before {
        width: 7rem;
    }

    .item-container:not(.item-container-4) svg.icon,
    span.icon svg {
        -webkit-transform: scale(.52);
        -moz-transform: scale(.52);
        -ms-transform: scale(.52);
        -o-transform: scale(.52);
        transform: scale(.52);
    }

    .item-container.has-icon-letter .item {
        padding-top: var(--wp--preset--spacing--70) !important;
    }

    .testimonial-container:not(.testimonial-small) {
        padding-top: var(--wp--preset--spacing--70) !important;
        padding-bottom: var(--wp--preset--spacing--60) !important;
    }
	
	.is-layout-grid.items-grid-container_2 {
		grid-template-columns: 1fr;
	}
	
	.is-layout-grid.items-grid-container_3 {
		grid-template-columns: 1fr 1fr;
	}
	
	h1.wp-block-heading {
		font-size: 32px;
	}
	
	body.archive .post-feed>article.hentry {
		flex-basis: 100%;
	}
	
}

@media screen and (max-width: 560px) {

    :root :where(.is-layout-constrained)>p,
    :root :where(.is-layout-flow)>p {
        margin-block-start: var(--wp--preset--spacing--30);
    }

    .item-container::before {
        width: 7rem;
    }

    .item-container svg.icon,
    span.icon svg {
        -webkit-transform: scale(.55);
        -moz-transform: scale(.55);
        -ms-transform: scale(.55);
        -o-transform: scale(.55);
        transform: scale(.55);
    }

    .item-container.has-icon-letter::before {
        width: 7rem;
    }
	
	
	.spacing_adaptive_55-66 {
		padding: var(--wp--preset--spacing--66) !important;
	}

    .item-container.has-icon-letter .item {
        padding-top: var(--wp--preset--spacing--75) !important;
    }
	
	.is-layout-grid.items-grid-container_3 {
		grid-template-columns: 1fr;
	}
	
	h1.wp-block-heading {
		font-size: 28px;
	}
	
	body .items-grid-container_4 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

}

/* @MEDIA from Cons Page */
@media (min-width: 1301px) {
    body section.hello h1.wp-block-heading {
/*         white-space: nowrap; */
    }
}

@media (max-width: 1300px) {
    section.at-container {
/*         padding: 0 1rem; */
    }
}

@media (max-width: 1180px) {
/*     a.wp-block-button__link.wp-element-button {
        font-size: 18px;
    } */

/*     body main .block__title,
    .our-consultancy-services .wp-block-heading,
    body h1.wp-block-heading {
        font-size: 40px;
    } */

/*     body h1.wp-block-heading {
        font-weight: 700;
        line-height: 1;
    } */

/*     .hello p {
        font-size: 18px;
    } */
}

@media (min-width: 961px) {
    .map-container {
        margin-top: -8%;
    }
}

@media (max-width: 960px) {
    .hello>div>div {
        flex-direction: column-reverse;
    }

    .hello>div>div>div {
        flex-basis: auto;
        width: 100%;
    }

    .map-container {
        aspect-ratio: 1.67/1;
        align-items: flex-start;
    }
	
	.map-container svg.map-and-decor {
		width: 100%;
		top: 0%;
	}

    .map-container svg.info-map {
        width: 100%;
        height: auto;
        left: 0;
        right: 0;
    }

    figure.avatar {
        width: 11%;
    }

    figure#a1 {
        left: 22%;
        top: 39.8%;
    }

    figure#a2 {
        left: 27%;
        top: 79.6%;
    }

    figure#a3 {
        left: 53.5%;
        top: 67.4%;
    }

    figure#a4 {
        left: 86%;
        top: 68.5%;
    }

    figure#a5 {
        left: 67.6%;
        top: 42.8%;
    }

    figure#a6 {
        left: 87%;
        top: 35.1%;
    }
}

@media (max-width: 600px) {
	
	.devider.has-svg-background .content,
	.divider.has-svg-background .content {
		padding-bottom: var(--wp--preset--spacing--63) !important;
	}

	.devider.has-svg-background .content p.has-xx-large-font-size,
	.divider.has-svg-background .content p.has-xx-large-font-size {
		font-size: 1.5rem !important;
		line-height: 1.6 !important;
	}

}
/* * */

/* setColor JS */
ul.marker-color.color--ed6e26 li::before {
    background-color: #ed6e26;
}

ul.marker-color.color--0f468a li::before {
    background-color: #0f468a;
}

ul.marker-color.color--da0b3b li::before {
    background-color: #da0b3b;
}

ul.marker-color.color--a863a5 li::before {
    background-color: #a863a5;
}

ul.marker-color.color--00a4b4 li::before {
    background-color: #00a4b4;
}

ul.marker-color.color--f6b692 li::before {
    background-color: #f6b692;
}
/*  */
ul.marker-color.color--87a2c5 li::before {
    background-color: #87a2c5;
}

ul.marker-color.color--ed859d li::before {
    background-color: #ed859d;
}

ul.marker-color.color--80d1d9 li::before {
    background-color: #80d1d9;
}

ul.marker-color.color--d3b1d2 li::before {
    background-color: #d3b1d2;
}