
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 0;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 87%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type="button"], [type="reset"], [type="submit"], button {
	-webkit-appearance: button;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

* {
	box-sizing: border-box;
}

details, main {
	display: block;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

[hidden], template {
	display: none;
}

a, button {
	-webkit-tap-highlight-color: transparent;
}

a:not([class]) {
	text-decoration: none;
	transition: .15s;
}

a:not([class]):hover {
	color: #fb4040;
}

body {
	font-family: "Didact Gothic", sans-serif;
	color: #1e1e1e;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	background: #fff;
	overflow-x: hidden;
}

.footer--main .footer__copy, .footer--main .footer__title, .footer__btn-up, .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
	font-family: "Songer SE", sans-serif;
	font-weight: 700;
	margin-top: 0;
}

.h1, h1 {
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 24px;
}

.h2, h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 12px;
}

.footer--main .footer__copy, .footer--main .footer__title, .footer__btn-up, .h3, h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.h4, h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.1;
	margin: 0 0 16px;
}

.text, p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: .3px;
	margin: 16px 0;
}

blockquote {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: .3px;
	margin: 16px 0;
}

.text-medium {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: .3px;
	margin: 16px 0;
}

b, strong {
	font-weight: 700;
}

.text-uppercace {
	text-transform: uppercase;
}

.container {
	max-width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 24px;
	width: 100%;
}

.wrapper {
	overflow: hidden;
}

body.home .wrapper {
	overflow: visible;
}

.page-container {
	flex: 1 1 auto;
}

.btns-spacer {
	display: flex;
	flex-wrap: wrap;
}

.btns-spacer>* {
	margin: 0 16px 0 0;
}

.btns-spacer>*:last-child {
	margin: 0;
}

.btns-center {
	display: flex;
	justify-content: center;
}

.form__footer {
	margin: 32px 0 0;
}

.form__agree {
	margin: 20px 0 0;
}

.form__send {
	width: 100%;
}

.form__multiple {
	margin: 32px 0;
}

.form__multiple .input {
	margin: 0 0 6px;
}

.input {
	margin: 0 0 12px;
	position: relative;
}

.input__label {
	color: #6c6c6c;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .8px;
	display: inline-block;
	margin: 0 0 6px;
}

.input__elem {
	position: relative;
	border-radius: 50px;
	border: 1px solid #c2c2c2;
	background: #fff;
	min-height: 48px;
	padding: 0 16px;
	color: #6c6c6c;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: .9px;
	width: 100%;
	outline: 0;
	transition: .2s;
}

.input__elem:focus {
	border-color: #6c6c6c;
	box-shadow: 4px 10px 20px 0 rgba(0, 0, 0, .1);
}

.input__elem:focus::placeholder {
	color: transparent;
}

.input__elem::placeholder {
	color: #c2c2c2;
}

.input__checkbox, .input__radio {}

.input__checkbox:checked~.input__checkbox-label, .input__radio:checked~.input__radio-label {
	color: #6c6c6c;
}

.input__checkbox:checked~.input__checkbox-label:before, .input__radio:checked~.input__radio-label:before {
	background-image: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/checkbox-active.svg");
}

.form__multiple input[type=checkbox], .form__agree input[type=checkbox] {
	opacity: 0;
	position: absolute;
}

.form__multiple .wpcf7-list-item, .form__agree .wpcf7-list-item {
	margin: 0;
}

.form__multiple .wpcf7-form-control.wpcf7-checkbox, .form__agree .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.form__multiple .wpcf7-list-item label, .form__agree .wpcf7-list-item label {
	position: relative;
}

.form__multiple .wpcf7-list-item-label, .form__agree .wpcf7-list-item-label {
	color: #c4c4c4;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .8px;
	padding-left: 28px;
	transition: .2s;
	cursor: pointer;
	display: block;
}

.form__multiple .wpcf7-list-item-label:before, .form__agree .wpcf7-list-item-label:before {
	content: "";
	width: 20px;
	height: 20px;
	min-width: 20px;
	background-image: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/checkbox.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 2px;
	left: 0px;
	transition: .2s;
}

.form__multiple input[type=checkbox]:checked + .wpcf7-list-item-label:before, .form__agree input[type=checkbox]:checked + .wpcf7-list-item-label:before {
	background-image: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/checkbox-active.svg");
	background-repeat: no-repeat;
}

.cf7-success-message-center {
	display: flex;
	font-size: 24px;
	font-weight: bold;
	border: 0 !important;
	letter-spacing: .3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
}

.footer__subscribe .wpcf7 .wpcf7-response-output.cf7-success-message-center {
	color: #fff;
	position: initial;
	transform: none;
}

.form-agree {
	display: block;
}

.input__checkbox-label, .input__radio-label {
	color: #c4c4c4;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .8px;
	padding-left: 28px;
	transition: .2s;
	cursor: pointer;
	display: block;
}

.input__checkbox-label:before, .input__radio-label:before {
	content: "";
	width: 20px;
	height: 20px;
	min-width: 20px;
	background-image: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/checkbox.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 2px;
	left: 0;
	transition: .2s;
}

.input__checkbox-label a, .input__radio-label a {
	color: #fb4040;
	text-decoration: underline;
	transition: .2s;
}

.input__checkbox-label a:hover, .input__radio-label a:hover {
	text-decoration-color: transparent;
}

select.input__elem {
	appearance: none;
	background: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/chevron-down.svg") no-repeat calc(100% - 4px) center/contain;
}

.btn {
	font-family: "Didact Gothic", sans-serif;
	color: #1e1e1e;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .2px;
	white-space: nowrap;
	line-height: unset;
	position: relative;
	text-decoration: none;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	min-height: 48px;
	transition: .2s;
	border-radius: 30px;
	outline: 0;
	cursor: pointer;
	user-select: none;
	border: 1px solid #000;
}

.btn:hover {
	color: #fff;
	background-color: rgba(30, 30, 30, .7);
	border-color: rgba(30, 30, 30, .7);
}

.btn--reset {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	min-height: 1px;
	border-radius: 0;
	background-color: transparent;
	cursor: pointer;
}

.btn--reset:hover {
	color: #1e1e1e;
	background-color: transparent;
	border-color: transparent;
}

.btn--huge {
	border-radius: 50px;
}

.btn--accent {
	color: #fff;
	background-color: #fb4040;
	border-color: #fb4040;
}

.btn--accent:hover {
	color: #fff;
	background-color: rgba(251, 64, 64, .7);
	border-color: rgba(251, 64, 64, .7);
}

.btn--light {
	color: #fb4040;
	background-color: #fff;
	border-color: #fff;
}

.btn--light:hover {
	color: #fb4040;
	background-color: rgba(255, 255, 255, .7);
	border-color: rgba(255, 255, 255, .7);
}

.btn--dark {
	color: #fff;
	background-color: #1e1e1e;
	border-color: #1e1e1e;
}

.btn--dark:hover {
	color: #1e1e1e;
	background-color: #fff;
	border-color: #1e1e1e;
}

.btn--up:before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
}

.btn--back:after, .btn--play:after {
	content: "";
	width: 40px;
	height: 40px;
	min-width: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}

.btn--up:before {
	background-image: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/btn-up.svg");
	width: 2px;
	height: 50px;
	margin-right: 20px;
	transition: .2s;
}

.btn--up:hover {
	color: #fb4040;
}

.btn--up:hover:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'4\' height=\'52\' viewBox=\'0 0 4 52\' fill=\'none\' stroke=\'%23FB4040\' xmlns=\'http://www.w3.org/2000/svg\'%3E %3Cpath d=\'M2 51.5C2.00001 47 2 2 2 2M2 2L1 5L3 5L2 2Z\'/%3E %3C/svg%3E");
}

.btn--play:after {
	background-image: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/play.svg");
}

.btn--back:after {
	background-image: url("https://sfih.us/wp-content/themes/understrap/img/icons/cookies-back.svg");
	background-size: contain;
}

.footer__col ul, .list-reset, .tabs {
	list-style: none;
	padding: 0;
	margin: 0;
}

.overflow-hidden {
	overflow: hidden;
}

.visibility-hidden {
	visibility: hidden;
}

img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.article__media-img, .card__img, .hero__img, .img-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.article__media-col, .card__img--wrap, .hero__img--wrap, .img-cover--wrap {
	overflow: hidden;
	position: relative;
}

.icons {
	border-radius: 50%;
}

.tabs {
	display: flex;
	border-bottom: 1px solid #f6f6f6;
}

.tabs__item {
	text-align: center;
	width: 100%;
}

.tabs__item--active .tabs__btn {
	color: #f26522;
	font-weight: 700;
}

.tabs__item--active .tabs__btn:after {
	background: #ec6626;
}

.tabs__btn {
	color: #4d4d4d;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	min-height: 72px;
	padding: 20px;
	width: 100%;
	white-space: pre-wrap;
	height: 100%;
}

.tabs__btn:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	height: 4px;
}

[data-tab] {
	display: none;
}

[data-tab].active {
	display: block;
}

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

.social__link {
	display: inline-flex;
	width: 30px;
	height: 30px;
	min-width: 30px;
	opacity: 1;
	margin: 0 20px 0 0;
	transition: .3s linear;
	border-radius: 50%;
	background-color: #ec6626;
}

.social__link:hover {
	background-color: #d34f10;
}

.social__link:before {
	content: "";
	display: inline-flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 30px;
	height: 30px;
	min-width: 30px;
	border-radius: 50%;
}

.social__link:last-child {
	margin: 0;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .7);
	justify-content: center;
	z-index: 9999;
	display: none;
	overflow: auto;
	padding: 16px;
	transition: opacity .3s ease-in-out;
}

.modal__close {
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, .1);
	width: 56px;
	height: 56px;
}

.modal__close:hover {
	background: rgba(255, 255, 255, .4);
}

.modal__square {
	overflow: hidden;
	margin: auto;
	opacity: 0;
	transform: translateY(-20px);
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	background: #fff;
	max-width: 592px;
	width: 100%;
	padding: 24px;
	border-radius: 30px;
}

.modal__square-tiny {
	max-width: 390px;
}

.slider-wrap {
	position: relative;
}

.slider-nav__btn {
	width: 42px;
	height: 30px;
	min-width: 42px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 61;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: .2s;
}

.slider-nav__btn:before {
	content: "";
	width: 29px;
	height: 29px;
	min-width: 29px;
	border: 1px solid #fb4040;
	background: transparent;
	position: absolute;
	top: 0;
	border-radius: 50%;
	opacity: 0;
	transition: .2s;
}

.slider-nav__btn:hover {
	background-color: transparent;
}

.slider-nav__btn:hover::before {
	opacity: 1;
}

.slider-nav__btn.swiper-button-lock {
	display: none;
}

.slider-nav__prev {
	background-image: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/slider-prev.svg");
	left: -62px;
}

.slider-nav__prev:before {
	left: 0;
}

.slider-nav__next {
	background-image: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/slider-next.svg");
	right: -62px;
}

.slider-nav__next.nitro-lazy {
	background-image: none !important;
}

.slider-nav__next:before {
	right: 0;
}

.slider-nav__prev.nitro-lazy {
	background-image: none !important;
}

.slider-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 24px 0 0;
	gap: 10px;
}

.slider-pagination .swiper-pagination-bullet {
	position: relative;
	width: 16px;
	height: 16px;
	min-width: 16px;
	opacity: 1;
	display: inline-flex;
	z-index: 3;
	transition: .4s;
	background: #fff;
	border: 0;
}

.slider-pagination .swiper-pagination-bullet::before {
	background: #fb4040;
	width: 6px;
	height: 6px;
	min-width: 6px;
	opacity: 0;
}

.slider-pagination .swiper-pagination-bullet::after {
	border: 1px solid #000;
	width: 10px;
	height: 10px;
	min-width: 10px;
}

.slider-pagination .swiper-pagination-bullet::after, .slider-pagination .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	transition: .4s;
}

.slider-pagination .swiper-pagination-bullet:first-child::after, .slider-pagination .swiper-pagination-bullet:last-child::after {
	width: 6px;
	height: 6px;
	min-width: 6px;
}

.slider-pagination .swiper-pagination-bullet-active:first-child::after, .slider-pagination .swiper-pagination-bullet-active:last-child::after {
	width: 10px;
	height: 10px;
	min-width: 10px;
}

.slider-pagination .swiper-pagination-bullet-active:before {
	opacity: 1;
}

.accordion {
	padding: 12px 0 16px;
	border-bottom: 1px solid rgba(157, 153, 153, .4);
}

.accordion__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.accordion__btn {
	position: relative;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	padding-left: 24px;
	min-height: 24px;
}

.accordion__btn:after, .accordion__btn:before {
	content: "";
	background: #000;
	position: absolute;
	transition: .2s;
}

.accordion__btn::before {
	top: 11.5px;
	left: 0;
	width: 12px;
	height: 1px;
}

.accordion__btn:after {
	left: 5.5px;
	top: 6px;
	width: 1px;
	height: 12px;
}

.accordion__content {
	will-change: max-height;
	transition: all .2s ease-out;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}

.accordion__content-desc {
	color: rgba(0, 0, 0, .6);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 16px;
}

.accordion__active .accordion__btn:after {
	transform: rotate(90deg);
}

.accordion__active .accordion__content {
	opacity: 1;
}

.accordion:first-child {
	border-top: 1px solid rgba(157, 153, 153, .4);
}

.cookies {
	position: fixed;
	right: 20px;
	bottom: 12px;
	left: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
	background: #fff;
	z-index: 100;
	border-radius: 5px;
}

.cookies__main {
	width: 100%;
}

.cookies__settings {
	width: 100%;
	display: none;
}

.cookies__main, .cookies__settings {
	max-height: calc(100vh - 12px - 48px - 12px);
	overflow: hidden;
	height: 100%;
	flex-direction: column;
}

.cookies__footer, .cookies__head {
	min-height: 48px;
	display: flex;
	align-items: center;
	padding: 0 16px;
}

.cookies__head {
	box-shadow: 0 4px 5px rgba(0, 0, 0, .04);
	margin-bottom: 16px;
}

.cookies__footer {
	box-shadow: 0 -4px 5px rgba(0, 0, 0, .04);
	margin-top: 16px;
}

.cookies__body {
	padding: 16px 24px 20px;
}

.cookies__desc, .cookies__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.8;
}

.cookies__desc a:not([class]), .cookies__text a:not([class]) {
	color: #fb4040;
	text-decoration: none;
	border-bottom: 1px solid #fa3f3f;
}

.cookies__desc a:not([class]):hover, .cookies__text a:not([class]):hover {
	border-color: transparent;
}

.cookies__text {
	font-size: 16px;
}

.cookies__btns {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.cookies__btn {
	font-size: 14px;
	min-height: 32px;
	padding: 0 16px;
}

.cookies__btn-back {
	margin-left: -8px;
}

.cookies__btn:hover {
	color: #fb4040;
}

.cookies__accordions {
	margin-top: 32px;
}

.cookies__settings .cookies__body {
	overflow: auto;
}

.cookies__settings-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.cookies__settings-toggle-text {
	color: #a2a2a2;
	font-size: 11px;
	white-space: nowrap;
}

.cookies__settings-toggle.is-checked .cookies__settings-toggle-text {
	color: #1f5bff;
}

.cookies__settings-input {
	display: none;
}

.cookies__settings-input:checked~.cookies__settings-label {
	background: rgba(31, 91, 255, .3);
}

.cookies__settings-input:checked~.cookies__settings-label:before {
	content: "Разрешено";
	color: #1f5bff;
}

.cookies__settings-input:checked~.cookies__settings-label:after {
	background: #1f5bff;
	left: calc(100% - 2px - 20px);
}

.cookies__settings-label {
	display: flex;
	align-items: center;
	position: relative;
	background: #c6c5c5;
	transition: all ease .3s;
	width: 48px;
	height: 24px;
	border-radius: 100px;
	cursor: pointer;
}

.cookies__settings-label:before {
	content: "Запрещено";
	color: #a2a2a2;
	font-size: 11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc(100% + 12px);
	white-space: nowrap;
}

.cookies__settings-label:after {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .24);
	border-radius: 50%;
	transform: translateX(0);
	transition: all ease .3s;
	position: absolute;
	top: 2px;
	left: 2px;
}

.header {
	position: relative;
	background: #fff;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .05);
	padding: 4px 0;
	z-index: 102;
}

.header__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__logo {
	position: relative;
	z-index: 10;
	display: block;
	width: 50px;
	height: 39px;
}

.header__nav-list, .header__nav-sub-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header__nav-item {
	position: relative;
	transition: .15s;
}

.header__nav-item--arrow .header__nav-link:after {
	content: "";
	display: inline-flex;
	width: 36px;
	height: 36px;
	min-width: 36px;
	background: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/chevron-down.svg") no-repeat center/24px;
	transition: .2s;
}

.header__nav-item:hover .header__nav-link {
	color: #1e1e1e;
}

.header__nav-link, .header__nav-sub-link {
	color: #1e1e1e;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	transition: .15s;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	white-space: nowrap;
}

.header__nav-link:hover, .header__nav-sub-link:hover {
	color: #fb4040;
}

.header__nav-link {
	display: inline-flex;
	align-items: center;
}

.header__nav .sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
	transition: .3s;
	background: #fff;
}

.header__nav .sub-menu .sub-menu-item:last-child {
	margin-bottom: 0;
}

.header__nav .sub-menu .header__nav-sub-link {
	padding: 0 12px;
	background: #fff;
}

.header__panel {
	display: flex;
}

.header__burger {
	z-index: 11;
	width: 40px;
	height: 40px;
	min-width: 40px;
	flex-direction: column;
}

.header__burger [class*='bar-'] {
	background: #1e1e1e;
	display: block;
	transform: rotate(0);
	transition: .2s ease all;
	border-radius: 8px;
	height: 3px;
	width: 24px;
	margin-bottom: 4px;
}

.header__burger .bar-bottom {
	margin-bottom: 0;
}

.header__burger.is-opened .bar-top {
	transform: rotate(45deg);
	transform-origin: 9% 15%;
}

.header__burger.is-opened .bar-middle {
	opacity: 0;
}

.header__burger.is-opened .bar-bottom {
	transform: rotate(-45deg);
	transform-origin: 5% 95%;
}

.tooltip-scroll {
	position: absolute;
	top: calc(100vh - 52px);
	left: 0;
	transform: rotate(-90deg);
	user-select: none;
	width: 18px;
}

.tooltip-scroll__text {
	color: #000;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.3;
	letter-spacing: .2px;
	display: inline-flex;
	align-items: center;
	text-transform: lowercase;
	white-space: nowrap;
}

.tooltip-scroll__text:before {
	content: "";
	width: 32px;
	height: 18px;
	min-width: 32px;
	background: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/tooltip-scroll.svg") no-repeat center/contain;
	margin-right: 20px;
}

.fixed-circle {
	position: fixed;
	top: 50%;
	right: -48px;
	transform: translateY(-50%);
	z-index: 61;
	cursor: pointer;
}

.fixed-circle__wrap {
	transition: .2s;
	background: #fb4040;
	border-radius: 50%;
	padding: 20px;
	overflow: hidden;
	width: 96px;
	height: 96px;
	text-align: center;
	transform: rotate(-90deg);
}

.fixed-circle__text {
	color: #fff;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.3;
	white-space: nowrap;
}

.fixed-circle:hover .fixed-circle__wrap {
	background: rgba(251, 64, 64, .7);
}

.intro {
	position: relative;
	margin-bottom: 80px;
}

.intro__container {
	height: 100%;
}

.intro__wrap {
	padding: 64px 0;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}

.intro__img--wrap {
	position: absolute;
	z-index: -1;
	bottom: -156px;
	left: 0;
	display: inline-flex;
}

.intro__img--wrap:after, .intro__img--wrap:before {
	content: "";
	position: absolute;
}

.intro__img--wrap:before {
	content: "";
	width: 100%;
	height: 200px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%), url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/content/intro/cloud.png") no-repeat center/contain;
	left: -4px;
	bottom: -4px;
	filter: blur(2px);
	z-index: 1;
}

.intro__img--wrap:after {
	content: "";
	width: 100%;
	height: 200px;
	background: linear-gradient(0, rgba(255, 255, 255, 0) 0, #fff 100%);
	top: 0;
	right: 0;
}

.intro__info {
	max-width: 800px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.intro__title {
	margin: 0 0 48px;
}

.intro__desc {
	margin: 0;
	max-width: 480px;
}

.intro__btns {
	margin: 48px 0 0;
	max-width: 490px;
	width: 100%;
}

.intro__btn {
	width: 100%;
}

.intro--other .intro__wrap {
	justify-content: center;
}

.intro--other .intro__title {
	align-self: flex-start;
}

.intro--other .intro__desc {
	align-self: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
}

.intro--other .intro__btns {
	max-width: 100%;
	width: 100%;
	align-self: flex-end;
}

.entry__logo span {
	color: #e5e5e5;
	font-weight: 400;
	font-size: 52px;
	line-height: 1;
	text-transform: lowercase;
	position: absolute;
	z-index: 12;
}

.entry__logo span.top-left {
	top: 48px;
	left: 32px;
}

.entry__logo span.top-right {
	top: 48px;
	right: 32px;
}

.entry__logo span.bottom-right {
	bottom: 48px;
	right: 32px;
}

.entry__logo span.bottom-left {
	bottom: 48px;
	left: 32px;
}

.entry__row {
	position: relative;
	z-index: 10;
}

.entry__img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.entry__info {
	display: inline;
}

.entry__title {
	font-size: 48px;
	text-transform: uppercase;
	display: inline;
}

.entry__btn {
	display: inline;
	min-width: 150px;
	max-width: 150px;
	top: -10px;
	margin-left: 8px;
	min-height: 40px;
}

.entry__desc {
	max-width: 340px;
}

.entry__desc.elem-anim {
	transition: 1s;
	opacity: 0;
	transform: translateX(100px);
}

.entry__desc.elem-show {
	opacity: 1;
	transform: translateX(0);
}

.article {
	max-width: 800px;
	margin: 0 auto;
}

.article__title {
	margin-bottom: 40px;
}

.article__caption {
	font-family: "Songer SE", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	margin: 20px 0 0;
}

.article__announce, .article__title {
	transition: 1s;
	opacity: 0;
	transform: translateX(100px);
}

.article__announce.elem-show, .article__title.elem-show {
	opacity: 1;
	transform: translateX(0);
}

.article__announce {
	margin: 48px 0;
}

.article__announce.is-npad {
	padding: 0;
}

.article__media {
	margin: 48px 0;
}

.article__media-slider {
	overflow: hidden;
}

.article__media-col {
	background: #d9d9d9;
	padding-top: 57%;
}

.article__media-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.article__group {
	margin: 40px 0 48px;
}

.article__group-info>*:last-child {
	margin-bottom: 0;
}

.article__group-info>*:first-child {
	margin-top: 0;
}

.article__group p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: .3px;
	margin: 16px 0;
}

.article__content h2:not([class]) {
	margin: 40px 0 32px;
}

.article__content h4:not([class]) {
	margin: 32px 0 24px;
}

.article__content p {
	margin: 24px 0;
}

.article__content h2, .article__content h4, .article__content p {
	transition: 1s;
	opacity: 0;
	transform: translateX(100px);
}

.article__content h2.elem-show, .article__content h4.elem-show, .article__content p.elem-show {
	opacity: 1;
	transform: translateX(0);
}

.article__content blockquote {
	margin: 48px 0;
}

.article__content>*:first-child:not([class]) {
	margin-top: 0;
}

.speakers__col {
	margin: 0 0 70px;
}

.speakers__col-img--wrap {
	margin: 0 0 32px;
	min-width: 190px;
	max-width: 190px;
}

.speakers__col-img--wrap.elem-anim {
	transform: translateX(-100px);
}

.speakers__col-info {
	max-width: 488px;
	width: 100%;
}

.speakers__col-info.elem-anim {
	transform: translateX(100px);
}

.speakers__col-img--wrap, .speakers__col-info {
	transition: 1s;
}

.speakers__col-img--wrap.elem-anim, .speakers__col-info.elem-anim {
	opacity: 0;
}

.speakers__col-img--wrap.elem-show, .speakers__col-info.elem-show {
	opacity: 1;
	transform: translateX(0);
}

.speakers__col-name {
	margin: 0 0 16px;
}

.speakers__col-post {
	margin: 16px 0;
}

.speakers__col-desc {
	margin: 24px 0 0;
}

.speakers__col:nth-child(even) .speakers__col-img--wrap.elem-anim {
	transform: translateX(100px);
}

.speakers__col:nth-child(even) .speakers__col-img--wrap.elem-show {
	transform: translateX(0);
}

.speakers__col:nth-child(even) .speakers__col-info.elem-anim {
	transform: translateX(-100px);
}

.speakers__col:nth-child(even) .speakers__col-info.elem-show {
	transform: translateX(0);
}

.speakers__col:last-child {
	margin: 0;
}

.reviews__col {
	margin: 0 0 52px;
}

.reviews__col-img--wrap {
	margin: 0 0 24px;
	min-width: 132px;
	max-width: 132px;
	border-radius: 50%;
	overflow: hidden;
}

.reviews__col-info {
	max-width: 488px;
	width: 100%;
}

.reviews__col-name {
	margin: 0 0 16px;
}

.reviews__col-post {
	margin: 16px 0;
}

.reviews__col-desc {
	margin: 24px 0 0;
}

.reviews__col:last-child {
	margin: 0;
}

.partners {
	margin-bottom: 140px;
}

.partners__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.partners__col-img {
	width: 100px;
}

.partners__col-img--wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.asset__content {
	max-width: 1100px;
}

.asset__counter {
	color: #e5e5e5;
	font-weight: 400;
	font-size: 52px;
	line-height: 1;
	text-transform: lowercase;
	margin-bottom: 64px;
}

.asset__row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.asset__col {
	margin: 0 0 32px;
}

.asset__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	max-width: 400px;
}

.asset__subtitle {
	margin: 0 0 32px;
}

.asset__desc {
	margin: 32px 0 0;
	max-width: 410px;
}

.asset__list {
	padding: 0 0 0 16px;
}

.asset__list li {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.4;
}

.asset__list li:last-child {
	margin: 0;
}

.asset__panel {
	margin-top: 64px;
}

.asset__panel-title {
	position: relative;
	display: inline-block;
	margin: 0;
}

.asset__panel-title::after {
	content: "";
	width: 170px;
	height: 8px;
	background-image: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/asset-arrow.svg");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 376px 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + 24px);
}

.asset__panel-btn {
	width: 100%;
}

.asset__gallery {
	margin-top: 100px;
}

.asset__gallery-slider {
	overflow: hidden;
}

.asset__gallery-slider:after, .asset__gallery-slider:before {
	content: "";
	width: 19%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 3;
}

.asset__gallery-slider:before {
	left: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.asset__gallery-slider:after {
	right: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.asset__gallery-col {
	width: 100%;
}

.asset__gallery .slider-nav__prev {
	left: 64px;
}

.asset__gallery .slider-nav__next {
	right: 64px;
}

.join {
	border-radius: 24px;
	background: #fb4040;
	box-shadow: 5px 5px 50px 0 rgba(0, 0, 0, .1);
	padding: 32px;
}

.join__title {
	margin-bottom: 24px;
}

.join__desc {
	margin-bottom: 40px;
}

.join__conditions ul {
	list-style: none;
	padding: 0;
	margin: 0 0 -40px;
	counter-reset: conditions;
	display: flex;
	flex-wrap: wrap;
}

.join__conditions ul li {
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
	margin: 0 0 40px;
}

.join__conditions ul li:before {
	counter-increment: conditions;
	content: counter(conditions);
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	margin: 0 0 20px;
	display: block;
}

.join__footer {
	position: relative;
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
}

.join__footer:before {
	content: "";
	width: 100px;
	height: 75px;
	background-size: 500px 75px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/join-arrow.svg");
	position: absolute;
	top: -46px;
	left: 24px;
}

.join__footer:after {
	content: "";
	width: 1px;
	height: 75px;
	background: #1e1e1e;
	position: absolute;
	top: -50px;
	left: 24px;
	display: none;
}

.join__btns-desc {
	color: #1e1e1e;
	font-size: 8px;
	line-height: 1;
	margin: 12px 0 0;
	text-align: center;
}

.join__btn {
	width: 100%;
}

.features__list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 -40px;
}

.features__col {
	margin: 0 0 40px;
	width: 100%;
}

.features__col-icon--wrap {
	margin: 0 0 24px;
	max-width: 48px;
	min-width: 48px;
}

.features__col-title {
	margin: 24px 0;
}

.features__col-desc {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.benefits {
	position: relative;
}

.benefits.is-opened .benefits__btns {
	display: none;
}

.benefits.is-opened .benefits__col {
	display: flex;
}

.benefits.is-opened:after, .benefits.is-opened:before {
	opacity: 0;
	visibility: hidden;
}

.benefits__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	position: relative;
	z-index: 9;
}

.benefits__list {
	width: 100%;
}

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

.benefits__col-img--wrap {
	width: 58px;
	height: 58px;
	min-width: 58px;
	overflow: hidden;
	margin: 0 24px 0 0;
}

.benefits__col-title {
	font-size: 20px;
	max-width: 230px;
}

.benefits__col+.benefits__col {
	margin-top: 64px;
}

.benefits__btns {
	margin-top: 100px;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 9;
	transition: .2s;
}

.benefits__btn {
	width: 100%;
}

.section {
	margin: 64px auto;
}

.section--narrow {
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
}

.section--medium {
	max-width: 990px;
	margin-right: auto;
	margin-left: auto;
}

.section--hmar {
	margin-top: 90px;
	margin-bottom: 90px;
}

.section--hmar .section__caption, .section--hmar .section__title {
	transition: 1s;
	opacity: 0;
	transform: translateX(100px);
}

.section--hmar .section__caption.elem-show, .section--hmar .section__title.elem-show {
	opacity: 1;
	transform: translateX(0);
}

.section__head {
	margin-bottom: 32px;
}

.section__head.is-padding {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.section__title {
	margin-bottom: 0;
}

.section__desc {
	margin-top: 12px;
}

.section__caption {
	margin-top: 32px;
}

.section__tooltip {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 12;
}

.section__tooltip-text {
	color: #000;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.8;
	text-transform: lowercase;
	letter-spacing: .2px;
	margin: 0 0 8px;
}

.section__tooltip::after {
	content: "";
	width: 6px;
	height: 50px;
	background: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/section-tooltip.svg") no-repeat center/10px 50px;
}

.section__tooltip.pos-top {
	top: 0;
	bottom: auto;
}

.card {
	padding: 0 6px;
	margin: 0 0 32px;
}

.card--full {
	width: 100%;
}

.card__body {
	color: #1e1e1e;
	background: #fff;
	transition: .15s;
	height: 100%;
	display: block;
	text-decoration: none;
}

.card__body:hover .card__read-more {
	color: #fb4040;
}

.card__body:hover .card__title {
	color: #fb4040;
}

.card__title {
	transition: .15s;
	margin-bottom: 20px;
}

.card__desc {
	margin: 0;
}

.card__img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.card__img--wrap {
	background: #d9d9d9;
	padding-top: 62.5%;
	margin-bottom: 20px;
}

.card__btns {
	display: flex;
	justify-content: flex-end;
	margin: 12px 0 0;
}

.card__read-more {
	font-size: 14px;
	letter-spacing: .3px;
}

.card__video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.news-feed__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -32px;
}

.news-feed__slider {
	overflow: hidden;
	margin: 0;
}

.news-feed__slider .news-feed__card {
	padding: 0;
}

.news-feed__card {
	width: 100%;
}

.news-feed__btns {
	margin-top: 64px;
	display: flex;
	justify-content: center;
}

.section--narrow .news-feed__row {
	margin: 0 -12px -24px;
}

.section--narrow .news-feed__card {
	width: 100%;
	margin: 0 0 24px;
}

.section--narrow .news-feed__card.card--full {
	width: 100%;
}

.section--narrow .news-feed__card .card__img--wrap {
	padding-top: 60%;
}

.events-feed__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px -48px;
}

.events-feed__card {
	width: 100%;
	margin: 0 0 24px;
}

.events-feed__card .card__body {
	padding: 0;
}

.events-feed__card .card__body:hover {
	box-shadow: none;
}

.events-feed__card .card__body:hover .card__read-more {
	color: #1e1e1e;
}

.events-feed__card .card__body:hover .card__title {
	color: #1e1e1e;
}

.events-feed__card .card__img--wrap {
	padding-top: 61.5%;
}

.hero {
	position: relative;
	color: #fff;
	padding: 52px 0 0;
}

.hero__row {
	padding: 20px;
	background: #fb4040;
	box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, .05);
}

.hero__img--wrap, .hero__info {
	width: 100%;
}

.hero__img {
	height: 100%;
	object-fit: cover;
}

.hero__img--wrap {
	padding-top: 62.5%;
	margin-bottom: 24px;
}

.hero__title {
	margin-bottom: 32px;
}

.hero__btn {
	width: 100%;
}

.hero__btns {
	margin-top: 32px;
}

.hero__logo-circle {
	position: absolute;
	top: 0;
	left: -51px;
	width: 103px;
	height: 110px;
	background: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/icons/logo-circle.svg") no-repeat center/contain;
	animation: 10s linear 0s normal none infinite running rotateLogoCircle;
}

@keyframes rotateLogoCircle {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.footer {
	position: relative;
	padding: 24px 0;
	background: #d9d9d9;
	margin-top: 80px;
}

.footer__row {
	display: flex;
	flex-wrap: wrap;
	gap: 48px 64px;
	align-items: flex-start;
}

.footer__title {
	margin-bottom: 16px;
	white-space: nowrap;
}

.footer__col ul li {
	display: flex;
	align-items: center;
	min-height: 24px;
	margin: 0 0 12px;
}

.footer__col ul li:last-child {
	margin: 0;
}

.footer__col ul li, .footer__col ul li a {
	color: #1e1e1e;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.3;
}

.footer__nav {
	width: 100%;
}

.footer__nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 36px;
}

.footer__nav ul li {
	margin: 0;
	width: calc(50% - 24px);
}

.footer__nav ul li a {
	min-height: 24px;
	display: inline-flex;
	align-items: center;
}

.footer__copy {
	color: #979797;
	font-size: 8px;
	line-height: 1.1;
	white-space: nowrap;
	letter-spacing: .16px;
	transform: translateX(-50%) rotate(-90deg);
	position: absolute;
	left: 12px;
	bottom: 48px;
	width: 10px;
	user-select: none;
}

.footer__btn-up {
	font-family: "Songer Grotesque";
	color: #646363;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	letter-spacing: .3px;
	align-items: flex-end;
}

.footer__btn-up:hover {
	color: #fb4040;
}

.footer__subscribe-form {
	display: flex;
	align-items: center;
}

.footer__subscribe-form .input {
	margin: 0;
	width: 100%;
}

.footer__subscribe-input {
	color: #414040;
	font-size: 16px;
	min-height: 32px;
	border-radius: 50px 0 0 50px;
	border: 0;
}

.footer__subscribe-input::placeholder {
	text-align: center;
}

.footer__subscribe-btn {
	min-height: 32px;
	border-radius: 0 50px 50px 0;
	text-transform: lowercase;
	min-width: 90px;
	max-width: 90px;
}

.footer--main {
	background: #414040;
	padding: 40px 0 24px;
	margin-top: 0;
}

.footer--main .footer__title {
	font-family: "Songer Grotesque";
	color: #e5e5e5;
	margin: 0 0 32px;
}

.footer--main .footer__row {
	gap: 0;
	margin: 0 -24px -32px;
}

.footer--main .footer__col {
	width: 50%;
	padding: 0 24px;
	margin: 0 0 32px;
}

.footer--main .footer__col ul li {
	margin: 0;
}

.footer--main .footer__col ul li, .footer--main .footer__col ul li a {
	color: #e5e5e5;
	font-size: 16px;
	line-height: 1.4;
}

.footer--main .footer__col ul li a:hover {
	color: #fb4040;
}

.footer--main .footer__panel {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 24px 0 0;
}

.footer--main .footer__copy {
	font-family: "Songer Grotesque";
	position: static;
	transform: none;
	width: auto;
	height: auto;
	margin: 0;
}

.main-container .h1, .main-container .h2, .main-container .h3, .main-container .h4, .main-container .h5, .main-container h1, .main-container h2, .main-container h3, .main-container h4, .main-container h5 {
	font-family: "Songer Grotesque";
}

.main-container .section {
	position: relative;
	padding: 122px 0;
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main-container .section--entry {
	margin-top: -44px;
	overflow: hidden;
}

.main-container .section--entry::before {
	content: "";
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
	width: 100%;
	height: 430px;
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.main-container .section--entry:after {
	content: "";
	background: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/content/entry/cloud.png") no-repeat center/contain;
	width: 600px;
	height: 220px;
	position: absolute;
	bottom: -126px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.main-container .section--entry .container {
	width: 100%;
}

.main-container .section--join {
	background-image: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/content/main-join/bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.main-container .section--join.nitro-lazy {
	background-image: none !important;
}

.main-container .section--join::before {
	content: "";
	background: linear-gradient(0, rgba(255, 255, 255, 0) 0, #fff 100%);
	width: 100%;
	height: 430px;
	width: 100%;
	height: 200px;
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
}

.main-container .section--join:after {
	content: "";
	background: url("https://cdn-ikplpjb.nitrocdn.com/ivVnIDYMGCYsshdjAjlRNavaJzjpFaHF/assets/images/optimized/rev-affe031/sfih.us/wp-content/themes/understrap/img/content/main-join/cloud.png") no-repeat center/contain;
	width: 600px;
	height: 220px;
	position: absolute;
	top: -70px;
	right: -230px;
	z-index: 2;
}

.main-join {
	position: relative;
	z-index: 3;
}

.main-join__title {
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
}

.main-join__btns {
	margin-top: 64px;
	display: flex;
	justify-content: center;
}

.main-join__btn {
	width: 310px;
}

@media (min-width:480px) {
	.h1, h1 {
		font-size: 36px;
	}
	
	.h2, h2 {
		font-size: 28px;
	}
	
	.footer--main .footer__copy, .footer--main .footer__title, .footer__btn-up, .h3, h3 {
		font-size: 20px;
	}
	
	.h4, h4 {
		font-size: 16px;
	}
	
	.text, p {
		font-size: 16px;
	}
	
	blockquote {
		font-size: 16px;
	}
	
	.text-medium {
		font-size: 20px;
	}
	
	.btn--huge {
		min-height: 64px;
	}
	
	.hide-sm-only {
		display: none;
	}
	
	.modal__square {
		padding: 48px;
	}
	
	.intro__btn {
		max-width: 290px;
		min-width: 290px;
	}
	
	.intro--other .intro__desc {
		font-size: 20px;
	}
	
	.entry__logo span {
		font-size: 64px;
	}
	
	.entry__title {
		font-size: 64px;
	}
	
	.entry__btn {
		min-width: 200px;
		max-width: 200px;
		top: -16px;
		min-height: 52px;
	}
	
	.article__caption {
		font-size: 20px;
	}
	
	.article__group {
		margin: 40px 0 64px;
	}
	
	.article__group p {
		font-size: 20px;
	}
	
	.speakers__col-img--wrap {
		min-width: 290px;
		max-width: 290px;
	}
	
	.partners__col-img {
		width: 120px;
	}
	
	.asset__counter {
		font-size: 64px;
	}
	
	.asset__title {
		font-size: 38px;
	}
	
	.asset__panel-btn {
		min-width: 190px;
		max-width: 190px;
	}
	
	.join {
		padding: 48px;
	}
	
	.join__title {
		margin-bottom: 40px;
	}
	
	.join__desc {
		margin-bottom: 48px;
		min-height: 48px;
	}
	
	.join__conditions ul li:before {
		font-size: 36px;
		margin: 0 0 24px;
	}
	
	.join__footer {
		margin-top: 64px;
	}
	
	.join__footer:after {
		display: block;
	}
	
	.join__btn {
		min-width: 190px;
		max-width: 190px;
	}
	
	.features__col-desc {
		font-size: 16px;
	}
	
	.benefits__title {
		font-size: 38px;
	}
	
	.benefits__col-title {
		font-size: 22px;
	}
	
	.benefits__btn {
		min-width: 190px;
		max-width: 190px;
	}
	
	.section__head {
		margin-bottom: 40px;
	}
	
	.section__caption {
		margin-top: 40px;
	}
	
	.card__read-more {
		font-size: 16px;
	}
	
	.news-feed__btns .btn {
		min-width: 290px;
	}
	
	.hero__btn {
		min-width: 290px;
		max-width: 290px;
	}
	
	.footer {
		padding: 32px 0;
	}
	
	.footer__title {
		margin-bottom: 24px;
	}
	
	.footer__nav ul li {
		width: calc(33.3% - 24px);
	}
	
	.footer__btn-up {
		font-size: 20px;
	}
	
	.footer--main {
		padding: 64px 0 40px;
	}
	
	.main-container .section--entry::before {
		height: 200px;
	}
	
	.main-container .section--entry:after {
		width: 949px;
		height: 328px;
	}
	
	.main-container .section--join::before {
		height: 250px;
	}
	
	.main-container .section--join:after {
		width: 949px;
		height: 328px;
		top: -90px;
		right: -300px;
	}
	
	.main-join__title {
		font-size: 64px;
	}
}

@media (min-width:767px) {
	.container {
		max-width: 768px;
	}
	
	.hide-md-up {
		display: none;
	}
	
	.tabs__btn {
		font-size: 20px;
	}
	
	.social__link {
		width: 36px;
		height: 36px;
		min-width: 36px;
	}
	
	.social__link:before {
		width: 36px;
		height: 36px;
		min-width: 36px;
	}
	
	.modal {
		padding: 32px;
	}
	
	.cookies {
		right: 32px;
		bottom: 32px;
		left: auto;
	}
	
	.cookies__main {
		max-width: 360px;
	}
	
	.cookies__settings {
		max-width: 400px;
	}
	
	.cookies__main, .cookies__settings {
		max-height: calc(100vh - 32px - 48px - 32px);
	}
	
	.intro {
		margin-bottom: 100px;
	}
	
	.intro__wrap {
		padding: 80px 0;
	}
	
	.intro__img--wrap {
		top: -48px;
		bottom: auto;
	}
	
	.intro__img--wrap:after {
		width: 250px;
		height: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
	}
	
	.intro--other .intro__btns {
		width: auto;
	}
	
	.article__announce {
		padding-left: 52px;
	}
	
	.article__announce.is-bpad {
		padding-left: 100px;
	}
	
	.article__announce.is-hpad {
		padding-left: 200px;
	}
	
	.article__media-video-play:after {
		width: 64px;
		height: 64px;
		background-size: 48px;
	}
	
	.article__content {
		padding: 0 100px;
	}
	
	.article__content h2:not([class]) {
		margin: 64px 0 40px;
	}
	
	.article__content h4:not([class]) {
		margin: 40px 0 24px;
	}
	
	.article__content blockquote {
		padding-left: 52px;
	}
	
	.article__content .section {
		margin-right: -100px;
		margin-left: -100px;
	}
	
	.speakers__col {
		display: flex;
		margin: 0 0 140px;
	}
	
	.speakers__col-img--wrap {
		margin: 0 52px 0 0;
	}
	
	.speakers__col-name {
		margin: 0 0 20px;
	}
	
	.speakers__col-post {
		margin: 20px 0 32px;
	}
	
	.speakers__col-desc {
		margin: 32px 0 0;
	}
	
	.speakers__col:nth-child(even) {
		flex-direction: row-reverse;
	}
	
	.speakers__col:nth-child(even) .speakers__col-img--wrap {
		margin: 0 0 0 32px;
	}
	
	.reviews__col {
		display: flex;
		align-items: flex-start;
		margin: 0 0 100px;
	}
	
	.reviews__col-img--wrap {
		margin: 0 20px 0 0;
	}
	
	.reviews__col-name {
		margin: 0 0 20px;
	}
	
	.reviews__col-post {
		margin: 20px 0 32px;
	}
	
	.reviews__col-desc {
		margin: 32px 0 0;
	}
	
	.reviews__col:nth-child(even) {
		padding-left: 64px;
	}
	
	.partners {
		margin-bottom: 164px;
	}
	
	.asset__counter {
		margin-bottom: 80px;
	}
	
	.asset__row {
		margin: 0 -32px -64px;
	}
	
	.asset__col {
		width: 50%;
		max-width: 452px;
		padding: 0 32px;
		margin: 0 0 64px;
	}
	
	.asset__desc {
		margin: 40px 0 0;
	}
	
	.asset__panel {
		margin-top: 80px;
	}
	
	.asset__panel-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 -32px;
	}
	
	.asset__panel-col {
		width: 50%;
		max-width: 452px;
		padding: 0 32px;
	}
	
	.asset__panel-btn {
		margin-left: 16px;
	}
	
	.asset__gallery {
		margin-top: 148px;
	}
	
	.asset__gallery-col {
		max-width: 580px;
		min-width: 580px;
	}
	
	.join__conditions ul {
		margin: 0 -32px -64px;
	}
	
	.join__conditions ul li {
		width: 50%;
		padding: 0 32px;
		margin: 0 0 64px;
	}
	
	.join__footer:before {
		width: 360px;
	}
	
	.features__list {
		margin: 0 -32px -64px;
	}
	
	.features__col {
		padding: 0 32px;
		margin: 0 0 64px;
		width: 50%;
	}
	
	.features__col-icon--wrap {
		margin: 0 0 32px;
		max-width: 70px;
		min-width: 70px;
	}
	
	.features__col-title {
		margin: 32px 0;
		min-height: 66px;
	}
	
	.benefits__row {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.benefits__info {
		position: sticky;
		top: 80px;
		padding-bottom: 80px;
	}
	
	.benefits__list {
		max-width: 330px;
		min-width: 330px;
		margin-left: 64px;
	}
	
	.benefits__col-img--wrap {
		width: 70px;
		height: 70px;
		min-width: 70px;
		margin: 0 32px 0 0;
	}
	
	.benefits__col+.benefits__col {
		margin-top: 80px;
	}
	
	.benefits__btns {
		margin-top: 148px;
	}
	
	.section {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	
	.section--hmar {
		margin-top: 124px;
		margin-bottom: 124px;
	}
	
	.section__caption {
		padding-left: 52px;
	}
	
	.news-feed__card {
		width: 50%;
	}
	
	.news-feed__btns {
		margin-top: 100px;
	}
	
	.section--narrow .news-feed__row {
		margin: 0 -12px -12px;
	}
	
	.section--narrow .news-feed__card {
		width: 50%;
		margin: 0 0 12px;
	}
	
	.events-feed__card {
		width: 50%;
		margin: 0 0 48px;
	}
	
	.footer {
		margin-top: 90px;
	}
	
	.footer__nav ul li {
		width: calc(25% - 24px);
	}
	
	.footer--main {
		margin-top: 0;
	}
	
	.main-join__btns {
		margin-top: 80px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 992px;
	}
	
	.btn--huge {
		min-height: 76px;
	}
	
	.hide-lg-up {
		display: none;
	}
	
	.tabs__btn {
		font-size: 22px;
	}
	
	.tooltip-scroll {
		left: 20px;
	}
	
	.intro {
		height: 100vh;
		min-height: 800px;
		max-height: 800px;
	}
	
	.intro--other {
		margin-bottom: -250px;
	}
	
	.entry__row {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.entry__btn {
		min-height: 52px;
	}
	
	.article__title {
		margin-bottom: 48px;
	}
	
	.article__announce {
		padding-left: 100px;
	}
	
	.article__announce.is-bpad {
		padding-left: 200px;
	}
	
	.article__announce.is-hpad {
		padding-left: 300px;
	}
	
	.article__group {
		display: flex;
		gap: 48px;
		margin: 48px -100px 100px;
	}
	
	.article__group-img, .article__group-info {
		width: 50%;
	}
	
	.article__content h2:not([class]) {
		margin: 100px 0 48px -100px;
	}
	
	.article__content h4:not([class]) {
		margin: 48px 0 32px;
	}
	
	.article__content p {
		margin: 32px 0;
	}
	
	.article__content blockquote {
		padding-left: 100px;
	}
	
	.reviews__col-img--wrap {
		min-width: 190px;
		max-width: 190px;
	}
	
	.reviews__col:nth-child(even) {
		padding-left: 100px;
	}
	
	.asset__panel-title::after {
		width: 236px;
		left: calc(100% + 72px);
	}
	
	.asset__gallery-col {
		max-width: 720px;
		min-width: 720px;
	}
	
	.join {
		padding: 100px;
	}
	
	.join__title {
		margin-bottom: 48px;
	}
	
	.join__desc {
		padding-left: 100px;
		min-height: 64px;
	}
	
	.join__conditions ul li {
		width: 33.3%;
	}
	
	.join__conditions ul li:before {
		font-size: 55px;
		margin: 0 0 40px;
	}
	
	.join__footer {
		margin-top: 100px;
	}
	
	.join__footer:before {
		width: 500px;
		background-size: contain;
		background-position: left;
		left: 50px;
	}
	
	.join__footer:after {
		display: none;
	}
	
	.features__col {
		width: 33.3%;
	}
	
	.features__col-icon--wrap {
		margin: 0 0 48px;
	}
	
	.features__col-title {
		margin: 48px 0;
	}
	
	.benefits__list {
		max-width: 390px;
		min-width: 390px;
	}
	
	.section__head {
		margin-bottom: 48px;
	}
	
	.section__caption {
		padding-left: 100px;
		margin-top: 48px;
	}
	
	.card__body {
		padding: 20px;
	}
	
	.card__body:hover {
		box-shadow: 5px 5px 50px 0 rgba(0, 0, 0, .1);
	}
	
	.news-feed__row {
		margin: 0 -24px -32px;
	}
	
	.news-feed__slider {
		padding: 30px 0;
	}
	
	.news-feed.slider-wrap {
		margin: -30px -20px;
	}
	
	.footer--main {
		padding: 112px 0 48px;
	}
	
	.footer--main .footer__row {
		margin: 0 0 -32px;
	}
	
	.footer--main .footer__col {
		width: 33.3%;
	}
	
	.main-container .section--entry:after {
		width: 1189px;
		height: 388px;
	}
	
	.main-container .section--join::before {
		height: 430px;
	}
	
	.main-container .section--join:after {
		width: 1189px;
		height: 388px;
		top: -130px;
	}
}

@media (min-width:1280px) {
	.h1, h1 {
		font-size: 55px;
	}
	
	.h2, h2 {
		font-size: 35px;
	}
	
	.footer--main .footer__copy, .footer--main .footer__title, .footer__btn-up, .h3, h3 {
		font-size: 22px;
	}
	
	.text, p {
		font-size: 18px;
	}
	
	blockquote {
		font-size: 18px;
	}
	
	.text-medium {
		font-size: 22px;
	}
	
	.hide-xl-only {
		display: none;
	}
	
	.header__row {
		justify-content: center;
	}
	
	.header__logo {
		width: 66px;
		height: 51px;
		position: absolute;
		top: calc(100% + 32px);
		left: 32px;
	}
	
	.header__nav-list {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		gap: 36px;
	}
	
	.header__nav-item--arrow .header__nav-link:after {
		width: 24px;
		height: 24px;
		min-width: 24px;
	}
	
	.header__nav-item:hover .header__nav-link {
		color: #fb4040;
	}
	
	.header__nav-item:hover .header__nav-link:after {
		transform: rotate(-90deg);
	}
	
	.header__nav-item:hover .sub-menu {
		display: block;
	}
	
	.header__nav .sub-menu {
		position: absolute;
		top: calc(100% - 4px);
		left: -12px;
		padding-top: 4px;
		opacity: 1;
	}
	
	.header__panel {
		display: none;
	}
	
	.intro {
		margin-bottom: 150px;
	}
	
	.intro__wrap {
		padding: 100px 0;
	}
	
	.intro--other {
		margin-bottom: -270px;
	}
	
	.intro--other .intro__desc {
		font-size: 22px;
	}
	
	.entry__logo span {
		font-size: 80px;
	}
	
	.entry__title {
		font-size: 100px;
	}
	
	.entry__btn {
		min-width: 320px;
		max-width: 320px;
		top: -28px;
		margin-left: 16px;
		min-height: 76px;
	}
	
	.entry__desc {
		max-width: 390px;
	}
	
	.article__caption {
		font-size: 22px;
	}
	
	.article__group p {
		font-size: 22px;
	}
	
	.article__content .section {
		margin-right: -294px;
		margin-left: -294px;
	}
	
	.partners {
		margin-bottom: 180px;
	}
	
	.asset__counter {
		font-size: 80px;
		margin-bottom: 100px;
	}
	
	.asset__title {
		font-size: 52px;
	}
	
	.asset__desc {
		margin: 48px 0 0;
	}
	
	.asset__panel {
		margin-top: 100px;
	}
	
	.asset__gallery {
		margin-top: 200px;
	}
	
	.asset__gallery-col {
		max-width: 900px;
		min-width: 900px;
	}
	
	.asset__gallery .slider-nav__prev {
		left: 100px;
	}
	
	.asset__gallery .slider-nav__next {
		right: 100px;
	}
	
	.benefits__title {
		font-size: 52px;
	}
	
	.benefits__col-title {
		font-size: 26px;
	}
	
	.benefits__col+.benefits__col {
		margin-top: 100px;
	}
	
	.benefits__btns {
		margin-top: 200px;
	}
	
	.section {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	
	.section--hmar {
		margin-top: 148px;
		margin-bottom: 148px;
	}
	
	.news-feed__card {
		width: 33.3%;
	}
	
	.news-feed__btns {
		margin-top: 120px;
	}
	
	.hero__row {
		display: flex;
		flex-wrap: nowrap;
		gap: 32px;
	}
	
	.hero__img--wrap, .hero__info {
		width: 50%;
	}
	
	.hero__img--wrap {
		padding-top: 43.5%;
		margin-bottom: 0;
	}
	
	.hero__info {
		padding: 32px 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.footer {
		margin-top: 148px;
	}
	
	.footer__row {
		flex-wrap: nowrap;
		gap: 32px 100px;
	}
	
	.footer__title {
		margin-bottom: 32px;
	}
	
	.footer__col ul li, .footer__col ul li a {
		font-size: 10px;
		white-space: nowrap;
	}
	
	.footer__nav ul {
		gap: 12px 64px;
	}
	
	.footer__nav ul li {
		min-width: 148px;
		width: auto;
	}
	
	.footer__copy {
		left: 30px;
	}
	
	.footer__btn-up {
		font-size: 22px;
	}
	
	.footer--main {
		margin-top: 0;
	}
	
	.main-container .section--entry::before {
		height: 250px;
	}
	
	.main-join__title {
		font-size: 100px;
	}
	
	.main-join__btns {
		margin-top: 100px;
	}
}

@media (min-width:1440px) {
	.container {
		max-width: 1238px;
	}
	
	.asset__panel-title:after {
		width: 376px;
	}
}

@media (max-width:1279px) {
	.hide-xl-down {
		display: none;
	}
	
	.header__nav {
		position: fixed;
		top: 48px;
		left: 0;
		z-index: 101;
		background: #fff;
		width: 100%;
		height: calc(100% - 48px);
		padding: 0 16px 32px;
		opacity: 0;
		z-index: -1;
		transform: translateY(-100%);
		overflow: auto;
		transition: .4s;
	}
	
	.header__nav-list {
		max-width: 360px;
		margin: 24px auto 0;
	}
	
	.header__nav-item {
		margin: 0 0 12px;
	}
	
	.header__nav-item--arrow-active .header__nav-link:after {
		transform: rotate(-90deg);
	}
	
	.header__nav-item--arrow-active .sub-menu {
		display: block;
	}
	
	.header__nav-item:last-child {
		margin: 0;
	}
	
	.header__nav-link {
		width: 100%;
	}
	
	.header__nav .sub-menu {
		margin-left: 16px;
		border-left: 1px solid #d9d9d9;
		margin-left: 16px;
	}
	
	.header__nav .sub-menu .sub-menu-item {
		margin-bottom: 4px;
		margin-left: 8px;
	}
	
	.header__nav .sub-menu .header__nav-sub-link {
		display: inline-flex;
		width: 100%;
	}
	
	.header-mobile-menu .header__nav {
		opacity: 1;
		z-index: 1;
		transform: translateY(0);
	}
	
	.footer__container {
		position: relative;
	}
	
	.footer__row {
		padding-left: 16px;
	}
	
	.footer--main .footer__row {
		padding-left: 0;
	}
}

@media (max-width:991px) {
	.hide-lg-down {
		display: none;
	}
	
	.slider-nav {
		display: none;
	}
	
	.intro__img {
		opacity: .3;
	}
	
	.entry__img {
		opacity: .3;
	}
	
	.article__group-info {
		margin-top: 24px;
	}
}

@media (max-width:766px) {
	.hide-md-down {
		display: none;
	}
	
	.intro__img--wrap {
		min-width: 580px;
	}
	
	.partners__col {
		width: calc(33.3% - 24px);
	}
	
	.asset__col:last-child {
		margin: 0;
	}
	
	.asset__panel-title::after {
		display: none;
	}
	
	.asset__panel-btns {
		margin-top: 24px;
	}
	
	.asset__gallery {
		padding: 0 32px;
	}
	
	.asset__gallery-slider:after, .asset__gallery-slider:before {
		display: none;
	}
	
	.benefits__title {
		margin-bottom: 40px;
	}
	
	.footer__subscribe {
		width: 100%;
	}
	
	.footer--main .footer__subscribe {
		width: 100%;
	}
}

@media (max-width:479px) {
	.hide-sm-down {
		display: none;
	}
	
	.entry__btn {
		font-size: 14px;
	}
	
	.partners__col {
		width: calc(50% - 16px);
	}
	
	.join__footer:before {
		display: none;
	}
	
	.join__btns {
		width: 100%;
	}
	
	.news-feed__btns .btn {
		width: 100%;
	}
}
