@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Work+Sans:regular,500,600&display=swap);

@import url(https://fonts.googleapis.com/css?family=Lato:600,700&display=swap);

@import url(https://fonts.googleapis.com/css?family=Poppins:500,600,&display=swap);



* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

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

*::before,
*::after {
	display: inline-block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	color: white;
	line-height: 1;
	font-family: "Work Sans";
	font-size: 1.125rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



button {
	cursor: pointer;
	color: inherit;
	background-color: transparent;
}

a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	background-color: #111214;
}

.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

@supports (overflow: clip) {
	.wrapper {
		overflow: clip;
	}
}

.wrapper>main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.wrapper>* {
	min-width: 0;
}


[class*=__container] {
	max-width: 84.375rem;
	margin: 0 auto;
	padding: 0 0.9375rem;
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 2.875rem;
	-moz-column-gap: 2.875rem;
	column-gap: 2.875rem;
	row-gap: 0.3125rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.menu__list li {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.menu__list li a {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.icon-menu {
	display: none;
}

.tippy-box[data-animation=fade][data-state=hidden] {
	opacity: 0;
}

.tippy-box {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 0.401);
	color: #fff;
	outline: 0;
	-webkit-transition-property: visibility, opacity, -webkit-transform;
	transition-property: visibility, opacity, -webkit-transform;
	transition-property: transform, visibility, opacity;
	transition-property: transform, visibility, opacity, -webkit-transform;
}

.tippy-arrow {
	display: none !important;
}

.tippy-box[data-inertia][data-state=visible] {
	-webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
	transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-content {
	font-family: "Lato";
	font-weight: 700;
	position: relative;
	padding: 1.4375rem 0.625rem;
	z-index: 1;
	font-size: 0.875rem;
	text-shadow: 0 0.25rem 0.5625rem rgba(31, 39, 83, 0.1);
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.75rem;
}

.logo__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 3.5rem;
	flex: 0 0 3.5rem;
	width: 3.5rem;
	height: 3.5rem;
	font-weight: 500;
	font-family: "Poppins";
	font-size: 1.5rem;
	background-color: #3083ff;
	border-radius: 50%;
}

.logo__text {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.25;
}

.heading__title {
	font-weight: 600;
	line-height: 1.16;
}

.heading__description {
	line-height: 1.33;
	font-size: 1.125rem;
}

.heading__label {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	text-transform: uppercase;
	opacity: 0.2;
}

.heading__label:not(:last-child) {
	margin-bottom: 0.625rem;
}

.button {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	background-color: #3083ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 0.75rem 1.5rem;
	border-radius: 0.25rem;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.fisherman__slider {
	position: relative;
}

.fisherman__slider.swiper {
	overflow: visible !important;
}

.fisherman__wrapper {
	will-change: transform;
}

.fisherman__slide {
	will-change: transform !important;
	position: relative !important;
	width: 25.6875rem !important;
	-webkit-transition: -webkit-transform 0.6s !important;
	transition: -webkit-transform 0.6s !important;
	transition: transform 0.6s !important;
	transition: transform 0.6s, -webkit-transform 0.6s !important;
	-webkit-filter: blur(0.125rem);
	filter: blur(0.125rem);
}

.fisherman__slide.swiper-slide-active {
	-webkit-filter: blur(0rem);
	filter: blur(0rem);
}

.fisherman__tippy {
	position: relative;
	width: 1.375rem;
	height: 1.375rem;
	border-radius: 50%;
	border: 0.0625rem solid white;
	position: absolute;
	top: 50%;
	right: 10%;
	-webkit-filter: blur(0.0625rem);
	filter: blur(0.0625rem);
	cursor: pointer;
	display: none;
}

.fisherman__tippy::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
	-webkit-filter: blur(0.3125rem);
	filter: blur(0.3125rem);
	-webkit-animation: puls 3s infinite linear;
	animation: puls 3s infinite linear;
}

.swiper-slide-active .fisherman__tippy {
	display: block;
}

.fisherman__slide-img {
	position: relative;
	width: 25.6875rem;
	height: 38.25rem;
	/*border-radius: 0.625rem;
	border: 0.125rem solid white;*/
}

.fisherman__slide-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.625rem;
}

.fisherman__slide-img:not(:last-child) {
	margin-bottom: 1.5rem;
}

.fisherman__slide-description {
	text-align: center;
	font-size: 1.75rem;
	font-weight: 600;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
	background-image: none !important;
}

.swiper-navigation {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	width: 100% !important;
	height: 4rem !important;
	position: absolute !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	left: 0 !important;
	z-index: 2 !important;
	pointer-events: none !important;
}

.swiper-button-prev {
	-webkit-transform: rotate(-180deg) !important;
	-ms-transform: rotate(-180deg) !important;
	transform: rotate(-180deg) !important;
}

.swiper-button-prev,
.swiper-button-next {
	pointer-events: all !important;
	top: 0 !important;
	margin-top: 0 !important;
	width: 4rem !important;
	height: 4rem !important;
	border-radius: 50% !important;
	background-color: white !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-transition: background-color 0.3s !important;
	transition: background-color 0.3s !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: "";
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 1.625rem !important;
	height: 1.5rem !important;
	-webkit-transition: stroke 0.3s ease 0s !important;
	transition: stroke 0.3s ease 0s !important;
	stroke: black !important;
}

@-webkit-keyframes puls {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	50% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}

	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

@keyframes puls {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	50% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}

	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #111214;
}

.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 0.625rem;
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
	min-height: 5.375rem;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
}

.hero__container {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	row-gap: 2.5rem;
}

.hero__image {
	position: relative;
	padding-bottom: 118.6567164179%;
}

.hero__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	border: 0.1875rem solid white;
	border-radius: 1.5625rem;
}

.market {
	position: relative;
}

.market__content {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.market__content:not(:last-child) {
	margin-bottom: 3rem;
}

.market__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.market__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.market__image::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.media__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.media__header {
	text-align: center;
	max-width: 36.125rem;
	margin: 0 auto;
}

.media__list {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
	gap: 1.5rem;
	position: relative;
}

.media__list::before {
	content: attr(data-label);
	font-size: 5rem;
	font-weight: 600;
	font-family: "Poppins";
	color: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	position: absolute;
	top: 43%;
	left: -20.625rem;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.media__list li {
	position: relative;
	padding-bottom: 0;
}

.media__list li a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.media__link {
    margin-top: 30px;
	max-width: 135px;
}

.podcast__container {
	background-color: #1e1e1e;
	display: -ms-grid;
	display: grid;
	row-gap: 1.875rem;
}

.podcast__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.podcast__link {
	margin-right: auto;
}

.podcast__image {
	position: relative;
	padding-bottom: 101.4522821577%;
}

.podcast__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.energy {
	position: relative;
}

.energy__content {
	max-width: 42.6875rem;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.energy__content:not(:last-child) {
	margin-bottom: 3rem;
}

.energy__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.energy__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.energy__image::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2;
}

.fisherman__header {
	text-align: center;
}

.fisherman__header .heading__description {
	max-width: 37.5rem;
	margin: 0 auto;
}

.fisherman__body {
	position: relative;
}

.fisherman__body::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	width: 53.9375rem;
	height: 53.9375rem;
	z-index: 1;
	background: url("../img/decor.svg") 100%/contain no-repeat;
	pointer-events: none;
}

.members {
	position: relative;
}

.members__content {
	max-width: 60.9375rem;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.members__content:not(:last-child) {
	margin-bottom: 3rem;
}

.members__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-filter: blur(1.25rem);
	filter: blur(1.25rem);
}

.members__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.members__image::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2;
}

@media (min-width: 29.99875em) {
	.fisherman__link {
		max-width: 13.25rem;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 47.99875em) {
	.hero__container {
		-ms-grid-columns: 1fr 40.6060606061%;
		grid-template-columns: 1fr 40.6060606061%;
	}

	.podcast__container {
		-ms-grid-columns: 1fr 36.5151515152%;
		grid-template-columns: 1fr 36.5151515152%;
	}
}

@media (min-width: 82.5em) {
	.hero__container {
		-webkit-column-gap: 6.8125rem;
		-moz-column-gap: 6.8125rem;
		column-gap: 6.8125rem;
	}

	.podcast__container {
		-webkit-column-gap: 11.25rem;
		-moz-column-gap: 11.25rem;
		column-gap: 11.25rem;
	}

	.podcast__content {
		padding-top: 7.5rem;
	}

	.podcast__content {
		padding-left: 5rem;
	}
}

@media (min-width: 84.375em) {
	.menu__list {
		-webkit-column-gap: 2.875rem;
		-moz-column-gap: 2.875rem;
		column-gap: 2.875rem;
	}

	.heading__title {
		font-size: 3.375rem;
	}

	.heading__title:not(:last-child) {
		margin-bottom: 1.5rem;
	}

	.heading__title_big {
		font-size: 4.5rem;
	}

	.page {
		padding-top: 9.125rem;
	}

	.page__hero {
		margin-bottom: 9.375rem;
	}

	.page__market {
		margin-bottom: 16.875rem;
	}

	.page__media {
		margin-bottom: 8.3125rem;
	}

	.page__podcast {
		margin-bottom: 9.375rem;
	}

	.page__energy {
		margin-bottom: 9.375rem;
	}

	.page__fisherman {
		margin-bottom: 9.375rem;
	}

	.market__container {
		padding-top: 9.0625rem;
	}

	.market__container {
		padding-bottom: 9.0625rem;
	}

	.market__link {
		margin-top: 3rem;
	}

	.media__header:not(:last-child) {
		margin-bottom: 5rem;
	}

	.media__list:not(:last-child) {
		margin-bottom: 3rem;
	}

	.podcast__link {
		margin-top: 2.5rem;
	}

	.energy__container {
		padding-top: 9.0625rem;
	}

	.energy__container {
		padding-bottom: 9.0625rem;
	}

	.energy__link {
		margin-top: 3rem;
	}

	.fisherman__header:not(:last-child) {
		margin-bottom: 5rem;
	}

	.fisherman__link {
		margin-top: 3rem;
	}

	.members__container {
		padding-top: 16.25rem;
	}

	.members__container {
		padding-bottom: 16.25rem;
	}

	.members__link {
		margin-top: 3rem;
	}
}

@media (max-width: 20em) {
	.heading__title {
		font-size: 1.6875rem;
	}

	.heading__title:not(:last-child) {
		margin-bottom: 1.125rem;
	}

	.heading__title_big {
		font-size: 2.5rem;
	}

	.page {
		padding-top: 6.25rem;
	}

	.page__hero {
		margin-bottom: 2.5rem;
	}

	.page__market {
		margin-bottom: 2.5rem;
	}

	.page__media {
		margin-bottom: 2.5rem;
	}

	.page__podcast {
		margin-bottom: 2.5rem;
	}

	.page__energy {
		margin-bottom: 2.5rem;
	}

	.page__fisherman {
		margin-bottom: 2.5rem;
	}

	.market__container {
		padding-top: 3.125rem;
	}

	.market__container {
		padding-bottom: 3.125rem;
	}

	.market__link {
		margin-top: 1.875rem;
	}

	.media__header:not(:last-child) {
		margin-bottom: 1.875rem;
	}

	.media__list:not(:last-child) {
		margin-bottom: 1.25rem;
	}

	.podcast__link {
		margin-top: 1.25rem;
	}

	.energy__container {
		padding-top: 3.125rem;
	}

	.energy__container {
		padding-bottom: 3.125rem;
	}

	.energy__link {
		margin-top: 1.875rem;
	}

	.fisherman__header:not(:last-child) {
		margin-bottom: 2.5rem;
	}

	.fisherman__link {
		margin-top: 1.875rem;
	}

	.members__container {
		padding-top: 1.25rem;
	}

	.members__container {
		padding-bottom: 3.125rem;
	}

	.members__link {
		margin-top: 1.875rem;
	}
}

@media (max-width: 61.99875em) {
	.logo__text {
		font-size: 1.25rem;
	}
}

@media (max-width: 47.99875em) {
	.menu__body {
		position: fixed;
		width: 100%;
		height: 100%;
		left: -100%;
		top: 0;
		overflow: auto;
		padding: 6.25rem 0.9375rem 0.9375rem 1.875rem;
		-webkit-transition: left 0.3s;
		transition: left 0.3s;
		background-color: #111214;
	}

	.menu__body::before {
		content: "";
		position: fixed;
		width: 100%;
		height: 4.375rem;
		left: -100%;
		top: 0;
		background-color: #111214;
		-webkit-transition: left 0.3s;
		transition: left 0.3s;
		z-index: 2;
	}

	.menu-open .menu__body {
		left: 0;
	}

	.menu-open .menu__body::before {
		left: 0;
	}

	.menu__list {
		-webkit-column-gap: 0.625rem;
		-moz-column-gap: 0.625rem;
		column-gap: 0.625rem;
	}

	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.5625rem;
	}

	.menu__list li a {
		font-size: 1.5625rem;
	}

	.icon-menu {
		display: block;
		position: relative;
		width: 1.875rem;
		height: 1.125rem;
		z-index: 5;
	}

	.icon-menu span,
	.icon-menu::before,
	.icon-menu::after {
		content: "";
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		right: 0;
		position: absolute;
		width: 100%;
		height: 0.125rem;
		background-color: white;
	}

	.icon-menu::before {
		top: 0;
	}

	.icon-menu::after {
		bottom: 0;
	}

	.icon-menu span {
		top: calc(50% - 0.0625rem);
	}

	.menu-open .icon-menu span {
		width: 0;
	}

	.menu-open .icon-menu::before {
		top: calc(50% - 0.0625rem);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu-open .icon-menu::after {
		bottom: calc(50% - 0.0625rem);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.heading__description {
		font-size: 1rem;
	}

	.heading__label {
		font-size: 0.875rem;
	}

	.fisherman__slide-description {
		font-size: 1.25rem;
	}

	.header__container {
		height: 4.375rem;
	}

	.header__logo {
		position: relative;
		z-index: 2;
	}

	.hero__container {
		-webkit-column-gap: 2.5rem;
		-moz-column-gap: 2.5rem;
		column-gap: 2.5rem;
	}

	.hero__content {
		text-align: center;
	}

	.podcast__container {
		-webkit-column-gap: 1.875rem;
		-moz-column-gap: 1.875rem;
		column-gap: 1.875rem;
	}

	.podcast__content {
		padding-top: 2.5rem;
	}

	.podcast__content {
		text-align: center;
	}

	.podcast__link {
		margin: 0 auto;
	}
}

@media (max-width: 47.99875em) and (any-hover: none) {
	.icon-menu {
		cursor: default;
	}
}

@media (max-width: 37.5em) {
	.fisherman__slide {
		width: 19.4375rem !important;
	}

	.fisherman__slide-img {
		width: 19.4375rem;
		height: 32rem;
	}
}

@media (max-width: 29.99875em) {
	.logo__icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 2.25rem;
		flex: 0 0 2.25rem;
		width: 2.25rem;
		height: 2.25rem;
		font-size: 1.125rem;
	}

	.button {
		width: 100%;
	}

	.fisherman__slide {
		width: 15.625rem !important;
	}

	.fisherman__slide-img {
		width: 15.625rem;
		height: 22.625rem;
	}

	.swiper-button-prev svg,
	.swiper-button-next svg {
		width: 1.3125rem !important;
		height: 1.1875rem !important;
	}

	.swiper-button-prev,
	.swiper-button-next {
		width: 2.75rem !important;
		height: 2.75rem !important;
	}

	.fisherman__link {
		width: 100%;
	}
}

@media (min-width: 47.99875em) and (max-width: 84.375em) {
	@supports ((-moz-column-gap: clamp(0.625rem, -2.3438928216rem + 6.1853544552vw, 2.875rem)) or (column-gap: clamp(0.625rem, -2.3438928216rem + 6.1853544552vw, 2.875rem))) {
		.menu__list {
			-webkit-column-gap: clamp(0.625rem, -2.3438928216rem + 6.1853544552vw, 2.875rem);
			-moz-column-gap: clamp(0.625rem, -2.3438928216rem + 6.1853544552vw, 2.875rem);
			column-gap: clamp(0.625rem, -2.3438928216rem + 6.1853544552vw, 2.875rem);
		}
	}

	@supports not ((-moz-column-gap: clamp(0.625rem, -2.3438928216rem + 6.1853544552vw, 2.875rem)) or (column-gap: clamp(0.625rem, -2.3438928216rem + 6.1853544552vw, 2.875rem))) {
		.menu__list {
			-webkit-column-gap: calc(0.625rem + 2.25 * (100vw - 47.99875rem) / 36.37625);
			-moz-column-gap: calc(0.625rem + 2.25 * (100vw - 47.99875rem) / 36.37625);
			column-gap: calc(0.625rem + 2.25 * (100vw - 47.99875rem) / 36.37625);
		}
	}
}

@media (min-width: 20em) and (max-width: 84.375em) {
	@supports (font-size: clamp(1.6875rem, 1.2797330097rem + 2.0388349515vw, 3rem)) {
		.heading__title {
			font-size: clamp(1.6875rem, 1.2797330097rem + 2.0388349515vw, 3rem);
		}
	}

	@supports not (font-size: clamp(1.6875rem, 1.2797330097rem + 2.0388349515vw, 3rem)) {
		.heading__title {
			font-size: calc(1.6875rem + 1.3125 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-bottom: clamp(1.125rem, 1.0084951456rem + 0.5825242718vw, 1.5rem)) {
		.heading__title:not(:last-child) {
			margin-bottom: clamp(1.125rem, 1.0084951456rem + 0.5825242718vw, 1.5rem);
		}
	}

	@supports not (margin-bottom: clamp(1.125rem, 1.0084951456rem + 0.5825242718vw, 1.5rem)) {
		.heading__title:not(:last-child) {
			margin-bottom: calc(1.125rem + 0.375 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (font-size: clamp(2.5rem, 1.8786407767rem + 3.1067961165vw, 4.5rem)) {
		.heading__title_big {
			font-size: clamp(2.5rem, 1.8786407767rem + 3.1067961165vw, 4.5rem);
		}
	}

	@supports not (font-size: clamp(2.5rem, 1.8786407767rem + 3.1067961165vw, 4.5rem)) {
		.heading__title_big {
			font-size: calc(2.5rem + 2 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (padding-top: clamp(6.25rem, 5.3567961165rem + 4.4660194175vw, 9.125rem)) {
		.page {
			padding-top: clamp(6.25rem, 5.3567961165rem + 4.4660194175vw, 9.125rem);
		}
	}

	@supports not (padding-top: clamp(6.25rem, 5.3567961165rem + 4.4660194175vw, 9.125rem)) {
		.page {
			padding-top: calc(6.25rem + 2.875 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-bottom: clamp(2.5rem, 0.3640776699rem + 10.6796116505vw, 9.375rem)) {
		.page__hero {
			margin-bottom: clamp(2.5rem, 0.3640776699rem + 10.6796116505vw, 9.375rem);
		}
	}

	@supports not (margin-bottom: clamp(2.5rem, 0.3640776699rem + 10.6796116505vw, 9.375rem)) {
		.page__hero {
			margin-bottom: calc(2.5rem + 6.875 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-bottom: clamp(2.5rem, -1.9660194175rem + 22.3300970874vw, 16.875rem)) {
		.page__market {
			margin-bottom: clamp(2.5rem, -1.9660194175rem + 22.3300970874vw, 16.875rem);
		}
	}

	@supports not (margin-bottom: clamp(2.5rem, -1.9660194175rem + 22.3300970874vw, 16.875rem)) {
		.page__market {
			margin-bottom: calc(2.5rem + 14.375 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-bottom: clamp(2.5rem, 0.6941747573rem + 9.0291262136vw, 8.3125rem)) {
		.page__media {
			margin-bottom: clamp(2.5rem, 0.6941747573rem + 9.0291262136vw, 8.3125rem);
		}
	}

	@supports not (margin-bottom: clamp(2.5rem, 0.6941747573rem + 9.0291262136vw, 8.3125rem)) {
		.page__media {
			margin-bottom: calc(2.5rem + 5.8125 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-bottom: clamp(2.5rem, 0.3640776699rem + 10.6796116505vw, 9.375rem)) {
		.page__podcast {
			margin-bottom: clamp(2.5rem, 0.3640776699rem + 10.6796116505vw, 9.375rem);
		}
	}

	@supports not (margin-bottom: clamp(2.5rem, 0.3640776699rem + 10.6796116505vw, 9.375rem)) {
		.page__podcast {
			margin-bottom: calc(2.5rem + 6.875 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-bottom: clamp(2.5rem, 0.3640776699rem + 10.6796116505vw, 9.375rem)) {
		.page__energy {
			margin-bottom: clamp(2.5rem, 0.3640776699rem + 10.6796116505vw, 9.375rem);
		}
	}

	@supports not (margin-bottom: clamp(2.5rem, 0.3640776699rem + 10.6796116505vw, 9.375rem)) {
		.page__energy {
			margin-bottom: calc(2.5rem + 6.875 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-bottom: clamp(2.5rem, 0.3640776699rem + 10.6796116505vw, 9.375rem)) {
		.page__fisherman {
			margin-bottom: clamp(2.5rem, 0.3640776699rem + 10.6796116505vw, 9.375rem);
		}
	}

	@supports not (margin-bottom: clamp(2.5rem, 0.3640776699rem + 10.6796116505vw, 9.375rem)) {
		.page__fisherman {
			margin-bottom: calc(2.5rem + 6.875 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (padding-top: clamp(3.125rem, 1.2803398058rem + 9.2233009709vw, 9.0625rem)) {
		.market__container {
			padding-top: clamp(3.125rem, 1.2803398058rem + 9.2233009709vw, 9.0625rem);
		}
	}

	@supports not (padding-top: clamp(3.125rem, 1.2803398058rem + 9.2233009709vw, 9.0625rem)) {
		.market__container {
			padding-top: calc(3.125rem + 5.9375 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (padding-bottom: clamp(3.125rem, 1.2803398058rem + 9.2233009709vw, 9.0625rem)) {
		.market__container {
			padding-bottom: clamp(3.125rem, 1.2803398058rem + 9.2233009709vw, 9.0625rem);
		}
	}

	@supports not (padding-bottom: clamp(3.125rem, 1.2803398058rem + 9.2233009709vw, 9.0625rem)) {
		.market__container {
			padding-bottom: calc(3.125rem + 5.9375 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-top: clamp(1.875rem, 1.5254854369rem + 1.7475728155vw, 3rem)) {
		.market__link {
			margin-top: clamp(1.875rem, 1.5254854369rem + 1.7475728155vw, 3rem);
		}
	}

	@supports not (margin-top: clamp(1.875rem, 1.5254854369rem + 1.7475728155vw, 3rem)) {
		.market__link {
			margin-top: calc(1.875rem + 1.125 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-bottom: clamp(1.875rem, 0.9041262136rem + 4.854368932vw, 5rem)) {
		.media__header:not(:last-child) {
			margin-bottom: clamp(1.875rem, 0.9041262136rem + 4.854368932vw, 5rem);
		}
	}

	@supports not (margin-bottom: clamp(1.875rem, 0.9041262136rem + 4.854368932vw, 5rem)) {
		.media__header:not(:last-child) {
			margin-bottom: calc(1.875rem + 3.125 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-bottom: clamp(1.25rem, 0.7063106796rem + 2.7184466019vw, 3rem)) {
		.media__list:not(:last-child) {
			margin-bottom: clamp(1.25rem, 0.7063106796rem + 2.7184466019vw, 3rem);
		}
	}

	@supports not (margin-bottom: clamp(1.25rem, 0.7063106796rem + 2.7184466019vw, 3rem)) {
		.media__list:not(:last-child) {
			margin-bottom: calc(1.25rem + 1.75 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-top: clamp(1.25rem, 0.8616504854rem + 1.9417475728vw, 2.5rem)) {
		.podcast__link {
			margin-top: clamp(1.25rem, 0.8616504854rem + 1.9417475728vw, 2.5rem);
		}
	}

	@supports not (margin-top: clamp(1.25rem, 0.8616504854rem + 1.9417475728vw, 2.5rem)) {
		.podcast__link {
			margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (padding-top: clamp(3.125rem, 1.2803398058rem + 9.2233009709vw, 9.0625rem)) {
		.energy__container {
			padding-top: clamp(3.125rem, 1.2803398058rem + 9.2233009709vw, 9.0625rem);
		}
	}

	@supports not (padding-top: clamp(3.125rem, 1.2803398058rem + 9.2233009709vw, 9.0625rem)) {
		.energy__container {
			padding-top: calc(3.125rem + 5.9375 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (padding-bottom: clamp(3.125rem, 1.2803398058rem + 9.2233009709vw, 9.0625rem)) {
		.energy__container {
			padding-bottom: clamp(3.125rem, 1.2803398058rem + 9.2233009709vw, 9.0625rem);
		}
	}

	@supports not (padding-bottom: clamp(3.125rem, 1.2803398058rem + 9.2233009709vw, 9.0625rem)) {
		.energy__container {
			padding-bottom: calc(3.125rem + 5.9375 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-top: clamp(1.875rem, 1.5254854369rem + 1.7475728155vw, 3rem)) {
		.energy__link {
			margin-top: clamp(1.875rem, 1.5254854369rem + 1.7475728155vw, 3rem);
		}
	}

	@supports not (margin-top: clamp(1.875rem, 1.5254854369rem + 1.7475728155vw, 3rem)) {
		.energy__link {
			margin-top: calc(1.875rem + 1.125 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-bottom: clamp(2.5rem, 1.7233009709rem + 3.8834951456vw, 5rem)) {
		.fisherman__header:not(:last-child) {
			margin-bottom: clamp(2.5rem, 1.7233009709rem + 3.8834951456vw, 5rem);
		}
	}

	@supports not (margin-bottom: clamp(2.5rem, 1.7233009709rem + 3.8834951456vw, 5rem)) {
		.fisherman__header:not(:last-child) {
			margin-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-top: clamp(1.875rem, 1.5254854369rem + 1.7475728155vw, 3rem)) {
		.fisherman__link {
			margin-top: clamp(1.875rem, 1.5254854369rem + 1.7475728155vw, 3rem);
		}
	}

	@supports not (margin-top: clamp(1.875rem, 1.5254854369rem + 1.7475728155vw, 3rem)) {
		.fisherman__link {
			margin-top: calc(1.875rem + 1.125 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (padding-top: clamp(1.25rem, -3.4101941748rem + 23.3009708738vw, 16.25rem)) {
		.members__container {
			padding-top: clamp(1.25rem, -3.4101941748rem + 23.3009708738vw, 16.25rem);
		}
	}

	@supports not (padding-top: clamp(1.25rem, -3.4101941748rem + 23.3009708738vw, 16.25rem)) {
		.members__container {
			padding-top: calc(1.25rem + 15 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (padding-bottom: clamp(3.125rem, -0.9526699029rem + 20.3883495146vw, 16.25rem)) {
		.members__container {
			padding-bottom: clamp(3.125rem, -0.9526699029rem + 20.3883495146vw, 16.25rem);
		}
	}

	@supports not (padding-bottom: clamp(3.125rem, -0.9526699029rem + 20.3883495146vw, 16.25rem)) {
		.members__container {
			padding-bottom: calc(3.125rem + 13.125 * (100vw - 20rem) / 64.375);
		}
	}

	@supports (margin-top: clamp(1.875rem, 1.5254854369rem + 1.7475728155vw, 3rem)) {
		.members__link {
			margin-top: clamp(1.875rem, 1.5254854369rem + 1.7475728155vw, 3rem);
		}
	}

	@supports not (margin-top: clamp(1.875rem, 1.5254854369rem + 1.7475728155vw, 3rem)) {
		.members__link {
			margin-top: calc(1.875rem + 1.125 * (100vw - 20rem) / 64.375);
		}
	}
}

@media (min-width: 47.99875em) and (max-width: 82.5em) {
	@supports ((-moz-column-gap: clamp(2.5rem, -3.4996263722rem + 12.4995471179vw, 6.8125rem)) or (column-gap: clamp(2.5rem, -3.4996263722rem + 12.4995471179vw, 6.8125rem))) {
		.hero__container {
			-webkit-column-gap: clamp(2.5rem, -3.4996263722rem + 12.4995471179vw, 6.8125rem);
			-moz-column-gap: clamp(2.5rem, -3.4996263722rem + 12.4995471179vw, 6.8125rem);
			column-gap: clamp(2.5rem, -3.4996263722rem + 12.4995471179vw, 6.8125rem);
		}
	}

	@supports not ((-moz-column-gap: clamp(2.5rem, -3.4996263722rem + 12.4995471179vw, 6.8125rem)) or (column-gap: clamp(2.5rem, -3.4996263722rem + 12.4995471179vw, 6.8125rem))) {
		.hero__container {
			-webkit-column-gap: calc(2.5rem + 4.3125 * (100vw - 47.99875rem) / 34.50125);
			-moz-column-gap: calc(2.5rem + 4.3125 * (100vw - 47.99875rem) / 34.50125);
			column-gap: calc(2.5rem + 4.3125 * (100vw - 47.99875rem) / 34.50125);
		}
	}

	@supports ((-moz-column-gap: clamp(1.875rem, -11.1676660266rem + 27.1729285171vw, 11.25rem)) or (column-gap: clamp(1.875rem, -11.1676660266rem + 27.1729285171vw, 11.25rem))) {
		.podcast__container {
			-webkit-column-gap: clamp(1.875rem, -11.1676660266rem + 27.1729285171vw, 11.25rem);
			-moz-column-gap: clamp(1.875rem, -11.1676660266rem + 27.1729285171vw, 11.25rem);
			column-gap: clamp(1.875rem, -11.1676660266rem + 27.1729285171vw, 11.25rem);
		}
	}

	@supports not ((-moz-column-gap: clamp(1.875rem, -11.1676660266rem + 27.1729285171vw, 11.25rem)) or (column-gap: clamp(1.875rem, -11.1676660266rem + 27.1729285171vw, 11.25rem))) {
		.podcast__container {
			-webkit-column-gap: calc(1.875rem + 9.375 * (100vw - 47.99875rem) / 34.50125);
			-moz-column-gap: calc(1.875rem + 9.375 * (100vw - 47.99875rem) / 34.50125);
			column-gap: calc(1.875rem + 9.375 * (100vw - 47.99875rem) / 34.50125);
		}
	}

	@supports (padding-top: clamp(2.5rem, -4.4560885475rem + 14.4922285424vw, 7.5rem)) {
		.podcast__content {
			padding-top: clamp(2.5rem, -4.4560885475rem + 14.4922285424vw, 7.5rem);
		}
	}

	@supports not (padding-top: clamp(2.5rem, -4.4560885475rem + 14.4922285424vw, 7.5rem)) {
		.podcast__content {
			padding-top: calc(2.5rem + 5 * (100vw - 47.99875rem) / 34.50125);
		}
	}

	@supports (padding-bottom: clamp(2.5rem, -4.4560885475rem + 14.4922285424vw, 7.5rem)) {
		.podcast__content {
			padding-bottom: clamp(2.5rem, -4.4560885475rem + 14.4922285424vw, 7.5rem);
		}
	}

	@supports not (padding-bottom: clamp(2.5rem, -4.4560885475rem + 14.4922285424vw, 7.5rem)) {
		.podcast__content {
			padding-bottom: calc(2.5rem + 5 * (100vw - 47.99875rem) / 34.50125);
		}
	}

	@supports (padding-left: clamp(1.25rem, -3.9670664106rem + 10.8691714068vw, 5rem)) {
		.podcast__content {
			padding-left: clamp(1.25rem, -3.9670664106rem + 10.8691714068vw, 5rem);
		}
	}

	@supports not (padding-left: clamp(1.25rem, -3.9670664106rem + 10.8691714068vw, 5rem)) {
		.podcast__content {
			padding-left: calc(1.25rem + 3.75 * (100vw - 47.99875rem) / 34.50125);
		}
	}
}

@media (any-hover: hover) {
	.menu__list li:hover {
		color: #3083ff;
	}

	.button:hover {
		background-color: #175ec9;
	}

	.fisherman__tippy:hover::before {
		-webkit-animation-play-state: paused;
		animation-play-state: paused;
	}

	.swiper-button-prev:hover,
	.swiper-button-next:hover {
		background-color: #3083ff !important;
	}

	.swiper-button-prev:hover svg,
	.swiper-button-next:hover svg {
		stroke: white !important;
	}
}
  .fisherman__slide-img .post iframe {
		background: white;
    max-width: 540px;
    width: 100% !important;
    border: 1px solid rgb(219, 219, 219);
    box-shadow: none;
    display: block;
    margin: 0 !important;;
    min-width: 326px;
    height: 38.25rem !important;
    padding: 0px;
    border-radius: 15px !important;
}

.media__list li iframe {
	width: 100% !important;
    height: 620px !important;
}
@media(max-width: 479px) {
.fisherman__link {
    margin-top: clamp(9.875rem, 5.5254854369rem + 4.7475728155vw, 9rem);
}
}
.linkedin .heading__title {
    color: #000;
}
.linkedin .heading__label {
    color: #2388FF;
    opacity: 0.7;
}

.linkedin__image {
    background: #2388FF;
}
.linkedin__image img {
    position: relative;
    max-width: 407px;
    max-height: 407px;
    right: 80%;
    top: 15%;
}
.linkedin__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    max-width: 570px;
    margin-left: 10%;
}
.linkedin__container {
    width: 100%;
    max-width: 1200px;
    background: #fff;
    display: -ms-grid;
    display: grid;
    row-gap: 1.875rem;
    padding: 0;
}
@media (min-width: 47.99875em) {
.linkedin__container {
    -ms-grid-columns: 1fr 20%;
    grid-template-columns: 1fr 20%;
    height: 600px;
}
}
@media(max-width: 1024px) {
    .linkedin__container {
    -ms-grid-columns: 1fr 25%;
    grid-template-columns: 1fr 25%;
    height: 600px;
}
.linkedin__image {
    display: flex;
    justify-content: center;
}
.linkedin__image img {
    position: relative;
    max-width: 207px;
    max-height: 207px;
    right: 0;
    top: 25%;
}
.linkedin__container {
    height: 400px;
}
}
@media(max-width: 767px) {
    .linkedin__container {
    height: unset;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}
.linkedin__content {
    flex-direction: column;
    justify-content: center;
    text-align: left;
    max-width: 570px;
    margin-left: 0;
    align-items: center;
    padding-bottom: 20px;
    text-align: center;
}
}