/*!
Theme Name: Unece
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unece
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.

Unece 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x:hidden;
	background-image: url(/wp-content/uploads/2022/11/body_background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #e7e9eb !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 40px;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family:'Overpass' !important;
	font-weight:600;
}

h1 {
		margin-top: 1.5rem;
margin-bottom: 0.5rem;
	font-size:40px;
	border-left:6px rgba(68, 68, 68, 0.3) solid;
	padding-left:10px;
}



h2 {
		margin-top: 1.5rem;
margin-bottom: 0.5rem;
	font-size:36px;
	font-weight:500;
}

article > h1  {
	
	margin-top: 1.5rem;
    margin-bottom: 0.5rem;
	border-left:6px rgba(68, 68, 68, 0.3) solid;
	padding-left:10px;
}


article > h2 {
	
	margin-top: 1.5rem;
margin-bottom: 0.5rem;
	font-size:36px;
	font-weight:500;
	
}


figcaption {
	
	font-size:16px;
	font-family:'Noto Sans';
	text-align:center;
}

p {
	margin-bottom: 18px;
	font-family:'Noto Sans';
	font-size:18px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


/* MOBILE
--------------------------------------------- */
@media (max-width: 33.9em) {
	
	
	.bellows .bellows-nav .bellows-subtoggle {
		
		justify-content:end !important;
		
	}	
	
	.search-form-mob-submit {
	
	background-image: url(/wp-content/uploads/2023/01/search-mob.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: none !important;
    background-color: transparent !important;
    padding: 10px;
    background-size: contain !important;
    padding: 0.7rem !important;
}


.search-form-mob-text {
	
	
	width: 100% !important;
    border: none !important;
    font-family: 'Overpass';
}


article > h1 {
	
	font-size:9vw;
}


	
	
}

/* DESKTOP
--------------------------------------------- */


body {
	
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	width:100%;
	float:left;
}

ul,
ol {
	font-family:'Noto Sans';
	font-size:18px !important;
}

ul {
	list-style: none;
	float:left;
	width:100%;
	
}


article ul {
	
	width:100%;
	float:left;
	display: flex;
    flex-direction: column;
}


article ul li:before {
	
	content: url(/wp-content/uploads/2022/11/bullet_alt.svg);
    position: relative;
    display:inline-flex;
    margin-right: 6px;
	bottom:3px;
	height:30px;
	float:left;
	
}

article ul li > a {
	
	color:#3882C2 !important;
	font-size:18px !important;
	display:inline-flex;
	
}

article ul li {
	
	font-size: 18px;
    float: left;
    width: 100%;
	display:flex;
}



ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	font-family:'Noto Sans';
}

/* Links
--------------------------------------------- */
a {
	color: #3882c2;
	text-decoration:underline;
}

a:visited {
	color: #3882c2;
}

a:hover,
a:focus,
a:active {
	color: #3882c2;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.6em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/* CUSTOM */


@media (max-width: 33.9em) { 

	#itinerary01, #itinerary02, #itinerary03, #itinerary04, #itinerary05, #itinerary06, #itinerary07, #itinerary08, #itinerary09, #itinerary10, #itinerary11 {
		
		max-width:200px !important;
	}
	
	
	/* Force table to not be like tables anymore */
	.no-more-tables table, 
	.no-more-tables thead, 
	.no-more-tables tbody, 
	.no-more-tables th, 
	.no-more-tables td, 
	.no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.no-more-tables tr { border: 1px solid #ccc; }
 
	.no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	.no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }


}


.no-more-tables table, 
	.no-more-tables thead, 
	.no-more-tables tbody, 
	.no-more-tables th, 
	.no-more-tables td, 
	.no-more-tables tr  {
	
	border:1px #000 solid;
}


.wp-block-separator {
	
	border-top:none !important;
}


.utilities {
	
	
	display:flex;
	gap:10px;
}

.wpml-ls-legacy-dropdown {
	
	width:100% !important;
}

.wpml-ls-legacy-dropdown a {
	
	border:none !important;
	line-height:normal !important;
	height:100%;
	background:none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	
	border-top:none !important;
	background:#fff;
}


.custom-form input[type="text"] {
	
	border:none !important;
	font-family:'Noto Sans';
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	max-width:150px;
}

.domain-title {
	
	font-size:12px;
	text-transform: uppercase;
	color:#ccc !important;
}

.button-menu-domains {
	
	width:100%;
	float:left;
}


.button-menu-domains a {
	
	margin: 10px !important;
    float: left !important;
    border: 2px #3882c2 solid !important;
    width: 95% !important;
    text-align: center !important;
    font-size: 18px !important;
	color:#3882c2 !important;
	
}

#searchsubmit {
	
	background-image: url(/wp-content/uploads/2022/11/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: none;
    background-color: #F2F4F6;
}


.mob-menu-activator {
	
	background:none;
	border:none;
}

.mob-menu-activator img {
	
	width:30px;
}

.custom-logo {
	
	max-width:220px;
}
html[lang="ru-RU"] .custom-logo{
	width:300px;
	max-width: 300px;
}

.container {
	
	max-width:1280px !important;
	width:100%;
	
}

.intro-box {
	
	
	    background: #fff;
    margin: 0px auto;
    position: relative;
    width: 100%;
    max-width: 1280px;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
    border-radius: 3px;
	margin-top:2rem;
}


.intro-box h1:before {
	
	display:none;
}

.intro-box h2 {
	
	font-size:24px;
}

.intro-btn {
	
	
	background: #3882C2;
    font-family: 'Noto Sans';
    color: #fff;
    font-size: 13px;
    padding: 0.8rem;
    border: none;

}

.agreement-btn {
	
	background: #21A148;
    font-family: 'Noto Sans';
    color: #fff;
    font-size: 14px;
    padding: 0.8rem;
    border: none;
}

.main-links {
	
	font-size:24px;
	
}



.breadcrumbs {
	
	font-family: 'Noto Sans';
    font-size: 16px;
}

.breadcrumbs a {
	
	color:#3882C2;
}

.back-navigation {
	font-family: 'Noto Sans';
    font-size: 16px;
	cursor:pointer;
	float:right;
	display:flex;
	color:#4580b5;
}

.back-navigation:before {
	
	content:url('/wp-content/uploads/2022/11/back_arrow.svg');
	padding-right:10px;
}


.contextual-menu-title {
	
	font-family: 'Overpass';
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    line-height: 20px;
	gap:20px;

	
}

/*** CASE STORIES ***/

.case-story img {
	
	width:100%;
	max-width:70px !important;
	
}

.case-story h2 {
	
	font-size: 18px;
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
}

.case-story p {
	
	
	font-size:16px;
}

.cs-excerpt {
	
	width:100%;
	float:left;
}

.cs-download {
	
	    background: #E0E5E9;
    border: none;
    font-size: 15px;
    font-family: 'Overpass';
    font-weight: 600;
}


/*** ITINERARY ****/



.wto-agreement {
	
	width:100%;
	float:left;
	padding:10px;
	border-left:6px solid #086d38;
	background:#EFEFEF;
	margin-bottom:30px;
	
}

.wto-agreement p {
	
	margin: 0px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.trade-facilitation {
	
	width:100%;
	float:left;
	padding:10px;
	border-left:6px solid #dd4217;
	background:#EFEFEF;
	margin-bottom:30px;
	
}

.trade-facilitation p {
	
	margin: 0px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.setting-up {
	
	width:100%;
	float:left;
	padding:10px;
	border-left:6px solid #896FCB;
	background:#EFEFEF;
	margin-bottom:30px;
	
}

.setting-up p {
	
	margin: 0px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.developing {
	
	width:100%;
	float:left;
	padding:10px;
	border-left:6px solid #98754b;
	background:#EFEFEF;
	margin-bottom:30px;
	
}

.developing p {
	
	margin: 0px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.identifying {
	
	width:100%;
	float:left;
	padding:10px;
	border-left:6px solid #e42483;
	background:#EFEFEF;
	margin-bottom:30px;
	
}

.identifying p {
	
	margin: 0px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.examples-ict {
	
	width:100%;
	float:left;
	padding:10px;
	border-left:6px solid #e43428;
	background:#EFEFEF;
	margin-bottom:30px;
	
}

.examples-ict p {
	
	margin: 0px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.rationalize {
	
	width:100%;
	float:left;
	padding:10px;
	border-left:6px solid #3999cb;
	background:#EFEFEF;
	margin-bottom:30px;
	
}

.rationalize p {
	
	margin: 0px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.creating {
	
	width:100%;
	float:left;
	padding:10px;
	border-left:6px solid #BD5E9A;
	background:#EFEFEF;
	margin-bottom:30px;
	
}

.creating p {
	
	margin: 0px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.balancing {
	
	width:100%;
	float:left;
	padding:10px;
	border-left:6px solid #70BF5F;
	background:#EFEFEF;
	margin-bottom:30px;
	
}

.balancing p {
	
	margin: 0px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.establishing {
	width:100%;
	float:left;
	padding:10px;
	border-left:6px solid #F9B52F;
	background:#EFEFEF;
	margin-bottom:30px;
	
}

.establishing  p{
	margin: 0px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
	
}


.reducing {
	width:100%;
	float:left;
	padding:10px;
	border-left:6px solid #4C95A6;
	background:#EFEFEF;
	margin-bottom:30px;
	
}

.reducing  p{
	margin: 0px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
	
}


.it-related {
	
	float: left;
    width: 100%;
    gap: 10px;
}

.it-related img {
	
	max-width:40px;
	width:100%;
}


.discover-more-container {
	
	width:100%;
	float:left;
	position:relative;
	min-height:400px;
}

.discover-more {
	
	width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #3882C2;
    color: #fff;
    font-family: 'Overpass';
    margin: 1rem 0;
    padding: 1rem;
    font-size: 18px;
    float: left;
	display:flex;
	align-items:center;
	text-transform:uppercase;
	
}

.discover-more:before {
	
	content:url('/wp-content/uploads/2022/11/icons8-informazioni.svg');
	margin-right:10px;
}


.ito {
	
	display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    float: left;
    padding: 0px;
    text-align: -webkit-center;
    align-items: center;
}



/* (A) TIMELINE CONTAINER */
#itinerary01 {
  /* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
  position: relative;
 
  /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
padding: 0px;
margin-left: 50px;
padding-left: 0px;
 
  /* (A3) OPTIONAL WIDTH RESTRICTION */
  max-width: 300px; 
  font-size:'Overpass';
}
#itinerary01, #itinerary01 * { box-sizing: border-box; }

#itinerary01 > li  {
	
	list-style:none;
	
}


/* (B) DRAW VERTICAL LINE USING ::BEFORE */
#itinerary01::before {
  /* (B1) VERTICAL LINE */
  content: "";
  width: 5px;
 background: rgb(8,109,56);
background: -moz-linear-gradient(180deg, rgba(8,109,56,1) 0%, rgba(8,109,56,1) 95%, rgba(255,255,255,1) 95%);
background: -webkit-linear-gradient(180deg, rgba(8,109,56,1) 0%, rgba(8,109,56,1) 95%, rgba(255,255,255,1) 95%);
background: linear-gradient(180deg, rgba(8,109,56,1) 0%, rgba(8,109,56,1) 95%, rgba(255,255,255,1) 95%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#086d38",endColorstr="#ffffff",GradientType=1);
  /* (B2) POSITION TO THE LEFT */
  position: absolute;
  top: 0; bottom: 0; left: -22px;
}


#itinerary01 > .menu-item {
	
	    padding-bottom: 25px;
    line-height: 18px;
	    display: flex;
	font-family:'Overpass';
}

/* (F) CIRCLE ON TIMELINE */
#itinerary01 > .menu-item::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #fff;
  border: 4px solid #1F8D44;
  width: 20px; height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
  	
  
  
}

#itinerary01 > .menu-item a {
	
	font-size: 18px;
    color: #086d38;
    text-decoration: none;
    font-weight: 400;
    padding-top: 2px;
	
	
}


#itinerary01 > .current_page_item:before {
	
    content: url(/wp-content/uploads/2022/11/current_wt.svg);
    position: absolute;
    color: #086d38;
    left: -56px;
	width:23px;
}

#itinerary01 > .current_page_item.middle:before {
	
	margin-top:-3px !important;
	
}


#itinerary01 > .menu-item:first-child {
	border-bottom: 1px #666 solid;
    margin-bottom: 20px;
}

#itinerary01 > .current_page_item:first-child:after {
	 content: "";
  background: #444 !important;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
}



#itinerary01 > .menu-item:first-child a {
	
	color:#666;
}


#itinerary01 > .menu-item:first-child:after {
	/* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #666;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
	
	
}



@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(31, 141, 68, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(31, 141, 68, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(31, 141, 68, 0);
  }
}


#itinerary01 > .menu-item {

	font-size:18px;
	font-weight:300 !important;
	padding-top:0px;
}


#itinerary01 > .menu-item.middle a {

	font-size:16px;
	font-weight:300 !important;
	padding-top:0px;
}

#itinerary01 > .menu-item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
    background: #fff;
    border: 4px solid #1F8D44;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -27px;
  
  
}

/* (F) CIRCLE ON TIMELINE */
#itinerary01 > .current_page_item::after {
  content: "";
    background-color:#126C3A;
    border: 4px solid #1F8D44;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px;
	animation: pulse-green 2s infinite;
	
}

#itinerary01 > .current_page_item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #126C3A !important;
  border: 4px solid #1F8D44;
  width: 16px; height: 16px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -27px;
}






/* (A) TIMELINE CONTAINER */
#itinerary02 {
  /* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
  position: relative;
 
  /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
padding: 0px;
margin-left: 50px;
padding-left: 0px;
 
  /* (A3) OPTIONAL WIDTH RESTRICTION */
  max-width: 300px;
}
#itinerary02, #itinerary02 * { box-sizing: border-box; }

#itinerary02 > li  {
	
	list-style:none;
	
}


/* (B) DRAW VERTICAL LINE USING ::BEFORE */
#itinerary02::before {
  /* (B1) VERTICAL LINE */
  content: "";
  width: 5px;
  background: rgb(221,66,23);
background: -moz-linear-gradient(180deg, rgba(211, 36, 18,1) 0%, rgba(211, 36, 18,1) 95%, rgba(255,255,255,1) 95%);
background: -webkit-linear-gradient(180deg, rgba(211, 36, 18,1) 0%, rgba(211, 36, 18,1) 95%, rgba(255,255,255,1) 95%);
background: linear-gradient(180deg, rgba(211, 36, 18,1) 0%, rgba(211, 36, 18,1) 95%, rgba(255,255,255,1) 95%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d32412",endColorstr="#ffffff",GradientType=1);
  /* (B2) POSITION TO THE LEFT */
  position: absolute;
  top: 0; 
  bottom: 0; 
  left: -22px;
}


#itinerary02 > .menu-item {
	
	    padding-bottom: 25px;
    line-height: 18px;
	    display: flex;
	font-family:'Overpass';
}

#itinerary02 > .menu-item a {
	
	font-size:18px;
	text-decoration:none;
	font-weight:300;
	color:#dd4217;
	padding-top:2px;
	
	
	
}

#itinerary02 > .current_page_item:before {
	
    content: url(/wp-content/uploads/2022/11/current_sme-1.svg);
    position: absolute;
    left: -56px;
	width:23px;
}

#itinerary02 > .current_page_item.middle:before {
	
	margin-top:-3px !important;
	
}





#itinerary02 > .menu-item:first-child {
	border-bottom: 1px #999 solid;
    margin-bottom: 20px;
}

#itinerary02 > .menu-item:first-child a {
	
	color:#999;
}


#itinerary02 > .menu-item:first-child:after {
	/* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #ccc;
  border: 4px solid #444444;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
	
	
}


/* (F) CIRCLE ON TIMELINE */
#itinerary02 > .menu-item::after {
      content: "";
    background: #fff;
    border: 4px solid #EB663E;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px;

  	
  
  
}

#itinerary02 > .menu-item:first-child {
	border-bottom: 1px #666 solid;
    margin-bottom: 20px;
}

#itinerary02 > .current_page_item:first-child:after {
	 content: "";
  background: #444 !important;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
}



#itinerary02 > .menu-item:first-child a {
	
	color:#666;
}


#itinerary02 > .menu-item:first-child:after {
	/* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #666;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
	
	
}


@keyframes pulse-light-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(235, 102, 62, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(235, 102, 62, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(235, 102, 62, 0);
  }
}


#itinerary02 > .menu-item.middle a {

	font-size:16px;
	font-weight:300 !important;
	padding-top:0px;
}


#itinerary02 > .menu-item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
    background: #fff;
    border: 4px solid #EB663E;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -27px;
  
  
}

#itinerary02 > .current_page_item a  {
	
	font-weight:600;
}

/* (F) CIRCLE ON TIMELINE */
#itinerary02 > .current_page_item::after {
  content: "";
    background-color:#D32412;
    border: 4px solid #EB663E;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px;
	animation: pulse-light-red 2s infinite;
}

#itinerary02 > .current_page_item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background-color:#D32412;
  border: 4px solid #EB663E;
  width: 16px; height: 16px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -27px;
}



/* (A) TIMELINE CONTAINER */
#itinerary03 {
  /* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
  position: relative;
 
  /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
padding: 0px;
margin-left: 50px;
padding-left: 0px;
 
  /* (A3) OPTIONAL WIDTH RESTRICTION */
  max-width: 300px;
}
#itinerary03, #itinerary03 * { box-sizing: border-box; }

#itinerary03 > li  {
	
	list-style:none;
	
}


/* (B) DRAW VERTICAL LINE USING ::BEFORE */
#itinerary03::before {
  /* (B1) VERTICAL LINE */
  content: "";
  width: 5px;
 background: rgb(75,50,138);
background: -moz-linear-gradient(180deg, rgba(110, 84, 128,1) 0%, rgba(110, 84, 128,1) 95%, rgba(255,255,255,1) 95%);
background: -webkit-linear-gradient(180deg, rgba(110, 84, 128,1) 0%, rgba(110, 84, 128,1) 95%, rgba(255,255,255,1) 95%);
background: linear-gradient(180deg, rgba(110, 84, 128,1) 0%, rgba(110, 84, 128,1) 95%, rgba(255,255,255,1) 95%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e5480",endColorstr="#ffffff",GradientType=1);
  /* (B2) POSITION TO THE LEFT */
  position: absolute;
  top: 0; bottom: 0; left: -22px;
}


#itinerary03 > .menu-item {
	
	    padding-bottom: 25px;
    line-height: 18px;
	    display: flex;
		font-family:'Overpass';
}


#itinerary03 > .menu-item a {
	
	font-size:18px;
	color:#444;
	text-decoration:none;
	font-weight:300;
	padding-top:2px;
}


#itinerary03 > .current_page_item:before {
	
    content: url(/wp-content/uploads/2022/11/current_settingup-1.svg);
    position: absolute;
    left: -56px;
	width:23px;
}

#itinerary03 > .current_page_item.middle:before {
	
	margin-top:-3px !important;
	
}


#itinerary03 > .middle {
	
	
}

#itinerary03 > .middle a {
	
	font-size:16px !important;
	font-weight:300 !important;
	padding-top:0px;
}


/* (F) CIRCLE ON TIMELINE */
#itinerary03 > .menu-item::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #fff;
  border: 4px solid #9A76B2;
  width: 20px; height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
  	
  
  
}

#itinerary03 > .menu-item:first-child {
	border-bottom: 1px #666 solid;
    margin-bottom: 20px;
}

#itinerary03 > .current_page_item:first-child:after {
	 content: "";
  background: #444 !important;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
}



#itinerary03 > .menu-item:first-child a {
	
	color:#666;
}


#itinerary03 > .menu-item:first-child:after {
	/* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #666;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
	
	
}


@keyframes pulse-dark-violet {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(75, 50, 138, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(75, 50, 138, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(75, 50, 138, 0);
  }
}


#itinerary03 > .menu-item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
    background: #fff;
    border: 4px solid #9A76B2;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -27px;
  
  
}

#itinerary03 > .current_page_item a {
	
	font-weight:600;
	color: #6E5480;
}

/* (F) CIRCLE ON TIMELINE */
#itinerary03 > .current_page_item::after {
  content: "";
    background-color:#6E5480;
    border: 4px solid #9A76B2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px;
	animation: pulse-dark-violet 2s infinite;
}

#itinerary03 > .current_page_item.middle a {
	
	font-weight:600 !important;
	color: #6E5480 !important;
}


#itinerary03 > .current_page_item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #6E5480 !important;
  border: 4px solid #9A76B2;
  width: 16px; height: 16px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -27px;
}



/* (A) TIMELINE CONTAINER */
#itinerary04 {
  /* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
  position: relative;
 
  /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
padding: 0px;
margin-left: 50px;
padding-left: 0px;
 
  /* (A3) OPTIONAL WIDTH RESTRICTION */
  max-width: 300px;
}
#itinerary04, #itinerary04 * { box-sizing: border-box; }

#itinerary04 > li  {
	
	list-style:none;
	
}


/* (B) DRAW VERTICAL LINE USING ::BEFORE */
#itinerary04::before {
  /* (B1) VERTICAL LINE */
  content: "";
  width: 5px;
 background: rgb(152,117,75);
background: -moz-linear-gradient(180deg, rgba(110, 83, 52,1) 0%, rgba(110, 83, 52,1) 97%, rgba(255,255,255,1) 97%);
background: -webkit-linear-gradient(180deg, rgba(110, 83, 52,1) 0%, rgba(110, 83, 52,1) 97%, rgba(255,255,255,1) 97%);
background: linear-gradient(180deg, rgba(110, 83, 52,1) 0%, rgba(110, 83, 52,1) 97%, rgba(255,255,255,1) 97%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e5334",endColorstr="#ffffff",GradientType=1);
  /* (B2) POSITION TO THE LEFT */
  position: absolute;
  top: 0; bottom: 0; left: -25px;
}


#itinerary04 > .menu-item {
	
	padding-bottom: 25px;
    line-height: 18px;
	display: flex;
	font-family:'Overpass';
}

#itinerary04 > .menu-item a {
	
	font-size: 18px;
    text-decoration: none;
    color: #6E5334;
    font-weight: 300;
	padding-top:3px;
}


#itinerary04 > .current_page_item:before {
	
    content: url(/wp-content/uploads/2022/11/current_roadmap.svg);
    position: absolute;
    left: -56px;
	width:23px;
}

#itinerary04 > .current_page_item.middle:before {
	
	margin-top:-3px !important;
	
}



/* (F) CIRCLE ON TIMELINE */
#itinerary04 > .menu-item::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #fff;
  border: 4px solid #957046;
  width: 20px; height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -32px;
  	
  
  
}

#itinerary04 > .menu-item:first-child {
	border-bottom: 1px #666 solid;
    margin-bottom: 20px;
}

#itinerary04 > .current_page_item:first-child:after {
	 content: "";
  background: #444 !important;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -32px;
}



#itinerary04 > .menu-item:first-child a {
	
	color:#666;
}


#itinerary04 > .menu-item:first-child:after {
	/* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #666;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -32px;
	
	
}

@keyframes pulse-maroon {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(152, 117, 75, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(152, 117, 75, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(152, 117, 75, 0);
  }
}


#itinerary04 > .menu-item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
    background: #fff;
    border: 4px solid #957046;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -30px;
  
  
}


#itinerary04 > .current_page_item.middle a {
	
	font-weight:600 !important;
	color: #6E5334 !important;
}

#itinerary04 > .menu-item.middle a {
  font-size: 16px;
    text-decoration: none;
    color: #444;
    font-weight: 300;
	padding-top:0px;
}


#itinerary04 > .current_page_item a {
	
	
	font-weight:600;
	color:#6E5334
}

/* (F) CIRCLE ON TIMELINE */
#itinerary04 > .current_page_item::after {
  content: "";
    background-color:#cfb09e;
    border: 4px solid #957046;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -32px;
	animation: pulse-maroon 2s infinite;
	
}

#itinerary04 > .current_page_item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #cfb09e !important;
  border: 4px solid #957046;
  width: 16px; height: 16px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -30px;
}




/* (A) TIMELINE CONTAINER */
#itinerary05 {
  /* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
  position: relative;
 
  /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
padding: 0px;
margin-left: 50px;
padding-left: 0px;
 
  /* (A3) OPTIONAL WIDTH RESTRICTION */
  max-width: 300px;
}
#itinerary05, #itinerary05 * { box-sizing: border-box; }

#itinerary05 > li  {
	
	list-style:none;
	
}


/* (B) DRAW VERTICAL LINE USING ::BEFORE */
#itinerary05::before {
  /* (B1) VERTICAL LINE */
  content: "";
  width: 5px;
  background: rgb(228, 36, 131);
background: -moz-linear-gradient(180deg, rgba(228, 36, 131,1) 0%, rgba(228, 36, 131,1) 92%, rgba(255,255,255,1) 93%);
background: -webkit-linear-gradient(180deg, rgba(228, 36, 131,1) 0%, rgba(228, 36, 131,1) 92%, rgba(255,255,255,1) 93%);
background: linear-gradient(180deg, rgba(228, 36, 131,1) 0%, rgba(228, 36, 131,1) 92%, rgba(255,255,255,1) 93%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e42483",endColorstr="#ffffff",GradientType=1);
  /* (B2) POSITION TO THE LEFT */
  position: absolute;
  top: 0; bottom: 0; left: -22px;
}


#itinerary05 > .menu-item {
	
	padding-bottom: 25px;
    line-height: 18px;
	display: flex;
	font-family:'Overpass';
}

#itinerary05 > .current_page_item:before {
	
    content: url(/wp-content/uploads/2022/11/current_bottleneck-1.svg);
    position: absolute;
    color: #e42483;
    left: -56px;
	width:23px;
}

#itinerary05 > .current_page_item.middle:before {
	
	margin-top:-3px !important;
	
}


#itinerary05 > .current_page_item:before {
	
    content: url(/wp-content/uploads/2022/11/current_bottleneck-1.svg);
    position: absolute;
    left: -56px;
	width:20px;
}

#itinerary05 > .current_page_item.middle:before {
	
	margin-top:-3px !important;
	
}



#itinerary05 > .menu-item a {
	
	font-size: 18px;
    text-decoration: none;
    color: #444;
    font-weight: 300;
	padding-top:3px;
}

#itinerary05 > .current_page_item a {
	
	font-weight:600 !important;
	color: #e42483 !important;
}



#itinerary05 > .current_page_item.middle a {
	
	font-weight:600 !important;
	color: #e42483 !important;
}



/* (F) CIRCLE ON TIMELINE */
#itinerary05 > .menu-item::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #fff;
  border: 4px solid #EA649E;
  width: 20px; height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
  	
  
  
}

#itinerary05 > .menu-item:first-child {
	border-bottom: 1px #666 solid;
    margin-bottom: 20px;
}

#itinerary05 > .current_page_item:first-child:after {
	 content: "";
  background: #444 !important;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -32px;
}



#itinerary05 > .menu-item:first-child a {
	
	color:#666;
}


#itinerary05 > .menu-item:first-child:after {
	/* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #666;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
	
	
}


@keyframes pulse-purple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(166, 4, 96, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(166, 4, 96, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(166, 4, 96, 0);
  }
}


#itinerary05 > .menu-item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
    background: #fff;
    border: 4px solid #EA649E;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -27px;
     
  
}

#itinerary05 > .menu-item.middle a {
  font-size: 16px;
    text-decoration: none;
    color: #444;
    font-weight: 300;
	padding-top:0px;
}

/* (F) CIRCLE ON TIMELINE */
#itinerary05 > .current_page_item::after {
      content: "";
    background-color: #B84F7C;
    border: 4px solid #EA649E;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px;
    animation: pulse-purple 2s infinite;
}

#itinerary05 > .current_page_item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #B84F7C !important;
  border: 4px solid #EA649E;
  width: 16px; height: 16px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -27px;
}


/* (A) TIMELINE CONTAINER */
#itinerary06 {
  /* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
  position: relative;
 
  /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
padding: 0px;
margin-left: 50px;
padding-left: 0px;
 
  /* (A3) OPTIONAL WIDTH RESTRICTION */
  max-width: 300px;
}
#itinerary06, #itinerary06 * { box-sizing: border-box; }

#itinerary06 > li  {
	
	list-style:none;
	
}


/* (B) DRAW VERTICAL LINE USING ::BEFORE */
#itinerary06::before {
  /* (B1) VERTICAL LINE */
  content: "";
  width: 5px;
  background: rgb(228,52,40);
  background: -moz-linear-gradient(180deg, rgba(233, 92, 42,1) 0%, rgba(233, 92, 42,1) 92%, rgba(255,255,255,1) 93%);
  background: -webkit-linear-gradient(180deg, rgba(233, 92, 42,1) 0%, rgba(233, 92, 42,1) 92%, rgba(255,255,255,1) 93%);
  background: linear-gradient(180deg, rgba(233, 92, 42,1) 0%, rgba(233, 92, 42,1) 92%, rgba(255,255,255,1) 93%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e95c2a",endColorstr="#ffffff",GradientType=1);
  /* (B2) POSITION TO THE LEFT */
  position: absolute;
  top: 0; 
  bottom: 0; 
  left: -22px;
}


#itinerary06 > .menu-item {
	
	padding-bottom: 25px;
    line-height: 18px;
	display: flex;
	font-family:'Overpass';
}

#itinerary06 > .menu-item a {
	
	font-size: 18px;
    text-decoration: none;
    color: #444;
    font-weight: 300;
	padding-top:3px;
}

#itinerary06 > .current_page_item.middle:before {
	
	margin-top:-3px !important;
	
}


#itinerary06 > .current_page_item:before {
	
    content: url(/wp-content/uploads/2022/11/current_ict.svg);
    position: absolute;
    left: -56px;
	width:23px;
}




/* (F) CIRCLE ON TIMELINE */
#itinerary06 > .menu-item::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #fff;
  border: 4px solid #F5A32B;
  width: 20px; height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
  	
  
  
}

#itinerary06 > .menu-item:first-child {
	border-bottom: 1px #666 solid;
    margin-bottom: 20px;
}

#itinerary06 > .current_page_item:first-child:after {
	 content: "";
  background: #444 !important;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -32px;
}



#itinerary06 > .menu-item:first-child a {
	
	color:#666;
}


#itinerary06 > .menu-item:first-child:after {
	/* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #666;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
	
	
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(228, 52, 40, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(228, 52, 40, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(228, 52, 40, 0);
  }
}


#itinerary06 > .menu-item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
    background: #fff;
    border: 4px solid #F5A32B;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -27px;
     
  
}

#itinerary06 > .menu-item.middle a {
  font-size: 16px;
    text-decoration: none;
    color: #444;
    font-weight: 300;
	padding-top:0px;
}

#itinerary06 > .current_page_item a {
	
	font-weight:600 !important;
	color:#E95C2A;
	
}



/* (F) CIRCLE ON TIMELINE */
#itinerary06 > .current_page_item::after {
      content: "";
    background-color: #E95C2A;
    border: 4px solid #F5A32B;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px;
    animation: pulse-red 2s infinite;
    pointer-events: all;
}

#itinerary06 > .current_page_item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #f7aea9 !important;
  border: 4px solid #E95C2A;
  width: 16px; height: 16px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -27px;
	pointer-events: all;
}


/* (A) TIMELINE CONTAINER */
#itinerary07 {
  /* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
  position: relative;
 
  /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
padding: 0px;
margin-left: 50px;
padding-left: 0px;
 
  /* (A3) OPTIONAL WIDTH RESTRICTION */
  max-width: 300px;
}
#itinerary07, #itinerary07 * { box-sizing: border-box; }

#itinerary07 > li  {
	
	list-style:none;
	
}


/* (B) DRAW VERTICAL LINE USING ::BEFORE */
#itinerary07::before {
  /* (B1) VERTICAL LINE */
  content: "";
  width: 5px;
  background: rgb(38, 104, 148);
background: -moz-linear-gradient(180deg, rgba(38, 104, 148,1) 0%, rgba(38, 104, 148,1) 92%, rgba(255,255,255,1) 93%);
background: -webkit-linear-gradient(180deg, rgba(38, 104, 148,1) 0%, rgba(38, 104, 148,1) 92%, rgba(255,255,255,1) 93%);
background: linear-gradient(180deg, rgba(38, 104, 148,1) 0%, rgba(38, 104, 148,1) 92%, rgba(255,255,255,1) 93%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#266894",endColorstr="#ffffff",GradientType=1);
  /* (B2) POSITION TO THE LEFT */
  position: absolute;
  top: 0; bottom: 0; left: -22px;
}


#itinerary07 > .menu-item {
	
	padding-bottom: 25px;
    line-height: 18px;
	display: flex;
	font-family:'Overpass';
}

#itinerary07 > .menu-item a {
	
	font-size: 18px;
    text-decoration: none;
    color: #444;
    font-weight: 300;
	padding-top:3px;
}



#itinerary07 > .current_page_item.middle:before {
	
	margin-top:-3px !important;
	
}


#itinerary07 > .current_page_item:before {
	
    content: url(/wp-content/uploads/2022/11/current_rationalize.svg);
    position: absolute;
    left: -56px;
	width:23px;
}


#itinerary07 > .menu-item:first-child {
	border-bottom: 1px #666 solid;
    margin-bottom: 20px;
}


#itinerary07 > .current_page_item:first-child a {
	
	font-weight:600 !important;
	color:#666 !important;
}

#itinerary07 > .current_page_item a {
	
	font-weight:600 !important;
	color:#338BC6 !important;
}

#itinerary07 > .current_page_item:first-child:after {
	 content: "";
  background: #444 !important;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -32px;
}



#itinerary07 > .menu-item:first-child a {
	
	color:#666;
}


#itinerary07 > .menu-item:first-child:after {
	/* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #666;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
	
	
}


/* (F) CIRCLE ON TIMELINE */
#itinerary07 > .menu-item::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #fff;
  border: 4px solid #338BC6;
  width: 20px; height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
  	
  
  
}


#itinerary07 > .menu-item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
    background: #fff;
    border: 4px solid #338BC6;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -27px;
     
  
}

#itinerary07 > .menu-item.middle a {
  font-size: 16px;
    text-decoration: none;
    color: #444;
    font-weight: 300;
	padding-top:0px;
}


@keyframes pulse-light-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51,139,198, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51,139,198, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51,139,198, 0);
  }
}


/* (F) CIRCLE ON TIMELINE */
#itinerary07 > .current_page_item::after {
  content: "";
    background-color: #266894;
    border: 4px solid #338BC6;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px;
    animation: pulse-light-blue 2s infinite;
}

#itinerary07 > .current_page_item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #266894 !important;
  border: 4px solid #338BC6;
  width: 16px; height: 16px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -27px;
}


/* (A) TIMELINE CONTAINER */
#itinerary08 {
  /* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
  position: relative;
 
  /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
padding: 0px;
margin-left: 50px;
padding-left: 0px;
 
  /* (A3) OPTIONAL WIDTH RESTRICTION */
  max-width: 300px;
}
#itinerary08, #itinerary07 * { box-sizing: border-box; }

#itinerary08 > li  {
	
	list-style:none;
	
}


/* (B) DRAW VERTICAL LINE USING ::BEFORE */
#itinerary08::before {
  /* (B1) VERTICAL LINE */
  content: "";
  width: 5px;
  background: rgb(180,76,152);
background: -moz-linear-gradient(180deg, rgba(138, 69, 112,1) 0%, rgba(138, 69, 112,1) 95%, rgba(255,255,255,1) 95%);
background: -webkit-linear-gradient(180deg, rgba(138, 69, 112,1) 0%, rgba(138, 69, 112,1) 95%, rgba(255,255,255,1) 95%);
background: linear-gradient(180deg, rgba(138, 69, 112,1) 0%, rgba(138, 69, 112,1) 95%, rgba(255,255,255,1) 95%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b44c98",endColorstr="#ffffff",GradientType=1);
  /* (B2) POSITION TO THE LEFT */
  position: absolute;
  top: 0; bottom: 0; left: -22px;
}


#itinerary08 > .menu-item {
	
	padding-bottom: 25px;
    line-height: 18px;
	display: flex;
	font-family:'Overpass';
}

#itinerary08 > .menu-item a {
	
	font-size: 18px;
    text-decoration: none;
    color: #444;
    font-weight: 300;
	padding-top:3px;
}


#itinerary08 > .current_page_item.middle:before {
	
	margin-top:-3px !important;
	
}


#itinerary08 > .current_page_item:before {
	
    content: url(/wp-content/uploads/2022/11/current_trusted.svg);
    position: absolute;
    left: -56px;
	width:23px;
}



/* (F) CIRCLE ON TIMELINE */
#itinerary08 > .menu-item::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #fff;
  border: 4px solid #BD5E9A;
  width: 20px; height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
  	
  
  
}




#itinerary08 > .menu-item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
    background: #fff;
    border: 4px solid #BD5E9A;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -27px;
     
  
}

#itinerary08 > .menu-item.middle a {
  font-size: 16px;
    text-decoration: none;
    color: #444;
    font-weight: 300;
	padding-top:0px;
}


#itinerary08 > .menu-item:first-child {
	border-bottom: 1px #666 solid;
    margin-bottom: 20px;
}


#itinerary08 > .current_page_item:first-child:after {
	 content: "";
  background: #444 !important;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -32px;
}



#itinerary08 > .menu-item:first-child a {
	
	color:#666;
}


#itinerary08 > .menu-item:first-child:after {
	/* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #666;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
	
	
}

@keyframes pulse-violet {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(180, 76, 152, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(180, 76, 152, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(180, 76, 152, 0);
  }
}


#itinerary08 > .current_page_item a {
	
	font-weight:600 !important;
	color:#8A4570 !important;
}


/* (F) CIRCLE ON TIMELINE */
#itinerary08 > .current_page_item::after {
    content: "";
    background-color: #8A4570;
    border: 4px solid #BD5E9A;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px;
    animation: pulse-violet 2s infinite;
}

#itinerary08 > .current_page_item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #efbbe1 !important;
  border: 4px solid #b44c98;
  width: 16px; height: 16px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -27px;
}


/* (A) TIMELINE CONTAINER */
#itinerary09 {
  /* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
  position: relative;
 
  /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
padding: 0px;
margin-left: 50px;
padding-left: 0px;
 
  /* (A3) OPTIONAL WIDTH RESTRICTION */
  max-width: 300px;
}
#itinerary08, #itinerary07 * { box-sizing: border-box; }

#itinerary08 > li  {
	
	list-style:none;
	
}


/* (B) DRAW VERTICAL LINE USING ::BEFORE */
#itinerary09::before {
  /* (B1) VERTICAL LINE */
  content: "";
  width: 5px;
  background: rgb(129,197,101);
background: -moz-linear-gradient(180deg, rgba(83, 140, 70,1) 0%, rgba(83, 140, 70,1) 95%, rgba(255,255,255,1) 95%);
background: -webkit-linear-gradient(180deg, rgba(83, 140, 70,1) 0%, rgba(83, 140, 701,1) 95%, rgba(255,255,255,1) 95%);
background: linear-gradient(180deg, rgba(83, 140, 70,1) 0%, rgba(83, 140, 70,1) 95%, rgba(255,255,255,1) 95%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#538c46",endColorstr="#ffffff",GradientType=1);
  /* (B2) POSITION TO THE LEFT */
  position: absolute;
  top: 0; bottom: 0; left: -22px;
}


#itinerary09 > .menu-item {
	
	padding-bottom: 25px;
    line-height: 18px;
	display: flex;
	font-family:'Overpass';
}

#itinerary09 > .menu-item a {
	
	font-size: 18px;
    text-decoration: none;
    color: #81c565;
    font-weight: 300;
	padding-top:3px;
}

#itinerary09 > .current_page_item.middle:before {
	
	margin-top:-3px !important;
	
}

#itinerary09 > .current_page_item a {

font-weight:600 !important;
	
}	

#itinerary09 > .current_page_item:before {
	
    content: url(/wp-content/uploads/2022/11/current_balancing-1.svg);
    position: absolute;
    left: -56px;
	width:23px;
}


#itinerary09 > .menu-item:first-child {
	border-bottom: 1px #666 solid;
    margin-bottom: 20px;
}

#itinerary09 > .menu-item:first-child:after {
	
	    content: "";
    background: #666;
    border: 4px solid #666;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px
}

#itinerary09 > .current_page_item:first-child:after {
	 content: "";
  background: #444 !important;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -30px;
 
}



#itinerary09 > .menu-item:first-child a {
	
	color:#666;
}


#itinerary06 > .menu-item:first-child:after {
	/* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #666;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
	
	
}


/* (F) CIRCLE ON TIMELINE */
#itinerary09 > .menu-item::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #fff;
  border: 4px solid #81c565;
  width: 20px; height: 20px;
  border-radius: 50%;
   /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
  	
  
  
}


#itinerary09 > .menu-item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
    background: #fff;
    border: 4px solid #81c565;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -27px;
     
  
}

#itinerary09 > .menu-item.middle a {
    font-size: 16px;
    text-decoration: none;
    color: #81c565;
    font-weight: 300;
	padding-top:0px;
}

/* (F) CIRCLE ON TIMELINE */
#itinerary09 > .current_page_item::after {
  content: "";
    background-color:#538C46;
    border: 4px solid #70BF5F;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px;
	animation: pulse-green 2s infinite;
}

#itinerary09 > .current_page_item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #a0887a !important;
  border: 4px solid #81c565;
  width: 16px; height: 16px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -27px;
}


/* (A) TIMELINE CONTAINER */
#itinerary10 {
  /* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
  position: relative;
 
  /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
padding: 0px;
margin-left: 50px;
padding-left: 0px;
 
  /* (A3) OPTIONAL WIDTH RESTRICTION */
  max-width: 300px;
}
#itinerary10, #itinerary10 * { box-sizing: border-box; }

#itinerary10 > li  {
	
	list-style:none;
	
}


/* (B) DRAW VERTICAL LINE USING ::BEFORE */
#itinerary10::before {
  /* (B1) VERTICAL LINE */
  content: "";
  width: 5px;
  background: rgb(199, 145, 38);
background: -moz-linear-gradient(180deg, rgba(199, 145, 38,1) 0%, rgba(199, 145, 38,1) 95%, rgba(255,255,255,1) 95%);
background: -webkit-linear-gradient(180deg, rgba(199, 145, 38,1) 0%, rgba(199, 145, 38,1) 95%, rgba(255,255,255,1) 95%);
background: linear-gradient(180deg, rgba(199, 145, 38,1) 0%, rgba(199, 145, 38,1) 95%, rgba(255,255,255,1) 95%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fac833",endColorstr="#ffffff",GradientType=1);
  /* (B2) POSITION TO THE LEFT */
  position: absolute;
  top: 0; bottom: 0; left: -22px;
}


#itinerary10 > .menu-item {
	
	padding-bottom: 25px;
    line-height: 18px;
	display: flex;
	font-family:'Overpass';
}

#itinerary10 > .menu-item a {
	
	font-size: 18px;
    text-decoration: none;
    color: #444;
    font-weight: 300;
	padding-top:2px;
	
}

#itinerary10 > .current_page_item.middle:before {
	
	margin-top:-3px !important;
	
}


#itinerary10 > .current_page_item:before {
	
    content: url(/wp-content/uploads/2022/11/current_window.svg);
    position: absolute;
    left: -56px;
	width:23px;
}


#itinerary10 > .menu-item .middle a {
	
	padding-top:0px !important;
}

/* (F) CIRCLE ON TIMELINE */
#itinerary10 > .menu-item::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #fff;
  border: 4px solid #F9B52F;
  width: 20px; height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
  	
  
  
}


#itinerary10 > .menu-item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
    content: "";
    background: #fff;
    border: 4px solid #F9B52F;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -27px;
     
  
}

#itinerary10 > .menu-item.middle a {
    font-size: 16px;
    text-decoration: none;
    color:#444 !important;
    font-weight: 300;
}


#itinerary10 > .current_page_item.middle a {
	
	font-weight:600;
	color:#C79126 !important;
	
}

#itinerary10 > .menu-item:first-child {
	border-bottom: 1px #666 solid;
    margin-bottom: 20px;
}

#itinerary10 > .menu-item:first-child:after {
	
	    content: "";
    background: #666;
    border: 4px solid #666;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px
}

#itinerary10 > .current_page_item:first-child:after {
	 content: "";
  background: #444 !important;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -30px;
 
}



#itinerary10 > .menu-item:first-child a {
	
	color:#666;
}



@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(250, 200, 51, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(250, 200, 51, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(250, 200, 51, 0);
  }
}

#itinerary10 > .current_page_item a, #itinerary10 > .current_page_item.middle a {
	
	font-weight:600;
	color:#C79126;
}

/* (F) CIRCLE ON TIMELINE */
#itinerary10 > .current_page_item::after {
  content: "";
    background-color: #C79126;
    border: 4px solid #F9B52F;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px;
    animation: pulse-orange 2s infinite;
}

#itinerary10 > .current_page_item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #C79126 !important;
  border: 4px solid #F9B52F;
  width: 16px; height: 16px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -27px;
}


/* (A) TIMELINE CONTAINER */
#itinerary11 {
  /* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
  position: relative;
 
  /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
padding: 0px;
margin-left: 50px;
padding-left: 0px;
 
  /* (A3) OPTIONAL WIDTH RESTRICTION */
  max-width: 300px;
}
#itinerary11, #itinerary11 * { box-sizing: border-box; }

#itinerary11 > li  {
	
	list-style:none;
	
}


/* (B) DRAW VERTICAL LINE USING ::BEFORE */
#itinerary11::before {
  /* (B1) VERTICAL LINE */
  content: "";
  width: 5px;
  background: rgb(85,187,192);
  background: -moz-linear-gradient(180deg, rgba(76, 149, 166,1) 0%, rgba(76, 149, 166,1) 95%, rgba(255,255,255,1) 95%);
  background: -webkit-linear-gradient(180deg, rgba(76, 149, 166,1) 0%, rgba(76, 149, 166,1) 95%, rgba(255,255,255,1) 95%);
  background: linear-gradient(180deg, rgba(76, 149, 166,1) 0%, rgba(76, 149, 166,1) 95%, rgba(255,255,255,1) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c95a6",endColorstr="#ffffff",GradientType=1);
  /* (B2) POSITION TO THE LEFT */
  position: absolute;
  top: 0; bottom: 0; left: -22px;
}


#itinerary11 > .menu-item {
	
	padding-bottom: 25px;
    line-height: 18px;
	display: flex;
	font-family:'Overpass';
}

#itinerary11 > .menu-item a {
	
	font-size: 18px;
    text-decoration: none;
    color: #444;
    font-weight: 300;
	padding-top:3px;
}



#itinerary11 > .current_page_item.middle:before {
	
	margin-top:-3px !important;
	
}


#itinerary11 > .current_page_item:before {
	
    content: url(/wp-content/uploads/2022/11/current_reducing.svg);
    position: absolute;
    left: -56px;
	width:23px;
}


#itinerary11 > .menu-item:first-child {
	border-bottom: 1px #666 solid;
    margin-bottom: 20px;
}

#itinerary11 > .menu-item:first-child:after {
	
	    content: "";
    background: #666;
    border: 4px solid #666;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px
}

#itinerary11 > .current_page_item:first-child:after {
	 content: "";
  background: #444 !important;
  border: 4px solid #666;
  width: 20px; 
  height: 20px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -30px;
 
}



#itinerary11 > .menu-item:first-child a {
	
	color:#666;
}



@keyframes pulse-azure {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(100,194,216, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(100,194,216, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(100,194,216, 0);
  }
}


/* (F) CIRCLE ON TIMELINE */
#itinerary11 > .menu-item::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #fff;
  border: 4px solid #64C2D8;
  width: 20px; height: 20px;
  border-radius: 50%;
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -29px;
  pointer-events: all !important;	
  	
  
  
}


#itinerary11 > .menu-item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
    background: #fff;
    border: 4px solid #64C2D8;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -27px;
     
  
}

#itinerary11 > .menu-item.middle a {
  font-size: 16px;
    text-decoration: none;
    color: #444;
    font-weight: 300;
	padding-top:0px;
}
#itinerary11 > .current_page_item a, #itinerary11 > .current_page_item.middle a {
	
	font-weight:600;
	color:#4c95a6
}



/* (F) CIRCLE ON TIMELINE */
#itinerary11 > .current_page_item::after {
  content: "";
    background-color:#4C95A6;
    border: 4px solid #64C2D8;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px;
	animation: pulse-azure 2s infinite;
}

#itinerary11 > .current_page_item.middle::after {
  /* (F1) "MAGIC CIRCLE" */
  content: "";
  background: #416466 !important;
  border: 4px solid #55bbc0;
  width: 16px; height: 16px;
  border-radius: 50%;
 
  /* (F2) POSITION TO THE LEFT */
  position: absolute;
  left: -27px;
}







/*** END TIMELINE ****/

/*** INSTRUMENTS***/ 

.in-heading h2 {
	
	width:100%;
	float:left;
	font-size:20px;
	margin:0px;
}


.in-description {
	
	font-family:'Noto Sans';
	font-size:18px;
	
}


.in-btn {
	
	    background: #E0E5E9;
    border: none;
    font-family: 'Overpass';
    font-weight: 400;
	font-size:15px;
}


.glossaries-sidebar img  {
	
	max-width:150px;
	width:100%;
	border:1px #eee solid;
	padding:3px;
	
}

/*** ORGANIZATIONS ***/


.ext-name {
	font-family: 'Noto Sans';
    font-size: 18px;
	text-align:left;
}

.org-container figure {
	
	margin:0px !important;
	margin-bottom:1rem !important;
	min-height:80px;

}

.org-container figure img {
	
	max-height:80px;
	width:auto;
}

.org-container h2 {
	
	font-size:18px;
	float:left;
	width:100%;
	margin:0px;
	
}

.org-link img {
	
	width:100%;
	max-width:150px;
	border:1px #ccc solid;
	padding:5px;
}




/** ITINERARIES **/

.it-container img {
	
	width:100%;
	max-width:40px;
	margin-right: 10px;
	
}

.it-container a {
	
	font-size:15px;
	text-decoration:none;
	color:#000;
	
}

.it-container h4 {
	
	font-size:15px;
	margin:0px;
}


.shadowed {
	
	
	width:100%;
	float:left;
	box-shadow:0px 0px 20px rgb(0 0 0 / 15%);
	padding:1.2rem;
	background-color:#fff;
}


.shadowed h2 {
	
	font-size:22px !important;
	font-weight:600;
}

.shadowed button {
	
	    font-family: 'Noto Sans';
    background: #E0E5E9;
    border: none;
    font-size: 15px;
}


.breadcrumbs-cont {
	
	background-color:#f2f4f6;
	border-bottom:1px #e0e5e8 solid;
	border-top:1px #e0e5e8 solid;
}


.header-bg {
	
	
	background-color:transparent !important;
}




.contextual-menu-container {
	
	width:100%;
	float:left;
	box-shadow:0px 0px 20px rgb(0 0 0 / 15%);
	padding:1.2rem;
	background-color:#fff;
}


.contextual-menu-container h3 {
	
	font-size:20px;
	text-transform:uppercase;
}

.in-icon {
	
	width:60px;
}

.in-title {
	
	padding-left:10px; font-family:Overpass; font-weight:600; color:#000; text-decoration:none;
}





.additional-info {
	
	float:left;
	width:100%;
	display:flex;
	flex-direction:column;
	background:#f2f4f6;
	padding:20px;
}

.additional-info h3 {
	
	margin-bottom:0px;
	font-size:24px;
	color:#444444;
	text-transform:uppercase;
}



.additional-info h4 {
	
	margin-bottom:0px;
	font-size:20px;
	color:#3882C2;
	text-transform:uppercase;
}

.additional-info-alt {
	
	float:left;
	width:100%;
	display:flex;
	flex-direction:column;
	padding:20px;
}

.additional-info-alt h3 {
	
	margin-bottom:0px;
	font-size:24px;
	color:#444444;
	text-transform:uppercase;
}



.additional-info-alt h4 {
	
	margin-bottom:0px;
	font-size:20px;
	color:#3882C2;
	text-transform:uppercase;
}



.active {
	
	display:block !important;
}


.ai-heading {
	
	width:100%;
	float:left;
	display:flex;
	flex-direction:row;
}

.ai-heading img {
	
	height:100% !important;
}

.ai-heading h4 {
	
	margin-bottom:0px;
	padding-left:15px;
	font-size:15px;
}

.ai-heading h4 a {
	
	color:#3882C2;
	text-decoration:none;
	text-transform:uppercase;
	
}


.additional-info ul {
	
	list-style:none !important;
	padding-left:55px !important;
	margin:0px !important;
}

.additional-info ul li {
	
	border-bottom:1px #e6e8ea solid;
}

.additional-info ul li a {
	
	color:#000;
	text-decoration:none;
    font-size:15px;
	padding-bottom:5px;
}

.additional-info-alt ul {
	
	list-style:none !important;
	padding-left:55px !important;
	margin:0px !important;
}

.additional-info-alt ul li {
	
	border-bottom:1px #e6e8ea solid;
}

.additional-info-alt ul li a {
	
	color:#000;
	text-decoration:none;
    font-size:15px;
	padding-bottom:5px;
	color:#3882c2;
}


.cs-container {
	
	display: flex;
    flex-direction: column;
    width: 100%;
    float: left;
    padding-top: 10px;
    font-family: 'Noto Sans';
    font-size: 14px;
}


.itinerary-icon img {
	
	width: 60px;
	max-width:60px;
	
    
}

.itinerary-icon {
	
	padding-right:1rem;
}


.domain-icon {
	
	margin:0px !important;
	margin-right:15px !important;
}


.domain-icon img {
	
	width:80px !important;
	height:auto;
	
}


footer {
	
	
	width:100%;
	float:left;
	height:100%;
	background-image:url('/wp-content/uploads/2022/11/colored_lines.svg');
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:'Noto Sans';
}


/* SEARCH RESULTS */


.no-results {
	
	font-family:'Overpass';
	font-size:25px;
	
	
}


@media only screen and (max-width: 767px) {
	/* Mobile Menu */
	
	.custom-logo {
	
	max-width:160px;
}
	html[lang="ru-RU"] .custom-logo{
		width:200px;
	}
	
	.offcanvas-body {
		
		background:#f9fbfd !important;
		padding:0px !important;
	}
	
	.offcanvas-header {
		padding:0px !important;
	}
	
	.menu-mobile-menu-container {
		
		position:relative;
		float:left;
		width: 100%;
	}
	
	
	#mob-navigation {
		position: relative;
		padding: 0;
		width:100%;
		float:left;
		min-height: 400px;
		
    	
	}
	
	#mob-menu {
		position: absolute;
		top: 7px;
		right: 20px;
		font-size: 15px;
		left: 0px;
    padding: 0px;
    margin: 0px;
    list-style: none;
		width: 100%;
		font-family:'Overpass';
	}
		
	#mob-menu .hidden {
		display: none;
	}
	
	#mob-menu li > a {
		
	border-bottom: 1px #ccc solid;
    width: 100%;
    float: left;
    padding: 10px 10px;
	color:#000;
	text-decoration:none;
	
	}
	
	.button-menu-domains a {
	
	width:100%;
	float:left;
	display:flex;
	justify-content:center;
	}
	
	.site-header {
		
		background-color:#fff;
	}
	
	.site-header .nav-header {
		background: #fff;
		position: absolute;
		z-index: 10;
		width: 100%;
		display: none;
	}
	
	.site-header .nav-header .genesis-nav-menu li {
		display: block;
		font-size: 24px;
	}
	
	.genesis-nav-menu .signup, .genesis-nav-menu .login {
		margin: 10px auto;
		max-width: 300px;
		
	}
	
	#mob-menu .menu-item-has-children > a:after {
		content: '';
		display: inline-block;
		margin-left: 10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent #1894a7;	
	}	


	#mob-menu .sub-menu {
		background: #f9fbfd;
		top: 0;
		position: absolute !important;
		left: auto;
		opacity: 1;
		width: 100%;
		z-index: 9;
		display: none;
		padding: 0px;
	    margin: 0px;
		list-style:none;
		height:100%;

	}
	
	#mob-menu .sub-menu button {
		
		width: 100%;
    float: left;
    border-radius: 0px;
    background: #fff;
	}
	
	#mob-menu .sub-menu a {
		
		color: #000;
		width: 100%;
		float:left;
		padding:10px 10px;
		font-family:'Overpass';
		text-decoration:none;
		
	}
	

	
	
	#mob-menu .sub-menu li:hover > a {
		
		color: #1894a7;
	}
	 
	#mob-menu .sub-menu.active {
		display: block;
		right: -100%;
	}
	
	#mob-menu .sub-menu.active > .current-menu-item a {
		
		color:#3882c2 !important;
		
	}

	 
	#mob-menu .sub-menu .back > a:before {
		content: '';
		display: inline-block;
		margin-right: 10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 6px 6px 0;
		border-color: transparent #1894a7 transparent transparent;
	}
	
	.menu-item .back a  {
		
		background:#eef2f4;
	}
	

	.sub-menu >  li {
		
		float: left;
    width: 100%;
    
		
	}
	
	
}




