/*!
Theme Name: pyrsinela
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
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 with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

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

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

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

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    /* font-family: MabryPro-Regular !important; */
	margin: 0;
	background-color: #EEE6E0;
}

/* 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: bolder;
}

/**
 * 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;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

/* @font-face {
    font-family: MabryPro-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/pyrsinela/fonts/MabryPro/MabryPro-Regular.otf") format("opentype");

}
.MabryPro-Regular{
	font-family:MabryPro-Regular;
} */

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #000000;
}

.blackBackgroundColor {
	background-color: #000000;
}

.grayBackgroundColor {
	background-color: #EEE6E0;
}

.greenBackgroundColor {
	background-color: #C6F655;
}

.greenFontColor {
	color: #C6F655;
}

.blackFontColor2 {
	color: #2E2B2B;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none !important;
}

.desktop .display-mobile {
    display: none !important;
}

.mobile .d-flex-desktop {
	display: none !important;
}

.desktop .d-flex-desktop {
    display: flex !important;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href {
	color: inherit;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.grecaptcha-badge {
    display: none !important;
}

.kuka_panel p {
    font-size: small;
    line-height: normal !important;
}

#kuka_cookie-categories * {
	color: #000 !important;
}

.copyrights_wrapper_kuka svg {
	width: auto !important;
}

.error404 #masthead .motto_wrapper, .error404 #colophon, .error404 .bottom-links {
	display: none !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
}

.error_wrapper_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.otgs-development-site-front-end {
    display: none !important;
}

.error404 {
	width: 100%;
	height: 100vh;
}

.mobile .kuka_modal-content {
	height: calc(var(--vh, 1vh) * 100);
}

.error404 #masthead {
	z-index: 9;
}

#primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #2E2B2B;
}

#primary-menu a {
	text-decoration: none;
	color: #2E2B2B;
}

.mobile #primary-menu {
	border-radius: 3.125vw;
}

.basic_btn, .basic_btn:hover, .basic_btn:active, .basic_btn:focus, .basic_btn:visited {
	color: #C6F655;
	background-color: #2E2B2B;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	text-decoration: none;
}

.mobile .basic_btn {
    border-radius: 8px;
    height: 37.88349914550781px;
    padding-left: 34.5px;
    padding-right: 34.5px;
}

.mobile .logo_col img {
	width: 85px;
	height: 34px;
}

.mobile #masthead {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#masthead {
	background-color: #C6F655;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 99;
}

.desktop .main_menu_col .menu-main-menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop .main_menu_col * {
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#primary-menu li {
    border-right: 1px solid #2E2B2B;
}

#primary-menu li:last-child {
    border-right: none;
}

.btn-close {
	background: none;
}

.btn-close {
	display: none;
}

.modal-open .btn-close {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 40px;
    opacity: 1;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    position: absolute;
	top: 15px;
    right: 20px;
}

.mobile #menu #primary-menu {
    border-radius: 0;
    border: none;
    flex-direction: column;
    width: 100%;
    height: 100dvh;
    max-height: 80vw;
    align-items: center;
    justify-content: space-between;
}

.mobile #menu .menu-main-menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#menu {
    width: 100vw;
    border: none;
	background-color: #C6F655;
}

.mobile #primary-menu li {
	padding: 0;
	border: none;
}

.logo_col {
    display: flex;
    align-items: center;
}

.mobile .logo_col, .mobile .main_menu_col {
    z-index: 999999999;
}

.modal-open .basic_btn {
	display: none;
}

.mobile .main_menu_col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobile #colophon {
    padding-left: 21.38px;
    padding-right: 21.38px;
    padding-bottom: 5px;
    padding-top: 198.19px;
}

.mobile .subscribe-container {
	height: 57px;
}

.mobile .subscribe-box {
	border-radius: 19px;
}

.mobile .subscribe-box input {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
}

.mobile .subscribe-box button {
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 19px;
}

.subscribe-container {
    display: flex;
    justify-content: center;
    margin: 0;
	width: 100%;
}

.subscribe-box {
	display: flex;
	border: 1px solid #002E1C;
	overflow: hidden;
	width: 100%;
}

.subscribe-box input {
    flex: 1;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
	color: #000000;
}

.subscribe-box input::placeholder {
	color: #000000;
}

.subscribe-box button {
    padding: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    border-left: 1px solid #002E1C;
}

.mobile .top_row {
    padding-bottom: 120px;
    flex-direction: column;
    align-items: flex-start !important;
}

.socials_wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
}

#menu-footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-footer-menu li {
	margin-bottom: 10px;
}

#menu-footer-menu a {
	text-decoration: none;
	color: #000000;
}

#menu-footer-menu li {
	line-height: 0;
}

.mobile .socials_wrapper a {
	margin-bottom: 1px;
}

.mobile #menu-footer-menu li {
	margin-bottom: 5px;
}

#menu-footer-menu li:last-child {
    margin-bottom: 0;
}

.mobile .bottom_row {
	margin-bottom: 99.67px;
}

.mobile .mbl_flex {
	flex-direction: column;
}

.mobile .motto {
	margin-bottom: 50px;
}

.mobile .socials_wrapper {
    margin-bottom: 40px;
}

.mobile #menu-footer-menu a {
    min-width: max-content;
}

.mobile #menu-footer-menu li {
    width: max-content;
}

.mobile .top_row h4 {
    margin-bottom: 17.16px;
}

#colophon::before, .mask_obj::before {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="167" viewBox="0 0 1920 167"><ellipse cx="960" cy="83.9828" rx="960" ry="83" transform="rotate(-180 960 83.9828)" fill="%23C6F655"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	transform: translateY(-50%);
}

.mask_obj::before {
	top: auto;
	bottom: 0;
	transform: translateY(50%);
	z-index: 1;
}

.mobile #colophon::before, .mobile .mask_obj::before {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="167" viewBox="0 0 1920 167"><ellipse cx="960" cy="83.9828" rx="960" ry="83" transform="rotate(-180 960 83.9828)" fill="%23C6F655"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -42px;
    transform: rotate(180deg) translateY(50%);
    z-index: -1;
    height: 40px;
}

#colophon {
    position: relative;
}

.mobile .header_slider {
	height: calc(100dvh - 77.88px);
}

.mobile .mw625 {
	max-width: 90%;
}

.top_info {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
	position: relative;
}

.mobile .header_slider img {
	height: calc(100dvh - 50vh);
}

.header_slider img {
	object-fit: cover;
	object-position: top;
}

.zindex2 {
	z-index: 2;
}

.mobile .top_info {
	height: 50vh;
	padding-bottom: 50px;
}

.mobile .mb15 {
	margin-bottom: 20px;
}

.opacity07 {
	opacity: 0.7;
}

#primary-menu a {
	font-weight: 500 !important;
}

.mobile .mb35 {
	margin-bottom: 35px;
}

.classic_btn {
	color: #2E2B2B !important;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.classic_btn::after {
	content: "";
	background-image: url("data:image/svg+xml;utf8,<svg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.5' y='0.5' width='27' height='25' rx='7.5' stroke='%232E2B2B'/><path d='M17.9413 11.4152C18.9813 12.2158 18.9813 13.7842 17.9413 14.5848L14.22 17.4495C12.9049 18.4618 11 17.5243 11 15.8646L11 10.1354C11 8.47568 12.9049 7.53815 14.22 8.55055L17.9413 11.4152Z' fill='%232E2B2B'/></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	margin-top: 2px;
}

.mobile .classic_btn::after {
    width: 28px;
    height: 26px;
    margin-left: 11px;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
	opacity: 1 !important;
	margin-left: 0 !important;
}

.swiper-pagination-bullet:last-child {
	margin-right: 0 !important;
}

.mobile .header_slider .classic_btn {
	margin-bottom: -1.875vw;
}

.mobile .text_and_slider {
	padding-top: 163px;
	padding-bottom: 64px;
}

.mobile .mb70 {
	margin-bottom: 30px;
}

.mobile .croppedContentBig {
	padding-left: 43px;
	padding-right: 43px;
}

.mobile .mb45 {
	margin-bottom: 40px;
}

.mobile .mb60 {
	margin-bottom: 50px;
}

.mobile .small_swiper img {
    height: 456px;
    border-radius: 0;
	object-fit: cover;
}

.mobile .paragraphs {
    padding-top: 60px;
    padding-bottom: 80px;
}

.masked {
	display: block;
	width: 100%;
	height: auto;
	clip-path: url(#custom-clip-2);
	-webkit-clip-path: url(#custom-clip-2);
}

.swiper-pagination, .swiper-pagination-2 {
	display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet-active {
    background-color: transparent !important;
    outline: 1px solid #fff;
	position: relative;
}

.swiper-pagination-bullet-active::before {
	content: "";
	background-color: #C6F655 !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	transform: translateX(-50%);
	border-radius: 100px;
}

.mobile .swiper-pagination-bullet-active {
	border: 26px solid transparent;
	width: 9.66px !important;
	height: 9.66px !important;
}

.mobile .swiper-pagination-bullet-active::before {
	width: 9.66px !important;
	height: 9.66px !important;
}

.mobile .swiper-pagination {
	bottom: 50px !important;
}

.small_swiper {
    position: relative;
}

.swiper-pagination-2 {
    position: absolute;
    z-index: 1;
}

.mobile .swiper-pagination-2 {
	bottom: 43px !important;
}

.header_slider .bottom_info {
	display: flex;
	position: relative;
}

.top_info {
	z-index: 2;
}

.opacity_layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000038;
    z-index: 1;
}

.mobile .text_and_slider .row .col-lg-6:first-child .basic_p {
    margin-bottom: 0;
}

.mobile .basic_p {
    opacity: 0.7;
}

.mobile .images_grid img {
	width: 100%;
	height: 280px;
	border-radius: 31px;
	object-fit: cover;
	margin-bottom: 30px;
}

.mobile .images_grid {
	margin-top: 93.72px;
	margin-bottom: 93.94px;
	padding-left: 20px;
	padding-right: 20px;
}

.simple_header img {
    height: 100dvh !important;
}

.simple_header img {
    object-position: bottom;
}

.positioned_info {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.small_swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.small_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    flex-direction: column;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    display: flex;
}

.swiper-pagination-bullet-active {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mobile .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	margin-left: 20px !important;
	margin-right: 20px !important;
	width: 9.66px !important;
	height: 9.66px;
}

.mobile .slider_section {
	margin-top: 8.333vw;
	padding-bottom: 6.328vw;
}

.mobile .mb135 {
	margin-bottom: 7.031vw;
}

.mobile .big_swiper {
	margin-left: 0 !important;
}

.big_swiper img {
	object-fit: cover;
}

.mobile .big_swiper img {
    height: 456.6px;
    border-radius: 0;
    margin-bottom: 0;
}

.swiper-pagination-3 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
.swiper-pagination-4 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #2E2B2B !important;
}

.mobile .swiper-pagination-bullet-active::before {
	left: 0;
}

.swiper-pagination-3, .swiper-pagination-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-3 .swiper-pagination-bullet, .swiper-pagination-4 .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: transparent !important;
	outline-color: #2E2B2B;
}

.mobile .swiper-pagination-3 .swiper-pagination-bullet-active::before {
	width: 9.96px !important;
	height: 9.96px !important;
}

.swiper-pagination-3 .swiper-pagination-bullet-active, .swiper-pagination-4 .swiper-pagination-bullet-active {
	position: relative;
}

.swiper-pagination-3 .swiper-pagination-bullet-active::before, .swiper-pagination-4 .swiper-pagination-bullet-active::before {
    position: absolute;
	background-color: #425A2B !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
}

.mobile .swiper-pagination-3 .swiper-pagination-bullet-active::before {
	background-color: #C6F655 !important;
}

.mobile .swiper-pagination-4 .swiper-pagination-bullet-active::before {
	background-color: #425A2B !important;
}

.mobile .swiper-pagination-3 .swiper-pagination-bullet, .mobile .swiper-pagination-4 .swiper-pagination-bullet {
	margin-left: 0 !important;
	margin-right: 40px !important;
}

.mobile .swiper-pagination-3 .swiper-pagination-bullet-active {
	margin-right: 21px !important;
}

.mobile .swiper-pagination-4 .swiper-pagination-bullet-active {
	margin-right: 0 !important;
}

.mobile .swiper-pagination-3 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	outline: 35px solid transparent !important;
}

.mobile .swiper-pagination-4 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	outline: 35px solid #C6F655 !important;
}

.mobile .swiper-pagination-3 .swiper-pagination-bullet {
    background-color: transparent !important;
}

.mobile .swiper-pagination-4 .swiper-pagination-bullet {
    background-color: #2E2B2B !important;
}

.mobile .swiper-pagination-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent !important;
}

.mobile .swiper-pagination-3 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #ffffff !important;
}

.mobile .swiper-pagination-3 .swiper-pagination-bullet {
	outline-color: #fff !important;
}

.mobile .swiper-pagination-4 .swiper-pagination-bullet {
	outline-color: #2E2B2B !important;
}

.panorama-wrapper {
    overflow: hidden;
    position: relative;
}

.panorama-inner {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.panorama-inner img {
    display: block;
    height: auto;
    width: auto;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    z-index: 2;
}

.arrow-up, .arrow-down {
    left: 50%;
    transform: translateX(-50%);
}

.arrow-down {
	top: auto;
}

.mobile .panorama_section {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
}

.mobile .panorama_section img {
	height: 300px;
}

.mobile .panorama-wrapper {
    border-radius: 16px;
    margin-left: 20px;
    margin-right: 20px;
}

.mobile .arrow-left {
	left: 10px;
}

.mobile .arrow-right {
	right: 10px;
}

.mobile .arrow-up {
	top: 10px;
}

.mobile .arrow-down {
	bottom: 10px;
}

.mobile .panorama-wrapper .arrow-left svg, .mobile .panorama-wrapper .arrow-right svg {
	width: 20px;
	height: 30px;
}

.mobile .panorama-wrapper .arrow-up svg, .mobile .panorama-wrapper .arrow-down svg {
	width: 30px;
	height: 20px;
}

.panorama_section, .paragraphs_with_colored_background, .big_tagline, .text_and_timeline_slider, .map_section {
    position: relative;
}

.panorama_section::before, .paragraphs_with_colored_background::before, .big_tagline::before, .text_and_timeline_slider::before {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="167" viewBox="0 0 1920 167"><ellipse cx="960" cy="83.9828" rx="960" ry="83" transform="rotate(-180 960 83.9828)" fill="%23C6F655"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(180deg) translateY(50%);
	z-index: -1;
}

.mobile .panorama_section::before, .mobile .paragraphs_with_colored_background::before, .mobile .big_tagline::before, .mobile .text_and_timeline_slider::before, .mobile .map_section::before {
	height: 40px;
}

.paragraphs_with_colored_background {
	padding-top: 0;
}

#colophon::before {
	z-index: -1;
}

.mobile .accordions_section {
    margin-top: 80px;
    padding-bottom: 93.72px;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile .accordions_section img {
    width: auto;
    height: 170px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    display: block;
}

.mobile .home .accordions_section img {
	width: auto;
	height: 522px;
	margin-top: 0;
}

.tabs_box {
	width: 100%;
	border-radius: 16px;
	background-color: #C6F655;
	padding-left: 28px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 28px;
	margin-bottom: 15px;
}

.mobile .pt177 {
	padding-top: 100px;
}

.mobile .home .accordions_section {
	padding-right: 20px;
}

.mobile .accordions_section .first_col {
	max-width: 100%;
}

.accordion-item {
	background-color: transparent;
	border: none;
	padding: 0;
}

.accordion_btn {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 100%;
    text-align: left;
}

.statement_section img {
	background-color: #C6F655;
	border-radius: 100%;
	object-fit: cover;
}

.mobile .statement_section img {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

.mobile .statement_section {
    margin-top: 50px;
    padding-bottom: 60px;
}

.mobile .mb100 {
	margin-bottom: 50px;
}

.mobile .paragraphs_with_colored_background {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mobile .mb190 {
	margin-bottom: 95px;
}

.mobile .cropped_p {
	padding-left: 10px;
	padding-right: 10px;
}

.mobile .mt210 {
	margin-top: 100px;
}

.mobile .app_store_link {
	margin-right: 1.771vw;
}

.mobile .big_tagline {
    margin-top: 100px;
    padding-bottom: 40px;
    padding-top: 50px;
}

.mobile .mb85 {
	margin-bottom: 4.427vw;
}

.mobile .text_and_timeline_slider, .mobile .map_section {
    padding-top: 50px;
    padding-bottom: 220px;
}

.mobile .mb237 {
	margin-bottom: 12.344vw;
}

.herbs #colophon::before {
	display: none;
}

.mobile .big_accordions_section {
	margin-top: 12.344vw;
}

.mobile .big_accordions_section .accordion {
	padding-left: 20px;
	padding-right: 20px;
}

.tabs_box_big {
	background-color: #D6CFCA;
}

.mobile .tabs_box_big {
    padding-left: 17px;
    padding-right: 27px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 16px;
    min-height: max-content;
    margin-bottom: 12.19px;
}

.mobile .img_icon {
	margin-right: 4.167vw;
}

.big_accordions_section .accordion_btn:not(.collapsed) svg {
    transform: rotate(180deg);
}

.mobile .img_swiper {
	margin-top: 35px;
	margin-bottom: 35px;
}

.img_swiper img {
	object-fit: cover;
}

.mobile .img_swiper img {
    height: 54vw;
    border-radius: 16px;
}

.swiper-button-next, .swiper-button-prev {
	color: #fff !important;
}

.mobile .swiper-button-next, .mobile .swiper-button-prev {
	width: 30px !important;
	height: 40px !important;
}

.mobile .swiper-button-next::after, .mobile .swiper-button-prev::after {
	font-size: 40px !important;
}

.mobile .big_accordions_section .accordion_btn svg {
    width: 38px;
    height: 52px;
}

.mobile .herb_icon {
	max-width: 60px;
    max-height: 60px;
    margin-bottom: 0;
}

.mobile .mbl_order_1 {
    align-items: flex-start !important;
    margin-top: 10px !important;
}

.mobile .mbl_order_1_s {
	order: 1;
}

.mobile .mbl_order_2 {
	order: 2;
}

.mobile .mbl_order_3 {
	order: 3;
}

.mobile .mbl_absolute {
	position: absolute;
	top: 0;
	right: 0;
}

.mobile .slider_section .container-fluid {
    padding: 0;
}

.mobile #primary-menu a {
    font-size: 30px;
}

.mobile .slider_section .row {
    --bs-gutter-x: 0;
}

.mobile #colophon .mbl_flex a {
    width: max-content;
}

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

.mobile .accordions_section .tabs_box {
	padding-left: 17px;
	padding-right: 27px;
	padding-top: 20px;
	padding-bottom: 17px;
}

.mobile .tabs_box.btn_box {
	padding-bottom: 20px;
}

.mobile .big_tagline h3 p {
	font-size: 28px !important;
}

.error404 #masthead {
	display: none !important;
}

.mobile .swiper-pagination-3, .mobile .swiper-pagination-4 {
    position: absolute;
	margin-top: 0;
    z-index: 1;
    bottom: 25px !important;
}

.mobile .swiper-pagination-4 {
	bottom: 145.75px !important;
}

.mobile .swiper-pagination-3 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    outline: 35px solid transparent;
}

.mobile .swiper-pagination-4 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    outline: 35px solid #2E2B2B;
}

.mobile .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.mobile .swiper-pagination-4 {
	margin-top: 0;
}

.swiper-pagination-4::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 1;
    background: #2E2B2B;
}

.swiper-pagination-4 .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.mobile .text_and_timeline_slider .croppedContentBig, .mobile .map_section .croppedContentBig {
    padding-left: 20px;
    padding-right: 20px;
}

.mobile .text_and_timeline_slider img {
    height: 241.3px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 60px;
}

.mobile .swiper-pagination-4 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: 7.82px !important;
    height: 7.82px;
}

.mobile .swiper-pagination-4 .swiper-pagination-bullet-active {
    border: 26px solid transparent;
    width: 7.82px !important;
    height: 7.82px !important;
}

.mobile .swiper-pagination-4 .swiper-pagination-bullet-active::before {
	width: 23.45px !important;
	height: 23.45px !important;
}

.mobile .text_and_timeline_slider .col-12.col-lg-6:first-child .mb45 {
    margin-bottom: 0 !important;
}

.mobile .mw387 {
	max-width: 100%;
}

.map_section {
	position: relative;
	height: 95vh;
}

#map {
    width: 100%;
    height: 95vh;
    position: absolute;
    left: 0;
    top: 0;
}

.zindex_active {
	z-index: 1;
	position: relative;
}

.map_section {
    clip-path: url(#custom-clip);
    -webkit-clip-path: url(#custom-clip);
    background-color: transparent;
}

button.gm-control-active.gm-fullscreen-control {
    display: none;
}

.mobile .page-id-282 h4.big, .mobile .page-id-282 h4.big p, .mobile .text_and_slider h4.big, .mobile .text_and_slider h4.big p {
	font-size: 18px;
}

.mobile .text_and_timeline_slider {
    margin-top: 50px;
}

.gmnoprint, .gmnoscreen, button.gm-style-cc, button[aria-label="Keyboard shortcuts"], button[aria-label="Toggle fullscreen view"], .gm-style .gm-style-cc a, a[aria-label="Open this area in Google Maps (opens a new window)"], .gm-style-cc {
    display: none !important;
}

.swiper-button-prev-c, .swiper-button-next-c {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	display: inline-block;
}

.swiper-button-prev-c {
  	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="57" height="54" viewBox="0 0 57 54" fill="none"><rect x="56.5" y="53.4829" width="56" height="52" rx="7.5" transform="rotate(-180 56.5 53.4829)" stroke="%232E2B2B"/><path d="M18.0873 29.0736C17.037 28.2732 17.037 26.6926 18.0873 25.8922L31.5377 15.6416C32.8542 14.6383 34.75 15.5771 34.75 17.2323L34.75 37.7335C34.75 39.3887 32.8542 40.3275 31.5377 39.3242L18.0873 29.0736Z" fill="%232E2B2B"/></svg>');
}

.swiper-button-next-c {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="57" height="54" viewBox="0 0 57 54" fill="none"><rect x="56.5" y="53.4829" width="56" height="52" rx="7.5" transform="rotate(-180 56.5 53.4829)" stroke="%232E2B2B"/><path d="M18.0873 29.0736C17.037 28.2732 17.037 26.6926 18.0873 25.8922L31.5377 15.6416C32.8542 14.6383 34.75 15.5771 34.75 17.2323L34.75 37.7335C34.75 39.3887 32.8542 40.3275 31.5377 39.3242L18.0873 29.0736Z" fill="%232E2B2B"/></svg>');
	transform: scaleX(-1);
}

.mobile .swiper-button-prev-c {
	margin-right: 18.5px;
}

.mobile .swiper-button-prev-c, .mobile .swiper-button-next-c {
	width: 33.9px;
	height: 31.6px;
}

.accordion_swiper .swiper-slide-active {
	pointer-events: auto !important;
}

.map_section {
    overflow: hidden;
}

#map_info {
    position: absolute;
    top: 43%;
}

.mobile #map_info {
    left: 20px;
    top: 307px;
	text-align: left;
}

.mobile .slide_c {
	width: 85px;
	min-width: 85px;
	margin-right: 20px;
}

.slide_c.active {
	width: 295px !important;
	min-width: 295px !important;
}

.mobile .swiper-slide:not(.swiper-slide-active) .tabs_box {
	padding-left: 28px;
	padding-right: 28px;
	text-align: center;
}

.accordion_swiper .swiper-slide {
	box-sizing: border-box;
}

.accordion_swiper .tabs_box {
	cursor: pointer;
}

.slide_c.active .accordion_btn {
    pointer-events: none;
}

.mobile .mbl_w_100 {
	max-width: 100% !important;
}

.mobile .map_section {
	margin-top: -45px;
	padding-top: 80px;
}

.mobile .text_and_timeline_slider {
	padding-bottom: 270px !important;
}

.mobile .slider-wrapper .tabs_box h3 {
    font-size: 28px;
}

.mobile .slider-wrapper .tabs_box h4 {
    font-size: 18px;
	line-height: 23px;
}

.mobile .swiper-button-prev-c, .mobile .swiper-button-next-c {
    margin-right: 18.5px;
    margin-bottom: 12px;
}

.mobile .map_section .mb35 {
    margin-bottom: 15px;
}

.slide_c {
	flex-shrink: 0;
	transition: width 0.3s ease;
	cursor: pointer;
}

.zindex1 {
	z-index: 1;
}

.slide_c:not(.active) .timeline_core.accordion-item {
	display: none;
}

.swiper-button-prev-c, .swiper-button-next-c {
    background-color: transparent;
    border: none;
}

.mobile .col-lg-5_c {
    flex: 100%;
    width: 100%;
}

.slide_c:not(.active) .timeline_core {
    display: none;
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (min-width: 320px) {
	h1, h1 p {
		font-weight: 400;
		font-style: Italic;
		font-size: 41px;
		line-height: 100%;
		letter-spacing: -7%;
	}

	h2, h2 p {
		font-weight: 400;
		font-style: Italic;
		font-size: 41px;
		line-height: 100%;
		letter-spacing: -7%;
	}

	h3, h3 p {
		font-weight: 400;
		font-style: Italic;
		font-size: 41px;
		line-height: 100%;
		letter-spacing: -7%;
	}

	h3.small, .h3.small p {
		font-weight: 400;
		font-size: 55px;
		line-height: 80px;
		letter-spacing: -6%;
	}

	h4, h4 p {
		font-weight: 400;
		font-size: 26px;
		line-height: 35px;
		letter-spacing: 0%;
	}

	h4.big, h4.big p {
		font-weight: 400;
		font-style: Regular;
		font-size: 28px;
		line-height: 28px;
		letter-spacing: 0%;
	}

	h5, h5 p {
		font-weight: 400;
		font-style: Italic;
		font-size: 52px;
		line-height: 100%;
		letter-spacing: -7%;
	}

	h6, h6 p, #menu-footer-menu a {
		font-weight: 500;
		font-size: 12px;
		line-height: 15px;
		letter-spacing: 0%;
	}

	p,
	#primary-menu a,
	.subscribe-box button,
	.basic_btn,
	.basic_p, .basic_p p {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	h1, h1 p {
		font-weight: 400;
		font-style: Italic;
		font-size: 9.479vw;
		line-height: 100%;
		letter-spacing: -7%;
	}

	h2, h2 p {
		font-weight: 400;
		font-style: Italic;
		font-size: 9.479vw;
		line-height: 100%;
		letter-spacing: -7%;
	}

	h3, h3 p {
		font-weight: 400;
		font-style: Italic;
		font-size: 3.229vw;
		line-height: 100%;
		letter-spacing: -7%;
	}

	h3.small, .h3.small p {
		font-weight: 400;
		font-size: 2.865vw;
		line-height: 4.167vw;
		letter-spacing: -6%;
	}

	h4, h4 p {
		font-weight: 400;
		font-size: 1.354vw;
		line-height: 1.823vw;
		letter-spacing: 0%;
	}

	h4.big, h4.big p {
		font-weight: 400;
		font-style: Regular;
		font-size: 1.458vw;
		line-height: 1.875vw;
		letter-spacing: 0%;
	}

	h5, h5 p {
		font-weight: 400;
		font-style: Italic;
		font-size: 2.708vw;
		line-height: 100%;
		letter-spacing: -7%;
	}

	h6, h6 p, #menu-footer-menu a {
		font-weight: 500;
		font-size: 0.625vw;
		line-height: 0.781vw;
		letter-spacing: 0%;
	}

	p,
	#primary-menu a,
	.subscribe-box button,
	.basic_btn,
	.basic_p, .basic_p p {
		font-style: normal;
		font-weight: 400;
		font-size: 0.885vw;
		line-height: 1.198vw;
	}

	#primary-menu {
		border-radius: 3.125vw;
	}

	.basic_btn {
		border-radius: 0.417vw;
		height: 2.292vw;
		padding-left: 0.833vw;
		padding-right: 0.833vw;
	}

	.logo_col img {
		width: 4.427vw;
		height: 1.771vw;
	}
	
	#masthead {
		height: 4.05vw;
		padding-left: 3.125vw;
		padding-right: 3.125vw;
	}

	#primary-menu li {
		padding-left: 1.25vw;
		padding-right: 1.25vw;
	}

	#colophon {
		padding-left: 18.906vw;
		padding-right: 14.896vw;
		padding-bottom: 1.65vw;
		padding-top: 23.038vw;
	}

	.subscribe-container {
		height: 2.969vw;
	}

	.subscribe-box {
		border-radius: 0.99vw;
	}

	.subscribe-box input {
		padding-left: 1.563vw;
		padding-right: 1.563vw;
		font-size: 12px;
	}

	.subscribe-box button {
		padding-left: 2.077vw;
		padding-right: 2.077vw;
		border-radius: 0.99vw;
	}

	.top_row {
		padding-bottom: 8.542vw;
	}

	.socials_wrapper a {
		margin-bottom: 0.208vw;
	}

	#menu-footer-menu li {
		margin-bottom: 0.677vw;
	}

	.bottom_row {
		margin-bottom: 4.323vw;
	}

	#colophon::before, .mask_obj::before {
		content: "";
		height: 8.646vw;
	}

	.header_slider {
		height: calc(100dvh - 4.049vw);
	}

	.mw625 {
		max-width: 32.552vw;
	}

	.header_slider img {
		height: calc(100dvh - 15.417vw);
	}

	.top_info {
		height: 16.406vw;
	}

	.mb15 {
		margin-bottom: 0.781vw;
	}

	.mb35 {
		margin-bottom: 1.823vw;
	}

	.classic_btn::after {
		width: 1.458vw;
		height: 1.354vw;
		margin-left: 0.573vw;
	}

	.header_slider .classic_btn {
		margin-bottom: -1.875vw;
	}

	.text_and_slider {
		padding-top: 13.542vw;
		padding-bottom: 15.625vw;
	}

	.mb70 {
		margin-bottom: 3.646vw;
	}

	.mb45 {
		margin-bottom: 2.344vw;
	}

	.mb60 {
		margin-bottom: 3.125vw;
	}
	
	.croppedContentBig {
		padding-left: 26.823vw;
		padding-right: 26.823vw;
	}

	.small_swiper img {
		height: 23.75vw;
		border-radius: 1.823vw;
	}

	.paragraphs {
		padding-top: 6.25vw;
		padding-bottom: 8.333vw;
	}

	.swiper-pagination-bullet-active {
		border: 1.823vw solid transparent;
		width: 3.698vw !important;
		height: 3.698vw !important;
	}

	.swiper-pagination-bullet-active::before {
		width: 0.677vw !important;
		height: 0.677vw !important;
	}

	.swiper-pagination-bullet {
		width: 0.677vw !important;
		height: 0.677vw !important;
	}

	.swiper-pagination {
		bottom: 7.292vw !important;
	}

	.swiper-pagination-2 {
		bottom: 2.708vw !important;
	}

	.images_grid img {
		height: 20.354vw;
		border-radius: 1.615vw;
		margin-bottom: 1.563vw;
	}

	.images_grid {
		margin-top: 4.881vw;
		margin-bottom: 4.893vw;
		padding-left: 3.125vw;
		padding-right: 3.125vw;
	}

	.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
		margin-left: 1.484vw !important;
		margin-right: 1.484vw !important;
	}

	.slider_section {
		margin-top: 8.333vw;
		padding-bottom: 6.328vw;
	}

	.mb135 {
		margin-bottom: 7.031vw;
	}

	.big_swiper {
		margin-left: 10.625vw !important;
	}

	.big_swiper img {
		height: 21.802vw;
		border-radius: 1.823vw;
		margin-bottom: 4.578vw;
	}

	.swiper-pagination-3 .swiper-pagination-bullet-active::before, .swiper-pagination-4 .swiper-pagination-bullet-active::before {
		width: 2.031vw !important;
		height: 2.031vw !important;
	}

	.swiper-pagination-3 .swiper-pagination-bullet, .swiper-pagination-4 .swiper-pagination-bullet {
		margin-left: 0 !important;
		margin-right: 6.849vw !important;
	}

	.swiper-pagination-3 .swiper-pagination-bullet-active, .swiper-pagination-4 .swiper-pagination-bullet-active {
		margin-right: 5.365vw !important;
	}

	.swiper-pagination-3 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
		outline: 1.823vw solid #EEE6E0;
	}

	.swiper-pagination-4 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
		outline: 1.823vw solid #C6F655;
	}

	.panorama_section {
		padding-top: 1.042vw;
		padding-bottom: 4.167vw;
		margin-top: 10.417vw;
	}

	.panorama_section img {
		height: 44.24vw;
	}

	.panorama-wrapper {
		border-radius: 1.823vw;
		margin-left: 10.938vw;
		margin-right: 10.938vw;
	}

	.arrow-left {
		left: 2.041vw;
	}

	.arrow-right {
		right: 2.041vw;
	}

	.arrow-up {
		top: 2.76vw;
	}

	.arrow-down {
		bottom: 2.76vw;
	}

	.panorama-wrapper .arrow-left svg, .panorama-wrapper .arrow-right svg {
		width: 1.302vw;
		height: 2.604vw;
	}

	.panorama-wrapper .arrow-up svg, .panorama-wrapper .arrow-down svg {
		width: 2.604vw;
		height: 1.302vw;
	}

	.panorama_section::before, .paragraphs_with_colored_background::before, .big_tagline::before, .text_and_timeline_slider::before {
		height: 8.646vw;
	}

	.accordions_section {
		margin-top: 4.167vw;
		padding-bottom: 4.881vw;
		padding-left: 18.906vw;
		padding-right: 26.823vw;
	}

	.accordions_section img {
		width: auto;
		height: 20.443vw;
		margin-top: 8.854vw;
	}

	.home .accordions_section img {
		width: auto;
		height: 42.5vw;
		margin-top: 2.604vw;
	}

	.pt177 {
		padding-top: 9.219vw;
	}

	.home .accordions_section {
		padding-right: 19.375vw;
	}

	.accordions_section .first_col {
		max-width: 22.656vw;
	}

	.statement_section img {
		width: 13.49vw;
		height: 13.49vw;
		margin-bottom: 1.927vw;
	}
	
	.statement_section {
		margin-top: 5.573vw;
		padding-bottom: 7.656vw;
	}

	.mb100 {
		margin-bottom: 5.208vw;
	}

	.paragraphs_with_colored_background {
		padding-bottom: 4.167vw;
	}

	.mb190 {
		margin-bottom: 9.896vw;
	}

	.cropped_p {
		padding-left: 7.031vw;
		padding-right: 7.031vw;
	}

	.mt210 {
		margin-top: 10.938vw;
	}
	
	.app_store_link {
		margin-right: 1.771vw;
	}

	.big_tagline {
		margin-top: 11.406vw;
		padding-bottom: 4.167vw;
		padding-top: 2.604vw;
	}

	.mb85 {
		margin-bottom: 4.427vw;
	}

	.text_and_timeline_slider {
		padding-top: 1.563vw;
		padding-bottom: 14.323vw;
	}

	.map_section {
		margin-top: -7.292vw;
        padding-top: 6.771vw;
        padding-bottom: 7.552vw;
	}

	.mb237 {
		margin-bottom: 12.344vw;
	}

	.big_accordions_section {
		margin-top: 12.344vw;
	}

	.big_accordions_section .accordion {
		padding-left: 18.906vw;
		padding-right: 18.906vw;
	}

	.tabs_box_big {
		border-radius: 0.833vw;
		min-height: 8.469vw;
		margin-bottom: 0.598vw;
	}

	.tabs_box_big {
		padding-left: 2.455vw;
		padding-right: 2.568vw;
		padding-bottom: 1.823vw;
		padding-top: 1.823vw;
	}

	.img_icon {
		margin-right: 4.167vw;
	}

	.img_swiper {
		margin-top: 1.823vw;
		margin-bottom: 1.823vw;
	}

	.img_swiper img {
		height: 13.427vw;
		border-radius: 0.833vw;
	}

	.swiper-button-next, .swiper-button-prev {
		width: 1.406vw !important; 
		height: 2.292vw !important; 
		margin-top: -12px !important;
	}
	
	.swiper-button-next::after, .swiper-button-prev::after {
		font-size: 2.292vw !important;
	}

	.big_accordions_section .accordion_btn svg {
		width: 2.6vw;
		height: 2.85vw;
	}

	.herb_icon {
		max-height: 4.74vw;
	}

	.swiper-pagination-4 {
		margin-top: 4.01vw;
	}

	.mw387 {
		max-width: 20.156vw;
	}

	.swiper-button-prev-c {
		margin-right: 0.625vw;
	}

	.swiper-button-prev-c, .swiper-button-next-c {
		width: 2.969vw;
		height: 2.813vw;
	}

	#map_info {
		left: 10.99vw;
	}

	.slide_c:not(.active) .tabs_box {
		padding-left: 1.615vw;
		padding-right: 1.615vw;
		text-align: center;
	}

	.slide_c {
		width: 6.875vw;
		min-width: 6.875vw;
		margin-right: 1.042vw;
	}

	.slide_c.active {
		width: 22.656vw !important;
		min-width: 22.656vw !important;
	}

	.col-lg-5_c {
		flex: 0 0 39%;
		width: 39%;
	}
}

@media (min-width: 1920px) {
	h1, h1 p {
		font-weight: 400;
		font-style: Italic;
		font-size: 182px;
		line-height: 100%;
		letter-spacing: -7%;
	}

	h2, h2 p {
		font-weight: 400;
		font-style: Italic;
		font-size: 182px;
		line-height: 100%;
		letter-spacing: -7%;
	}

	h3, h3 p {
		font-weight: 400;
		font-style: Italic;
		font-size: 62px;
		line-height: 100%;
		letter-spacing: -7%;
	}

	h3.small, .h3.small p {
		font-weight: 400;
		font-size: 55px;
		line-height: 80px;
		letter-spacing: -6%;
	}

	h4, h4 p {
		font-weight: 400;
		font-size: 26px;
		line-height: 35px;
		letter-spacing: 0%;
	}

	h4.big, h4.big p {
		font-weight: 400;
		font-style: Regular;
		font-size: 28px;
		line-height: 36px;
		letter-spacing: 0%;
	}

	h5, h5 p {
		font-weight: 400;
		font-style: Italic;
		font-size: 52px;
		line-height: 100%;
		letter-spacing: -7%;
	}

	h6, h6 p, #menu-footer-menu a {
		font-weight: 500;
		font-size: 12px;
		line-height: 15px;
		letter-spacing: 0%;
	}

	p,
	#primary-menu a,
	.subscribe-box button,
	.basic_btn,
	.basic_p, .basic_p p {
		font-style: normal;
		font-weight: 400;
		font-size: 17px;
		line-height: 23px;
	}

	#primary-menu {
		border-radius: 8px;
	}

	.basic_btn {
		border-radius: 8px;
		height: 44px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.logo_col img {
		width: 85px;
		height: 34px;
	}

	#masthead {
		height: 77.76160430908203px;
		padding-left: 60px;
		padding-right: 60px;
	}

	#primary-menu li {
		padding-left: 24px;
		padding-right: 24px;
	}

	#colophon {
		padding-left: 363px;
		padding-right: 286px;
		padding-bottom: 31.68px;
		padding-top: 442.33px;
	}

	.subscribe-container {
		height: 57px;
	}

	.subscribe-box {
		border-radius: 19px;
	}

	.subscribe-box input {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 12px;
	}

	.subscribe-box button {
		padding-left: 39.88px;
		padding-right: 39.88px;
		border-radius: 19px;
	}

	.top_row {
		padding-bottom: 164px;
	}

	.socials_wrapper a {
		margin-bottom: 4px;
	}

	#menu-footer-menu li {
		margin-bottom: 13px;
	}

	.bottom_row {
		margin-bottom: 83px;
	}

	#colophon::before, .mask_obj::before {
		content: "";
		height: 166px;
	}

	.header_slider {
		height: calc(100dvh - 77.75px);
	}

	.mw625 {
		max-width: 625px;
	}

	.header_slider img {
		height: calc(100dvh - 296px);
	}

	.top_info {
		height: 315px;
	}

	.mb15 {
		margin-bottom: 15px;
	}

	.mb35 {
		margin-bottom: 35px;
	}

	.classic_btn::after {
		width: 28px;
		height: 26px;
		margin-left: 11px;
	}

	.header_slider .classic_btn {
		margin-bottom: -36px;
	}

	.text_and_slider {
		padding-top: 260px;
		padding-bottom: 300px;
	}

	.mb70 {
		margin-bottom: 70px;
	}

	.croppedContentBig {
		padding-left: 515px;
		padding-right: 515px;
	}

	.mb45 {
		margin-bottom: 45px;
	}

	.mb60 {
		margin-bottom: 60px;
	}

	.small_swiper img {
		height: 456px;
		border-radius: 35px;
	}

	.paragraphs {
		padding-top: 120px;
		padding-bottom: 160px;
	}

	.swiper-pagination-bullet-active {
		border: 35px solid transparent;
		width: 71px !important;
		height: 71px !important;
	}

	.swiper-pagination-bullet-active::before {
		width: 13px !important;
		height: 13px !important;
	}

	.swiper-pagination-bullet {
		width: 13px !important;
		height: 13px !important;
	}

	.swiper-pagination {
		bottom: 140px !important;
	}

	.swiper-pagination-2 {
		bottom: 52px !important;
	}

	.images_grid img {
		height: 390.8px;
		border-radius: 31px;
		margin-bottom: 30px;
	}

	.images_grid {
		margin-top: 93.72px;
		margin-bottom: 93.94px;
		padding-left: 60px;
		padding-right: 60px;
	}

	.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
		margin-left: 28.5px !important;
		margin-right: 28.5px !important;
	}

	.slider_section {
		margin-top: 160px;
		padding-bottom: 121.5px;
	}

	.mb135 {
		margin-bottom: 135px;
	}

	.big_swiper {
		margin-left: 204px !important;
	}

	.big_swiper img {
		height: 418.6px;
		border-radius: 35px;
		margin-bottom: 87.9px;
	}

	.swiper-pagination-3 .swiper-pagination-bullet-active::before, .swiper-pagination-4 .swiper-pagination-bullet-active::before {
		width: 39px !important;
		height: 39px !important;
	}

	.swiper-pagination-3 .swiper-pagination-bullet, .swiper-pagination-4 .swiper-pagination-bullet {
		margin-left: 0 !important;
		margin-right: 131.5px !important;
	}

	.swiper-pagination-3 .swiper-pagination-bullet-active, .swiper-pagination-4 .swiper-pagination-bullet-active {
		margin-right: 103px !important;
	}

	.swiper-pagination-3 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
		outline: 35px solid #EEE6E0;
	}

	.swiper-pagination-4 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
		outline: 35px solid #C6F655;
	}

	.panorama_section {
		padding-top: 20px;
		padding-bottom: 80px;
		margin-top: 200px;
	}

	.panorama_section img {
		height: 849.4px;
	}

	.panorama-wrapper {
		border-radius: 35px;
		margin-left: 210px;
		margin-right: 210px;
	}

	.arrow-left {
		left: 39.18px;
	}

	.arrow-right {
		right: 39.18px;
	}

	.arrow-up {
		top: 53px;
	}

	.arrow-down {
		bottom: 53px;
	}

	.panorama-wrapper .arrow-left svg, .panorama-wrapper .arrow-right svg {
		width: 25px;
		height: 50px;
	}

	.panorama-wrapper .arrow-up svg, .panorama-wrapper .arrow-down svg {
		width: 50px;
		height: 25px;
	}

	.panorama_section::before, .paragraphs_with_colored_background::before, .big_tagline::before, .text_and_timeline_slider::before {
		height: 166px;
	}

	.accordions_section {
		margin-top: 80px;
		padding-bottom: 93.72px;
		padding-left: 363px;
		padding-right: 515px;
	}

	.accordions_section img {
		width: auto;
		height: 392.5px;
		margin-top: 170px;
	}

	.home .accordions_section img {
		width: auto;
		height: 816px;
		margin-top: 50px;
	}

	.pt177 {
		padding-top: 177px;
	}

	.home .accordions_section {
		padding-right: 372px;
	}

	.accordions_section .first_col {
		max-width: 435px;
	}

	.statement_section img {
		width: 259px;
		height: 259px;
		margin-bottom: 37px;
	}

	.statement_section {
		margin-top: 107px;
		padding-bottom: 147px;
	}

	.mb100 {
		margin-bottom: 100px;
	}

	.paragraphs_with_colored_background {
		padding-bottom: 80px;
	}

	.mb190 {
		margin-bottom: 190px;
	}

	.cropped_p {
		padding-left: 135px;
		padding-right: 135px;
	}

	.mt210 {
		margin-top: 210px;
	}

	.app_store_link {
		margin-right: 34px;
	}

	.big_tagline {
		margin-top: 219px;
		padding-bottom: 80px;
		padding-top: 50px;
	}

	.mb85 {
		margin-bottom: 85px;
	}

	.text_and_timeline_slider {
		padding-top: 30px;
		padding-bottom: 275px;
	}

	.map_section {
		margin-top: -140px;
        padding-top: 130px;
        padding-bottom: 145px;
	}

	.mb237 {
		margin-bottom: 237px;
	}

	.big_accordions_section {
		margin-top: 237px;
	}

	.big_accordions_section .accordion {
		padding-left: 363px;
		padding-right: 363px;
	}

	.tabs_box_big {
		border-radius: 16px;
		min-height: 162.6px;
		margin-bottom: 11.48px;
	}

	.tabs_box_big {
		padding-left: 47.13px;
		padding-right: 49.3px;
		padding-bottom: 35px;
		padding-top: 35px;
	}

	.img_icon {
		margin-right: 80px;
	}

	.img_swiper {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.img_swiper img {
		height: 257.8px;
		border-radius: 16px;
	}

	.swiper-button-next, .swiper-button-prev {
		width: 27px !important;
		height: 44px !important;
		margin-top: -21px !important;
	}

	.swiper-button-next::after, .swiper-button-prev::after {
		font-size: 44px !important;
	}

	.big_accordions_section .accordion_btn svg {
		width: 48px;
		height: 52px;
	}

	.herb_icon {
		max-height: 91px;
	}

	.swiper-pagination-4 {
		margin-top: 77px;
	}

	.mw387 {
		max-width: 387px;
	}

	.swiper-button-prev-c {
		margin-right: 12px;
	}

	.swiper-button-prev-c, .swiper-button-next-c {
		width: 57px;
		height: 54px;
	}

	#map_info {
		left: 211px;
	}

	.slide_c:not(.active) .tabs_box {
		padding-left: 31px;
		padding-right: 31px;
		text-align: center;
	}

	.slide_c {
		width: 132px;
		min-width: 132px;
		margin-right: 20px;
	}

	.slide_c.active {
		width: 435px !important;
		min-width: 435px !important;
	}
}

@media (min-width: 1921px) {
	.img_swiper img {
		height: 13.427vw;
	}

	.slide_c:not(.active) .tabs_box {
		padding-left: 1.615vw;
		padding-right: 1.615vw;
		text-align: center;
	}

	.slide_c {
		width: 6.875vw;
		min-width: 6.875vw;
		margin-right: 1.042vw;
	}

	.slide_c.active {
		width: 22.656vw !important;
		min-width: 22.656vw !important;
	}

	.col-lg-5_c {
		flex: 0 0 39%;
		width: 39%;
	}
}

/*-------------------------------------------------------------*/
/* 						   END MEDIA 						   */
/*-------------------------------------------------------------*/