/*
Theme Name: Component Blox Child Theme
Author: Component Blox
Description: Bootstrap Component Blox Child Theme
Version: 1.0
Template: bootstrap-component-blox
*/

* {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
*:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
body {
    font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	color: #0C182D;
    font-weight: 400;
	background-color: #fff;
}
h1, h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
}
h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 120%;
}
h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
}
h6 {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
}
p, li {
	font-size: 16px;
	font-weight: 300;
	line-height: 120%;
}
p small {
	font-size: 12px;
	font-weight: 300;
}
.btn-lg {
	position: relative;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	padding: 14px 49px 14px 14px;
}
.btn-light:hover, .btn-light:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.btn-dark, .btn-outline-dark:hover, .btn-outline-dark:focus {
	background-color: #0E1B14;
	border-color: #0E1B14;
}
.btn-dark:hover, .btn-dark:focus {
	color: #fff;
	background-color: #234379;
	border-color: #234379;
}
.hero .btn-dark:hover, .hero .btn-dark:focus {
	color: #0E1B14;
	background-color: #fff;
	border-color: #fff;
}
.btn-lg:before {
	position: absolute;
    top: calc(50% - 13px);
    right: 12px;
    content: '';
    width: 26px;
    height: 26px;
	border-radius: 13px;
}
.btn-dark:before, .btn-light:hover:before, .btn-light:focus:before {
    background: #fff;
}
.btn-light:before, .btn-outline-light:hover:before, .btn-outline-light:focus:before {
    background: #0E1B14;
}
.btn-lg::after {
	position: absolute;
    top: calc(50% - 13px);
    right: 12px;
    content: '';
    width: 26px;
    height: 26px;
}
.btn-light:hover:after, .btn-light:focus:after, .btn-dark:after, .btn-outline-dark:after {
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/arrow-right-dark.svg) no-repeat center center;
	background-size: 100% 100%;
}
.btn-light:after, .btn-outline-light:after, .btn-outline-dark:hover:after, .btn-outline-dark:focus:after {
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/arrow-right-white.svg) no-repeat center center;
	background-size: 100% 100%;
}
.card {
	border-width: 0px;
}
.card-body {
	padding: 30px;
}
.card-footer {
	background-color: transparent;
    border-top: 0px;
}
.badge {
	font-size: 14px;
	font-weight: 300;
}
.badge img {
	margin-right: 5px;
}
.alert {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}
.alert-light {
	background-color: #A2A2A21A;
	border-width: 0px;
}
.text-bg-light, .bg-light {
	background-color: #F8FAFC;
}
.bg-info-subtle {
	background-color: #F2F8FF !important;
}
.bg-white {
	background-color: #fff;
}
.text-bg-primary {
	background: linear-gradient(180deg, #0C182D 0%, #234379 100%);
}
.text-bg-success {
	
}

/* header */
header {
	position: relative;
	padding-top: 16px;
	z-index: 100;
}
.navbar-brand {
	flex-grow: 1 !important;
	margin-right: 0px !important;
}
header .container {
	background-color: #FFFFFF1A;
	backdrop-filter: blur(24px);
	border-radius: 40px;
}
header .navbar-nav {
	margin-right: auto !important;
    margin-left: auto !important;
}
header .menu-item .nav-link {
    color: #FFFFFF;
	line-height: 20px;
	padding: 5px 15px !important;
	border-radius: 15px;
}
header .nav-link:hover, header .nav-link:focus {
	color: #DCFBEA;
	background-color: #FFFFFF1A;
}
header .current-menu-item .nav-link {
	color: #0C182D;
	background-color: #FFFFFF;
}
header .menu-item .sub-menu {
	padding: 9px !important;
}
header .menu-item .sub-menu .nav-link {
	font-size: 16px;
	color: #0C182D;
	line-height: 30px !important;
	border-radius: 5px;
}
header .menu-item .sub-menu .nav-link:hover, header .menu-item .sub-menu .nav-link:focus {
	background-color: #EEF5FF;
}
header .phone a {
	color: #fff;
	text-decoration: none;
	padding: 5px 5px !important;
    border-radius: 15px;
}
header .phone a:hover, header .phone a:focus {
    color: #DCFBEA;
    background-color: #FFFFFF1A;
}
.social a {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}
.contacts .social a {
	border: 1px solid #0D1A30;
}
.social a .svg {
	width: 100%;
	height: 100%;
}
header .social a {
    width: 40px;
    height: 40px;
}
footer .social a {
    width: 32px;
    height: 32px;
}
header .social a:hover, header .social a:focus {
    background-color: #0C182D;
    border: 1px solid #0C182D;
}
footer .social a:hover, footer .social a:focus {
    background-color: #234379;
    border: 1px solid #234379;
}
.contacts .social a:hover, .contacts .social a:focus {
    background-color: #fff;
    border: 1px solid #234379;
}

/* hero */
.hero {
	position: relative;
	margin-top: -120px;
	padding-top: 200px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/slide-home.jpg) no-repeat center center;
	z-index: 1;
	overflow: hidden;
}
.hero.services {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/slide-services.jpg) no-repeat center center;
}
.hero.care {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/slide-care.jpg) no-repeat center center;
}
.hero:before {
    position: absolute;
    top: 0%;
    left: 0%;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
	z-index: 0;
}
.hero .container {
	position: relative;
	z-index: 15;
}
.hero .alert-success {
	color: #DCFBEA;
	background-color: #EBEBEB33 !important;
	border-width: 0px !important;
}
.hero .text-bg-success {
	color: #DDF2E6 !important;
	background-color: transparent !important;
}
.text-bg-secondary {
	background-color: #EBEBEB33 !important;
}

/* what-we-do */
.what-we-do .card-subtitle {
	position: relative;
	color: #0C182D !important;
	padding-left: 20px;
}
.what-we-do .card-subtitle:before {
	position: absolute;
    top: 2px;
    left: 0px;
    content: '';
    width: 14px;
    height: 14px;
	background-color: #234379;
	border-radius: 4px;
}

/* how-it-works */
.how-it-works {
	position: relative;
	z-index: +1;
}
.how-it-works .card-subtitle {
	font-weight: 400;
	font-size: 64px;
	line-height: 120%;
	color: #DDF2E660 !important;
}
.how-it-works .icon {
    position: relative;
    width: 58px;
    height: 58px;
    display: block;
    margin: 30px 0 10px;
	background-color: #EEF5FF33;
    border-radius: 30px;
}

/* cta-block */
.cta-block {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
.cta-block:before {
	position: absolute;
    top: -250px;
    left: -150px;
    content: '';
    width: 710px;
    height: 710px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/pattern.svg) no-repeat center center;
	background-size: 100% 100%;
}
.cta-block:after {
	position: absolute;
    top: -250px;
    right: -150px;
    content: '';
    width: 710px;
    height: 710px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/pattern.svg) no-repeat center center;
	background-size: 100% 100%;
}
.cta-block .container {
	position: relative;
}
.home .cta-block h2 {
	font-weight: 500;
	font-size: 48px;
}

/* services */
.services .card.noactive {
	opacity: .25;
}
.service-photo {
	position: relative;
}
.service-photo .service-bage {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	position: absolute;
    top: 15px;
    left: 15px;
	right: 15px;
	text-align: center;
	background-color: #ffffff70;
	backdrop-filter: blur(8px);
}
.service-description .card-subtitle {
	position: relative;
	color: #0C182D !important;
	padding-left: 20px;
}
.service-description .card-subtitle:before {
	position: absolute;
    top: 2px;
    left: 0px;
    content: '';
    width: 14px;
    height: 14px;
	background-color: #234379;
	border-radius: 4px;
}
.service-description .card-body {
    padding: 0 20px;
}
.service-description .card-body ul {
    padding-left: 0;
    list-style: none;
}
.service-description .card-body li {
	position: relative;
	font-size: 16px;
	padding: 9px 0 9px 25px;
	border-top: 1px solid #0D1A3010;
}
.service-description .card-body li:before {
    position: absolute;
    top: 12px;
    left: 0px;
    content: '';
    width: 14px;
    height: 14px;
    background-color: #234379;
    border-radius: 4px;
}

/* packages */
.packages .card.popular {
	border: 2px solid #0D1A30
}
.packages .card .icon {
    position: relative;
    width: 68px;
    height: 68px;
    display: block;
    margin: 20px auto;
	background-color: #23437933;
    border-radius: 34px;
}
.packages .card .alert {
	text-transform: none;
}
.packages .card .alert.alert-dark {
	display: none;
}
.packages .card.popular .alert.alert-dark {
	display: block;
	position:absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	white-space: nowrap;
	margin: 0 auto;
	background-color: #0E1B14;
    border-color: #0E1B14;
}
.packages .card .card-body {
    padding: 10px 20px 0;
}
.packages .card .card-body li {
	position: relative;
	font-size: 16px;
	padding: 9px 0 9px 25px;
	border-top: 1px solid #0D1A3010;
}
.packages .card .card-body li:before {
    position: absolute;
    top: 12px;
    left: 0px;
    content: '';
    width: 14px;
    height: 14px;
    background-color: #234379;
    border-radius: 4px;
}

/* abroad */
.abroad, .mission {
	position: relative;
	background: linear-gradient(0deg, #0C182D 0%, #234379 100%);
	overflow: hidden;
}
.abroad:before, .mission:before {
	position: absolute;
    bottom: 52%;
    right: -100px;
    content: '';
    width: 605px;
    height: 605px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/pattern-blue.svg) no-repeat center center;
	background-size: 100% 100%;
}
.abroad:after, .mission:after {
	position: absolute;
    top: 52%;
    right: -100px;
    content: '';
    width: 605px;
    height: 605px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/pattern-blue.svg) no-repeat center center;
	background-size: 100% 100%;
}
.abroad .container, .mission .container {
	position: relative;
}
.abroad p small {
	color: #DDF2E6;
}

/* ethics */
.ethics {
	position: relative;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/slide-ethics.jpg) no-repeat center center;
}
.ethics:before {
    position: absolute;
    top: 0%;
    left: 0%;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    z-index: 0;
}
.ethics .container {
	position: relative;
}

/* why-choose-us */
.why-choose-us {}
.benefits {
	background: linear-gradient(90deg, #0C182D 0%, #234379 100%);
}
.abroad .value .card {
	background-color: #EBEBEB33;
}
.value .icon {
	position: relative;
	width: 68px;
    height: 68px;
	display: block;
	margin: 20px auto;
	border-radius: 34px;
}
.numbers .value .icon {
	width: 76px;
    height: 76px;
	border-radius: 38px;
}
.steps .value .icon {
	width: 72px;
    height: 72px;
	border-radius: 36px;
}
.why-choose-us .value .icon, .numbers .value .icon, .steps .value .icon {
	background-color: #EEF5FF;
}
.benefits .value .icon, .abroad .value .icon  {
	background-color: #EEF5FF33;
}
.numbers h5 {
	font-weight: 700;
	font-size: 36px;
	line-height: 120%;
}

/* contacts */
.contacts {
	background-color: #F2F8FF;
}
.contact .icon {
	position: relative;
	width: 68px;
    height: 68px;
	display: block;
	margin: 20px auto;
	border-radius: 34px;
	background-color: #23437980;
}
.contact a {
	color: #0D1A30;
	text-decoration: none;
}

/* partners */
.partners {
	position: relative;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/slide-partners.jpg) no-repeat center center;
}
.partners:before {
    position: absolute;
    top: 0%;
    left: 0%;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
	z-index: 0;
}
.partners .container {
	position: relative;
}
.partners p small {
	color: #DDF2E6;
}

/* geography */
.geography {
	position: relative;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/slide-geography.jpg) no-repeat center center;
}
.geography:before {
    position: absolute;
    top: 0%;
    left: 0%;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
	z-index: 0;
}
.geography .container {
	position: relative;
	z-index: 15;
}
.geography h5 {
	font-weight: 400;
}
.geography .badge img {
    margin-right: 0px;
}
.geography li {
	padding: 10px 40px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/check-white.svg) no-repeat left 10px center;
}
.geography .general .badge {
	display: block;
}

/* guarantees */
.guarantees {
	position: relative;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/slide-guarantees.jpg) no-repeat center center;
}
.guarantees:before {
    position: absolute;
    top: 0%;
    left: 0%;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
	z-index: 0;
}
.guarantees .container {
	position: relative;
	color: #fff;
	z-index: 15;
}

/* faq */
.faq {
	position: relative;
	overflow: hidden;
}
.faq:before {
	position: absolute;
    top: 0px;
    left: -350px;
    content: '';
    width: 710px;
    height: 710px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/pattern.svg) no-repeat center center;
	background-size: 100% 100%;
}
.faq .container {
	position: relative;
}
.faq .card-subtitle {
	position: relative;
	color: #0C182D !important;
	padding-left: 20px;
}
.faq .card-subtitle:before {
	position: absolute;
    top: 2px;
    left: 0px;
    content: '';
    width: 14px;
    height: 14px;
	background-color: #234379;
	border-radius: 4px;
}
.faq .accordion-item {
	border: 1px solid #DDF2E6;
	border-radius: 20px;
}
.faq .accordion-header {
	
	border-radius: 20px;
}
.faq .accordion-button {
	font-weight: 600;
	font-size: 22px;
	line-height: 120%;
	background-color: transparent;
}
.faq .accordion-button:focus, .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-button::after {
    font-size: 16px;
}
.faq .accordion-body {
	padding: 0 20px 20px;
}

/* order-form */
.order-form {
	position: relative;
	overflow: hidden;
}
.order-form:before {
	position: absolute;
    top: 0px;
    left: -350px;
    content: '';
    width: 710px;
    height: 710px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/pattern.svg) no-repeat center center;
	background-size: 100% 100%;
}
.order-form .container {
	position: relative;
}
.wpcf7-form p {
	margin-bottom: 5px;
}
.wpcf7-form label {
	width: 100%;
	font-size: 16px;
}
.wpcf7-form label.btn {
	width: auto;
}
.wpcf7-form .form-control {
    font-size: 16px;
    line-height: 30px;
	padding: 9px 12px;
	margin: 10px 0;
	border: 1px solid #CAD5E2;
}
.wpcf7-form .form-control ::placeholder {
	font-size: 16px;
	color: #0A0A0A80;
}
.wpcf7-form textarea.form-control {
	height: 120px;
}
.wpcf7-form .upload-block {
	padding: 15px;
	border: 2px solid #CAD5E2;
	border-radius: 10px;
}
.wpcf7-form .upload-block .wpcf7-form-control-wrap {
	display: block;
	height: 40px !important;
	width: 100px !important;
	margin: 0 auto;
	background-color: transparent;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/icon-upload.svg) no-repeat center center;
	border-width: 0px;
}
.wpcf7-form .upload-block input.wpcf7-form-control {
	font-size: 0px !important;
    height: 40px !important;
	width: 100px;
	background-color: transparent !important;
	background: none;
	border: 0px solid #fff !important;
	opacity: 0;
}
.wpcf7-form .wpcf7-submit {
	color: #fff;
	line-height: 30px;
	padding: 0;
	background-color: transparent;
	border-width: 0px;
}
/* modal */
.modal-content {
}
.btn-close {
	position: absolute;
	right: 30px;
	top: 30px;
}
.modal-body {
	padding: 20px 30px 30px;
}

/* footer */
footer {
	color: #fff;
    position: relative;
    background: linear-gradient(0deg, #0C182D 0%, #234379 100%);
}
.footer-widgets h4 {
	font-size: 20px;
}
#footer-widgets ul {
    padding-left: 0px !important;
}
.footer-widgets ul {
	list-style-type: none;
	padding-left: 0px;
}
.footer-widgets li, .footer-widgets p {
	font-size: 16px;
	color: #FFFFFFB2;
	line-height: 18px;
	margin: 15px 0;
}
.footer-widgets p a {
	color: #FFFFFFB2;
	text-decoration: none;
}
.footer-widgets li a:hover, .footer-widgets p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer-widgets p.phone, .footer-widgets p.mail {
	padding-left: 30px;
}
.footer-widgets p.phone {
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/icon-phone.svg) no-repeat left center;
}
.footer-widgets p.mail {
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/icon-mail.svg) no-repeat left center;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { ... }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.service-description .card-body {
		padding: 0 0 0 30px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.faq .accordion-button {
		font-size: 27px;
	}
	.home .why-choose-us .values, .stars.why-choose-us .values {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	.home .why-choose-us .value, .stars.why-choose-us .value {
		flex: 1 0 0;
		width: 20%;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	h1, h2 {
		font-size: 48px;
	}
	h4 {
		font-size: 30px;
	}
	h5 {
		font-size: 22px;
	}
	p, li {
		font-size: 16px;
	}
	p small {
		font-size: 13px;
	}
	.home .cta-block h2 {
	    font-size: 72px;
	}
	.alert {
	    font-size: 16px;
	}
	.badge {
		font-size: 16px;
	}
	.service-photo .service-bage {
		font-size: 24px;
		line-height: 36px;
		top: 20px;
		left: 20px;
		right: 20px;
	}
	.numbers h5 {
		font-size: 64px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
	h1, h2 {
		font-size: 64px;
	}
	h4 {
		font-size: 32px;
	}
	h5 {
		font-size: 24px;
	}
	p, li {
		font-size: 18px;
	}
	p small {
		font-size: 14px;
	}
	.btn-lg {
		font-size: 18px;
		line-height: 30px;
		padding: 14px 54px 14px 19px;
	}
	.btn-lg:before {
		top: calc(50% - 16px);
		right: 14px;
		width: 32px;
		height: 32px;
		border-radius: 16px;
	}
	.btn-lg::after {
		top: calc(50% - 16px);
		right: 14px;
		width: 32px;
		height: 32px;
	}
	header .social a {
		width: 50px;
		height: 50px;
	}
	.home .cta-block h2 {
	    font-size: 96px;
	}
	.faq .accordion-button {
		font-size: 32px;
	}
}

@media (min-width: 1680px) {
	.container {
		max-width: 1440px;
	}
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { ... }

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.navbar-toggler {
		display: flex;
		grid-column-gap: 12px;
		grid-row-gap: 12px;
		align-items: center!important;
		padding: 5px !important;
		border: 0px;
		z-index: 100;
	}
	.navbar-toggler:focus {
		outline: 0;
		-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
		box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
	}
	.header-menu-button-burger {
		grid-column-gap: 8px;
		grid-row-gap: 8px;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		width: 30px;
		display: flex;
		position: relative;
	}
	.navbar-toggler .line {
		background-color: #fff;
		width: 30px;
		height: 2px;
	}
	.navbar-toggler.collapsed .line._1, .navbar-toggler.collapsed .line._2, .navbar-toggler.collapsed .line._3 {
		transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		transform-style: preserve-3d;
		opacity: 1;
	}
	.navbar-toggler .line._1 {
		transform: translate3d(0px, 10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
		transform-style: preserve-3d;
	}
	.navbar-toggler .line._2 {
		opacity: 0;
	}
	.navbar-toggler .line._3 {
		transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
		transform-style: preserve-3d;
	}
	.navbar-collapse {
		display: block;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0px;
		padding: 20px;
		background-color: #0C182D;
		backdrop-filter: blur(24px);
		border-radius: 20px;
	}
	header .nav-link {
		line-height: 30px;
		padding: 10px 15px !important;
	}
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { ... }

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.badge {
		display: flex;
		white-space: normal;
		text-align: start;
	}
	.footer-logo img {
		width: 200px;
		height: auto;
	}
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { ... }

.gradient-blur {
  /* position: fixed; */
  z-index: 5;
  inset: 0 0 0 auto;
  height: 100%;
  pointer-events: none;
}
.gradient-blur > div,
.gradient-blur::before,
.gradient-blur::after {
  position: absolute;
  inset: 0;
}
.gradient-blur::before {
  content: "";
  z-index: 1;
  backdrop-filter: blur(1px);
  mask: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 12.5%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 0) 37.5%
  );
}
.gradient-blur > div:nth-of-type(1) {
  z-index: 2;
  backdrop-filter: blur(2px);
  mask: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 12.5%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 37.5%,
    rgba(0, 0, 0, 0) 50%
  );
}
.gradient-blur > div:nth-of-type(2) {
  z-index: 3;
  backdrop-filter: blur(3px);
  mask: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 1) 37.5%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 62.5%
  );
}
.gradient-blur > div:nth-of-type(3) {
  z-index: 4;
  backdrop-filter: blur(4px);
  mask: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 37.5%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 1) 62.5%,
    rgba(0, 0, 0, 0) 75%
  );
}
.gradient-blur > div:nth-of-type(4) {
  z-index: 5;
  backdrop-filter: blur(5px);
  mask: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 62.5%,
    rgba(0, 0, 0, 1) 75%,
    rgba(0, 0, 0, 0) 87.5%
  );
}
.gradient-blur > div:nth-of-type(5) {
  z-index: 6;
  backdrop-filter: blur(6px);
  mask: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 62.5%,
    rgba(0, 0, 0, 1) 75%,
    rgba(0, 0, 0, 1) 87.5%,
    rgba(0, 0, 0, 0) 100%
  );
}
.gradient-blur > div:nth-of-type(6) {
  z-index: 7;
  backdrop-filter: blur(7px);
  mask: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 1) 87.5%,
    rgba(0, 0, 0, 1) 100%
  );
}
.gradient-blur::after {
  content: "";
  z-index: 8;
  backdrop-filter: blur(8px);
  mask: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 87.5%,
    rgba(0, 0, 0, 1) 100%
  );
}



