/* CSS Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea {
	outline: none;
	width: 100%;
}

input,
optgroup,
select,
textarea,
button {
	display: block;
	font-family: inherit;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

/* CSS Reset - end */

:root {
	--cont-w: 1420px;
	--cont-p: 20px;
	--header-height: 98px;
}

/*@mixin colWidth($cols, $of, $gap) {
	width:calc((100% - ($of - 1) * $gap) / $of * $cols + ($gap * ($cols - 1)));
}*/

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 999999;
	background: rgba(58, 63, 68, 0.7);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	opacity: 0;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	-o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	-o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	-o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	-o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: 0px) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	-o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/*** GENERAL ***/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

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

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

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: #fff;
	color: #585858;
	font-family: "Asap";
	font-weight: 400;
	cursor: default;
	overflow-x: hidden;
	overflow-y: auto;
}

.body--fixed {
	overflow: hidden !important;
}

.body--fixed,
.body--fixed .header {
	padding-right: var(--sbW);
}

.clear {
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	position: relative;
	font-size: 0;
	line-height: 0;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

b {
	font-weight: 700;
}

i {
	font-style: italic;
}

a,
.ui-btn {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.disabled {
	pointer-events: none;
	cursor: default !important;
}

img {
	width: 100%;
	display: block;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	opacity: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

img[data-src] {
	opacity: 0;
}

picture.lazyLoad img {
	opacity: 0;
}

picture.loaded img {
	opacity: 1 !important;
}

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.text-nowrap {
	white-space: nowrap;
}

.display-ib {
	display: inline-block;
}

.display-b {
	display: block;
}

.display-f {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.svg-sprite {
	position: absolute;
	left: -99999px;
	top: -99999px;
	width: 0;
	height: 0;
}

svg {
	display: block;
	width: 100%;
	height: 100%;
	shape-rendering: geometricPrecision;
	text-rendering: geometricPrecision;
	image-rendering: optimizeQuality;
}

/* Grid */

.ui-grid {
	--gGap: 20px;
	--gGapB: var(--gGap);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: var(--gGapB) var(--gGap);
}

.ui-grid__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc((100% - (var(--gOf) - 1) * var(--gGap)) / var(--gOf) * var(--gCols) + var(--gGap) * (var(--gCols) - 1));
}

.ui-grid__col--1 {
	--gCols: 1;
	--gOf: 1;
}

.ui-grid__col--1of2,
.ui-grid__col--2of4,
.ui-grid__col--3of6,
.ui-grid__col--4of8 {
	--gCols: 1;
	--gOf: 2;
}

.ui-grid__col--1of3 {
	--gCols: 1;
	--gOf: 3;
}

.ui-grid__col--2of3 {
	--gCols: 2;
	--gOf: 3;
}

.ui-grid__col--1of4 {
	--gCols: 1;
	--gOf: 4;
}

.ui-grid__col--3of4 {
	--gCols: 3;
	--gOf: 4;
}

.ui-grid__col--1of5 {
	--gCols: 1;
	--gOf: 5;
}

.ui-grid__col--2of5 {
	--gCols: 2;
	--gOf: 5;
}

.ui-grid__col--3of5 {
	--gCols: 3;
	--gOf: 5;
}

.ui-grid__col--4of5 {
	--gCols: 4;
	--gOf: 5;
}

/* Grid - end */

/* Forms */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 0.5;
	text-align: inherit !important;
	color: inherit !important;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 0.5;
	text-align: inherit !important;
	color: inherit !important;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

textarea::-webkit-input-placeholder {
	opacity: 0.5;
	text-align: inherit !important;
	color: inherit !important;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

textarea::-moz-placeholder {
	opacity: 0.5;
	text-align: inherit !important;
	color: inherit !important;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 1;
}

label {
	display: block;
	position: relative;
}

input,
textarea,
button {
	border-radius: 0;
}

textarea {
	resize: none;
}

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

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

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.hs-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.hs-form>div {
	width: 100%;
}

.hs-form-field {
	position: relative;
}

.hs-form-field label:not(.hs-form-booleancheckbox-display) {
	display: none;
	position: absolute;
	left: -99999px;
	width: 0;
	height: 0;
	visibility: hidden;
}

.hs-form-booleancheckbox-display {
	margin-top: 15px;
}

.hs-form-booleancheckbox-display input {
	position: absolute;
	left: -9999px;
	top: -9999px;
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	overflow: hidden;
}

.hs-form-booleancheckbox-display span {
	display: block;
	position: relative;
	padding-left: 31px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
}

.hs-form-booleancheckbox-display span:before,
.hs-form-booleancheckbox-display span:after {
	width: 20px;
	aspect-ratio: 1;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.hs-form-booleancheckbox-display span:before {
	border-radius: 3px;
	border: 1px solid #FFF;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}

.hs-form-booleancheckbox-display span:after {
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	mask: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M8.14221 14.8691C7.76051 14.8691 7.42653 14.7259 7.18797 14.4393L4.03893 10.9532C3.56181 10.4279 3.6095 9.56837 4.13433 9.09083C4.65916 8.61328 5.51805 8.66101 5.99517 9.18631L8.09445 11.5263L13.0088 5.36593C13.4382 4.79287 14.297 4.69735 14.8695 5.1749C15.4421 5.60469 15.5376 6.46429 15.0605 7.03735L9.19185 14.3916C8.90558 14.6781 8.57162 14.8691 8.14221 14.8691Z" fill="%23FFA702"/%3E%3C/svg%3E%0A') no-repeat center/cover;
	background: #FE8836;
	opacity: 0;
}

.hs-form-booleancheckbox-display input:checked~span:before {
	background: #fff;
}

.hs-form-booleancheckbox-display input:checked~span:after {
	opacity: 1;
}

.hs-form-required {
	display: none;
}

.hs-richtext {
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	padding: 12px 0 2px;
}

.hs-submit {
	width: 100%;
	padding-top: 10px;
}

.hs-button {
	display: block;
	cursor: pointer;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	width: 100%;
	height: 50px;
	color: #fff;
	border: #fff solid 1px;
	background: transparent;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: border 0.2s, color 0.2s, background 0.2s;
	-o-transition: border 0.2s, color 0.2s, background 0.2s;
	transition: border 0.2s, color 0.2s, background 0.2s;
}

html.no-touch .hs-button:hover {
	background: #fff;
	border-color: #fff;
	color: #FE8836;
}

.hs_error_rollup {
	display: none;
	position: absolute;
	left: -99999px;
	width: 0;
	height: 0;
	visibility: hidden;
}

.hs-recaptcha {
	display: none;
}

.hs-fieldtype-text input,
.hs-fieldtype-textarea textarea {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: #fff solid 2px;
	position: relative;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background: #fff;
	color: #6a6a6a;
	border-radius: 6px;
}

.hs-fieldtype-text input.error,
.hs-fieldtype-textarea textarea.error {
	color: #f00 !important;
	border-color: #f00 !important;
}

.hs-fieldtype-text input {
	height: 48px;
	padding: 0 20px;
}

/* Forms - end */

/* Buttons */

.ui-btn,
.ui-btn__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.ui-btn__text {
	display: block;
}

.ui-btn--aw {
	width: auto;
}

button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* Buttons - end */

/* Expand */

.ui-expand__hidden {
	display: none;
}

/* Expand - end */

/* Tabs */

.ui-tabs__item.active .ui-tabs__btn,
.ui-tabs-trigger.active {
	pointer-events: none;
}

.ui-tabs-content:not(.ui-tabs-content--fix-height) {
	width: 100%;
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.ui-tabs-content:not(.ui-tabs-content--fix-height).active {
	width: auto;
	position: relative;
	left: auto;
	top: auto;
}

.ui-tabs-content--fh {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.ui-tabs-content--fh.active {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.ui-tabs-content.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: opacity 0.2s, visibility 0.2s;
	-o-transition: opacity 0.2s, visibility 0.2s;
	transition: opacity 0.2s, visibility 0.2s;
}

.ui-tabs-contents {
	position: relative;
}

.ui-tabs-contents--fh {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

/* Tabs - end */

/*** GENERAL - end ***/

/*** PAGES ***/

.app {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	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;
}

.app__content {
	width: 100%;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section,
.header,
.footer {
	width: 100%;
	position: relative;
}

.section {
	--sp: 40px;
	padding-top: var(--sp);
	padding-bottom: var(--sp);
}

.section--fh {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.container,
.head {
	width: calc(100% - var(--cont-p) * 2);
	max-width: var(--cont-w);
	margin: 0 auto;
	position: relative;
}

.ui-cover img {
	width: 100%;
	height: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.ui-text-nowrap {
	white-space: nowrap;
}

.ui-dl {
	--uiaW: 23px;
	--uiaH: 8px;
	--uiaD: 18px;
	--uiaAW: 5px;
	--uiaAH: 9px;
	--uiaL: 1px;
	--uiaLT: 4px;
	--uiaC: #FE8836;
	--uiaC_h: #FE8836;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Roboto";
}

.ui-dl__text {
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--uiaC);
}

.ui-dl__arrow {
	display: inline-block;
	width: var(--uiaW);
	height: var(--uiaH);
	position: relative;
	margin: 0 0 3px 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ui-dl__arrow:before,
.ui-dl__arrow:after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.ui-dl__arrow:before {
	left: 0;
	top: var(--uiaLT);
	height: var(--uiaL);
	background-color: var(--uiaC);
}

.ui-dl__arrow:after {
	top: 0;
	width: var(--uiaAW);
	height: var(--uiaAH);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='5' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9 4.9c.1-.2.1-.6 0-.8L1.7 1C1.5.8 1.2.8 1 1s-.2.5 0 .7l2.8 2.8L1 7.3c-.2.2-.2.5 0 .7s.5.2.7 0l3.2-3.1zM4 5h.5V4H4v1z' /%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='5' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9 4.9c.1-.2.1-.6 0-.8L1.7 1C1.5.8 1.2.8 1 1s-.2.5 0 .7l2.8 2.8L1 7.3c-.2.2-.2.5 0 .7s.5.2.7 0l3.2-3.1zM4 5h.5V4H4v1z' /%3E%3C/svg%3E");
	-webkit-mask-size: var(--uiaAW) var(--uiaAH);
	mask-size: var(--uiaAW) var(--uiaAH);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: var(--uiaC);
}

html.no-touch .ui-dl:hover .ui-dl__arrow:before,
html.no-touch .ui-dl:hover .ui-dl__arrow:after {
	right: calc(var(--uiaD) * -1);
	background-color: var(--uiaC_h);
}

.ui-more {
	--more-color: #FE8836;
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
	color: var(--more-color);
}

.ui-arrow {
	--arr-mar: 14px;
	--arr-w: 23px;
	--arr-ar: 23/9;
	--arr-sh-r: -10px;
	--arr-sh-b: 0;
	--arr-color: currentColor;
	--arr-color-h: currentColor;
	--arr-icon1: url('data:image/svg+xml,%3Csvg width="122" height="9" viewBox="0 0 122 9" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M121.354 4.85355C121.549 4.65829 121.549 4.34171 121.354 4.14645L118.172 0.964466C117.976 0.769204 117.66 0.769204 117.464 0.964466C117.269 1.15973 117.269 1.47631 117.464 1.67157L120.293 4.5L117.464 7.32843C117.269 7.52369 117.269 7.84027 117.464 8.03553C117.66 8.2308 117.976 8.2308 118.172 8.03553L121.354 4.85355ZM0 5H121V4H0V5Z" fill="%23FE8836"/%3E%3C/svg%3E%0A');
	--arr-icon1-pos: no-repeat right / auto 100%;
	--arr-icon2: url('data:image/svg+xml,%3Csvg width="8" height="121" viewBox="0 0 8 121" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.64644 120.354C3.8417 120.549 4.15829 120.549 4.35355 120.354L7.53553 117.172C7.73079 116.976 7.73079 116.66 7.53553 116.464C7.34027 116.269 7.02368 116.269 6.82842 116.464L3.99999 119.293L1.17157 116.464C0.976306 116.269 0.659723 116.269 0.464461 116.464C0.269199 116.66 0.269199 116.976 0.464461 117.172L3.64644 120.354ZM3.5 -2.18557e-08L3.49999 120L4.49999 120L4.5 2.18557e-08L3.5 -2.18557e-08Z" fill="%23FE8836"/%3E%3C/svg%3E%0A');
	--arr-icon2-pos: no-repeat bottom / 100% auto;
	--arr-icon: var(--arr-icon1);
	--arr-icon-pos: var(--arr-icon1-pos);
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: var(--arr-mar);
	width: var(--arr-w);
	translate: 0 -2px;
	aspect-ratio: var(--arr-ar);
}

.ui-arrow>div {
	position: absolute;
	inset: 0;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.ui-arrow>div:before {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-mask: var(--arr-icon) var(--arr-icon-pos);
	mask: var(--arr-icon) var(--arr-icon-pos);
	background: var(--arr-color);
}

.ui-arrow--v {
	--arr-icon: var(--arr-icon2);
	--arr-icon-pos: var(--arr-icon2-pos);
	--arr-mar: 8px;
	--arr-w: 8px;
	--arr-ar: 8/12;
	--arr-sh-r: 0;
	--arr-sh-b: -10px;
	translate: 0 -1px;
}

html.no-touch .ui-arrow:is(a):hover,
html.no-touch .ui-arrow:is(button):hover,
html.no-touch .ui-arrow-c:hover .ui-arrow {
	--arr-color: var(--arr-color-h);
}

html.no-touch .ui-arrow:is(a):hover>div,
html.no-touch .ui-arrow:is(button):hover>div,
html.no-touch .ui-arrow-c:hover .ui-arrow>div {
	right: var(--arr-sh-r);
	bottom: var(--arr-sh-b);
}

/* header */

.header {
	left: 0;
	top: 0;
	z-index: 20;
}

.header__block {
	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;
	gap: var(--cont-p);
	height: var(--header-height);
}

.header__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 174px;
	aspect-ratio: 174/53;
}

.ui-toggle {
	cursor: pointer;
	width: 32px;
	height: 32px;
	position: relative;
}

.ui-toggle__line {
	height: 2px;
	background: #0D4D82;
	position: absolute;
	border-radius: 2px;
	left: 5px;
	top: 15px;
	width: 28px;
	-webkit-transition: all 0.2s, margin-top 0.2s 0.2s;
	-o-transition: all 0.2s, margin-top 0.2s 0.2s;
	transition: all 0.2s, margin-top 0.2s 0.2s;
}

.ui-toggle__line:nth-child(1) {
	margin-top: -6px;
}

.ui-toggle__line:nth-child(3) {
	margin-top: 6px;
}

.body--menu .ui-toggle__line {
	margin-top: 0 !important;
	-webkit-transition: all 0.2s, -webkit-transform 0.2s 0.2s;
	transition: all 0.2s, -webkit-transform 0.2s 0.2s;
	-o-transition: transform 0.2s 0.2s, all 0.2s;
	transition: transform 0.2s 0.2s, all 0.2s;
	transition: transform 0.2s 0.2s, all 0.2s, -webkit-transform 0.2s 0.2s;
}

.body--menu .ui-toggle__line:nth-child(1) {
	-webkit-transform: rotate(45deg) translateY(0);
	-ms-transform: rotate(45deg) translateY(0);
	transform: rotate(45deg) translateY(0);
}

.body--menu .ui-toggle__line:nth-child(2) {
	opacity: 0;
}

.body--menu .ui-toggle__line:nth-child(3) {
	-webkit-transform: rotate(-45deg) translateY(0);
	-ms-transform: rotate(-45deg) translateY(0);
	transform: rotate(-45deg) translateY(0);
}

html.no-touch .ui-toggle:hover .ui-toggle__line {
	background: #E29B4E;
}

/* header - end */

.year {
	padding: 0;
}

.intro {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 683px;
	padding: 160px 0 80px;
	color: #fff;
}

.intro__bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.intro__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.intro__bg--2024 {
	border-radius: 50px 50px 0 0;
	overflow: hidden;
}

.intro__icon {
	width: 143px;
	height: 102px;
	margin-bottom: 28px;
}

.intro__ttl {
	font-weight: 700;
	font-size: 74px;
	line-height: 1.02em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 45px;
}

.intro__ttl span {
	font-weight: 900;
	font-size: 1.621em;
	line-height: 1.02em;
	display: block;
}

.intro__ttl em {
	font-size: 0.7em;
	line-height: 1.02em;
}

.intro__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 34px;
	font-size: 32px;
	line-height: 1.25em;
	font-weight: 700;
	margin-top: 45px;
}

.intro__date svg {
	width: 65px;
	aspect-ratio: 65/63;
	fill: currentColor;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.intro__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: var(--cont-p);
}

.intro__left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 810px;
}

.intro__right {
	width: 482px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.intro__key {
	font-size: 40px;
	line-height: 1.1em;
	font-weight: 700;
	padding-top: 10px;
}

.intro__form {
	width: 100%;
}

.intro__form-ttl {
	text-align: center;
	font-size: 29px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 40px;
}

.intro__ty {
	display: none;
	width: 100%;
	color: #fff;
}

.intro__ty-in {
	max-width: 330px;
	margin: 0 auto;
}

.intro__ty-ttl {
	text-transform: uppercase;
	font-size: 58px;
	line-height: 1em;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.intro__ty-text {
	margin-top: 22px;
	font-size: 31px;
	line-height: 1.25em;
	font-weight: 600;
}

.intro__right.submitted .intro__form {
	display: none;
}

.intro__right.submitted .intro__ty {
	display: block;
}

.intro--2024 {
	min-height: 615px;
	padding: 50px 0 50px;
	z-index: 1;
}

.intro__middle-right-2024 {
  max-width: 160px;
  translate: 0 -70px;
}

.intro__middle-right-2024 img {
  display: block;
  margin-top: 30px;
}

.intro__left-text-2024 {
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 0px 9.8px rgba(27, 67, 148, 0.30);
  font-family: Asap;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 0.18px;
}

.intro__stripe {
	position: absolute;
	inset: 0 0 0 auto;
}

.intro__stripe-in {
	position: absolute;
	inset: 0;
	-webkit-transform: skewX(-33deg);
	-ms-transform: skewX(-33deg);
	transform: skewX(-33deg);
}

.intro__stripe-in:before {
	content: "";
	position: absolute;
	left: var(--skewedOff);
	top: 0;
	right: calc(var(--skewedOff) * -1);
	bottom: 0;
	background: var(--ds-bg);
}

.intro__stripe--2024-1 {
	width: 24.5%;
	--ds-bg: linear-gradient(30deg, rgba(255, 255, 255, 0.28) -1.89%, rgba(255, 255, 255, 0.00) 70.13%);
}

.intro__stripe--2024-2 {
	width: 15.48%;
	--ds-bg: linear-gradient(30deg, rgba(255, 255, 255, 0.28) -1.89%, rgba(255, 255, 255, 0.00) 70.13%);
}

.intro__shape {
	position: absolute;
	left: 0;
	bottom: 0;
	translate: 0 62%;
	width: 264px;
	aspect-ratio: 264/258;
}

.about {
	background: #F4F4F4;
	padding: 90px 0;
}

.about__block:after {
	content: "";
	clear: both;
}

.about__left {
	width: 328px;
	float: left;
	margin: 0 90px 50px 0;
}

.about__img {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
}

.about__img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: #fff solid 1px;
}

.about__right {
	max-width: 1420px;
}

.about__author {
	padding: 9px 24px;
	border-radius: 9px;
	background: #005EAB;
	color: #fff;
	margin-top: 16px;
	font-size: 18px;
	line-height: 26px;
}

.about__author b {
	display: block;
	font-size: 22px;
}

.about__ttl {
	font-weight: 800;
	font-size: 36px;
	line-height: 1.111em;
	margin-bottom: 20px;
	color: #FE8836;
}

.about__text {
	font-size: 18px;
	line-height: 1.33em;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.about__text-link {
	color: #0097DD;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-decoration-thickness: 0.05em;
	text-underline-offset: 0.2em;
	-webkit-text-decoration-color: inherit;
	text-decoration-color: inherit;
	font-weight: 600;
}

html.no-touch .about__text-link:hover {
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

.about__text-so {
	font-size: 1.22em;
	font-weight: 700;
	color: #005EAB;
	text-transform: uppercase;
}

.about__text b {
	font-weight: 800;
}

.about__text p:not(:last-child),
.about__text ul:not(:last-child),
.about__text ol:not(:last-child) {
	margin-bottom: 1.33em;
}

.about__text ul>li {
	position: relative;
	padding-left: 31px;
}

.about__text ul>li:not(:last-child) {
	margin-bottom: 14px;
}

.about__text ul>li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.665em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M5.38853 10.125L0 18H12.6115L18 10.125H5.38853Z" fill="%230097DD"/%3E%3Cpath d="M0 0L5.38853 7.875H18L12.6115 0H0Z" fill="%23FE8836"/%3E%3C/svg%3E%0A') no-repeat center/cover;
	width: 18px;
	aspect-ratio: 1;
}

.about__text ul>li>ul {
	margin-top: 14px;
}

.about__text ul>li>ul>li {
	padding-left: 26px;
	position: relative;
}

.about__text ul>li>ul>li:before {
	content: "";
	width: 6px;
	aspect-ratio: 1;
	border-radius: 100%;
	background: #0097DD;
	position: absolute;
	left: 0;
	top: 0.665em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-mask: none;
	mask: none;
}

.about__text ul>li>ul>li:not(:last-child) {
	margin-bottom: 10px;
}

.about__text-big {
	font-size: 1.22em;
}

.about__text-big b {
	font-weight: 800;
}

.about__bot {
	margin-top: 20px;
	margin-top: 1.333em;
}

.about__bot--2024 {
	clear: both;
}

.ui-expand.active .about__bot-more {
	display: none;
}

.about__thumb {
	display: block;
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	-webkit-box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.05);
	box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.05);
	max-width: 585px;
	margin-top: 50px;
}

.about__thumb:after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border: #EAEAEA solid 1px;
}

.about__thumb-icon {
	width: 8.21%;
	max-width: 48px;
	aspect-ratio: 1;
	translate: -62.5% 62.5%;
	position: absolute;
	right: 0;
	top: 0;
}

.about__thumb-icon svg {
	-webkit-transition: fill 0.2s;
	-o-transition: fill 0.2s;
	transition: fill 0.2s;
	fill: #FE8836;
}

html.no-touch .about__thumb:hover .about__thumb-icon svg {
	fill: #005EAB;
}

.about__stripes {
	position: absolute;
	aspect-ratio: 906/297;
	width: 51.2%;
	max-width: 906px;
	right: 0;
	bottom: 0;
}

.about__stripes svg {
	fill: #fff;
}

.about__2024-list {
	position: relative;
}

.about__2024-list ul {
	width: 49.3%;
}

.about__2024-list ul>li {
	padding-left: 39px;
}

.about__2024-list ul>li:before {
	content: "";
	-webkit-mask-image: url('data:image/svg+xml,%3Csvg width="21" height="12" viewBox="0 0 21 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.75962 11.9864H11.4138C13.2413 11.9864 15.7045 10.4626 16.9361 8.58503L20.3263 3.40136C21.5447 1.52381 21.0679 0 19.2404 0H9.58623C7.7587 0 5.2955 1.52381 4.0639 3.40136L0.673696 8.59864C-0.54466 10.4762 -0.0679122 12 1.75962 12V11.9864Z" fill="black"/%3E%3C/svg%3E%0A');
	mask-image: url('data:image/svg+xml,%3Csvg width="21" height="12" viewBox="0 0 21 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.75962 11.9864H11.4138C13.2413 11.9864 15.7045 10.4626 16.9361 8.58503L20.3263 3.40136C21.5447 1.52381 21.0679 0 19.2404 0H9.58623C7.7587 0 5.2955 1.52381 4.0639 3.40136L0.673696 8.59864C-0.54466 10.4762 -0.0679122 12 1.75962 12V11.9864Z" fill="black"/%3E%3C/svg%3E%0A');
	width: 21px;
	aspect-ratio: 21/12;
	background: linear-gradient(90deg, #FE8836 -0.01%, #FFD200 98.95%);
}

.about__2024-img {
	position: absolute;
	inset: 0 calc(var(--cont-off) * -1) 0 auto;
	overflow: hidden;
	width: calc(var(--cont-off) + 50.7% - 26px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about__2024-img img {
	width: auto;
	height: 100%;
}

.docs {
	padding: 90px 0;
}

.docs__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -10px -100px;
}

.docs__col {
	width: 50%;
	padding: 0 10px;
	max-width: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 100px;
}

.docs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.docs__item-img {
	display: block;
	width: 48.24%;
	border-radius: 7px;
	overflow: hidden;
	max-width: 300px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.docs__item-right {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 320px;
	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;
	padding-top: 40px;
}

.docs__item-right:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 63px;
	height: 4px;
	background: #FE8836;
	border-radius: 4px;
}

.docs__item-top {
	padding-bottom: 20px;
	border-bottom: #333 solid 1px;
	margin-bottom: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.docs__item-ttl {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.18em;
	color: #0F5B64;
}

.docs__item-ttl--c2 {
	color: #005EAB;
}

html.no-touch .docs__item-ttl a:hover {
	color: #FE8836;
}

.docs__item-author {
	font-size: 16px;
	line-height: 1.375em;
	margin-top: 15px;
}

.docs__item-author b {
	font-weight: 700;
}

.docs__item-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.38em;
	letter-spacing: 0.02em;
	opacity: 0.7;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.docs__item-bot {
	margin-top: auto;
	padding-top: 20px;
}

.contrib {
	padding: 60px 0;
	background: #F4F4F4;
	z-index: 1;
	overflow: hidden;
}

.contrib__lines {
	position: absolute;
	pointer-events: none;
}

.contrib__lines--1 {
	width: 244px;
	left: 0;
	top: 640px;
}

.contrib__lines--2 {
	width: 132px;
	right: 0;
	bottom: 70px;
}

.contrib__ttl {
	position: relative;
	margin-bottom: 60px;
}

.contrib__ttl-t {
	position: absolute;
	inset: 0;
	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;
	font-size: 43px;
	line-height: 1.2em;
	color: #1D3D70;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 29.2%;
}

.contrib__list {
	--gGap: 20px;
	--gGapB: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contrib__col {
	--gCols: 1;
	--gOf: 5;
}

.contrib__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 44px;
	text-align: center;
}

.contrib__item-photo {
	width: 152px;
	margin: 0 auto;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.contrib__item-photo:after {
	content: "";
	position: absolute;
	inset: 0;
	border: #E9E9E9 solid 3px;
	border-radius: inherit;
}

.contrib__item-name {
	font-size: 30px;
	line-height: 1.04em;
	color: #1C3C70;
	font-weight: 700;
}

.contrib__item-pos {
	margin-top: 12px;
	font-size: 20px;
	line-height: 1.04em;
	color: #333;
	font-weight: 300;
}

.contrib__item--h .contrib__item-name {
	color: #005EAB;
}

.contrib__guests {
	max-width: 1084px;
	margin: 60px auto 0;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px -0.603px 3.929px rgba(0, 0, 0, 0.02), 0px -0.901px 6.607px rgba(0, 0, 0, 0.04), 0px -2px 25px rgba(109, 109, 109, 0.15);
	box-shadow: 0px -0.603px 3.929px rgba(0, 0, 0, 0.02), 0px -0.901px 6.607px rgba(0, 0, 0, 0.04), 0px -2px 25px rgba(109, 109, 109, 0.15);
	padding: 34px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contrib__guests-left {
	width: 50%;
	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;
	font-size: 33px;
	line-height: 1.2em;
	color: #1C3C70;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 20px;
}

.contrib__guests-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	padding-right: 20px;
}

.talk {
	padding: 60px 0 120px;
	background: #F4F4F4;
}

.talk__block {
	display: block;
	overflow: hidden;
	padding: 78px 80px;
	border-radius: 30px;
}

.talk__bg {
	position: absolute;
	inset: 0;
}

.talk__bg-in {
	position: absolute;
	inset: 0;
	-webkit-transform: skewX(-33deg);
	-ms-transform: skewX(-33deg);
	transform: skewX(-33deg);
}

.talk__bg-in:before {
	content: "";
	position: absolute;
	right: var(--skewedOff);
	top: 0;
	left: calc(var(--skewedOff) * -1);
	bottom: 0;
	background: -o-linear-gradient(34deg, #EE3124 -9.11%, #FAAA23 86.04%);
	background: linear-gradient(56deg, #EE3124 -9.11%, #FAAA23 86.04%);
	border-radius: 0 60px 40px 0;
}

.talk__bg-stripe {
	position: absolute;
	inset: 0 0 0 auto;
}

.talk__bg-stripe--3 {
	background: -o-linear-gradient(357deg, #FFF 111.78%, rgba(255, 255, 255, 0) 521.4%);
	background: linear-gradient(93deg, #FFF 111.78%, rgba(255, 255, 255, 0) 521.4%);
	opacity: 0.08;
	width: 388px;
}

.talk__bg-stripe--2 {
	background: -o-linear-gradient(357deg, #FFF 136.86%, rgba(255, 255, 255, 0) 638.37%);
	background: linear-gradient(93deg, #FFF 136.86%, rgba(255, 255, 255, 0) 638.37%);
	opacity: 0.15;
	width: 287px;
}

.talk__bg-stripe--1 {
	background: -o-linear-gradient(356deg, #FFF 158.21%, rgba(255, 255, 255, 0) 737.96%);
	background: linear-gradient(94deg, #FFF 158.21%, rgba(255, 255, 255, 0) 737.96%);
	opacity: 0.15;
	width: 186px;
}

.talk__cont {
	position: relative;
	color: #fff;
	margin-right: 150px;
}

.talk__ttl {
	font-size: 43px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 600;
}

.talk__text {
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 500;
	margin-top: 10px;
}

.talk__text-arrow {
	--arr-w: 40px;
}

.download {
	--dl-off: 80px;
	--dl-height: 240px;
	--dl-pad-v: 50px;
	--dl-cover: 247px;
	--dl-pad-r: calc(var(--dl-cover) + 30px);
	padding-top: var(--dl-off);
	padding-bottom: 0;
	color: #fff;
}

.download__inner {
	position: relative;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.download__bg {
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(60deg, #EE3124 -5.92%, #FAAA23 114.32%);
	background: linear-gradient(30deg, #EE3124 -5.92%, #FAAA23 114.32%);
}

.download__bg--2 {
	background: -o-linear-gradient(51deg, #0A5E85 -0.76%, #09A6B0 62.97%);
	background: linear-gradient(39deg, #0A5E85 -0.76%, #09A6B0 62.97%);
}

.download__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: var(--dl-height);
	padding: var(--dl-pad-v) var(--dl-pad-r) var(--dl-pad-v) 0;
}

.download__link {
	font-size: 26px;
	line-height: 1.175em;
	font-weight: 700;
	text-transform: uppercase;
}

.download__link-arrow {
	--arr-w: 32px;
}

.download__cover {
	width: var(--dl-cover);
	position: absolute;
	right: 0;
	bottom: 0;
}

.download__img {
	border-radius: 6px 6px 0 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.download__img img {
	-webkit-clip-path: inset(0 0 0 0 round 6px 6px 0 0);
	clip-path: inset(0 0 0 0 round 6px 6px 0 0);
}

.download__triple {
	position: relative;
	aspect-ratio: 370/268;
}

.download__triple-item {
	position: absolute;
	bottom: 0;
}

.download__triple-item:nth-child(1),
.download__triple-item:nth-child(2) {
	width: 50.96%;
	max-width: 187px;
}

.download__triple-item:nth-child(1) {
	left: 0;
}

.download__triple-item:nth-child(2) {
	right: 0;
}

.download__triple-item:nth-child(3) {
	width: 56.68%;
	max-width: 208px;
	left: 50%;
	translate: -50% 0;
}

.download--2 {
	--dl-off: 100px;
	--dl-height: 170px;
	--dl-cover: 370px;
}

.change {
	padding: 48px 0 65px;
	background: #F4F4F4;
}

.change__shape {
	position: absolute;
	left: 0;
	top: 0;
	translate: 0 -38%;
	width: 264px;
	aspect-ratio: 264/258;
}

.change__text {
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 1.333em;
	font-weight: 500;
	padding: 0 200px;
}

.change__so {
	text-align: center;
	font-size: 35px;
	line-height: 1.2em;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}

.change__so-gr {
	background: -o-linear-gradient(300deg, #1C3C70 0%, #005EAB 119.06%);
	background: linear-gradient(150deg, #1C3C70 0%, #005EAB 119.06%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.signup {
	padding: 70px 0 90px;
}

.signup__container {
	z-index: 1;
}

.signup__text {
	font-size: 22px;
	line-height: 1.4em;
	max-width: 965px;
	margin-right: 450px;
}

.signup__text p:not(:last-child) {
	margin-bottom: 22px;
}

.signup__bot {
	margin: 65px 450px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.signup__bot-link {
	text-transform: uppercase;
	color: #FE8836;
	font-size: 22px;
	line-height: 1.04em;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.signup__bot-arrow {
	--arr-w: 40px;
}

.signup__img {
	position: absolute;
	width: 658px;
	right: 0;
	bottom: 55px;
	mask: url("data:image/svg+xml,%3Csvg width='658' height='1204' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M736.857-13.826 30.527 1051.42C-25.48 1135.75-2.1 1204.3 81.639 1204.3H1485.91c83.73 0 198.47-69.1 254.47-152.88L2446.71-13.826c55.47-83.783 32.63-152.877-51.11-152.877H991.333c-83.738 0-198.469 69.094-254.476 152.877Z' fill='%23000'/%3E%3C/svg%3E") no-repeat left bottom/cover;
	pointer-events: none;
}

.stay {
	padding: 105px 0 115px;
	color: #fff;
	background: -o-linear-gradient(13deg, #003453 9.09%, #013D79 33.11%, #0099D9 89.03%, #00AEF4 107.44%);
	background: linear-gradient(77deg, #003453 9.09%, #013D79 33.11%, #0099D9 89.03%, #00AEF4 107.44%);
}

.stay__block {
	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;
	gap: var(--cont-p);
}

.stay__cont {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 1000px;
}

.stay__ttl {
	font-size: 54px;
	line-height: 1.1em;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.stay__text {
	margin-top: 25px;
	font-size: 30px;
	line-height: 1.35em;
	max-width: 800px;
}

.stay__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 381px;
	aspect-ratio: 381/273;
}

.stay__icon svg {
	fill: #fff;
}

/* footer */

.ui-socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	gap: 18px;
}

.ui-socials__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	background: var(--ui-social-bg);
	--ui-social-bg: #FE8836;
	--ui-social-icon: #fff;
}

.ui-socials__item svg {
	fill: var(--ui-social-icon);
	-webkit-transition: fill 0.2s;
	-o-transition: fill 0.2s;
	transition: fill 0.2s;
}

.ui-socials__item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	border: var(--ui-social-bg) solid 1px;
}

html.no-touch .ui-socials__item:hover {
	background: transparent;
}

html.no-touch .ui-socials__item:hover svg {
	fill: var(--ui-social-bg);
}

.footer {
	color: #fff;
}

.footer__top {
	background: -o-linear-gradient(1deg, #1F8DCF 14.1%, #013F79 74.4%);
	background: linear-gradient(89deg, #1F8DCF 14.1%, #013F79 74.4%);
	padding-bottom: 60px;
	position: relative;
}

.footer__corner {
	position: absolute;
	width: 314px;
	right: 0;
	bottom: -2px;
	pointer-events: none;
}

.footer .footer__corner {
	top: 0;
	bottom: unset;
}

.footer .footer__corner img {
	width: unset;
	height: auto;
}

.footer .footer__corner img:first-child {
	right: -90px;
	position: relative;
}

.desktop-corner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	position: absolute;
	right: 0;
}

.tablet-corner, .mobile-corner {
	display: none;
	flex-direction: row;
	align-items: flex-start;
	position: absolute;
	right: 0;
}

.footer__bot:before {
	right: 0;
}

.footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.footer__row-c {
	max-width: 1210px;
	position: relative;
	margin-right: 80px;
}

.footer__left {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: -9px;
	height: 143px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 108px;
	/*clip-path: polygon(
  	-9999px 0,
  	100% 0,
  	calc(100% - 86px) 100%,
  	-9999px 100%
  );*/
}

.footer__left-bg {
	position: absolute;
	left: calc(var(--cont-off) * -1);
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: skewX(-33deg);
	-ms-transform: skewX(-33deg);
	transform: skewX(-33deg);
}

.footer__left-bg:before,
.footer__left-bg:after {
	content: "";
	position: absolute;
	left: calc(var(--skewedOff) * -1);
	top: 9px;
	right: var(--skewedOff);
}

.footer__left-bg:before {
	background: #fff;
	bottom: 0;
	border-radius: 0 0 26px 0;
}

.footer__left-bg:after {
	height: 9px;
	background: -o-linear-gradient(74deg, #EE3124 -110.49%, #FAAA23 96.12%);
	background: linear-gradient(16deg, #EE3124 -110.49%, #FAAA23 96.12%);
}

.footer__logo {
	position: relative;
	width: 216px;
	height: 72px;
}

.footer__center {
	margin-left: -70px;
	width: 262px;
}

.footer__contacts {
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
}

.footer__contacts p:not(:last-child) {
	margin-bottom: 16px;
}

.footer__contacts a {
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-decoration-thickness: 0.05em;
	text-underline-offset: 0.2em;
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

html.no-touch .footer__contacts a:hover {
	-webkit-text-decoration-color: #fff;
	text-decoration-color: #fff;
}

.footer__email {
	font-size: 0;
	line-height: 0;
	margin-bottom: 18px;
}

.footer__email-link {
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-decoration-thickness: 0.05em;
	text-underline-offset: 0.2em;
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

html.no-touch .footer__email-link:hover {
	-webkit-text-decoration-color: #fff;
	text-decoration-color: #fff;
}

.footer__right {
	width: 330px;
}

.footer__bot {
	background: #012849;
	position: relative;
	padding: 22px 0;
	font-size: 13px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: -0.01em;
}

.footer__bot:before {
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	right: 0;
	height: 3px;
	background: -o-linear-gradient(64.27deg, #EE3124 -83.57%, #FE8836 72.81%);
	background: linear-gradient(25.73deg, #EE3124 -83.57%, #FE8836 72.81%);
}

.footer__line {
	max-width: 1210px;
	position: relative;
	margin-right: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__col--1 {
	width: 444px;
}

.footer__col--2 {
	width: 262px;
	margin-left: -70px;
}

.footer__col--3 {
	width: 110px;
}

.footer__link {
	letter-spacing: -0.01em;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-decoration-thickness: 0.05em;
	text-underline-offset: 0.2em;
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

html.no-touch .footer__link:hover {
	-webkit-text-decoration-color: inherit;
	text-decoration-color: inherit;
	color: #fff;
}

.footer__links-item {
	display: inline-block;
}

.footer__links-item:not(:last-child):after {
	content: "|";
	text-align: center;
}

/* footer - end */

.outlook--2025 {
	margin-top: -72px;
	padding: 188px 0 212px;
	background-image: url("../images/outlook-2025/bg-desktop.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.outlook--2025 .container > h2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 96%; /* 69.12px */
	letter-spacing: -0.36px;
	margin: 0 0 107px;
}

.cta-alexander {
	border-radius: 20px;
	background: #F5F9FF;
	padding: 57px 50px 57px 36px;
	position: relative;
}

.cta-alexander--flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.left-side {

}

.left-side h2 {
	color: #003867;
	font-size: 54px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 59.4px */
	margin: 0;
}

.left-side p {
	margin: 0;
	color: #003867;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 33px */
}

.centered-side {
	max-width: 343px;
	width: 100%;
}

.centered-side img {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	max-width: 315px;
}

.right-side {
	max-width: 315px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.right-side a {
	display: flex;
	padding: 18px 28px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 71px;
	border: 2px solid #0097DD;
	color: #0097DD;
	text-align: center;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 28.6px */
	letter-spacing: -0.52px;
	text-decoration: none;
}

.right-side a:hover {
	color: white;
	background-color: #0097DD;
	transition: all .3s;
}

.outlook--2025-posts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
	margin: 67px 0 88px;
	align-items: stretch;
}

.posts-item {
	background-color: #fff;
	border-radius: 20px;
	padding: 10px 10px 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  position: relative;
}

.post-top-image {
	position: relative;
	height: 232px;
	width: 100%;
	overflow: hidden;
	border-radius: 14px;
	display: flex;
	justify-content: center;
}

.posts-item img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 14px;
	object-position: center;
	top: -2px;
}

.posts-item h2 {
	margin: 16px 0 10px;
	color: #003867;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 26.4px */
	padding-left: 12px;
}

.posts-item p {
	padding-left: 12px;
	color: #333;
	text-overflow: ellipsis;
	font-family: Asap;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
	margin: 0 0 20px;
}

.posts-item-btn {
	display: flex;
	margin-left: 12px;
	width: 72px;
	height: 44px;
	padding: 22px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 33px;
	border: 2px solid #0097DD;
}

.posts-item:hover .posts-item-btn {
	background-color: #0097DD;
	transition: all .3s;
}

.posts-item:hover svg path {
	fill: white;
	transition: all .3s;
}

.posts-item svg {
	width: 100%;
	height: auto;
}

.outlook--2025-posts .posts-item:first-child,
.outlook--2025-posts .posts-item:last-child {
	grid-column: span 2;
}

.outlook--2025-posts .posts-item:first-child a,
.outlook--2025-posts .posts-item:last-child a {
	margin-left: 20px;
}

.cta-pdf {
	border-radius: 20px;
	background: linear-gradient(56deg, #EE3124 -9.11%, #F57623 58.72%, #FAAA23 98.47%);
	padding: 62px 50px 62px 40px;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.cta-pdf.second-block {
	padding: 36px 51px 36px 41px;
}

.cta-pdf .left-cta p {
	color: #FFFFFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 40px */
	margin: 0;
}

.cta-pdf .left-cta p br {
	display: none;
}

.cta-pdf .centered-cta {
	max-width: 262px;
	width: 100%;
}

.cta-pdf .centered-cta img {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	max-width: 242px;
}

.cta-pdf .centered-cta .desktop-image {
	display: block;
}

.cta-pdf .centered-cta .tablet-image {
	display: none;
}

.cta-pdf .right-cta {
	max-width: 277px;
	width: 100%;
}

.cta-pdf .right-cta button {
	background-image: url("../images/outlook-2025/background-button.svg");
	background-size: cover;
	width: 277px;
	height: 70px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #ffffff;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -0.52px;
}

.cta-pdf .right-cta button svg {
	width: 32px;
	height: 32px;
}

.cta-pdf .right-cta a {
	display: flex;
	padding: 18px 22px 20px 28px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #FFFFFF;
	text-align: center;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 28.6px */
	letter-spacing: -0.52px;
	border-radius: 75px;
	border: 2px solid #FFFFFF;
}

.cta-pdf .right-cta .cta-pdf__btn {
  background-image: unset;
  width: auto;
  height: auto;
  letter-spacing: -0.52px;
  padding: 18px 22px 20px 28px;
  border-radius: 75px;
  border: 2px solid #FFFFFF;
  cursor: pointer;
}

@media screen and (max-width: 675px) {
  .cta-pdf .right-cta .cta-pdf__btn {
    width: 173px;
    height: 43.5px;
    gap: 7px;
    font-size: 18px;
  }
}

.cta-pdf .right-cta a:hover,
.cta-pdf .right-cta .cta-pdf__btn:hover {
	transition: all .3s;
	color: #FE8836;
	background-color: white;
}

.cta-pdf .right-cta a:hover svg path,
.cta-pdf .right-cta .cta-pdf__btn:hover svg path {
	stroke: #FE8836;
	fill: #FE8836;
	transition: all .3s;
}

#download-pdf-form {
  background-color: transparent;
  padding: 0;
  max-width: 926px;
  width: 100%;
}

.download-pdf-form__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 926px;
  width: 100%;
  background: linear-gradient(257.19deg, #FF4301 3.33%, #FFB801 98.81%);
  padding: 64px 0 0 42px;
  border-radius: 22px 22px 0 22px;
}

.download-pdf-form__form-block {
  flex: 0 0 384px;
  padding-bottom: 60px;
}

.download-pdf-form__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.download-pdf-form__thanks-text {
  display: none;
}

.download-pdf-form__form-block.thanks .download-pdf-form__thanks-text {
  display: block;
}

.download-pdf-form__form-block.thanks .download-pdf-form__title,
.download-pdf-form__form-block.thanks iframe {
  display: none;
}

.download-pdf-form__thanks-text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.download-pdf-form__thanks-text p {
  margin-top: 15px;
}

.download-pdf-form__thanks-text p:first-of-type {
  margin: 0 0 30px;
  font-size: 36px;
  font-weight: 700;
}

.download-pdf-form__image {
  margin-top: auto;
}

#download-pdf-form .fancybox-button {
  width: 40px;
  height: 40px;
  padding: 0;
  right: 13px;
  top: 14px;
  opacity: 1;
  color: #fff;
  transition: opacity .3s;
}

#download-pdf-form .fancybox-button:hover {
  opacity: .6;
}

@media (max-width: 1023px) {
  #download-pdf-form {
    max-width: 540px;
  }

  .download-pdf-form__content {
    display: block;
    padding: 40px;
    border-bottom-right-radius: 22px;
  }

  .download-pdf-form__form-block {
    padding: 0;
  }
  
  .download-pdf-form__title {
    font-size: 26px;
    text-align: center;
  }

  .download-pdf-form__image {
    display: none;
  }

  #download-pdf-form .fancybox-button {
    top: 4px;
    right: 6px;
  }
}

@media (max-width: 767px) {
  .download-pdf-form__content {
    padding: 40px 20px;
  }
}

.cta-pdf .right-cta a svg {
	width: 32px;
	height: 32px;
}

.outlook--2025-powered {
	margin-top: 95px;
}

.outlook--2025-powered .posts-item {
	max-width: 50%;
	width: 100%;
}

.outlook--2025-powered > h2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 96%; /* 48px */
	margin: 0
}

.outlook--2025-powered-posts {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	gap: 34px;
	margin-top: 42px;
}

.further-resources {
	margin: 105px 0 130px;
}

.further-resources .container > h2 {
	color: #003867;
	text-align: center;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 96%; /* 69.12px */
	letter-spacing: -0.36px;
	margin-bottom: 48px;
}

.further-resources-webcast {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 32px;
}

.webcast-item {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
	padding: 20px 0 44px 50px;
	border-radius: 20px;
	max-width: 50%;
	width: 100%;
}

.webcast-item.video {
	background-image: url('../images/outlook-2025/image.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.webcast-item.video .webcast-item-right img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 48.5%;
	height: auto;
}

.webcast-item.text .webcast-item-right img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 74.5%;
	height: auto;
}

.webcast-item .absolute-buttons {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: unset;
	top: 0;
	left: 0;
	z-index: 1;
}

.webcast-item.text:hover a.button-link,
.webcast-item.video:hover a.button-link{
  background-color: #0097DD;
  border-color: #0097DD;
}

.webcast-item.text {
	background: linear-gradient(141deg, #0096DC 0%, #5436B7 60.01%, #C50545 123.98%);
}

.webcast-item-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.webcast-item-left-text h2 {
	color: #FFFFFF;
	font-size: 54px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin: 0 0 20px;
}

.webcast-item-left-text p {
	color: #FFFFFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 33px */
	margin: 0 0 84px;
}

.webcast-item-left-text {
	padding-top: 44px;
}

.webcast-item.video a.button-link {
	width: 100%;
	max-width: 44px;
	height: auto;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}

.webcast-item.text a.button-link {
	display: flex;
	width: 72px;
	height: 44px;
	padding: 22px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 33px;
	border: 2px solid #FFFFFF;
}

.webcast-item.text a.button-link svg {
	width: 100%;
	height: auto;
}

.swiper {
	overflow: visible !important;
}

/*** PAGES - end ***/

/*** RESPONSIVE ***/

/*** RESPONSIVE - end ***/

@media only screen and (min-width: 500px) {
	.contrib__item--h {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
	}
}

@media only screen and (min-width: 1024px) {
	.header__menu {
		-ms-flex-item-align: end;
		align-self: flex-end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.header__menu-item {
		display: block;
		font-size: 30px;
		line-height: 1em;
		color: #BFBFBF;
		font-weight: 600;
		padding: 20px 40px;
		position: relative;
	}

	.header__menu-item:before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 20px 20px 0 0;
		background: -o-linear-gradient(14deg, #003453 6.7%, #013D79 24.49%, #0099D9 65.92%, #00AEF4 79.56%);
		background: linear-gradient(76deg, #003453 6.7%, #013D79 24.49%, #0099D9 65.92%, #00AEF4 79.56%);
		-webkit-box-shadow: 5px 4px 13.5px 0px rgba(88, 88, 88, 0.37);
		box-shadow: 5px 4px 13.5px 0px rgba(88, 88, 88, 0.37);
		-webkit-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
		opacity: 0;
	}

	.header__menu-item span {
		position: relative;
		font-size: 25px;
	}

	.header__menu-item.active span {
		font-size: 30px;
	}

	html.no-touch .header__menu-item:not(.active):hover {
		color: #FE8836;
		text-decoration: underline;
	}

	.header__menu-item.active {
		font-size: 40px;
		font-weight: 700;
		padding: 25px 50px 20px;
		color: #fff;
		pointer-events: none;
	}

	.header__menu-item.active:before {
		opacity: 1;
	}

	.header__menu-item:not(.active):last-child {
		margin-right: -40px;
	}

	.header__toggle {
		display: none;
	}

	.intro__ttl--2024 {
		gap: 20px;
		font-size: 73px;
	}

	.intro__ttl--2024 span {
		font-size: 1.82em;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 1700px) {
	.about__2024-img {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 1649px) {
	.intro__shape {
		width: 160px;
	}

	.signup__img {
		width: 450px;
	}
}

@media only screen and (max-width: 1439px) {
	:root {
		--header-height: 70px;
	}

	.header__logo {
		width: 200px;
	}

	.intro {
		min-height: 500px;
	}

	.intro__icon {
		width: 100px;
		height: 71px;
	}

	.intro__ttl {
		font-size: 50px;
		gap: 30px;
	}

	.intro__date {
		gap: 20px;
		font-size: 30px;
	}

	.intro__date svg {
		width: 45px;
	}

	.intro__ty-in {
		max-width: 300px;
	}

	.intro__ty-ttl {
		font-size: 48px;
	}

	.intro__ty-text {
		margin-top: 20px;
		font-size: 24px;
	}

	.about__left {
		margin: 0 20px 20px 0;
	}

	.contrib__lines--1 {
		width: 160px;
		left: -80px;
		top: 640px;
	}

	.contrib__lines--2 {
		width: 80px;
		right: -40px;
		bottom: 70px;
	}

	.contrib__col {
		--gOf: 4;
	}
}

@media only screen and (max-width: 1279px) {
	.ui-socials {
		gap: 11px;
	}

	.ui-socials__item {
		width: 34px;
		height: 34px;
	}

	.header:before {
		left: 410px;
		background-image: repeating-linear-gradient(to right, #fff 0px, #fff 380px, transparent 380px, transparent 495px);
	}

	.intro {
		min-height: auto;
	}

	.intro__shape {
		width: 100px;
	}

	.intro__right {
		width: 360px;
	}

	.intro__key {
		font-size: 30px;
	}

	.intro__bg--2024 {
		border-radius: 20px 20px 0 0;
	}

	.intro__ttl--2024 {
		font-size: 42px;
	}

	.about {
		padding: 60px 0;
	}

	.about__ttl {
		font-size: 30px;
	}

	.about__text {
		font-size: 16px;
	}

	.docs {
		padding: 60px 0;
	}

	.docs__row {
		margin-bottom: -60px;
	}

	.docs__col {
		margin-bottom: 60px;
	}

	.docs__item-right {
		padding-top: 23px;
	}

	.docs__item-right:before {
		width: 50px;
		height: 3px;
	}

	.docs__item-top {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.docs__item-ttl {
		font-size: 20px;
	}

	.docs__item-text {
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}

	.docs__item-bot {
		padding-top: 20px;
	}

	.change__text {
		font-size: 24px;
	}

	.change__so {
		font-size: 36px;
	}

	.footer__left {
		-webkit-clip-path: polygon(-999px 0, 100% 0, calc(100% - 80px) 100%, -999px 100%);
		clip-path: polygon(-999px 0, 100% 0, calc(100% - 80px) 100%, -999px 100%);
		height: 120px;
		padding-right: 60px;
	}

	.footer__left-bg svg {
		right: -10px;
	}

	.footer__logo {
		width: 246px;
		height: 52px;
	}

	.footer__row-c {
		margin-right: 60px;
	}

	.footer__right {
		width: 260px;
	}

	.footer__line {
		margin-right: 60px;
	}

	.footer__col--1 {
		width: 306px;
	}

	.footer__col--3 {
		width: 260px;
	}

	.stay {
		padding: 80px 0;
	}

	.stay__ttl {
		font-size: 44px;
	}

	.stay__text {
		font-size: 22px;
	}

	.stay__icon {
		width: 240px;
	}

	.contrib__ttl-t {
		font-size: 30px;
	}

	.contrib__item-name {
		font-size: 24px;
	}

	.contrib__item-pos {
		font-size: 16px;
	}

	.talk__block {
		padding: 60px 40px;
	}
}

@media only screen and (max-width: 1023px) {
	:root {
		--header-height: 60px;
	}

	.app {
		padding-top: var(--header-height);
	}

	.header {
		background: #fff;
		position: fixed;
	}

	.header:after {
		content: "";
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		height: 5px;
		background: -o-linear-gradient(34.29deg, #ee3124 -9.11%, #faaa23 86.04%);
		background: linear-gradient(55.71deg, #ee3124 -9.11%, #faaa23 86.04%);
	}

	.header__logo {
		width: 114px;
	}

	.header__menu {
		position: absolute;
		top: 100%;
		right: calc(var(--cont-p) * -1);
		width: 300px;
		background: #fff;
		padding: 20px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-radius: 0 0 0 20px;
		-webkit-box-shadow: 5px 4px 13.5px 0px rgba(88, 88, 88, 0.37);
		box-shadow: 5px 4px 13.5px 0px rgba(88, 88, 88, 0.37);
		-webkit-transition: opacity 0.4s;
		-o-transition: opacity 0.4s;
		transition: opacity 0.4s;
	}

	body:not(.body--menu) .header__menu {
		opacity: 0;
		pointer-events: none;
	}

	.header__menu-item {
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
		padding: 10px 20px;
		position: relative;
		display: block;
	}

	.header__menu-item:before {
		content: "";
		position: absolute;
		inset: 0;
		background: -o-linear-gradient(14deg, #003453 6.7%, #013D79 24.49%, #0099D9 65.92%, #00AEF4 79.56%);
		background: linear-gradient(76deg, #003453 6.7%, #013D79 24.49%, #0099D9 65.92%, #00AEF4 79.56%);
		-webkit-box-shadow: 5px 4px 13.5px 0px rgba(88, 88, 88, 0.37);
		box-shadow: 5px 4px 13.5px 0px rgba(88, 88, 88, 0.37);
		-webkit-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
		opacity: 0;
	}

	.header__menu-item span {
		position: relative;
	}

	html.no-touch .header__menu-item:hover {
		color: #FE8836;
	}

	.header__menu-item.active {
		font-weight: 700;
		pointer-events: none;
		color: #fff;
	}

	.header__menu-item.active:before {
		opacity: 1;
	}

	.footer__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__row-c {
		max-width: none;
		margin-right: 0;
	}

	.footer__left {
		width: 100%;
		padding: 0;
		height: 134px;
		margin: 0 0 44px;
	}

	.footer__left-bg {
		left: calc(var(--cont-p) * -1);
		right: calc(var(--cont-p) * -1);
	}

	.footer__left-bg:before,
	.footer__left-bg:after {
		left: -110px;
		top: 0;
		max-width: 416px;
	}

	footer .container {
		max-width: 100%;
		width: 100%;
		padding: 0 60px;
	}

	.footer__bot:before {
		height: 12px;
		top: -12px;
	}

	.footer__logo {
		width: 203px;
		height: auto;
	}

	.footer__email {
		margin-bottom: 23px;
	}

	.desktop-corner {
		display: none;
	}

	.tablet-corner {
		display: flex;
		top: 50px;
	}

	.footer__contacts {
		font-size: 18px;
		font-weight: 700;
		line-height: 120%;
	}

	.footer__email-link {
		font-size: 28px;
	}

	.footer__top {
		padding-bottom: 80px
	}

	.ui-socials__item {
		width: 40px;
		height: 40px;
	}

	.ui-socials {
		gap: 17px;
	}

	.footer__row {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer__center {
		margin-left: 0;
		width: auto;
		order: 3;
	}

	.footer__right {
		margin-bottom: 57px;
		width: auto;
		order: 2;
	}

	.footer__line {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 0;
		justify-content: flex-start;
		column-gap: 32px;
		row-gap: 10px;
	}

	.footer__col--1 {
		order: 4;
		margin-top: 22px;
		width: 100%;
	}

	.footer__col--2 {
		text-align: left;
		max-width: fit-content;
		margin: 0;
	}

	.footer__col--3 {
		order: 3;
		margin: 0;
	}

	.footer__col--4 {
		order: 2;
		margin: 0;
	}

	.intro__block {
		display: block;
	}

	.intro__shape {
		width: 60px;
	}

	.intro__right {
		width: 100%;
		margin-top: 20px;
	}

	.intro__key {
		max-width: 480px;
	}

	.intro__bg {
		border-radius: 0;
	}

	.intro__ttl--2024 {
		font-size: 50px;
		line-height: 1em;
		display: block;
		font-weight: 900;
	}

	.intro__ttl--2024 span {
		display: inline;
		font-size: inherit;
		line-height: inherit;
	}

	.about__left {
		width: 240px;
	}

	.download {
		--dl-cover: 200px;
	}

	.download--2 {
		--dl-cover: 280px;
	}

	.change {
		padding: 40px 0;
	}

	.change__shape {
		width: 100px;
	}

	.change__text {
		padding: 0 40px;
		font-size: 18px;
	}

	.change__so {
		margin-top: 30px;
		font-size: 24px;
	}

	.signup {
		padding: 40px 0;
	}

	.signup__text {
		font-size: 18px;
		margin-right: 280px;
	}

	.signup__img {
		width: 300px;
	}

	.stay {
		padding: 40px 0;
	}

	.stay__text {
		font-size: 18px;
	}

	.stay__ttl {
		font-size: 34px;
	}

	.contrib {
		padding-bottom: 0;
	}

	.contrib__col {
		--gOf: 3;
	}

	.contrib__item {
		gap: 30px;
	}

	.contrib__guests {
		max-width: 600px;
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contrib__guests-left {
		padding: 30px 20px;
		width: 100%;
	}

	.contrib__guests-right {
		width: 100%;
		max-width: 400px;
		padding: 0 20px 30px;
		margin: 0 auto;
	}

	.talk {
		padding-bottom: 60px;
	}

	.talk__ttl {
		font-size: 32px;
	}

	.talk__text {
		font-size: 18px;
		margin-top: 15px;
	}

	.talk__text-arrow {
		--arr-w: 30px;
	}

	.talk__bg {
		right: -30px;
	}
}

@media only screen and (max-width: 767px) {
	.header:after {
		height: 3px;
	}

	footer .container {
		padding: 0 20px;
	}

	.footer__top {
		padding-bottom: 0;
	}

	.footer__center {
		margin-bottom: 37px;
	}

	.footer__col {
		width: 100%;
	}

	.footer__left {
		height: 83px;
	}

	.footer__bot:before {
		height: 0;
	}

	.footer__left-bg:after {
		height: 5px;
	}

	.footer__left-bg:before, .footer__left-bg:after {
		left: -110px;
		top: 0;
		max-width: 300px;
	}

	.footer__email-link {
		font-size: 20px;
	}

	.footer__email {
		margin-bottom: 17px;
	}

	.ui-socials__item {
		width: 32px;
		height: 32px;
	}

	.ui-socials {
		gap: 10px;
	}

	.footer__right {
		margin-bottom: 37px;
	}

	.footer__contacts {
		font-size: 14px;
		font-weight: 700;
		line-height: 124%;
	}

	.footer__logo {
		width: 126px;
		height: auto;
	}

	.tablet-corner {
		display: none;
	}

	.mobile-corner {
		display: flex;
		top: 36px;
	}

	.footer .footer__corner img:first-child {
		right: -60px;
	}

	.footer__left-bg:before {
		border-radius: 0 0 16px 0;
	}

	.intro {
		padding: 60px 0;
	}

	.intro__ttl {
		font-size: 30px;
		gap: 20px;
	}

	.intro__date {
		margin-top: 30px;
		font-size: 20px;
	}

	.intro__date svg {
		width: 30px;
	}

	.intro__key {
		font-size: 20px;
		max-width: 320px;
	}

	.about__block {
		display: block;
	}

	.about__left {
		width: 328px;
		margin: 0 0 30px;
		float: none;
	}

	.about__right {
		width: 100%;
	}

	.docs__col {
		width: 100%;
		max-width: none;
	}

	.docs__item-img {
		width: 240px;
		min-height: auto;
	}

	.docs__item-right {
		max-width: none;
	}

	.docs__item-ttl {
		min-height: auto;
	}

	.download__block {
		padding: 50px 0 0;
		display: block;
		min-height: auto;
		text-align: center;
		max-width: 500px;
		margin: 0 auto;
	}

	.download__cover {
		position: relative;
		margin: 40px auto 0;
	}

	.signup__text {
		font-size: 16px;
		margin-right: 0;
	}

	.signup__bot {
		margin-right: 80px;
		margin-top: 30px;
	}

	.signup__bot-link {
		font-size: 20px;
	}

	.signup__bot-arrow {
		--arr-w: 32px;
	}

	.signup__img {
		position: relative;
		right: auto;
		bottom: auto;
		left: calc(100% - 300px);
		margin-top: -150px;
	}

	.stay__icon {
		display: none;
	}

	.stay__ttl {
		font-size: 30px;
	}

	.contrib__ttl-t {
		font-size: 20px;
	}

	.contrib__col {
		--gOf: 2;
	}

	.contrib__guests-left {
		font-size: 26px;
		font-weight: 700;
	}

	.talk__block {
		padding: 60px 30px;
	}

	.talk__cont {
		margin-right: 100px;
	}
}

@media only screen and (max-width: 599px) {
	.docs__item-img {
		width: 180px;
	}

	.talk__bg {
		right: -200px;
	}

	.talk__cont {
		margin-right: 0;
	}

	.talk__ttl {
		font-size: 26px;
	}

	.talk__text {
		font-size: 16px;
	}

	.talk__text-arrow {
		--arr-w: 24px;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media only screen and (max-width: 499px) {
	.header__menu {
		width: auto;
		left: calc(var(--cont-p) * -1);
		border-radius: 0 0 20px 20px;
	}

	.intro__ttl {
		font-size: 24px;
	}

	.about__left {
		width: 100%;
	}

	.docs__item {
		display: block;
	}

	.docs__item-img {
		width: 100%;
		margin: 0 0 20px;
		max-width: none;
	}

	.docs__item-right {
		width: 100%;
	}

	.download__link {
		font-size: 20px;
	}

	.contrib__col {
		--gOf: 1;
	}
}

@media only screen and (max-width: 399px) {
	.intro__ty-ttl {
		font-size: 40px;
	}
}

@media only screen and (max-width: 1439px) and (min-width: 1024px) {
	.header__menu-item {
		font-size: 20px;
		padding: 10px 20px;
	}

	.header__menu-item.active {
		font-size: 24px;
		padding: 15px 25px;
	}

	.header__menu-item:not(.active):last-child {
		margin-right: -25px;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}

	@supports (padding: 0px) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}

/* expert-voices */
.rounded74 {
    border-radius: 74px 74px 0 0;
    width: 100%;
    height: 74px;
    margin-top: -74px;
    background: white;
}

.expert-voices {
    margin-top: 45px;
}

.expert-voices .container {
	overflow: hidden;
}

.expert-voices h2 {
    color: #003867;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
    letter-spacing: -.36px;
    margin-bottom: 48px
}

.expert-voices-avatar {
	max-width: 108px;
	height: auto;
}

.expert-voices-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.expert-voices-left:before {
	position: absolute;
	content: '';
	left: 20px;
	top: -12px;
	z-index: 0;
	width: 49px;
	height: 49px;
	background-image: url("../images/outlook-2025/expert-voices-quote.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.expert-voices-left--image {
	max-width: 178px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.expert-voices-name {
	color: #003867;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 10px;
}

.expert-voices-title {
	color: #0097DD;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 18px;
}

.expert-voices-text {
	color: #383838;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 133.333%; /* 26.667px */
	max-width: calc(100% - 160px);
}

.expert-voices-right {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}

.photo {
	min-width: 178px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.photo img {
	width: fit-content;
}

.mySwiper .swiper-slide {
	padding: 32px;
	border-radius: 20px;
	background: #F5F9FF;
	height: auto;
	border-bottom: 4px solid;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
	position: relative;
	left: unset;
	right: unset;
	top: unset;
	bottom: unset;
	border-radius: 80px;
	background: linear-gradient(56deg, #EE3124 -9.11%, #F57623 58.72%, #FAAA23 98.47%);
	display: flex;
	min-width: 44px;
	height: 44px;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.flexbox-buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	max-width: 780px;
	margin: 32px auto 0;
}

.mySwiper .swiper-pagination {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.mySwiper .swiper-pagination-progressbar {
	background: rgba(29, 62, 112, 0.15);
}

.mySwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #FE8836;
	border-radius: 16px;
}



.mySwiper .swiper-button-next svg,
.mySwiper .swiper-button-prev svg {
	width: unset;
	height: unset;
}

.mySwiper {
	z-index: 0;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
	content: none;
}

.top-block {
	position: relative;
	overflow: hidden;
	background-image: url("../images/outlook-2025/bg-1770.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.top-block--flex {
	padding: 82px 0 99px; 
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}


.top-block--flex h1 {
	color: #FFFFFF;
	text-shadow: 0px 0px 9.8px rgba(27, 67, 148, 0.30);
	font-size: 96px;
	font-style: normal;
	font-weight: 800;
	line-height: 96%; /* 92.16px */
	letter-spacing: -0.96px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.top-block--flex h2 {
	color: #FFFFFF;
	text-shadow: 0px 0px 9.8px rgba(27, 67, 148, 0.30);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	margin: 0;
	max-width: 640px;
}

.top-block--flex-left p {
	color: #FFFFFF;
	text-shadow: 0px 0px 9.8px rgba(27, 67, 148, 0.30);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 133.333% */
	letter-spacing: 0.18px;
	margin: 0;
	max-width: 427px;
}

.top-block--flex-left {
	max-width: 862px;
	width: 100%;
}


.top-block--flex-right p {
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0px 0px 9.8px rgba(27, 67, 148, 0.30);
	font-family: Asap;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 19px; /* 105.556% */
	letter-spacing: 0.18px;
	margin: 0 0 25px;
}

.top-block--flex-right img:not(:last-child) {
	margin-bottom: 30px;
}

.top-block--logo-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.top-block--logo-container img {
	max-height: 293px;
	width: auto;
}

.scroll-to {
	position: relative;
	background-image: url(../images/outlook-2025/background-scroll.svg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.scroll-to:hover {
	/*background-image: url(../images/outlook-2025/Union.svg);*/
}

.scroll-to-block__text {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 2% 0;
	color: #FFFFFF;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 30px */
	cursor: pointer;
}

.scroll-to-block__text svg {
	max-width: 24px;
	width: 100%;
	height: auto;
}

.fueled {
	border-radius: 0px 0px 60px 60px;
	background-color: white;
	z-index: 1;
	position: relative;
	padding: 106px 0 120px;
	background-image: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.fueled > img {
	position: absolute;
	object-fit: cover;
	left: 50%;
	width: 100%;
	height: auto;
	top: 50%;
	object-position: center;
	z-index: -1;
	opacity: 0;
	transition: opacity .5s;
	max-width: 1479px;
	transform: translate(-50%, -45%);
}

.fueled h2 {
	color: #003867;
	text-align: center;
	margin: 0 0 30px;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 96%; /* 48px */
}

.fueled-description {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
	gap: 12px;
}

.fueled-description-span {
	color: #0097DD;
	text-align: center;
	font-size: 80px;
	font-style: normal;
	font-weight: 800;
	line-height: 96%; /* 76.8px */
	text-transform: uppercase;
}

.fueled-description-text {
	color: #585858;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 38.4px */
	max-width: 455px;
	width: 100%;
}

.fueled-flex {
	padding: 54px 0 92px;
	position: relative;
}

.fueled-flex > svg {
	position: absolute;
	object-fit: cover;
	left: -46%;
	width: 190%;
	top: 0;
}

.fueled-flex__container {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	gap: 40px;
}

.fueled-flex-item {
	padding: 53px 19px;
	border-radius: 15px;
	border: 7px solid #FFFFFF;
	top: 100vh;
	transition: top .8s;
	position: relative;
	max-width: 25%;
	width: 100%;
	overflow: hidden;
}

.fueled-flex-item > img {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: unset;
	z-index: 0;
	top: 22%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.fueled-flex-item:nth-child(1) .fueled-flex-item--text br,
.fueled-flex-item:nth-child(3) .fueled-flex-item--text br {
  display: block;
}

.fueled-flex-item--text {
	display: flex;
	flex-direction: column;
	gap: 109px;
	position: relative;
	z-index: 1;
}

.fueled-flex-item.active {
	top: 0;
}

.fueled-flex-item p:first-child {
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 22px */
	text-transform: uppercase;
}

.fueled-flex-item p:first-child br {
	display: none;
}

.fueled-flex-item p:last-child {
	text-align: center;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 28.6px */
	text-transform: uppercase;
	color: #FFFFFF;
}

.fueled-flex-item.green p:first-child {
	color: rgba(195, 251, 255, 0.95);
}

.fueled-flex-item.blue p:first-child {
	color: rgba(211, 237, 255, 0.95);
}

.fueled-flex-item.purple p:first-child {
	color: rgba(242, 228, 255, 0.95);
}

.fueled-flex-item.pink p:first-child {
	color: rgba(255, 231, 251, 0.95);
}

.fueled-flex-item.green {
	background: linear-gradient(119deg, #0D60A9 6.96%, #3BA5D2 97.41%);
}

.fueled-flex-item.blue {
	background: linear-gradient(119deg, #112C70 6.96%, #5498FF 97.41%);
}

.fueled-flex-item.purple {
	background: linear-gradient(116deg, #6E2488 0.42%, #5A88FF 100.88%);
}

.fueled-flex-item.pink {
	background: linear-gradient(135deg, #7742D8 0%, #C50545 100%);
}

.left-buttons {
	position: absolute;
	width: 112px;
	right: 0;
	top: 0;
	border-radius: 20px 0px 0px 20px;
	overflow: hidden;
}

.left-buttons.fixed {
	position: fixed;
	top: 120px;
	transition: top .3s;
	z-index: 11;
}

.left-buttons a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 17px 15px 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 13.2px */
	letter-spacing: -0.24px;
}

.left-buttons a span {
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%; /* 17.6px */
	text-transform: uppercase;
	display: flex;
	margin: 6px 0;
}

.left-buttons a svg {
	max-width: 15px;
	width: 100%;
	height: auto;
	margin: 0 0 4px;
}

.left-buttons a:first-child {
	background: linear-gradient(56deg, #F04523 2.64%, #FAAA23 96.14%);
}

.left-buttons a:hover:first-child {
	background: linear-gradient(56deg, #F04523 -100%, #FAAA23 96.14%);
}

.left-buttons a:nth-child(2) {
	background: linear-gradient(156deg, #0B053E 30.5%, #1D0DA4 96.22%);
}

.left-buttons a:hover:nth-child(2) {
	background: linear-gradient(156deg, #0B053E -100%, #1D0DA4 96.22%);
}

.left-buttons a:last-child {
	background: linear-gradient(321deg, #00D1FF -12.66%, #00BFFA 9.89%, #033D77 57.76%, #0D034A 97.42%);
}

.left-buttons a:hover:last-child {
	background: linear-gradient(321deg, #00D1FF -100.66%, #00BFFA -99.89%, #033D77 -100.76%, #047CBE 97.42%);

}

.left-buttons a:nth-child(2) svg {
	margin: 0 0 10px;
}

.contributors {
	background: #F5F9FF;
	padding: 98px 0 148px;
}

.contributors h2 {
	color: #003867;
	text-align: center;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 96%; /* 69.12px */
	letter-spacing: -0.36px;
	margin: 0 0 93px;
}

.contributors-flex .marquee-item img {
	max-width: 180px;
	width: 100%;
	margin: 0 auto 25px;
	height: auto;
}

.marquee {
	display: flex;
	gap: 120px;
	width: max-content;
	animation: marquee-scroll 50s linear infinite;
}

.marquee-item {
	max-width: 190px;
	width: 100%;
}

@keyframes marquee-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - 60px));
	}
}

@keyframes marquee-scroll-tablet {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - 40px));
	}
}

@keyframes marquee-scroll-mobile {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - 35px));
	}
}

div#pi_tracking_opt_in_div {
	display: none;
}

.slider-name {
	color: #003867;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 104%; /* 31.2px */
	margin: 0 0 11px;
}

.slider-position {
	color: #333;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 104%; /* 20.8px */
	margin: 0
}

.popup-intheend {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(28, 60, 112, 0.90);
	display: none;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	z-index: 33;
	overflow-y: auto;
	padding: 20px;
}

.popup-intheend.active {
	display: flex;
}

.popup-intheend--flex {
	border-radius: 20px;
	background: #FFFFFF;
	padding: 0 60px 60px;
	position: relative;
	overflow: hidden;
	max-width: 1195px;
}

.popup-image {
	position: absolute;
	max-width: 343px;
	height: auto;
	right: 0;
	bottom: 0;
}

.close-popup {
	max-width: 44px;
	cursor: pointer;
}

.close-popup:hover svg path {
	stroke: white;
	transition: all .3s;
}

.close-popup:hover svg {
	fill: #0097DD;
	transition: all .3s;
}

.popup-intheend--head {
	padding: 48px 0 38px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-bottom: 3px solid #CCEAF8;
}

.popup-intheend--head h2 {
	color: #003867;
	font-size: 54px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 59.4px */
}

.popup-intheend--body {
	margin: 44px 0;
}

.popup-intheend--body p {
	color: #585858;
	font-size: 20px;
	font-weight: 500;
	line-height: 135%;
	margin-bottom: 20px;
}

.popup-intheend--body p:last-child {
	max-width: 60%;
}

.popup-intheend--body a {
	color: #0097DD;
	font-style: normal;
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.popup-intheend--body strong {
	color: #003867;
	font-weight: 700;
}

.popup-intheend--body ul {
	margin-bottom: 44px;
	padding-left: 30px;
}

.popup-intheend--body h2 {
	overflow: hidden;
	color: #003867;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%; /* 36.8px */
	margin: 0 0 34px;
}

.popup-intheend--body h2 span {
	color: #FE8836;
	margin-top: 15px;
	position: relative;
	display: flex;
}

.popup-intheend--body h3 {
	color: #003867;
	font-family: Asap;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px; /* 135% */
	margin: 0 0 20px;
}

.popup-intheend--body ul li {
	margin-bottom: 10px;
	padding-left: 8px;
	color: #383838;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 135% */
}

.popup-intheend--body ul li::marker {
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='24' viewBox='0 0 26 24' fill='none'%3e%3cpath d='M2.17858 21.9841H14.1313C16.394 21.9841 19.4437 20.2063 20.9685 18.0159L25.1659 11.9683C26.6743 9.77778 26.0841 8 23.8214 8H11.8687C9.60601 8 6.55634 9.77778 5.0315 11.9683L0.8341 18.0317C-0.674341 20.2222 -0.0840818 22 2.17858 22V21.9841Z' fill='url(%23paint0_linear_2072_1888)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_2072_1888' x1='-0.00210127' y1='15' x2='25.9857' y2='15' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FE8836'/%3e%3cstop offset='0.99' stop-color='%23FFD200'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

.popup-intheend--footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 25%;
	gap: 47px;
	flex-wrap: wrap;
}

.popup-intheend--footer > p {
	overflow: hidden;
	color: #FE8836;
	text-overflow: ellipsis;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 115.385% */
}

.popup-name {
	color: #003867;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 104%; /* 37.44px */
}

.popup-position {
	color: #003867;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 104%; /* 20.8px */
}

.background-svg {
	opacity: 0;
}

.background-svg.active {
	opacity: 1;
}

.background-svg.active path {
	stroke-dasharray: 5000;
	stroke-dashoffset: -5000;
	animation: draw 10s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@keyframes draw {
	0% {
		stroke-dashoffset: -3000;
	}
	/*50% {*/
	/*	stroke-dashoffset: -700;
	/*}*/
	80% {
		stroke-dashoffset: -500;
	}
	90% {
		stroke-dashoffset: -300;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@media screen and (max-width: 1650px) and (min-width: 1270px) {

	.top-block--logo-container {
		margin-left: -100px;
	}

}


@media screen and (max-width: 1270px) {
	.cta-pdf .right-cta button {
		margin-left: 25px;
	}

	.top-block--flex {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 85px 0 127px;
		gap: 44px;
	}
	.top-block--logo-container {
		justify-content: left;
	}
}

@media screen and (max-width: 1110px) {
	.popup-intheend--flex {
		padding: 0 40px 40px;
	}

	.popup-intheend--head {
		padding: 38px 0 28px;
	}

	.close-popup {
		max-width: 36px;
	}

	.popup-intheend--head h2 {
		font-size: 46px;
	}

	.popup-intheend--body p {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.popup-intheend--body ul {
		margin-bottom: 34px;
	}

	.popup-intheend--body ul li {
		font-size: 18px;
	}

	.popup-intheend--body {
		margin: 24px 0;
	}

	.popup-intheend--footer {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.popup-name, .popup-position {
		text-align: left;
	}

	.popup-intheend--footer > p {
		max-width: 70%;
	}
}


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

	.further-resources .container > h2 {
		font-size: 64px;
		margin-bottom: 56px;
	}

	.top-block {
		background-image: url("../images/outlook-2025/bg-768.png");
	}

	.top-block--flex {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 85px 0 127px;
		gap: 44px;
	}

	.contributors-flex {
		margin-left: 0;
	}

	.marquee {
		gap: 80px;
		animation: marquee-scroll-tablet 50s linear infinite;
	}

	.top-block--flex h1 {
		font-size: 76px;
	}

	.top-block--flex h2 {
		font-size: 35px;
	}

	.top-block--flex-right p {
		text-align: left;
	}

	.top-block--flex-right div {
		display: flex;
		align-items: center;
		gap: 14px;
	}

	.top-block--flex-right img {
		width: 100%;
		height: auto;
	}

	.top-block--flex-right img:not(:last-child) {
		margin-bottom: 0;
	}

	.scroll-to {
		background-position: bottom;
		background-image: url("../images/outlook-2025/scroll-back-768.svg");
	}

	.scroll-to-block__text {
		font-size: 19px;
	}

	.scroll-to-block__text svg {
		max-width: 20px;
	}

	.fueled {
		padding: 88px 0 73px;
		background-position: 50% 7%;
	}

	.fueled > img {
		top: 0;
		transform: translate(-50%, 10%);
		transition: unset;
	}

	.fueled h2 {
		margin: 0 auto 20px;
		font-size: 46px;
		max-width: 525px;
	}

	.fueled-description-span {
		font-size: 73px;
	}

	.fueled-description-text {
		font-size: 23px;
		max-width: 342px;
	}

	.fueled-flex {
		padding: 50px 0 0;
	}

	.fueled-flex-item {
		transition: unset;
	}

	.fueled-flex > svg {
		display: none;
	}

	.fueled-flex__container {
		flex-wrap: wrap;
		gap: 20px;
	}

	.fueled-flex-item {
		padding: 32px 30px 42px 30px;
		max-width: calc(100% / 2 - 40px);
		border: none;
	}

	.fueled-flex-item--text {
		gap: 94px;
	}

	.left-buttons {
		top: 13px;
	}

	.left-buttons.fixed {
		top: 133px;
	}

	.outlook--2025 {
		padding: 204px 0 132px;
		background-image: url("../images/outlook-2025/bg-tablet.png");
	}

	.outlook--2025-posts {
		display: flex;
		flex-direction: column;
		gap: 42px;
		margin: 40px 0 57px;
	}

	.outlook--2025 .container > h2 {
		font-size: 64px;
		margin: 0 0 70px;
	}

	.cta-alexander--flex {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.cta-alexander {
		overflow: hidden;
		padding: 40px 34px;
	}

	.centered-side img {
		right: 0;
	}
	.left-side h2 {
		font-size: 46px;
		margin: 0 0 10px;
	}

	.left-side p {
		font-size: 26px;
		max-width: 60%;
		margin: 0 0 55px;
	}

	.right-side {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.right-side svg {
		display: none;
	}

	.right-side a {
		padding: 18px 28px;
		font-size: 26px;
	}

	.outlook--2025-posts .posts-item:first-child p, .outlook--2025-posts .posts-item:last-child p {
		font-size: 16px;
		padding-left: 12px;
	}

	.outlook--2025-posts .posts-item:first-child a, .outlook--2025-posts .posts-item:last-child a {
		margin-left: 12px;
	}

	.cta-pdf, .cta-pdf.second-block {
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
		padding: 16px 18px 12px 38px;
	}

	.cta-pdf .centered-cta img {
		position: relative;
	}

	.cta-pdf .centered-cta .desktop-image {
		display: none;
	}

	.cta-pdf .centered-cta .tablet-image {
		display: block;
	}

	.cta-pdf .right-cta {
		position: absolute;
		bottom: 40px;
	}

	.cta-pdf .left-cta p {
		font-size: 46px;
		margin: 26px 0 160px 0;
	}

	.cta-pdf .left-cta p br {
		display: block;
	}

	.cta-pdf .left-cta p span {
		font-size: 26px;
		line-height: 1;
	}

	.cta-pdf .right-cta button {
		margin-left: 0;
	}

	.outlook--2025-powered {
		margin-top: 85px;
	}

	.outlook--2025-powered > h2 {
		font-size: 46px;
	}

	.outlook--2025-powered-posts {
		margin-top: 50px;
		flex-direction: column;
		gap: 42px;
	}

	.rounded74 {
		border-radius: 53px 53px 0 0;
		width: 100%;
		height: 53px;
		margin-top: -53px;
	}

	.expert-voices {
		margin-top: 32px;
	}

	.expert-voices h2 {
		margin-bottom: 36px;
		font-size: 46px;
	}

	.expert-voices-avatar {
		max-width: 62px;
		height: auto;
	}

	.expert-voices-right {
		margin-top: 14px;
		flex-direction: column-reverse;
		align-items: stretch;
		gap: 0;
	}

	.photo {
		justify-content: center;
	}

	.photo img {
		width: fit-content;
		position: absolute;
		top: 32px;
		right: 32px;
		max-width: 90px;
		height: auto;
	}

	.flexbox-buttons {
		max-width: 450px;
	}

	.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
		min-width: 24px;
		height: 24px;
	}

	.mySwiper .swiper-button-next svg, .mySwiper .swiper-button-prev svg {
		max-width: 13px;
	}

	.expert-voices-left--image {
		max-width: fit-content;
	}

	.expert-voices-left {
		column-gap: 14px;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 8px;
	}

	.expert-voices-left:before {
		left: -6px;
		top: -8px;
		z-index: 1;
		width: 26px;
		height: 26px;
	}

	.expert-voices-name {
		font-size: 16px;
		margin: 0;
	}

	.expert-voices-title {
		font-size: 14px;
		line-height: 128%;
	}

	.expert-voices-text {
		font-size: 14px;
		max-width: 100%;
	}

	.further-resources {
		margin: 146px 0 64px;
	}

	.further-resources-webcast {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		gap: 56px;
		margin-bottom: 56px;
	}

	.webcast-item {
		padding: 40px 38px;
		border-radius: 20px;
		max-width: 100%;
	}

	.outlook--2025-powered .posts-item {
		max-width: 100%;
	}

	.webcast-item-left-text h2 {
		font-size: 46px;
		margin: 0 0 16px;
	}

	.webcast-item-left-text p {
		font-size: 26px;
		margin: 0 0 121px;
	}

	.webcast-item-left-text {
		padding-top: 0;
	}

	.webcast-item.video .webcast-item-right img {
		max-width: 303px;
	}

	.webcast-item.text .webcast-item-right img {
		max-width: 452px;
	}

	.contributors {
		background: #F5F9FF;
		padding: 98px 0 87px;
	}

	.left-buttons a svg,
	.left-buttons a:nth-child(2) svg {
		margin: 0;
	}

	.left-buttons {
		width: 84px;
	}

	.left-buttons a span {
		font-size: 12px;
		margin: 6px 0 0;
	}

	.left-buttons a {
		padding: 12px 0;
	}

	.popup-intheend--body h2 {
		line-height: 120%;
		margin: 0 0 20px;
		font-size: 24px;
	}

	.popup-intheend--body h2 span {
		margin-top: 10px;
	}

	.popup-intheend--body h3 {
		font-size: 18px;
		line-height: 135%;
		margin: 0 0 12px;
	}

  .intro__block {
    flex-direction: column;
  }

  .intro__middle-right-2024 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    translate: 0 0;
  }

  .intro__left-text-2024 {
    flex-basis: 100%;
    text-align: left;
    margin: 30px 0;
  }

  .intro__middle-right-2024 img {
    max-width: 137px;
    margin: 0 30px 0 0;
    width: fit-content;
    height: auto;
  }
}

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

	.top-block {
		background-image: url(../images/outlook-2025/bg-390.png);
	}

	.top-block--flex {
		padding: 72px 0 127px;
		gap: 56px;
	}

	.post-top-image {
		height: 217px;
	}

	.top-block--flex h1 {
		font-size: 46px;
		margin: 0 0 7px;
	}

	.top-block--flex h2 {
		font-size: 22px;
	}

	.top-block--flex-left p {
		font-size: 16px;
	}

	.top-block--flex-right p {
		font-size: 14px;
		margin: 0;
	}

	.left-buttons {
		width: fit-content;
		right: -4px;
		top: 18%;
		border-radius: 8px 0 0 8px;
	}

	.left-buttons.fixed {
		top: calc(7% + 120px);
	}

	.left-buttons a {
		padding: 12px;
		width: fit-content;
	}

	.left-buttons a span,
	.left-buttons a div {
		display: none;
	}

	.left-buttons a svg {
		max-width: 24px;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.left-buttons a:nth-child(2) svg {
		margin: 0;
	}

	.fueled {
		padding: 80px 0 55px;
		border-radius: 0 0 43px 43px;
	}

	.fueled > img {
		top: 6%;
		transform: translate(-50%, 20%);
	}

	.fueled h2 {
		margin: 0 auto 14px;
		font-size: 36px;
		max-width: 353px;
	}

	.fueled-description-span {
		font-size: 71px;
	}

	.fueled-description-text {
		font-size: 18px;
		max-width: 200px;
	}

	.fueled-flex-item {
		padding: 27px 30px 33px;
		max-width: 100%;
	}

	.fueled-flex-item--text {
		gap: 91px;
	}

	.fueled-flex-item--text br:first-child {
		display: none;
	}

	.fueled-flex__container {
		gap: 10px;
	}

	.photo img {
		max-width: 65px;
	}

	.outlook--2025 {
		padding: 121px 0 111px;
		background-image: url("../images/outlook-2025/bg-mobile.png");
	}

	.outlook--2025 .container > h2 {
		font-size: 40px;
		margin: 0 0 40px;
	}

	.cta-alexander {
		overflow: hidden;
		padding: 30px 20px;
	}

	.left-side h2 {
		font-size: 30px;
		margin: 0 0 10px;
	}

	.left-side p {
		font-size: 16px;
		max-width: 82%;
		margin: 0 0 82px;
	}

	.right-side a {
		padding: 10px 24px;
		font-size: 18px;
	}

	.centered-side img {
		max-width: 215px;
	}

	.outlook--2025-posts {
		gap: 24px;
		margin: 24px 0 57px;
	}

	.cta-pdf .centered-cta img {
		max-width: 142px;
		position: absolute;
		bottom: -6px;
		right: -4px;
	}

	.cta-pdf .left-cta p {
		max-width: 100%;
		font-size: 30px;
		margin: 0 0 76px;
	}

	.cta-pdf .left-cta p span {
		font-size: 16px;
		line-height: 1;
	}

	.cta-pdf .centered-cta {
		max-width: 50px;
		width: 100%;
	}

	.cta-pdf .right-cta a {
		padding: 10px 24px;
		font-size: 18px;
		width: fit-content;
	}

	.cta-pdf .right-cta a svg {
		width: 24px;
		height: 24px;
	}

	.cta-pdf .right-cta button {
		width: 173px;
		height: 43.5px;
		gap: 7px;
		font-size: 18px;
	}

	.cta-pdf .right-cta button svg {
		width: 24px;
		height: 24px;
	}

	.outlook--2025-powered {
		margin-top: 80px;
	}

	.outlook--2025-powered > h2 {
		font-size: 36px;
	}

	.outlook--2025-powered-posts {
		margin-top: 36px;
		gap: 24px;
	}

	.further-resources {
		margin: 66px 0 127px;
	}

	.further-resources .container > h2 {
		font-size: 40px;
		max-width: 50%;
		margin: 0 auto 36px;
	}

	.further-resources-webcast {
		gap: 24px;
		margin-bottom: 24px;
	}

	.webcast-item {
		padding: 30px 20px;
	}

	.webcast-item-left-text h2 {
		font-size: 30px;
		margin: 0;
	}

	.webcast-item-left-text p {
		font-size: 16px;
		margin: 0 0 50px;
	}

	.webcast-item.video a.button-link {
		max-width: 30px;
	}

	.webcast-item.video .webcast-item-right img {
		max-width: 174px;
	}

	.webcast-item.text .webcast-item-right img {
		max-width: 266px;
	}

	.webcast-item.text a.button-link {
		width: 63px;
		height: 38px;
		padding: 10px 20px;
	}

	.cta-pdf, .cta-pdf.second-block {
		padding: 30px 20px 24px;
		overflow: hidden;
	}

	.cta-pdf .right-cta {
		bottom: 24px;
	}

	.contributors {
		padding: 58px 0 73px;
	}

	.contributors h2 {
		font-size: 40px;
		margin: 0 auto 58px;
		max-width: 100%;
	}

	.contributors-flex .marquee-item img {
		max-width: 140px;
		margin: 0 auto 18px;
	}

	.marquee {
		gap: 70px;
		animation: marquee-scroll-mobile 50s linear infinite;
	}

	.scroll-to-block__text {
		padding: 3% 0 4%;
	}

	.slider-name {
		font-size: 22px;
		margin: 0 0 5px;
	}

	.slider-position {
		font-size: 14px;
	}

	.fueled-flex-item p:first-child {
		font-size: 18px;
		max-width: 242px;
		margin: 0 auto;
	}

	.fueled-flex-item p:first-child br {
		display: block;
	}

	.flexbox-buttons {
		padding: 0 17px;
	}

  .intro__left-text-2024 {
    font-size: 14px;
    margin: 20px 0 10px;
  }

  .intro__middle-right-2024 img {
    width: 15%;
    margin-right: 15px;
  }
}

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

	.expert-voices h2 {
		font-size: 30px;
		line-height: 1.2
	}

	.popup-intheend--head {
		padding: 28px 0 18px;
	}

	.popup-intheend--head h2 {
		font-size: 30px;
	}

	.popup-intheend--body p, .popup-intheend--body ul li {
		font-size: 14px;
	}

	.popup-intheend--body ul li::marker {
		content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 22 21' fill='none'%3e%3cpath d='M1.97516 16.9745H11.6974C13.5378 16.9745 16.0184 15.5442 17.2587 13.7819L20.6728 8.91628C21.8997 7.15394 21.4196 5.72363 19.5792 5.72363H9.85697C8.01655 5.72363 5.53598 7.15394 4.29569 8.91628L0.881572 13.7947C-0.345377 15.557 0.134734 16.9873 1.97516 16.9873V16.9745Z' fill='url(%23paint0_linear_2072_3233)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_2072_3233' x1='0.201416' y1='11.3555' x2='21.3396' y2='11.3555' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FE8836'/%3e%3cstop offset='0.99' stop-color='%23FFD200'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	}

	.popup-intheend--body p, .popup-intheend--body ul {
		margin-bottom: 10px;
	}

	.fueled-flex-item p:last-child {
		font-size: 23px;
	}

	.popup-intheend--body p:last-child {
		max-width: 100%;
	}

	.popup-intheend--flex {
		padding: 0 19px 60px;
	}

	.popup-image {
		max-width: 200px;
	}

	.popup-intheend--footer > p {
		max-width: 100%;
		font-size: 16px;
		line-height: 110%;
	}

	.popup-intheend--footer {
		gap: 30px;
	}

	.popup-name {
		font-size: 23px;
	}

	.popup-position {
		font-size: 15px;
		max-width: 70%;
	}

	.popup-intheend--body h2 {
		font-size: 16px;
	}

	.popup-intheend--body h3 {
		font-size: 14px;
	}

	.posts-item-btn {
		padding: 0;
		border: none;
		width: 54px;
		height: 33px;
		background-image: url("../images/outlook-2025/button-mob.svg");
		background-size: cover;
	}

	.posts-item:hover .posts-item-btn {
		background-color: unset;
	}

	.posts-item svg {
		display: none
	}
}

@media screen and (max-width: 389px) {
	.popup-image {
		max-width: 180px;
	}

	.top-block--logo-container {
		flex-wrap: wrap;
	}

	.line-break {
		width: 100%;
	}

}