.default-redesign .ry-headline h2 {
	font-family: 'Inter';
}
.megamenu-block:not(.active) {
    display: none;
}
.megamenu-block {
    position: fixed;
    background: #fff;
    width: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
}

.megamenu.activated .dropdown-menu {
    opacity: 0;
    visibility: hidden;
}

.megamenu:not(.activated) .megamenu-block {
    display: none;
}

.megamenu.activated > a:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid #ffffff;
    transform: translate(-50%, 0);
}

.default-redesign .ry-headline h1 {
	font-size: 100px;
	font-weight: 800;
	line-height: .95;
	margin: 0;
	letter-spacing: -1px;
	font-family: 'Inter';
	text-align: initial;
	text-transform: initial;
	padding: 0;
	color: #333;
}

.default-redesign .ry-headline h1 .span-1 {
	color: #ed1b69;
	display: block;
}

.default-redesign.home-redesign #tophead {
	background: #000;
	left: 0;
}

.default-redesign .module-headline {
	margin-top: 128px;
	padding: 130px 0 120px;
	background: #e3f1f4;
}

.default-redesign .module-headline:before {
	content: "";
	position: absolute;
	content: "";
	bottom: 0;
	transform: translate(-50%, 0);
	left: 50%;
	width: 50%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: radial-gradient(circle, rgba(255, 255, 255, .5) 15%, rgba(227, 241, 244, 1) 100%);
}


.default-redesign .module-headline .ry-container {
	max-width: 1280px;
	width: 90%;
}

.default-redesign .module-headline .ry-container .ry-flex .ry-each {
	max-width: max-content;
	width: 50%;
}

.default-redesign .module-headline .ry-container .ry-flex .ry-each:nth-child(2) {
	max-width: 480px;
}

.default-redesign .module-headline .ry-container .ry-flex {
	align-items: center;
}

.default-redesign .module-headline .ry-container .ry-flex .ry-each .ry-text p {
	text-align: left;
	font-size: 20px;
	margin: 0;
	font-family: 'Inter' !important;
	font-weight: 400;
}


.default-redesign .module-first {
	padding: 120px 0 80px;
}

.default-redesign .module-first .ry-flex {
	align-items: center;
	gap: 30px;
}

.default-redesign .module-first .ry-flex .ry-each {
	width: 50%;
}

.default-redesign .module-first .ry-flex .ry-each:nth-child(1) {
	max-width: 520px;
}

.default-redesign .module-first .ry-container {
	max-width: 1280px;
	width: 90%;
}

.default-redesign .module-first .ry-flex .ry-each .ry-text h4 {
	font-size: 30px;
	font-family: 'Inter' !important;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.2;
	margin-bottom: 45px;
	margin-top: 0;
}

.default-redesign .module-first .ry-flex .ry-each .ry-text p {
	margin: 0;
	margin-bottom: 55px;
	font-size: 20px;
	text-align: left;
}

.default-redesign .module-first .ry-flex .ry-each .photo {
	margin-right: -100px;
	width: calc(100% + 100px);
	margin-top: -30px;
}
.default-redesign .module-first.seo-block .ry-flex .ry-each .photo img {
	min-width: calc(100% + 300px);
	margin-left: -150px;
	margin-top: -50px;
	margin-bottom: -50px;
}

.default-redesign .module-first.prof-block .ry-flex .ry-each .photo img {
	min-width: 150%;
	margin-left: -20%;
	margin-bottom: -10%;
	margin-top: -5%;
}

.default-redesign .module-first.prof-block .ry-flex .ry-each:nth-child(1) {
	max-width: 460px;
	width: 40%;
}

.default-redesign .premier__packages .module-first .ry-flex .ry-each .photo {
	margin-top: -196px;
	width: calc(100% + 360px);
	margin-right: -300px;
}

.default-redesign .premier__packages .module-first .ry-flex .ry-each:nth-child(1) {
	max-width: 480px;
	padding-right: 30px;
}

.default-redesign .premier__packages .module-first .ry-flex .ry-each:nth-child(2) {
	width: 55%;
}

.default-redesign .premier__packages{
	overflow: hidden;
}
.default-redesign .module-inner-review {
	padding: 100px 0 120px;
}

.default-redesign .module-inner-review .ry-container {
	max-width: 1280px;
	width: 90%;
}

.default-redesign .module-inner-review .ry-container .ry-content {
	padding: 5vw;
	background: #000;
	border-radius: 1.5vw;
}

.default-redesign .module-inner-review .ry-container .ry-content .ry-headline h2 {
	font-size: 80px;
	background: linear-gradient(to right, #ed1b69, #fea006, #fea006, #fea006);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.default-redesign .module-first.envision-consumer .ry-headline h2 {
	font-size: 80px;
}
.default-redesign .module-inner-review .ry-container .ry-content .ry-headline h4 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin: 15px 0 10px;
}

.default-redesign .module-inner-review .ry-container .ry-content  .count-star .star-group {
	display: flex;
	gap: 2px;
}

.default-redesign .module-inner-review .ry-container .ry-content .count-star .star-group svg {
	width: 25px;
	height: 25px;
	fill: #f9c843;
}

.default-redesign .module-inner-review .ry-container .ry-content .count-star {
	display: flex;
	align-items: center;
	gap: 20px;
}

.default-redesign .module-inner-review .ry-container .ry-content .count-star .text {
	font-size: 18px;
	font-family: 'Inter' !important;
	color: #fff;
	opacity: .4;
	font-weight: 400;
}

.default-redesign .module-inner-review .ry-container .ry-content .ry-flex {
	margin-top: 80px;
	gap: 50px;
}

.default-redesign .module-inner-review .ry-container .ry-content .ry-flex .each-review {
	display: flex;
	gap: 25px;
}

.default-redesign .module-inner-review .ry-container .ry-content .ry-flex .each-review .icon {
	width: 65px;
	min-width: 65px;
}

.default-redesign .module-inner-review .ry-container .ry-content .ry-flex .each-review .slide {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.default-redesign .module-inner-review .ry-container .ry-content .ry-flex .each-review .slide .each-description p {
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
	color: #fff;
}

.default-redesign .module-inner-review .ry-container .ry-content .ry-flex .each-review .slide .carousel-control {
	display: none;
}

.default-redesign .module-inner-button {
	padding: 60px 0;
	border: 1px solid #d5e7ec;
}
.default-redesign .module-inner-button.fixed {
	position: fixed;
	top: 129px;
	background: #fff;
	z-index: 9;
}
.default-redesign .module-inner-button .ry-container {
	display: flex;
	justify-content: center;
}

.default-redesign .module-inner-button .ry-container .ry-content {
	max-width: 1280px;
	display: flex;
	align-items: center;
	gap: 2vw;
}

.default-redesign .module-inner-button .ry-container .ry-content .button-group {
	display: flex;
	gap: 15px;
	justify-content: space-between;
}

.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn {
	min-width: 200px;
	display: flex;
	justify-content: center;
	padding: 23px 10px;
	border-radius: 40px;
	font-size: 20px !important;
	font-weight: bold;
	text-transform: initial;
	letter-spacing: initial !important;
	color: #333;
	position: relative;
}

.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn:before {
	content: "";
	position: absolute;
	display: block !important;
	width: calc(100% + 15px);
	border: 1px solid;
	height: calc(100% + 15px);
	border-radius: 30px;
	border-radius: 45px;
	top: -7.5px;
	left: -7.5px;
	transition: .3s;
	transform: scale(0)
}
.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn:focus,
.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn:active {
	text-decoration: unset;
}
.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn:hover:before {
	transform: scale(1)
}

.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn.blue {
	background: #add0d8;
	border-color: #add0d8;
}
.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn.blue:before {
	border-color: #add0d8;
}
.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn.black {
	background: #545350;
	border-color: #545350;
	color: #fff;
}
.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn.black:before {
	border-color: #545350;
}

.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn.light-green {
	background: #dee3cc;
	border-color: #dee3cc;
}
.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn.light-green:before {
	border-color: #dee3cc;
}
.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn.pink {
	background: #ffc7b1;
	border-color: #ffc7b1;
}
.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn.pink:before {
	border-color: #ffc7b1;
}
.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn.light-yellow {
	background: #f9eac3;
	border-color: #f9eac3;
}
.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn.light-yellow:before {
	border-color: #f9eac3;
}
.default-redesign .module-inner-button .ry-container .ry-content .text {
	font-size: 22px;
	font-weight: bold;
	font-family: 'Inter' !important;
	line-height: 1.2;
}


.module-carousel-inner .swiper-slide .wrapper {
	padding: 75px 45px 45px;
	background: linear-gradient(to bottom, #fdfdfd, #efefef);
	border: 1px solid #ececec;
	border-radius: 15px;
	min-height: 655px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: .5s;
}
.module-carousel-inner .swiper-slide.blue.swiper-slide-active .wrapper,
.module-carousel-inner .swiper-slide.blue .wrapper:hover {
	background: #add0d8;
	border-color: #add0d8;
	transition: .5s;
}

.module-carousel-inner .swiper-slide.black.swiper-slide-active .wrapper,
.module-carousel-inner .swiper-slide.black .wrapper:hover {
	background: #545350;
	border-color: #545350;
	color: #fff;
	transition: .5s;
}

.module-carousel-inner .swiper-slide.light-green.swiper-slide-active .wrapper,
.module-carousel-inner .swiper-slide.light-green .wrapper:hover {
	background: #dee3cc;
	border-color: #dee3cc;
	transition: .5s;
}

.module-carousel-inner .swiper-slide.pink.swiper-slide-active .wrapper,
.module-carousel-inner .swiper-slide.pink .wrapper:hover {
	background: #ffc7b1;
	border-color: #ffc7b1;
	transition: .5s;
}

.module-carousel-inner .swiper-slide.light-yellow.swiper-slide-active .wrapper,
.module-carousel-inner .swiper-slide.light-yellow .wrapper:hover {
	background: #f9eac3;
	border-color: #f9eac3;
	transition: .5s;
}

.module-carousel-inner .swiper-slide.black.swiper-slide-active .wrapper .text *, 
.module-carousel-inner .swiper-slide.black .wrapper:hover .text * {
	color: #fff;
}
.module-carousel-inner .ry-container {
	max-width: 1280px;
	width: 90%;
}

.module-carousel-inner .ry-headline h4 {
	font-size: 50px;
	font-family: 'Inter' !important;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: 0;
}

.module-carousel-inner .swiper-slide .wrapper .details h3 {
	font-size: 28px;
	font-family: 'Inter' !important;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0;
	margin-bottom: 15px;
}

.module-carousel-inner .swiper-slide .wrapper .details p {
	font-size: 16px;
	font-family: 'Inter';
	text-align: left;
	color: #333333;
	font-weight: 400;
	line-height: 1.6;
}

.module-carousel-inner .swiper-container {
	overflow: inherit;
}


.module-carousel-inner .swiper-slide.rep .wrapper .photo {
	position: absolute;
	top: 10px;
	left: -75px;
	width: 115%;
}

.module-carousel-inner .swiper-slide.vr .wrapper .photo {
	position: absolute;
	/* bottom: 40px; */
	/* left: -75px; */
	/* width: 115%; */
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.module-carousel-inner .swiper-slide.cs .wrapper .photo {
	position: absolute;
	top: 15%;
	left: 58%;
	transform: translate(-50%, 0);
	z-index: 2;
}

.module-carousel-inner .swiper-slide.cs .wrapper:before, 
.module-carousel-inner .swiper-slide.cs .wrapper:after {
	content: "";
	position: absolute;
	width: 220px;
	height: 220px;
	background: #000;
	border-radius: 50%;
	z-index: 1;
	transition: .3s;
}

.module-carousel-inner .swiper-slide.cs .wrapper:before {
	top: 50px;
	right: -80px;
	background: #8ac5ea;
}

.module-carousel-inner .swiper-slide .wrapper {
	overflow: hidden;
}

.module-carousel-inner .swiper-slide.cs .wrapper:after {
	/* bottom: 0; */
	top: 50%;
	transform: translate(0, -50%);
	left: -100px;
	background: #e9aa5e;
}

.module-carousel-inner .swiper-slide.vr .wrapper {
	padding-left: 30px;
	padding-right: 18px;
}

.module-carousel-inner .swiper-slide.ctt .wrapper .photo img {
	max-height: 360px;
	object-fit: contain;
	/* width: calc(100% - 80px); */
}

.module-carousel-inner .swiper-slide.ctt .wrapper .photo {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%, 0);
}

.module-carousel-inner .swiper-slide.smi .wrapper .photo {
	position: absolute;
	top: 42%;
	transform: translate(0, -50%);
}

.module-carousel-inner {
	overflow: hidden;
}
.module-carousel-inner .ry-navigation .swiper-button-prev, 
.module-carousel-inner .ry-navigation .swiper-button-next {
	position: relative;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #333333;
	border-radius: 50%;
	left: unset;
	right: 0;
	top: unset;
	transform: unset;
	bottom: 0;
	margin: 0;
}

.module-carousel-inner .ry-navigation {
	display: flex;
	width: 110px;
	justify-content: space-between;
	margin-left: auto;
	padding-top: 50px;
}

.module-carousel-inner .ry-navigation .swiper-button-prev, 
.module-carousel-inner .ry-navigation .swiper-button-next {background-image: unset;}

.module-carousel-inner .ry-navigation .swiper-button-prev:before, .module-carousel-inner .ry-navigation .swiper-button-next:before {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	content: "";
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.module-carousel-inner .ry-navigation .swiper-button-prev:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.module-carousel-inner .ry-navigation .swiper-button-prev:hover, .module-carousel-inner .ry-navigation .swiper-button-next:hover {
	background: #ed1b69;
	transition: .3s;
}
.module-carousel-inner .swiper-slide.cbad .wrapper .photo {
	position: absolute;
	top: 7.5%;
	left: 65%;
	transform: translate(-50%, 0);
}

.module-carousel-inner .swiper-slide.cbad .wrapper .photo img {
	max-width: 310px;
}

.module-carousel-inner .swiper-slide.mmc .wrapper .photo {
	position: absolute;
	top: 23%;
	left: 42%;
	transform: translate(-50%, 0);
	z-index: 2;
}

.module-carousel-inner .swiper-slide.mmc .wrapper:before {
	content: "";
	position: absolute;
	top: -200px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 460px;
	height: 460px;
	background: #1097d1;
	border-radius: 50%;
}

.module-carousel-inner .swiper-slide.mmc .wrapper:after {
	content: "";
	position: absolute;
	top: -200px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 460px;
	height: 460px;
	border-radius: 50%;
	z-index: 1;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,0.5046393557422969) 0%, rgba(255,255,255,0.2049194677871149) 100%, rgba(255,255,255,0) 100%);
}

.module-carousel-inner .swiper-slide.oseo .wrapper .photo {
	position: absolute;
	top: 10%;
	left: 0;
	width: calc(100% + 10px);
}
.module-carousel-inner .swiper-slide.osea_2 .wrapper .photo {
	position: absolute;
	top: 10%;
}
.module-carousel-inner .swiper-slide.oseo .wrapper {
	padding-left: 30px;
	padding-right: 20px;
}

.module-carousel-inner .button-wrapper a {
	padding: 30px 0;
	display: flex;
	font-size: 30px;
	font-family: 'Inter';
	letter-spacing: -1px;
	font-weight: 600;
	color: #333;
	position: relative;
}

.module-carousel-inner .button-wrapper {
	display: flex;
	gap: 70px;
}

.module-carousel-inner .button-wrapper a:hover, 
.module-carousel-inner .button-wrapper a:focus, 
.module-carousel-inner .button-wrapper a:active, 
.module-carousel-inner .button-wrapper a:visited {
	text-decoration: unset;
}


.module-carousel-inner .button-wrapper a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 5px;
	background: #ed1c68;
	bottom: 0;
	transition: .3s;
}
.module-carousel-inner .button-wrapper a.active:before {
	width: 100%;
	transition: .4s;
}

.module-carousel-inner .button-wrapper:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #ececec;
}

.module-carousel-inner .button-wrapper {
	margin-bottom: 60px;
}

.module-carousel-inner .swiper-slide.rep-tracker .wrapper .photo {
	position: absolute;
	width: calc(100% + 49px);
	top: 10%;
	right: 0;
}


.module-carousel-inner .swiper-slide.clpdd .wrapper .photo {
	position: absolute;
	top: 20px;
	left: 45%;
	transform: translate(-50%, 0);
	width: calc(100% + 100px);
}

.module-carousel-inner .swiper-slide.rtad .wrapper .photo {
	position: absolute;
	top: 0;
	left: -2px;
	width: calc(100% + 10px);
}


.module-carousel-inner .swiper-slide.swh .wrapper .photo {
	position: absolute;
	top: 0;
	width: calc(100% + 5px);
	left: -3px;
}

.module-carousel-inner .swiper-slide.pcst .wrapper .photo {
	position: absolute;
	top: -7%;
	left: -5%;
	width: 110%;
}

.module-carousel-inner .swiper-slide.ctpl .wrapper .photo {
	position: absolute;
	top: 10%;
	width: 100%;
	left: unset;
	right: 20px;
}

.module-carousel-inner .swiper-slide.ds .wrapper .photo {
	position: absolute;
	top: 10%;
	right: 0;
	padding: 0 30px;
}

.module-carousel-inner .swiper-slide.SSFC .wrapper .photo {
	position: absolute;
	top: -5%;
	left: 0;
}

.module-carousel-inner .swiper-slide.ampH .wrapper .photo {
	position: absolute;
	top: 5%;
	left: 0;
}

.module-carousel-inner .swiper-slide.lcf .wrapper .photo {
	position: absolute;
	top: 0;
	left: 35%;
	transform: translate(-50%, 0);
	width: 110%;
}

.module-carousel-inner .swiper-slide.dsl .wrapper .photo {
	position: absolute;
	right: 0;
	top: -25%;
}

.module-carousel-inner .swiper-slide.aii .wrapper .photo {
	position: absolute;
	top: 10%;
	left: 0;
	padding: 0 5px;
}

.module-carousel-inner .swiper-slide.smi .wrapper .photo {
	position: absolute;
	top: 5%;
	transform: unset;
	left: 0;
	height: 100%;
}

.module-carousel-inner .swiper-slide.smi .wrapper .photo img {
	height: 65%;
	object-fit: contain;
}

.module-carousel-inner .swiper-slide.smcgc .wrapper .photo {
	position: absolute;
	top: 7.5%;
	left: 0;
}

.module-carousel-inner .swiper-slide.cbadg .wrapper .photo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 85%;
}



.module-carousel-inner .swiper-slide.swiper-slide-active .wrapper,
.module-carousel-inner .swiper-slide:hover .wrapper {
	transition: .3s;
	justify-content: flex-start;
	margin-bottom: auto;
	margin-top: 0;
}

.module-carousel-inner .swiper-slide .wrapper {
	transition: .3s;
}

.module-carousel-inner .swiper-slide .wrapper .photo {
	transition: .50s;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.swh .wrapper .photo,
.module-carousel-inner .swiper-slide.swh:hover .wrapper .photo {
	top: 32%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.pcst  .wrapper .photo,
.module-carousel-inner .swiper-slide.pcst:hover .wrapper .photo {
	top: 25%;
}
.module-carousel-inner .swiper-slide.swiper-slide-active.ctpl  .wrapper .photo,
.module-carousel-inner .swiper-slide.ctpl:hover  .wrapper .photo {
	top: 45%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.ds  .wrapper .photo,
.module-carousel-inner .swiper-slide.ds:hover  .wrapper .photo {
	top: 40%;
}
.module-carousel-inner .swiper-slide.swiper-slide-active.SSFC  .wrapper .photo,
.module-carousel-inner .swiper-slide.SSFC:hover  .wrapper .photo {
	top: 40%;
}
.module-carousel-inner .swiper-slide.swiper-slide-active.SSFC  .wrapper .photo,
.module-carousel-inner .swiper-slide.SSFC:hover .wrapper .photo {
	top: 40%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.rtad .wrapper .photo,
.module-carousel-inner .swiper-slide.rtad:hover .wrapper .photo {
	top: 40%;
	height: 60%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.rtad .wrapper .photo img,
.module-carousel-inner .swiper-slide.rtad:hover .wrapper .photo img {
	object-fit: cover;
	height: 100%;
	object-position: bottom;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.lcf .wrapper .photo,
.module-carousel-inner .swiper-slide.lcf:hover .wrapper .photo {
	top: 30%;
}
.module-carousel-inner .swiper-slide.swiper-slide-active.clpdd .wrapper .photo,
.module-carousel-inner .swiper-slide.clpdd:hover .wrapper .photo{
	top: 37%;
}
.module-carousel-inner .swiper-slide.swiper-slide-active.rep-tracker .wrapper .photo,
.module-carousel-inner .swiper-slide.rep-tracker:hover .wrapper .photo {
	top: 37%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.ctt  .wrapper .photo,
.module-carousel-inner .swiper-slide.ctt:hover  .wrapper .photo {
	top: 40%;
}


.module-carousel-inner .swiper-slide.swiper-slide-active.vr .wrapper .photo,
.module-carousel-inner .swiper-slide.vr:hover .wrapper .photo {
	top: 33%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.dsl .wrapper .photo,
.module-carousel-inner .swiper-slide.dsl:hover .wrapper .photo {
	top: 3%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.cs .wrapper .photo,
.module-carousel-inner .swiper-slide.cs:hover .wrapper .photo {
	top: 43%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.cs .wrapper:before,
.module-carousel-inner .swiper-slide.cs:hover .wrapper:before {
	top: 40%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.cs .wrapper:after,
.module-carousel-inner .swiper-slide.cs:hover .wrapper:after{
	top: 90%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.smi .wrapper .photo,
.module-carousel-inner .swiper-slide.smi:hover .wrapper .photo {
	top: 40%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.smcgc .wrapper .photo,
.module-carousel-inner .swiper-slide.smcgc:hover .wrapper .photo {
	top: 40%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.oseo .wrapper .photo,
.module-carousel-inner .swiper-slide.oseo:hover .wrapper .photo {
	top: 45%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.osea_2 .wrapper .photo,
.module-carousel-inner .swiper-slide.osea_2:hover .wrapper .photo {
	top: 45%;
}

.module-carousel-inner .swiper-slide.gbpp .wrapper .photo {
	position: absolute;
	top: 0;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.gbpp .wrapper .photo,
.module-carousel-inner .swiper-slide.gbpp:hover .wrapper .photo {
	top: 36%;
}

.module-carousel-inner .swiper-slide-active.mmc .wrapper .photo,
.module-carousel-inner .mmc:hover .wrapper .photo {
	top: 50%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.mmc .wrapper:before, 
.module-carousel-inner .swiper-slide.swiper-slide-active.mmc .wrapper:after,
.module-carousel-inner .swiper-slide.mmc:hover .wrapper:before, 
.module-carousel-inner .swiper-slide.mmc:hover .wrapper:after {
	top: calc(100% - 200px);
}
.module-carousel-inner .swiper-slide.swiper-slide-active.cbadg .wrapper .photo, 
.module-carousel-inner .swiper-slide.cbadg:hover .wrapper .photo {
	top: 38%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.rep  .wrapper .photo, 
.module-carousel-inner .swiper-slide.rep:hover .wrapper .photo {
	top: 28%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.aii  .wrapper .photo, 
.module-carousel-inner .swiper-slide.aii:hover .wrapper .photo {
	top: 40%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.ampH  .wrapper .photo, 
.module-carousel-inner .swiper-slide.ampH:hover .wrapper .photo {
	top: 35%;
}

.module-carousel-inner .swiper-slide.csmcc .wrapper .photo {
	position: absolute;
	top: 9%;
	left: 0;
}

.module-carousel-inner .swiper-slide.csmcc .wrapper .photo img {
	width: 90%;
	margin: auto;
	margin-right: 0;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.csmcc .wrapper .photo,
.module-carousel-inner .swiper-slide.csmcc:hover .wrapper .photo {
	top: 40%;
}

.module-carousel-inner .swiper-slide.dam .wrapper .photo {
	width: 70%;
	left: 50%;
	transform: translate(-50%, 0);
	position: absolute;
	top: 7.5%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.dam .wrapper .photo,
.module-carousel-inner .swiper-slide.dam:hover .wrapper .photo {
	top: 43%;
}

.module-carousel-inner .swiper-slide.ppcadd  .wrapper .photo {
	position: absolute;
	top: 2%;
	left: 0;
	width: 90%;
}
.module-carousel-inner .swiper-slide.swiper-slide-active.ppcadd .wrapper .photo,
.module-carousel-inner .swiper-slide.ppcadd:hover .wrapper .photo {
	top: 31%;
}

.module-carousel-inner .swiper-slide.ytadd  .wrapper .photo {
	position: absolute;
	top: 13%;
	left: 0;
	width: 130%;
}
.module-carousel-inner .swiper-slide.swiper-slide-active.ytadd .wrapper .photo,
.module-carousel-inner .swiper-slide.ytadd:hover .wrapper .photo {
	top: 45%;
}

.module-carousel-inner .swiper-slide.lseo .wrapper .photo {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 110%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.lseo .wrapper .photo,
.module-carousel-inner .swiper-slide.lseo:hover .wrapper .photo {
	top: 40%;
}

.module-carousel-inner .swiper-slide.gbpp .wrapper .photo {
	position: absolute;
	top: 5%;
	width: 85%;
	right: 0;
}

.module-carousel-inner .swiper-slide.mc .wrapper .photo {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 80%;
}

.module-carousel-inner .swiper-slide.swiper-slide-active.mc .wrapper .photo, 
.module-carousel-inner .swiper-slide.mc:hover .wrapper .photo {
	top: 38%;
}

.module-carousel-inner .swiper-slide.PPCMA .wrapper .photo {
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 135%;
}
.module-carousel-inner .swiper-slide.swiper-slide-active.PPCMA .wrapper .photo, 
.module-carousel-inner .swiper-slide.PPCMA:hover .wrapper .photo {
	top: 35%;
}


@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

.module-carousel-inner .swiper-slide.swiper-slide-active .wrapper .photo,
.module-carousel-inner .swiper-slide:hover .wrapper .photo {
	-webkit-animation: fade-in .5s cubic-bezier(0.4, 0, 1, 1) both;
	animation: fade-in .5s cubic-bezier(0.4, 0, 1, 1) both;
}
.module-carousel-inner .swiper-slide.swiper-slide-active .wrapper .details,
.module-carousel-inner .swiper-slide:hover .wrapper .details {
	-webkit-animation: fade-in .5s cubic-bezier(0.4, 0, 1, 1) both;
	animation: fade-in .5s cubic-bezier(0.4, 0, 1, 1) both;
}

@media (max-width: 1480px) {
	.module-carousel-inner .swiper-slide.swiper-slide-active.gbpp .wrapper .photo, 
	.module-carousel-inner .swiper-slide.gbpp:hover .wrapper .photo {
		top: 40%;
	}

	.module-carousel-inner .swiper-slide.gbpp .wrapper .photo {
		width: 80%;
	}
}
@media (max-width: 1280px) {
	.module-carousel-inner .swiper-slide .wrapper {
		min-height: 580px;
	}

	.module-carousel-inner .swiper-slide .wrapper {
		padding: 40px 3vw 30px;
	}
}
@media (max-width: 1080px) {
	.module-carousel-inner .swiper-slide .wrapper {
		min-height: 520px;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.clpdd .wrapper .photo, 
	.module-carousel-inner .swiper-slide.clpdd:hover .wrapper .photo {
		top: 43%;
	}

	.module-carousel-inner .swiper-slide.ctt .wrapper .photo img {
		max-height: 280px;
	}

	.module-carousel-inner .swiper-slide.ctt .wrapper .photo {
		top: 30px;
	}
}

@media (max-width: 768px) {

	.module-carousel-inner .swiper-slide .wrapper {
		min-height: 480px;
		padding: 40px 3vw;
	}
	.module-carousel-inner .swiper-slide.swiper-slide-active.dam .wrapper .photo, 
	.module-carousel-inner .swiper-slide.dam:hover .wrapper .photo {
		top: 35%;
	}
	.module-carousel-inner .swiper-slide.swiper-slide-active.lseo .wrapper .photo, 
	.module-carousel-inner .swiper-slide.lseo:hover .wrapper .photo {
		top: 32%;
	}
	.module-carousel-inner .swiper-slide.swiper-slide-active.oseo .wrapper .photo, 
	.module-carousel-inner .swiper-slide.oseo:hover .wrapper .photo {
		top: 40%;
	}
	.module-carousel-inner .swiper-slide.swiper-slide-active.ctt .wrapper .photo, 
	.module-carousel-inner .swiper-slide.ctt:hover .wrapper .photo {
		top: 35%;
	}
	.module-carousel-inner .swiper-slide.swiper-slide-active.clpdd .wrapper .photo, 
	.module-carousel-inner .swiper-slide.clpdd:hover .wrapper .photo {
		top: 35%;
	}
	.module-carousel-inner .swiper-slide.swiper-slide-active.lcf .wrapper .photo, 
	.module-carousel-inner .swiper-slide.lcf:hover .wrapper .photo {
		top: 21%;
	}
	.module-carousel-inner .swiper-slide.swiper-slide-active.PPCMA .wrapper .photo,
	.module-carousel-inner .swiper-slide.PPCMA:hover .wrapper .photo {
		top: 25%;
	}
	.module-carousel-inner .swiper-slide.swiper-slide-active.swh .wrapper .photo, 
	.module-carousel-inner .swiper-slide.swh:hover .wrapper .photo {
		top: 22%;
	}

	.module-carousel-inner .swiper-slide.pcst .wrapper .photo {
		width: 100%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.pcst .wrapper .photo, 
	.module-carousel-inner .swiper-slide.pcst:hover .wrapper .photo {
		top: 20%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.ctpl .wrapper .photo,
	.module-carousel-inner .swiper-slide.ctpl:hover .wrapper .photo {
		top: 40%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.SSFC .wrapper .photo, 
	.module-carousel-inner .swiper-slide.SSFC:hover .wrapper .photo {
		top: 32%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.ampH .wrapper .photo,
	.module-carousel-inner .swiper-slide.ampH:hover .wrapper .photo {
		top: 30%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.vr .wrapper .photo,
	.module-carousel-inner .swiper-slide.vr:hover .wrapper .photo {
		top: 25%;
	}

	.module-carousel-inner .swiper-slide.dsl .wrapper .photo {
		top: -30%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.dsl .wrapper .photo,
	.module-carousel-inner .swiper-slide.dsl:hover .wrapper .photo {
		top: -5%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.rep .wrapper .photo,
	.module-carousel-inner .swiper-slide.rep:hover .wrapper .photo {
		top: 23%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.aii .wrapper .photo,
	.module-carousel-inner .swiper-slide.aii:hover .wrapper .photo {
		top: 35%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.smi .wrapper .photo, 
	.module-carousel-inner .swiper-slide.smi:hover .wrapper .photo {
		top: 35%;
	}

	.module-carousel-inner .swiper-slide.gbpp .wrapper .photo {
		width: 90%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.gbpp .wrapper .photo, 
	.module-carousel-inner .swiper-slide.gbpp:hover .wrapper .photo {
		top: 32%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.cbadg .wrapper .photo,
	.module-carousel-inner .swiper-slide.cbadg:hover .wrapper .photo {
		top: 30%;
	}
	.module-carousel-inner .swiper-slide.swiper-slide-active.ppcadd .wrapper .photo,
	.module-carousel-inner .swiper-slide.ppcadd:hover .wrapper .photo {
		top: 25%;
	}
	.module-carousel-inner .swiper-slide.ppcadd .wrapper .photo {
		top: -3%;
	}
}

@media (max-width: 680px) {
	.module-carousel-inner .swiper-slide.swiper-slide-active.swh .wrapper .photo,
	.module-carousel-inner .swiper-slide.swh:hover .wrapper .photo {
		top: 30%;
	}

	.module-carousel-inner .swiper-slide.pcst .wrapper .photo {
		top: 0;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.vr .wrapper .photo, 
	.module-carousel-inner .swiper-slide.vr:hover .wrapper .photo {
		top: 33%;
	}

	.module-carousel-inner .swiper-slide.dsl .wrapper .photo {
		top: -20%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.dsl .wrapper .photo, 
	.module-carousel-inner .swiper-slide.dsl:hover .wrapper .photo {
		top: 0;
	}

	.module-carousel-inner .swiper-slide.gbpp .wrapper .photo {
		top: 5%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.cbadg .wrapper .photo, 
	.module-carousel-inner .swiper-slide.cbadg:hover .wrapper .photo {
		top: 35%;
	}
}

@media (max-width: 490px) {
	.module-carousel-inner .button-wrapper {
		gap: 4vw;
	}

	.module-carousel-inner .button-wrapper a {
		padding: 25px 0;
	}

	.module-carousel-inner .swiper-slide .wrapper {
		min-height: 460px;
		padding: 30px 4vw !important;
	}
	.module-carousel-inner .swiper-slide.SSFC .wrapper .photo {
		position: absolute;
		top: -10%;
		left: 0;
	}
	.module-carousel-inner .swiper-slide.swiper-slide-active.swh .wrapper .photo,
	.module-carousel-inner .swiper-slide.swh:hover .wrapper .photo {
		top: 28%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.ds .wrapper .photo, 
	.module-carousel-inner .swiper-slide.ds:hover .wrapper .photo {
		top: 35%;
	}

	.module-carousel-inner .swiper-slide.ds .wrapper .photo {
		padding: 0 2vw;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.rtad .wrapper .photo,
	.module-carousel-inner .swiper-slide.rtad:hover .wrapper .photo {
		top: 40%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.lcf .wrapper .photo, 
	.module-carousel-inner .swiper-slide.lcf:hover .wrapper .photo {
		top: 23%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.clpdd .wrapper .photo,
	.module-carousel-inner .swiper-slide.clpdd:hover .wrapper .photo {
		top: 35%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.rep-tracker .wrapper .photo, 
	.module-carousel-inner .swiper-slide.rep-tracker:hover .wrapper .photo {
		top: 34%;
	}

	.module-carousel-inner .swiper-slide.ctt .wrapper .photo img {
		max-height: 260px;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.ctt .wrapper .photo, 
	.module-carousel-inner .swiper-slide.ctt:hover .wrapper .photo {
		top: 33%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.vr .wrapper .photo, 
	.module-carousel-inner .swiper-slide.vr:hover .wrapper .photo {
		top: 27%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.dsl .wrapper .photo, 
	.module-carousel-inner .swiper-slide.dsl:hover .wrapper .photo {
		top: -5%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.cs .wrapper .photo, 
	.module-carousel-inner .swiper-slide.cs:hover .wrapper .photo {
		top: 32%;
	}

	.module-carousel-inner .swiper-slide-active.mmc .wrapper .photo, 
	.module-carousel-inner .mmc:hover .wrapper .photo {
		top: 36%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.cbadg .wrapper .photo, 
	.module-carousel-inner .swiper-slide.cbadg:hover .wrapper .photo {
		top: 35%;
	}
	.module-carousel-inner .swiper-slide.swiper-slide-active.gbpp .wrapper .photo, 
	.module-carousel-inner .swiper-slide.gbpp:hover .wrapper .photo {
		top: 38%;
	}
	.module-carousel-inner .swiper-slide.swiper-slide-active.dam .wrapper .photo,
	.module-carousel-inner .swiper-slide.dam:hover .wrapper .photo {
		top: 37%;
	}
}

@media (max-width: 414px) {

	.module-carousel-inner .button-wrapper a {
		font-size: calc(18px + 3 * ((100vw - 1660px) / 768)) !important;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.swh .wrapper .photo, 
	.module-carousel-inner .swiper-slide.swh:hover .wrapper .photo {
		top: 30%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.pcst .wrapper .photo, 
	.module-carousel-inner .swiper-slide.pcst:hover .wrapper .photo {
		top: 25%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.ampH .wrapper .photo, 
	.module-carousel-inner .swiper-slide.ampH:hover .wrapper .photo {
		top: 35%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.rtad .wrapper .photo, 
	.module-carousel-inner .swiper-slide.rtad:hover .wrapper .photo {
		top: 40%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.vr .wrapper .photo, 
	.module-carousel-inner .swiper-slide.vr:hover .wrapper .photo {
		top: 33%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.dsl .wrapper .photo, 
	.module-carousel-inner .swiper-slide.dsl:hover .wrapper .photo {
		top: 0;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.aii .wrapper .photo, 
	.module-carousel-inner .swiper-slide.aii:hover .wrapper .photo {
		top: 40%;
	}

	.module-carousel-inner .swiper-slide.swiper-slide-active.cbadg .wrapper .photo,
	.module-carousel-inner .swiper-slide.cbadg:hover .wrapper .photo {
		top: 36%;
	}
	.module-carousel-inner .swiper-slide.swiper-slide-active.ppcadd .wrapper .photo, 
	.module-carousel-inner .swiper-slide.ppcadd:hover .wrapper .photo {
		top: 30%;
	}

}
.module-banner-text .ry-container {
	max-width: 1280px;
	width: 90%;
}

.module-banner-text .ry-container .ry-content {
	padding: 80px 8vw 100px;
	background: #000;
	border-radius: 1.5vw;
}

.module-banner-text {padding: 80px 0 160px;}

.module-banner-text .ry-container .ry-content .text h4 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -1px;
	font-family: 'Inter' !important;
	color: #fff;
	margin: 0;
	margin-bottom: 20px;
}

.module-banner-text .ry-container .ry-content .ry-headline h2 {
	background: radial-gradient(circle, rgba(224,144,12,1) 0%, rgba(237,29,103,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* font-weight: 800 !important; */
	font-family: 'Inter' !important;
}


/* MARKETING OVERVIEW */
.default-redesign .ry-headline h3 {
	font-family: 'Inter' !important;	
	font-size: 60px;
	font-weight: 800;
	line-height: .9;
	margin: 0;
	letter-spacing: -1px;
}

.default-redesign .ry-headline h3 .span-1 {
	color: #ed1b69;
}

.default-redesign .module-first .ry-headline p {
	font-size: 28px;
	font-family: 'Inter';
	letter-spacing: -1px;
	font-weight: 600;
	color: #333333;
	text-align: left;
	margin: 0;
	line-height: 1.3;
}

.default-redesign .module-first .ry-headline h3 {
	margin-bottom: 30px;
}


.module-first.bounce-block {
	padding: 0;
}

.module-first.bounce-block .ry-container .ry-content {
	padding: 130px 100px 130px;
	background: #e7f3f6;
	border-radius: 30px;
	border: 1px solid #99e2f2;
}

.module-first.bounce-block .ry-container .ry-content .ry-flex {
	position: relative;
}

.module-first.bounce-block .ry-container .ry-content .photo-each {
	position: absolute;
	top: 45%;
	right: 0;
	transform: translate(0%, -50%);
	width: 50%;
}

.module-first.bounce-block .ry-container .ry-content .ry-each:not(.photo-each) {
	/* margin-right: 20px; */
	max-width: 560px;
	width: 58%;
}

.module-first.bounce-block .ry-container .ry-content .ry-flex {
	position: relative;
}
.module-first.bounce-block .ry-container .ry-content:before {
	content: "";
	position: absolute;
	content: "";
	bottom: 0;
	transform: translate(-50%, 0);
	left: 50%;
	width: 70%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: radial-gradient(circle, rgba(255, 255, 255, .5) 15%, rgba(227, 241, 244, 1) 100%);
}
.module-first.bounce-block .ry-container .ry-content .ry-headline p {
	margin-bottom: 20px;
}


.module-first.call-block .ry-container .ry-content {
	padding: 90px;
	background: #faf0e0;
	border-radius: 30px;
	border: 1px solid #fbc055;
}

.module-first.call-block .ry-flex .ry-each:not(.photo-each) {
	max-width: 370px;
}

.module-first.call-block .ry-flex .ry-each .ry-headline p {
	margin-bottom: 20px;
}

.module-first.call-block .ry-flex .ry-each .ry-text p {
	margin: 0;
}


.module-first.call-block .ry-container .ry-content:before {
	content: "";
	position: absolute;
	content: "";
	bottom: 0;
	transform: translate(-50%, 0);
	left: 50%;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: radial-gradient(circle, rgba(255, 255, 255, .5) 15%, rgb(255 255 255 / 30%) 100%);
}


.module-first.call-block .ry-container .ry-content .photo-each {
	width: 63%;
	max-width: unset;
	position: absolute;
	left: -8%;
}

.module-first.call-block .ry-container .ry-content .ry-flex {
	justify-content: flex-end;
}

.module-first.youtube-block .ry-content {
	padding: 100px 90px 90px;
	background: #fbe8e4;
	border-radius: 30px;
	border: 1px solid #f8b0a1;
	overflow: hidden;
}

.module-first.call-block {
	padding-bottom: 0;
}

.module-first.youtube-block .ry-flex .ry-each:not(.photo-each) {
	max-width: 330px;
}

.module-first.youtube-block .ry-flex .ry-each .ry-headline p {
	margin-bottom: 20px;
}

.module-first.youtube-block .ry-flex .ry-each.photo-each {
	position: absolute;
	right: -17%;
	max-width: unset !important;
	width: 80%;
}

.module-first.youtube-block .ry-container .ry-content:before {
	content: "";
	position: absolute;
	content: "";
	bottom: 0;
	transform: translate(-50%, 0);
	left: 50%;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: radial-gradient(circle, rgba(255, 255, 255, .5) 15%, rgb(255 255 255 / 30%) 100%);
}

.module-first.blog-block .ry-container .ry-content {
	padding: 90px 95px 70px;
	border-radius: 30px;
	background: #d9eff5;
	border: 1px solid #abece7;
}
.module-first.blog-block .ry-container .ry-content:before {
	content: "";
	position: absolute;
	content: "";
	bottom: 0;
	transform: translate(-50%, 0);
	left: 50%;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: radial-gradient(circle, rgba(255, 255, 255, .5) 15%, rgb(255 255 255 / 30%) 100%);
}
.module-first.blog-block .ry-container .ry-content .ry-flex {
	justify-content: flex-end;
}

.module-first.blog-block .ry-container .ry-content .ry-flex .ry-each:not(.photo-each) {
	max-width: 380px;
}

.module-first.blog-block .ry-container .ry-content .ry-flex .ry-each .ry-headline p {
	margin-bottom: 20px;
}

.module-first.blog-block .ry-container .ry-content .ry-flex .ry-each.photo-each {
	position: absolute;
	left: 0;
	bottom: -70px;
}

.module-first.blog-block .ry-container .ry-content .ry-flex .ry-each .ry-text p {
	margin-bottom: 0;
}

.module-first.blog-block .ry-container .ry-content .ry-flex .ry-each .ry-headline span {
	display: block;
}



.module-first.youtube-block {
	/* padding-bottom: 0; */
}

.module-first.smm-custom .ry-text p {
	margin-bottom: 0;
}

.module-first.smm-custom .ry-flex {
	padding-bottom: 50px;
}

.module-first.smm-custom .ry-flex .ry-each:nth-child(1) {
	max-width: 390px;
}

.module-first.smm-custom .ry-headline p {
	padding-right: 0;
}

.module-first.smm-custom .ry-headline h3 span {
	display: block;
}
.module-first.smm-custom .ry-flex .ry-each .ry-text p {
	margin-bottom: 20px;
}


.module-first.ppc-ad-block .ry-container .ry-content {
	padding: 150px 90px 120px;
	background: #ecf0e5;
	border-radius: 30px;
	border: 1px solid #d5f19e;
}

.module-first.ppc-ad-block .ry-container .ry-content .ry-each:not(.photo-each) {
	max-width: 340px;
}

.module-first.ppc-ad-block .ry-container .ry-content .ry-each .ry-headline p {
	margin-bottom: 20px;
}

.module-first.ppc-ad-block .ry-container .ry-content .ry-each.photo-each {
	position: absolute;
	left: -23%;
	max-width: unset;
	width: 115%;
	top: 50%;
	transform: translate(0, -50%);
}

.module-first.ppc-ad-block .ry-container .ry-content .ry-flex {
	justify-content: flex-end;
}

.module-first.ppc-ad-block .ry-container .ry-content .ry-each .ry-text p {
	margin-bottom: 0;
}

.module-first.ppc-ad-block {
	padding-bottom: 160px;
}

.module-first.local-block .ry-container .ry-content {
	padding: 140px 90px 130px;
	background: #f8f5f1;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #e6dfce;
}

.module-first.local-block .ry-container .ry-content .ry-flex .ry-each:not(.photo-each) {
	max-width: 340px;
	z-index: 2;
}

.module-first.local-block .ry-container .ry-content .ry-flex .ry-each .ry-headline p {
	margin-bottom: 20px;
}

.module-first.local-block .ry-container .ry-content .ry-flex .ry-each .ry-text p {
	margin-bottom: 0;
}

.module-first.local-block .ry-container .ry-content .ry-flex .ry-each.photo-each {
	position: absolute;
	top: -110px;
	max-width: unset;
	width: 78%;
	right: 0;
	opacity: 0;
}

.module-first.local-block .ry-container .ry-content .ry-flex .ry-each.photo-each .photo img {
	min-width: 957px;
}

.module-first.local-block .ry-container .ry-content:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 78%;
	height: 100%;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/InnerRedesign/localseo.png);
	background-size: 100%;
	background-position: center right;
}

.module-first.engine-block .ry-each .ry-headline h3 {
	background: linear-gradient(to right, #ed1b69, #fea006, #fea006, #ed1b69);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.module-first.engine-block .ry-container .ry-content .ry-each:not(.photo-each) {
	width: 55%;
	padding: 109px 65px 203px;
}

.module-first.engine-block .ry-container .ry-content .ry-each.photo-each {
	width: 45%;
	max-width: initial;
	/* height: 100%; */
	/* background: #a0d8d2; */
	position: relative;
	overflow: unset;
	/* border-top-left-radius: 30px; */
	/* border-bottom-left-radius: 24px; */
}

.module-first.engine-block .ry-container .ry-content {
	background: #000;
	border-radius: 30px;
	/* overflow: unset; */
}

.module-first.engine-block .ry-container .ry-content .ry-each.photo-each .photo {
	width: 150%;
	margin: 0;
	margin-top: 0;
	position: absolute;
	right: 0;
	/* bottom: 0; */
	/* transform: translate(0, -50%); */
	opacity: 0;
}

.module-first.engine-block .ry-container .ry-content .ry-each.photo-each .photo img {
}

.module-first.engine-block .ry-container .ry-content .ry-flex {
	align-items: unset;
	justify-content: initial;
	justify-content: flex-end;
	overflow: unset;
	border-radius: 30px;
}

.module-first.engine-block .ry-container .ry-content .ry-each .ry-text p {
	margin-bottom: 0;
	color: #fff;
}

.module-first.engine-block .ry-container .ry-content .ry-each.photo-each:before {
	content: "";
	position: absolute;
	right: -20%;
	top: 48%;
	transform: translate(0, -50%);
	height: 992px;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/InnerRedesign/seo.png);
	width: 906px;
	background-size: 100%;
	background-position: center right;
	z-index: 3;
}

.module-first.engine-block {
	/* overflow: unset; */
	padding-top: 60px;
	padding-bottom: 40px;
}

.module-first.smm-custom {
	margin-top: -120px;
}



/* MKG  SECTION */

.module-plans.custom {
	padding: 260px 0 280px;
}

.module-plans.custom .ry-headline h3 {
	font-size: 100px;
}
.module-plans.custom .ry-headline h2 .span-1 {
	display: inline;
}
.module-plans.custom .ry-headline p {
	font-size: 28px;
	margin: 0;
	font-family: 'Inter';
	font-weight: 600;
	line-height: 1;
	color: #333333;
	margin-bottom: 15px;
}

.module-plans.custom .plan-list .ry-flex {
	justify-content: space-between;
	align-items: flex-start;
}

.module-plans.custom .plan-list .ry-flex .ry-each {
	width: calc(20% - 20px);
	max-width: 390px;
	/* min-width: 330px; */
	padding: 0 !important;
	border-radius: 30px;
	/* min-height: 500px; */
	margin: 0;
	overflow: hidden;
	transition: .3s;
}

.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper {
	padding: 50px 30px 0;
}

.module-plans.custom .plan-list .ry-flex .ry-each.blue {
	background: #add0d8;
}

.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .headline-details h5 {
	/* font-size: 30px; */
	/* font-weight: 800; */
	font-size: 30px;
	font-weight: 800;
	margin: 0;
	text-align: left;
	color: #333;
	letter-spacing: initial;
	text-transform: initial;
}

.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .headline-details p {
	text-align: left;
	font-family: 'Inter' !important;
	letter-spacing: initial !important;
	text-transform: initial;
	line-height: 1.3;
	font-size: 15px;
	margin: 0 !important;
	padding-top: 15px !important;
	padding-bottom: 20px;
	transition: .3s;
	min-height: 100px;
}

.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .content-details {
	margin-left: -30px;
	margin-right: -30px;
	width: calc(100% + 60px);
	padding: 40px 23px 35px;
	background: #d6eaef;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	min-height: 470px;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
}

.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .content-details p,
.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .content-details ul li,
.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .content-details li p {
	font-size: 15px !important;
	line-height: 1.3;
	text-transform: initial;
	font-family: 'Inter';
	letter-spacing: initial;
	text-align: left;
	margin: 0;
	color: #333;
	font-weight: 500;
}

.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .content-details ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 15px;
}

.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .content-details ul li:not(:last-child) {
	margin-bottom: 15px;
}

.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .content-details ul li {
	position: relative;
	padding-left: 30px;
}

.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .content-details ul li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 20px;
	top: 2px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
	background-color: #87b71f;
	border-radius: 50%;
	background-position: center;
	background-size: 11px;
	background-repeat: no-repeat;

}

.module-plans.custom .plan-list .ry-flex .ry-each.black {
	background: #545350;
}

.module-plans.custom .plan-list .ry-flex .ry-each.blue .content-details > p {
	margin-left: -4px;
	margin-right: -4px;
}

.module-plans.custom .plan-list .ry-flex .ry-each .content-details .ry-btn {
	margin-top: auto;
	width: 100% !important;
	max-width: 100% !important;
	display: flex;
	justify-content: center;
}

.module-plans.custom .plan-list .ry-flex .ry-each.black .headline-details h5, .module-plans.custom .plan-list .ry-flex .ry-each.black .headline-details p {
	color: #fff;
}

.module-plans.custom .plan-list .ry-flex .ry-each.black .each-wrapper .content-details {
	background: #f2f2f2;
}

.module-plans.custom .plan-list .ry-flex .ry-each.black .each-wrapper .content-details ul li:before {
	background-color: #989898;
}

.module-plans.custom .plan-list .ry-flex .ry-each.light-green {
	background: #dee3cc;
}

.module-plans.custom .plan-list .ry-flex .ry-each.light-green .each-wrapper .content-details {
	background: #fbffec;
}

.module-plans.custom .plan-list .ry-flex .ry-each.peach {
	background: #ffc7b2;
}

.module-plans.custom .plan-list .ry-flex .ry-each.peach .each-wrapper .content-details {
	background: #fcebe5;
}

.module-plans.custom .plan-list .ry-flex .ry-each.light-yellow {
	background: #f9eac3;
}

.module-plans.custom .plan-list .ry-flex .ry-each.light-yellow .each-wrapper .content-details {
	background: #f8f3e7;
}

.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .content-details br:last-child {
	display: none;
}

.module-plans.custom .plan-list .ry-flex .ry-each:not(.blue) .each-wrapper .content-details ul li:not(:last-child) {
	margin-bottom: 25px;
}

.module-plans.custom .plan-list .ry-flex .ry-each:not(.blue) .each-wrapper .content-details ul li p {
	line-height: 1.5;
}

.module-plans.custom .plan-list {
	margin-top: 70px;
}

.module-plans.custom .plan-list .ry-flex .ry-each:nth-child(1), 
.module-plans.custom .plan-list .ry-flex .ry-each:nth-child(2) {
	left: -20px;
}

.module-plans.custom .plan-list .ry-flex:before {
	content: "";
	position: absolute;
	width: calc(40% + 40px);
	height: calc(100% + 40px);
	background: #fff;
	border-radius: 30px;
	left: -50px;
	top: -20px;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
}
.module-plans.custom .plan-list .ry-flex .ry-each:not(.black):not(.blue) .ry-btn:not(:hover) {
	background: #fff;
	color: #ed1b69;
}
.menu-accordion-wrapper .custom-container {
	display: flex;
	justify-content: center;
	width: 100%;
}

.menu-accordion-wrapper .custom-container .menu {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 0;
	z-index: 2;
}

.menu-accordion-wrapper .custom-container .paddles {
	position: absolute;
	display: flex;
	width: 100%;
	justify-content: space-between;
	left: 0;
	height: 100%;
}

.menu-accordion-wrapper .custom-container .paddles .right-paddle {
	position: absolute;
	right: 0;
}

.menu-accordion-wrapper .custom-container .paddles button {
	background: transparent;
	border: unset;
	padding: 0;
	height: 30px;
	width: 30px;
	top: 50%;
	transform: translate(0%, -50%);
	z-index: 2;
}

.menu-accordion-wrapper .custom-container .menu li a {
	padding: 20px 10px;
	display: block;
	font-size: 15px;
	font-family: 'Inter';
	font-weight: 400;
	color: #fff;
	opacity: .4;
	transition: .3s;
}

.menu-accordion-wrapper {
	background: #282828;
	position: fixed;
	margin-top: 128px;
	z-index: 4;
}

.menu-accordion-wrapper .custom-container .menu li a:hover {
	opacity: 1;
	text-decoration: unset;
}
.menu-accordion-wrapper .custom-container .menu li a:focus,
.menu-accordion-wrapper .custom-container .menu li a:visited, 
.menu-accordion-wrapper .custom-container .menu li a:active {
	outline: unset;
	text-decoration: unset;
}
.menu-accordion-wrapper .custom-container .paddles button:not(.hidden) {
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-accordion-wrapper .custom-container .paddles button svg {
	width: 15px;
	height: 15px;
	fill: #fff;
}

.menu-accordion-wrapper .custom-container .paddles .left-paddle {
	position: absolute;
	left: 0;
}
.menu-accordion-wrapper .paddle-menu {
	position: relative;
	max-width: 1840px;
	height: 60px;
	overflow-y: hidden;
	display: flex;

	padding: 0 4em;
}
.menu-accordion-wrapper .paddle-menu .menu {
	height: 90px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	transition: .3s;
}
@media (min-width: 1860px) {
	.menu-accordion-wrapper .custom-container .paddles {
		opacity: 0;
	}
}

.default-redesign .inner-redesign-wrapper.have-paddle-menu .module-headline {
	margin-top: 168px !important;
}

.paddle-menu {
	padding: 0 30px;
}


/* MODAL MY PLAN */
#myPlan .modal-dialog {
	display: flex;
	justify-content: center;
}
#myPlan .modal-content {
	display: flex;
	background: transparent;
	border: unset;
	box-shadow: unset;
	justify-content: center;
	align-items: center;
	max-width: 380px;
	width: auto;
	left: unset;
	margin: unset;
}

#myPlan .modal-content button.close {
	width: 30px;
	height: 30px;
	min-width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ed1b69;
	border-radius: 50%;
	opacity: 1;
	color: #fff;
	font-weight: 300;
	position: relative;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1;
}

#myPlan .modal-content button.close span {
	line-height: 0;
	position: absolute;
	left: 49%;
	top: 48%;
	transform: translate(-50%, -50%);
}

#myPlan .modal-content .modal-body {
	padding: 0;
	max-width: 380px;
}

#myPlan .modal-content .modal-body .each-wrapper .headline-details {
	padding: 30px 30px 50px;
}

#myPlan .modal-content .modal-body .each-wrapper .headline-details h5 {
	font-size: 22px;
	text-align: left;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 10px;
}

#myPlan .modal-content .modal-body .each-wrapper {
	background: #fff;
	border-radius: 20px;
}

#myPlan .modal-content .modal-body .each-wrapper .headline-details p {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}

#myPlan .modal-content .modal-body .each-wrapper .content-details {
	padding: 30px;
	background: #d6eaef;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
	margin-top: -10px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#myPlan .modal-content .modal-body .each-wrapper .content-details p {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}

#myPlan .modal-content .modal-body .each-wrapper .content-details ul {
	margin-top: 15px;
	list-style: none;
	padding-left: 0;
}

#myPlan .modal-content .modal-body .each-wrapper .content-details ul li:not(:last-child) {
	margin-bottom: 15px;
}

#myPlan .modal-content .modal-body .each-wrapper .content-details ul li {
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.4;
	position: relative;
}

#myPlan .modal-content .modal-body .each-wrapper .content-details ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	background: #87b71f;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 10px;
	background-position: center;
	background-repeat: no-repeat;
}

#myPlan .modal-content .modal-body.blue .each-wrapper {
	background: #abcdd5;
}

#myPlan .modal-content .modal-body.blue .content-details {
	background: #d6eaef;
}

#myPlan .modal-content .modal-body.black .each-wrapper {
	background: #545350;
}

#myPlan .modal-content .modal-body.black .content-details {
	background: #f2f2f2;
}

#myPlan .modal-content .modal-body.black .headline-details p,
#myPlan .modal-content .modal-body.black .headline-details h5 {
	color: #fff;
}
#myPlan .modal-content .modal-body.black .content-details ul li:before  {
	background-color: #989898;
}

#myPlan .modal-content .modal-body.light-green .each-wrapper {
	background: #dee3cc;
}

#myPlan .modal-content .modal-body.light-green .content-details {
	background: #fbffec;
}

#myPlan .modal-content .modal-body.peach .each-wrapper {
	background: #ffc7b2;
}

#myPlan .modal-content .modal-body.peach .content-details {
	background: #fcebe5;
}

#myPlan .modal-content .modal-body.light-yellow .each-wrapper {
	background: #f9eac3;
}

#myPlan .modal-content .modal-body.light-yellow .content-details {
	background: #f8f3e7;
}

#myPlan .modal-content .modal-body .ry-btn {
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px !important;
	padding-top: 15px;
	padding-bottom: 15px;
}


/* END MODAL PLANT */

.default-redesign .module-inner-button .button-paddles {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 35px;
	transform: translate(0, -50%);
}

.default-redesign .module-inner-button .button-paddles .button-right-paddle {
	margin-left: auto;
	margin-right: -20px;
}

.default-redesign .module-inner-button .button-paddles .paddle {
	background: transparent;
	border: unset;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.default-redesign .module-inner-button .button-paddles .button-left-paddle {
	margin-right: auto;
	margin-left: -20px;
}



/* COMPARISON PAGES */
.module-accordion-inner .accordion-wrapper.loader-active {
	filter: blur(100px);
}
.module-accordion-inner .ry-content .accordion-wrapper .each .headline-title h4 {
	font-family: 'Inter' !important;
	font-weight: 800;
	letter-spacing: -1px;
	font-size: 50px;
	margin: 0;
	padding: 30px 0;
	line-height: .9;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .ry-container {
	width: 90%;
	max-width: 1280px;
}

.module-accordion-inner {
	padding: 55px 0 150px;
}

.module-accordion-inner .ry-content .accordion-wrapper .each.active .headline-title h4 {
	padding-bottom: 20px;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .top-part {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}


.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .top-part .ry-text p {
	font-size: 20px;
	margin: 0;
	text-align: left;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .top-part .ry-text {
	max-width: 840px;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .top-part .button-block {
	max-width: 320px;
	padding-top: 0;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .top-part .button-block .ry-btn {
	min-width: 320px;
	display: flex;
	justify-content: space-between;

}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .top-part {
	margin-bottom: 80px;
}


.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item {
	display: flex;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .title {
	max-width: 160px;
	min-width: 160px;
	padding-top: 20px;
	font-size: 22px;
	font-family: 'Inter';
	font-weight: bold;
	color: #666666;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block {
	padding-left: 160px;
	padding-top: 10px;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .list-title {
	padding: 10px 0;
	font-size: 20px;
	font-family: 'Inter';
	color: #666666;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup {
	position: absolute;
	max-width: 320px;
	min-width: 320px;
	right: 0;
	top: 50%;
	opacity: 0;
	transform: translate(0, -50%);
	z-index:2;
	visibility: hidden;
	display: none;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .list-title:hover ~ .detailed-popup {
	opacity: 1;
	visibility: visible;
	display: block;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup .wrapper {
	background: #f5f5f5;
	border-radius: 20px;
	border: 1px solid #ededed;
	padding: 50px 40px;
}


.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup .wrapper .photo {
	position: relative;
	padding-bottom: 65%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup .wrapper .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup .wrapper .photo img {
	position: relative;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup .wrapper .ry-text h5 {
	font-size: 20px;
	font-weight: bold;
	padding: 25px 0 20px;
	margin: 0;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup .wrapper .ry-text {
	clear: both;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup .wrapper .ry-text p {
	font-size: 15px;
	text-align: left;
	font-family: 'Inter' !important;
}


.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .list-title:after {
	content: "";
	position: absolute;
	width: calc(100% - 360px);
	height: 1px;
	background: #e5e5e5;
	left: 0;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .list-title:after {
	bottom: 0;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item {
	margin-bottom: 90px;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .list-title:before {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ed1b69' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
	position: absolute;
	left: calc(100% - 375px);
	background-size: contain;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
	opacity: 0;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed:hover .list-title:before {
	opacity: 1;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed:hover .list-title {
	color: #ed1b69;
	cursor: pointer;
}
.module-accordion-inner .accordion-wrapper .each {
	border-bottom: 1px solid #d5e7ec;
}
.module-accordion-inner .ry-content .accordion-wrapper .each.professional .headline-title h4 {
	color: #64a8b8;
}
.module-accordion-inner .ry-content .accordion-wrapper .each.seo-acc .headline-title h4 {
	color: #8d9f4b;
}
.module-accordion-inner .ry-content .accordion-wrapper .each.premier .headline-title h4 {
	color: #545350;
}
.module-accordion-inner .ry-content .accordion-wrapper .each.accelerator .headline-title h4 {
	color: #ea8f6b;
}
.module-accordion-inner .ry-content .accordion-wrapper .each.elite .headline-title h4 {
	color: #e4c064;
}

/* DEC 16 */
.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup .wrapper .photo {
	position: relative;
	padding: unset;
	margin-top: -50px;
	margin-left: -40px;
	margin-right: -40px;
	width: calc(100% + 80px);
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup .wrapper .photo img {
	position: relative;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.swh .detailed-popup .wrapper .photo {
	margin-bottom: -60px;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.ctpl .detailed-popup .wrapper .photo, .module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.ds .detailed-popup .wrapper .photo {
	padding: 10%;
	margin-bottom: -10%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.sfcl .detailed-popup .wrapper .photo img {margin-top: -20%;/* margin-bottom: -10%; */}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.sfcl .detailed-popup .wrapper .photo {
	overflow: hidden;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.amph .detailed-popup .wrapper .photo {
	padding-top: 5%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.rtad .detailed-popup .wrapper {
	overflow: hidden;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.lcf .detailed-popup .wrapper .photo {
	margin-bottom: -30%;
	padding-right: 10%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.smi .detailed-popup .wrapper .photo {
	padding: 10%;
	margin-bottom: -30%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.ppcma .detailed-popup .wrapper .photo {
	width: calc(100% + 50%);
	left: -7.5%;
	margin-bottom: -30%;
	margin-top: -40%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.clpdd .detailed-popup .wrapper .photo {
	margin-bottom: -17%;
	padding-top: 5%;
	margin-left: -20%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.rt .detailed-popup .wrapper .photo {
	margin-bottom: -30%;
	padding-top: 5%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.ctt .detailed-popup .wrapper .photo {
	padding: 10%;
	margin-bottom: -13%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.ctt .detailed-popup .wrapper .photo img {
	width: 100%;
	margin: auto;
	max-width: 190px;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.dsl .detailed-popup .wrapper .photo {
	margin-top: -70%;
	margin-bottom: -20%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.cs .detailed-popup .wrapper .photo {
	padding: 10%;
	width: 160%;
	margin-bottom: -40%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.cs .detailed-popup .wrapper {
	overflow: hidden;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.aii .detailed-popup .wrapper .photo {
	padding: 10%;
	margin-bottom: -10%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.isb .detailed-popup .wrapper .photo {
	padding: 15%;
	margin-bottom: -15%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.os .detailed-popup .wrapper .photo {
	padding-top: 10%;
	margin-bottom: -10%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.ls .detailed-popup .wrapper .photo {
	width: 150%;
	left: -10%;
	margin-top: -40%;
	margin-bottom: -35%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.gbpp .detailed-popup .wrapper .photo {
	margin-bottom: -20%;
	padding-left: 15%;
	padding-top: 10%;
	padding-bottom: 10%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.mc .detailed-popup .wrapper .photo {
	padding: 15%;
	margin-bottom: -15%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.qcr .detailed-popup .wrapper .photo {
	padding: 10%;
	margin-bottom: -15%;
	margin-left: -30%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.cbagc .detailed-popup .wrapper .photo {
	padding: 15%;
	margin-bottom: -25%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.csmcc .detailed-popup .wrapper .photo {
	padding: 15%;
	margin-bottom: -20%;
	padding-right: 0;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.danm .detailed-popup .wrapper .photo {
	padding: 25%;
	margin-bottom: -20%;
	margin-top: -30%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.pam .detailed-popup .wrapper .photo {
	margin-bottom: -5%;
}

.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.yada .detailed-popup .wrapper .photo {
	padding: 10%;
	margin-bottom: -25%;
}

/* DEC 16 */
.module-accordion-inner .button-block {
	padding-top: 70px;
}

.module-accordion-inner .button-block .ry-container {
	max-width: 1280px;
	width: 90%;
}

.module-accordion-inner .button-block .ry-container .button-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.ry-btn.ry-btn-primary.ry-transparent:not(:hover) {
	background: transparent;
	color: #ed1b69;
}

.ry-btn.ry-btn-primary.ry-transparent:hover {
	background: #ed1b69;
	color: #fff;
}

.module-stories .section-background, 
.module-stories .section-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module-stories {
	padding: 160px 0 200px;
}

.module-stories .headline-top {
	display: flex;
	flex-direction: column;
}

.module-stories .headline-top .star-wrapper {
	display: flex;
	gap: 1px;
}

.module-stories .headline-top .star-wrapper svg {
	width: 22px;
	height: 22px;
	fill: #f9c843;
}

.module-stories .ry-container {
	max-width: 1280px;
	width: 90%;
	z-index: 3;
}

.module-stories .headline-top .count {
	font-size: 20px;
	color: #fff;
	opacity: .3;
	font-weight: 400;
	padding: 12px 0;
	margin-bottom: 5px;
	line-height: 1;
	max-width: max-content;
	display: flex;
	align-items: center;
	gap: 20px;
}

.module-stories .headline-top .count:after {
	content: "";
	display: inline;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-arrow-up-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0z'/%3E%3C/svg%3E");
	background-position: center;
	background-size: 15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' class='bi bi-arrow-up-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}

.module-stories .headline-top .ry-headline h2 .span-1 {
	display: inline;
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.module-stories .headline-top .ry-headline h2 {
	background: linear-gradient(to right, #ed1b69, #fea006, #fea006, #ed1b69);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.module-stories .stories-block .carousel-control {
	display: none;
}

.module-stories .stories-block .item .each-stories .comment p {
	font-size: 20px;
	color: #fff;
}

.module-stories .stories-block {
	/* display: block !important; */
	margin-top: 90px;
	max-width: 800px;
	padding-right: 30px;
}

.module-stories .stories-block .slide {
	visibility: visible;
	opacity: 1;
	position: relative;
}

.module-stories .stories-block .item .each-stories .ry-text p {
	color: #fff;
	opacity: .5;
	font-weight: 300;
	margin: 0;
	text-align: left;
}

.module-stories .stories-block .stories-name {
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.module-stories .stories-block .stories-name .name {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Inter' !important;
}

.module-stories .stories-block .stories-name .name:after {
	content: "|";
	margin-left: 20px;
	margin-right: 20px;
	opacity: .5;
}

.module-stories .stories-block .stories-name .sitelink {
	font-size: 18px;
	color: #fff;
	opacity: .5;
	font-weight: 300;
}


@media (max-width: 1680px) {
	.module-plans.custom .plan-list .ry-flex {
		transform: scale(.9);
		margin-left: -5%;
		margin-right: -5%;
		width: calc(100% + 10%);
		align-items: initial;
	}
	.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .content-details {
		min-height: 520px;
	}
}
@media (max-width: 1580px) and (min-width: 1381px) {
	.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .headline-details p {
		min-height: 125px;
	}
}
@media (max-width: 1480px) {
	.menu-accordion-wrapper {
		margin-top: 125px;
	}
}
@media (max-width: 1380px) {
	.module-plans.custom {
		padding: 160px 0 100px;
	}
	.module-plans.custom .plan-list {
		margin-top: 0;
	}
	.module-plans.custom .plan-list .ry-flex {
		transform: scale(.8);
		margin-left: -14%;
		margin-right: -16%;
		width: calc(100% + 30%);
	}
	
	.inside .pg-hero-box {
		margin-top: 105px;
	}
	
	.menu-accordion-wrapper {
		margin-top: 105px;
	}
}
@media (max-width: 1280px) {
	.menu-accordion-wrapper {
		margin-top: 105px;
	}
	.default-redesign .inner-redesign-wrapper.have-paddle-menu .module-headline {
		margin-top: 165px !important;
	}
	.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .headline-details p {
		min-height: 120px;
	}
}
@media (max-width: 1200px) {
	.module-plans.custom .plan-list .ry-flex .ry-each .each-wrapper .content-details {
		min-height: 540px;
	}
}
@media (max-width: 1080px) and (min-width: 769px) {
	.module-first.blog-block .ry-container .ry-content .ry-flex .ry-each.photo-each {
		width: 50%;
	}
}
@media (max-width: 1080px) {
	.menu-accordion-wrapper {
		margin-top: 60px;
	}
	.default-redesign .inner-redesign-wrapper.have-paddle-menu .module-headline {
		margin-top: 120px !important;
	}
	.menu-accordion-wrapper .custom-container .paddle-menu {
		padding: 0 30px;
	}
}
@media (max-width: 991px) {
	.menu-accordion-wrapper {
		margin-top: 69px;
	}
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1680px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.default-redesign .ry-headline h2,
	.default-redesign .ry-headline h1,
	.default-redesign .module-first.envision-consumer .ry-headline h2 {
		font-size: calc(80px + 18 * ((100vw - 1660px) / 768));
		transition: .2s;
		line-height: .98;
	}

	.default-redesign .module-first .ry-headline p,
	.module-plans.custom .ry-headline p {
		font-size: calc(26px + 4 * ((100vw - 1660px) / 768));
		transition: .2s;
		line-height: 1.3;
	}

	.default-redesign .ry-headline h3 {
		font-size: calc(56px + 18 * ((100vw - 1660px) / 768));
		transition: .2s;
	}


	.default-redesign .module-inner-review .ry-container .ry-content .ry-headline h2 {
		font-size: calc(60px + 18 * ((100vw - 1660px) / 768));
		transition: .2s;
	}
	.module-carousel-inner .ry-headline h4 {
		font-size: calc(46px + 18 * ((100vw - 1660px) / 768));
		transition: .2s;
	}
	.default-redesign .module-first .ry-flex .ry-each .ry-text h4,
	.default-redesign .module-inner-review .ry-container .ry-content .ry-headline h4,
	.module-carousel-inner .swiper-slide .wrapper .details h3,
	.module-carousel-inner .button-wrapper a,
	.module-banner-text .ry-container .ry-content .text h4 {
		font-size: calc(26px + 4 * ((100vw - 1660px) / 768));
		transition: .2s;
	}
	.ry-text p,
	.default-redesign .module-inner-review .ry-container .ry-content .count-star .text,
	.module-stories .headline-top .count,
	.module-stories .stories-block .stories-name .name, 
	.module-stories .stories-block .stories-name .sitelink,
	.default-redesign .module-explore .ry-flex .ry-text a:not(.ry-btn) {
		font-size: calc(18px + 4 * ((100vw - 1660px) / 768)) !important;
		transition: .2s;
	}
	.module-carousel-inner .swiper-slide .wrapper .details p,
	.default-redesign .module-inner-review .ry-container .ry-content .ry-flex .each-review .slide .each-description p {
		font-size: calc(16px + 4 * ((100vw - 1660px) / 768)) !important;
		transition: .2s;
	}
	.module-first.engine-block .ry-container .ry-content .ry-each:not(.photo-each) {
		min-height: 660px;
	}

	.module-first.engine-block .ry-container .ry-content .ry-each.photo-each:before {
		width: 836px;
		height: 932px;
		right: -12%;
	}

	.module-accordion-inner .ry-content .accordion-wrapper .each .headline-title h4 {
		font-size: calc(46px + 18 * ((100vw - 1660px) / 768));
		transition: .2s;
	}
	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .list-title {
		font-size: calc(18px + 4*((100vw - 1660px) / 768)) !important;
		transition: .2s;
	}

	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup .wrapper .ry-text p {
		font-size: calc(15px + 4 * ((100vw - 1660px) / 768)) !important;
	}

	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup .wrapper .ry-text h5 {
		font-size: calc(18px + 4 * ((100vw - 1660px) / 768)) !important;
		transition: .2s;
		line-height: 1.3;
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .title {
		font-size: calc(20px + 4*((100vw - 1660px) / 768)) !important;
		transition: .2s;
	}

	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block {
		padding-left: 6vw;
	}
}
@media (max-width: 1480px) {
	.default-redesign .module-first .ry-flex .ry-each .photo {
		margin-right: 0;
		width: 100%;
	}
	.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		padding: 20px 25px;
		font-size: calc(18px + 4 * ((100vw - 1660px) / 768)) !important;
		min-width: 190px;
	}


	.module-carousel-inner .swiper-slide.rep .wrapper .photo {
		top: 0;
		width: 110%;
	}

	.module-carousel-inner .swiper-slide.vr .wrapper .photo img {
	}

	.module-carousel-inner .swiper-slide.smi .wrapper .photo {
		top: 6%;
	}

	.module-carousel-inner .swiper-slide.cbad .wrapper .photo img {
		max-width: 280px;
	}



	.module-carousel-inner .swiper-slide.rep-tracker .wrapper .photo {
		width: calc(100% + 20px);
	}

	.module-carousel-inner .swiper-slide.clpdd .wrapper .photo {
		width: calc(100% + 30px);
	}
}
@media (max-width: 1280px) {
	.default-redesign .module-headline {
		margin-top: 105px;
	}
	.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		min-width: 160px;
	}
	.default-redesign .module-first.seo-block .ry-flex .ry-each .photo img {
		margin-left: -50px;
		min-width: calc(100% + 100px);
		margin-top: 0;
		margin-bottom: 0;
	}
	.module-first.local-block .ry-container .ry-content:before {
		width: 65%;
	}
}
@media (max-width: 1080px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.default-redesign .ry-headline h2,
	.default-redesign .ry-headline h1,
	.default-redesign .module-first.envision-consumer .ry-headline h2 {
		font-size: calc(80px + 14 * ((100vw - 1660px) / 768));
	}
	.default-redesign .module-inner-review .ry-container .ry-content .ry-headline h2 {
		font-size: calc(60px + 14 * ((100vw - 1660px) / 768));
		transition: .2s;
	}
	.module-carousel-inner .ry-headline h4 {
		font-size: calc(46px + 14 * ((100vw - 1660px) / 768));
		transition: .2s;
	}
	.default-redesign .module-headline {
		margin-top: 60px;
		padding: 60px 0;
	}

	.default-redesign .module-headline .ry-container .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 30px;
	}

	.default-redesign .ry-headline h1 {
		text-align: center;
	}

	.default-redesign .module-headline .ry-container .ry-flex .ry-each .ry-text p {
		text-align: center;
	}
	.default-redesign .module-first {
		padding: 80px 0;
	}

	.default-redesign .module-first .ry-flex .ry-each .ry-text h4, 
	.default-redesign .module-first .ry-flex .ry-each .ry-text p {
		margin-bottom: 30px;
	}
	.default-redesign .module-inner-review .ry-container .ry-content .ry-flex {
		margin-top: 40px;
	}
	.default-redesign .module-inner-review .ry-container .ry-content {
		padding: 60px 5%;
	}
	.module-banner-text .ry-container .ry-content {
		padding: 60px 5%;
	}
	.default-redesign .module-inner-button.fixed {
		top: 60px;
	}

	.default-redesign .module-inner-button.fixed {
		padding: 20px 0;
		transition: .3s;
	}

	.default-redesign .module-inner-button.fixed .ry-container .ry-content .text {
		font-size: 18px;
		transition: .3s;
	}

	.default-redesign .module-inner-button .ry-container .ry-content {
		gap: 10px;
		flex-direction: column;
	}

	.default-redesign .module-inner-button .ry-container .ry-content .text {
		text-align: center;
	}
	.default-redesign .premier__packages .module-first .ry-flex .ry-each .photo {
		margin-top: -140px;
	}

	.module-first.engine-block .ry-container .ry-content .ry-each:not(.photo-each) {
		min-height: unset;
		padding-top: 70px;
		padding-bottom: 160px;
	}

	.module-first.engine-block .ry-container .ry-content .ry-each.photo-each:before {
		width: 680px;
		height: 852px;
		right: -22%;
	}
	.module-first.local-block .ry-container .ry-content,
	.module-first.ppc-ad-block .ry-container .ry-content,
	.module-first.bounce-block .ry-container .ry-content,
	.module-first.youtube-block .ry-content,
	.module-first.blog-block .ry-container .ry-content {
		padding-left: 60px;
		padding-right: 60px;
	}
	.module-first.ppc-ad-block .ry-container .ry-content .ry-each.photo-each {
		width: 100%;
	}
	.module-plans.custom {
		padding-top: 20px;
	}
	.module-plans.custom .plan-list .ry-flex {
		margin: 0;
		width: 100%;
		transform: unset;
	}
	.module-plans.custom .plan-list {
		height: 0;
		opacity: 0;
	}

	.module-plans.custom .mobile-plan .ry-flex {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
		position: relative;
	}

	.module-plans.custom .mobile-plan .ry-flex .ry-each {
		min-height: 200px;
		width: calc(50% - 15px);
		border-radius: 15px;
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		background: #333;
	}

	.module-plans.custom .mobile-plan {
		margin-top: 60px;
	}

	.module-plans.custom .mobile-plan .ry-flex .ry-each.blue {
		background: #add0d8;
	}

	.module-plans.custom .mobile-plan .ry-flex .ry-each .headline-details h5 {
		font-size: calc(24px + 4*((100vw - 1660px) / 768));
		text-align: center;
		font-weight: 800;
		margin: 0;
		/* text-align: left; */
		color: #333;
		letter-spacing: initial;
		text-transform: initial;
	}

	.module-plans.custom .mobile-plan .ry-flex .ry-each .button-block {
		position: absolute;
		right: 0;
		bottom: -125px;
	}

	.module-plans.custom .mobile-plan .ry-flex .ry-each .button-block a {
		width: 40px;
		height: 40px;
		min-width: 40px;
		border-radius: 50%;
		background: #f0f0f0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.module-plans.custom .mobile-plan .ry-flex .ry-each .button-block a svg {
		width: 20px;
		height: 20px;
		fill: #333;
	}

	.module-plans.custom .mobile-plan .ry-flex .ry-each.black {
		background: #545350;
	}

	.module-plans.custom .mobile-plan .ry-flex .ry-each.black .headline-details h5 {
		color: #fff;
	}

	.module-plans.custom .mobile-plan .ry-flex .ry-each.light-green {
		background: #dee3cc;
	}

	.module-plans.custom .mobile-plan .ry-flex .ry-each.peach {
		background: #ffc7b2;
	}

	.module-plans.custom .mobile-plan .ry-flex .ry-each.light-yellow {
		background: #f9e9c3;
	}
	.module-plans.custom .mobile-plan .ry-flex:before {
		content: "";
		position: absolute;
		top: -17.5px;
		left: -15px;
		width: calc(100% + 30px);
		height: calc(33.33% + 15px);
		background: #fff;
		border-radius: 20px;
		box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
	}
	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block {
		padding-left: 0;
	}
	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .top-part .button-block .ry-btn {
		min-width: unset;
		gap: 5px;
		min-width: 185px;
	}

	.module-stories {
		padding: 60px 0 100px;
	}

	.module-stories .stories-block {
		padding: 0;
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.default-redesign.home-redesign #tophead {
		height: auto !important;
		z-index: 9;
	}
	.default-redesign .ry-headline h3 {
		font-size: calc(52px + 18 * ((100vw - 1660px) / 768));
	}

	.default-redesign .module-first .ry-headline p,
	.module-plans.custom .ry-headline p {
		font-size: calc(22px + 4 * ((100vw - 1660px) / 768));
	}
	.default-redesign .ry-headline h2,
	.default-redesign .ry-headline h1,
	.default-redesign .module-first.envision-consumer .ry-headline h2 {
		font-size: calc(60px + 18 * ((100vw - 1660px) / 768));
		line-height: 1;
		letter-spacing: initial;
	}
	.default-redesign .module-inner-review .ry-container .ry-content .ry-headline h2,
	.module-accordion-inner .ry-content .accordion-wrapper .each .headline-title h4 {
		font-size: calc(52px + 18 * ((100vw - 1660px) / 768));
		transition: .2s;
	}
	.module-carousel-inner .ry-headline h4 {
		font-size: calc(42px + 14 * ((100vw - 1660px) / 768));
		transition: .2s;
	}
	.default-redesign .module-inner-button .ry-container .ry-content .button-group {
		display: initial;
		gap: unset;
	}

	.default-redesign .module-first.prof-block .ry-flex .ry-each .photo img {
		min-width: 130%;
	}
	.module-first.engine-block .ry-container .ry-content .ry-each:not(.photo-each) {
		min-height: unset;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.module-first.engine-block .ry-container .ry-content .ry-each.photo-each:before {
		width: 600px;
		height: 822px;
		right: -32%;
		background-repeat: no-repeat;
	}
	.module-first.local-block .ry-container .ry-content:before {
		width: 70%;
	}
	.module-first.local-block .ry-container .ry-content {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.default-redesign .module-inner-button .block-wrapper {
		height: 67px;
		overflow-y: hidden;
	}

	.default-redesign .module-inner-button .ry-container .ry-content .button-group {
		display: flex;
		gap: 15px;
		height: 75px;
		box-sizing: border-box;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		transition: .3s;
		align-items: flex-start;
		padding: 7.5px 0;
	}

	.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		min-width: 150px !important;
	}

	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup {
		max-width: 260px;
		min-width: 260px;
	}

	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup .wrapper {
		padding: 40px 30px;
		border-radius: 15px;
	}

	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .list-title:after {
		width: calc(100% - 300px);
	}
}
@media (max-width: 820px) {

	.module-carousel-inner .swiper-slide.clpdd .wrapper .photo {
		top: 15px;
	}

	.module-carousel-inner .swiper-slide.rep-tracker .wrapper .photo {
		width: 100%;
	}


	.module-carousel-inner .swiper-slide.cs .wrapper .photo {
		top: 10%;
	}

	.module-carousel-inner .swiper-slide.cs .wrapper:before {
		top: 0px;
	}

	.module-carousel-inner .swiper-slide.cs .wrapper:after {
		top: 35%;
	}

	.module-carousel-inner .swiper-slide.vr .wrapper .photo {
		width: 95%;
	}

	.module-carousel-inner .swiper-slide.cbad .wrapper .photo img {
		max-width: 70%;
	}

	.module-carousel-inner .swiper-slide.cbad .wrapper .photo {
		top: 15px;
	}
}
@media (max-width: 768px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/
	.default-redesign .module-first .ry-flex .ry-each .ry-text h4,
	.default-redesign .module-inner-review .ry-container .ry-content .ry-headline h4,
	.module-carousel-inner .swiper-slide .wrapper .details h3,
	.default-redesign .module-inner-button .ry-container .ry-content .text,
	.module-carousel-inner .button-wrapper a,
	.module-banner-text .ry-container .ry-content .text h4,
	.module-plans.custom .mobile-plan .ry-flex .ry-each .headline-details h5 {
		font-size: calc(22px + 4 * ((100vw - 1660px) / 768));
		line-height: 1.2;
		letter-spacing: inherit;
	}
	.default-redesign .module-first .ry-flex {
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 40px;
	}

	.default-redesign .module-first .ry-flex .ry-each:nth-child(1), 
	.default-redesign .module-first .ry-flex .ry-each:nth-child(2),
	.default-redesign .module-headline .ry-container .ry-flex .ry-each,
	.default-redesign .module-headline .ry-container .ry-flex .ry-each:nth-child(2) {
		max-width: 100%;
		width: 100%;
	}

	.default-redesign .module-first .ry-flex .ry-each:nth-child(2),
	.default-redesign .module-headline .ry-container .ry-flex .ry-each:nth-child(2) {
		max-width: 520px;
	}


	.default-redesign .module-inner-review .ry-container .ry-content .ry-flex {
		flex-direction: column;
		gap: 30px;
	}
	.default-redesign .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		min-width: unset;
		padding: 14px 20px;
		font-size: calc(18px + 4 * ((100vw - 1660px) / 768)) !important;
	}
	.default-redesign .module-inner-review .ry-container .ry-content .ry-flex .each-review:nth-child(2) {
		flex-direction: row-reverse;
	}
	.default-redesign .module-inner-review .ry-container .ry-content .ry-headline h2, 
	.default-redesign .module-inner-review .ry-container .ry-content .ry-headline h4 {
		text-align: center;
	}

	.default-redesign .module-inner-review .ry-container .ry-content .ry-headline h4 {
		margin: 5px 0 5px;
	}

	.default-redesign .module-inner-review .ry-container .ry-content .count-star .star-group svg {
		width: 20px;
		height: 20px;
	}

	.default-redesign .module-inner-review .ry-container .ry-content .count-star {
		justify-content: center;
		gap: 10px;
		flex-wrap: wrap;
	}
	.default-redesign .premier__packages .module-first .ry-flex .ry-each .photo {
		margin-top: -120px;
		width: calc(100% + 200px);
		margin-right: 0;
	}

	.default-redesign .module-first.seo-block .ry-flex .ry-each .photo img {
		margin-left: -30px;
		min-width: 120%;
	}
	.default-redesign .module-first.prof-block .ry-flex .ry-each .photo img {
		min-width: 130%;
		margin: 0;
		margin-bottom: -5%;
	}

	.default-redesign .module-first.prof-block .ry-flex .ry-each:nth-child(1) {
		max-width: 100%;
		width: 100%;
	}

	/* NEw layout */
	.default-redesign .module-first.smm-custom .ry-flex {
		flex-direction: column;
		gap: 20px;
		padding-bottom: 0;
	}

	.default-redesign .module-first.smm-custom  .ry-headline h3 {
		margin-bottom: 10px;
	}

	.module-first.smm-custom {
		margin-top: -60px;
	}

	.module-first.engine-block {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.module-first.engine-block .ry-container .ry-content .ry-each:not(.photo-each) {
		width: 100%;
		max-width: 100%;
		padding-top: 60vw;
		padding-left: 7.5%;
		padding-right: 7.5%;
	}

	.module-first.engine-block .ry-container .ry-content .ry-each.photo-each {
		width: 100%;
		position: absolute;
		top: 0;
	}

	.module-first.engine-block .ry-container .ry-content .ry-flex {
		flex-direction: column;
		position: relative;
	}

	.module-first.engine-block .ry-container .ry-content .ry-each.photo-each:before {
		display: none;
	}

	.module-first.engine-block .ry-container .ry-content .ry-each:not(.photo-each):before {
		content: "";
		position: absolute;
		top: -12vw;
		right: -58px;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/InnerRedesign/seo.png);
		width: 480px;
		height: 70vw;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
	}
	.module-first.engine-block .ry-each .ry-headline h3 {
		margin-bottom: 15px;
	}
	.module-first.engine-block .ry-container .ry-content .ry-each:not(.photo-each):before {
		right: -8vw;
	}

	.module-first.local-block .ry-container .ry-content:before {
		width: 100%;
		z-index: 2;
		background-size: 100%;
		background-position: top;
		background-repeat: no-repeat;
	}

	.module-first.local-block .ry-container .ry-content {
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 60px;
	}

	.module-first.local-block .ry-container .ry-content:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 37%;
		height: 100%;
		background: #e6dfce;
	}

	.module-first.local-block .ry-container .ry-content {
		padding-top: 60vw;
		padding-left: 7.5%;
		padding-right: 7.5%;
	}
	.module-first.local-block .ry-container .ry-content .ry-flex .ry-each:not(.photo-each) {
		width: 55%;
	}
	.module-first.local-block .ry-container .ry-content .ry-flex .ry-each .ry-headline h3 {
		margin-bottom: 15px;
	}

	.module-first.local-block .ry-container .ry-content .ry-flex .ry-each .ry-headline p {
		margin-bottom: 20px;
	}

	.module-first.ppc-ad-block .ry-container .ry-content .ry-each.photo-each {
		left: 55%;
		transform: translate(-50%, -17%);
		top: 0;
		position: relative;
		width: 130%;
	}

	.module-first.ppc-ad-block .ry-container .ry-content {
		padding-top: 30px;
		padding-left: 7.5%;
		padding-right: 7.5%;
		padding-bottom: 60px;
	}

	.module-first.ppc-ad-block .ry-container .ry-content .ry-flex {
		flex-direction: column;
	}

	.module-first.ppc-ad-block .ry-container .ry-content .ry-each:not(.photo-each) {
		max-width: 100%;
		width: 100%;
		margin-top: -30%;
	}

	.module-first.bounce-block .ry-container .ry-content,
	.module-first.call-block .ry-container .ry-content,
	.module-first.youtube-block .ry-content {
		padding: 20px 7.5% 60px;
	}

	.module-first.bounce-block .ry-container .ry-content .photo-each,
	.module-first.call-block .ry-container .ry-content .photo-each {
		position: relative;
		top: 0;
		transform: unset;
		margin-top: -30%;
	}

	.module-first.bounce-block .ry-container .ry-content:before,
	.module-first.call-block .ry-container .ry-content:before {
		width: 100%;
		border-radius: 20px;
	}

	.module-first.bounce-block .ry-container .ry-content .ry-each:not(.photo-each),
	.module-first.call-block .ry-container .ry-content .ry-each:not(.photo-each),
	.module-first.youtube-block .ry-container .ry-content .ry-each:not(.photo-each) {
		width: 100%;
		max-width: 100%;
	}

	.module-first.bounce-block .ry-container .ry-content .ry-each .ry-headline h3,
	.module-first.call-block .ry-container .ry-content .ry-each .ry-headline h3,
	.module-first.youtube-block .ry-container .ry-content .ry-each .ry-headline h3 {
		margin-bottom: 15px;
	}

	.module-first.bounce-block .ry-container .ry-content .ry-each .ry-text p,
	.module-first.call-block .ry-container .ry-content .ry-each .ry-text p,
	.module-first.youtube-block .ry-container .ry-content .ry-each .ry-text p {
		margin-bottom: 0;
	}

	.module-first.bounce-block .ry-container .ry-content .ry-flex {
		gap: 0;
	}
	.module-first.call-block .ry-container .ry-content .ry-flex {
		gap: 0;
		flex-direction: column;

	}
	.module-first.call-block .ry-container .ry-content .photo-each {
		left: 50%;
		transform: translate(-50%, 0);
	}
	.module-first.youtube-block .ry-flex .ry-each.photo-each {
		right: unset;
		left: 50%;
		transform: translate(-50%, 0);
		margin-top: -15%;
		position: relative;
	}
	.module-first.youtube-block .ry-flex {
		flex-direction: column-reverse;
	}

	.module-first.youtube-block .ry-content {
		overflow: unset;
	}

	.module-first.blog-block .ry-container .ry-content {
		padding: 60px 7.5% 0;
	}

	.module-first.blog-block .ry-container .ry-content .ry-flex .ry-each.photo-each {
		position: relative;
		bottom: 0;
	}

	.module-first.blog-block .ry-container .ry-content .ry-flex {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	.module-first.blog-block .ry-container .ry-content .ry-flex .ry-each.photo-each {
		max-width: 380px;
	}

	.module-first.blog-block .ry-container .ry-content .ry-flex .ry-each:not(.photo-each) {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.module-first.blog-block .ry-container .ry-content .ry-flex .ry-each .ry-headline h3 {
		margin-bottom: 15px;
	}

	.module-first.blog-block {
		padding: 20px 0;
	}

	.module-first.smm-custom.last-block {
		margin-top: 0;
		padding-top: 40px;
	}
	.module-first.ppc-ad-block {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.module-plans.custom .mobile-plan .ry-flex {
		gap: 25px 10px;
	}

	.module-plans.custom .mobile-plan .ry-flex .ry-each {
		width: calc(50% - 5px);
	}

	.module-plans.custom .mobile-plan .ry-flex:before {
		top: -15px;
		left: -10px;
		width: calc(100% + 20px);
		height: calc(33.33% + 10px);
		border-radius: 20px;
	}

	.default-redesign .module-inner-button .ry-container .ry-content .button-group {
		height: 64px;
	}
	.default-redesign .module-inner-button .button-paddles {
		top: 27.5px;

	}
	.default-redesign .module-inner-button .block-wrapper {
		height: 60px;
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group {
		height: 60px;
	}
	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup {
		position: relative;
		right: unset;
		top: unset;
		transform: unset;
		opacity: 1;
		max-width: 100%;
	}
	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .list-title:before {
		top: 17.5px;
		left: unset;
		right: 0;
	}

	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .list-title:after {
		width: 100%;
	}

	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item {
		margin-bottom: 60px;
	}
	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .top-part {
		margin-bottom: 60px;
		flex-direction: column;
		gap: 20px;
	}

	.module-accordion-inner .ry-content .accordion-wrapper .each .headline-title h4 {
		padding: 25px 0;
	}
	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed.active .list-title:after {
		opacity: 0;
	}

	.module-stories .headline-top .count {
		padding: 0;
	}
}

@media (max-width: 480px) {
	.ry-text p,
	.default-redesign .module-inner-review .ry-container .ry-content .count-star .text,
	.module-carousel-inner .swiper-slide .wrapper .details p,
	.default-redesign .module-inner-review .ry-container .ry-content .ry-flex .each-review .slide .each-description p,
	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup .wrapper .ry-text p,
	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .list-title,
	.module-stories .headline-top .count,
	.module-stories .stories-block .stories-name .name, 
	.module-stories .stories-block .stories-name .sitelink,
	.default-redesign .module-explore .ry-flex .ry-text a:not(.ry-btn) {
		font-size: calc(18px + 3 * ((100vw - 1660px) / 768)) !important;
	}
	/*
	.module-carousel-inner .swiper-slide.cs .wrapper .photo {
	width: 85%;
}

	.module-carousel-inner .swiper-slide.ctt .wrapper .photo img {
	max-height: calc(100% - 45vw);
}

	.module-carousel-inner .swiper-slide.ctt .wrapper .photo {
	height: calc(100% - 30px);
}

	.module-carousel-inner .swiper-slide.smi .wrapper .photo {
	top: 35%;
}

	.module-carousel-inner .swiper-slide.smi .wrapper .photo img {
	width: 100%;
}

	.module-carousel-inner .swiper-slide.mmc .wrapper .photo {
	top: 20%;
}

	.module-carousel-inner .swiper-slide.oseo .wrapper .photo {
	top: 7%;
	width: 110%;
}

	.module-carousel-inner .swiper-slide.rep-tracker .wrapper .photo {
	width: 100%;
}

	.module-carousel-inner .swiper-slide.clpdd .wrapper .photo {
	top: 10%;
	width: 100%;
}
	*/
	.module-first.local-block .ry-container .ry-content:before {
		width: 85%;
	}

	.module-first.local-block .ry-container .ry-content:after {
		width: 32%;
	}

	.module-first.local-block .ry-container .ry-content .ry-flex .ry-each:not(.photo-each) {
		width: 65%;
	}
	.menu-accordion-wrapper .custom-container .menu li a {
		font-size: 12px;
		padding: 15px 10px;
	}

	.menu-accordion-wrapper .custom-container .paddle-menu {
		height: 47px;
	}

	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item {
		flex-direction: column;
	}

	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .top-part .button-block .ry-btn {
		min-width: unset;
	}

	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .top-part .button-block .ry-btn svg {
		width: 10px;
		height: 10px;
	}
	.module-accordion-inner .button-block .ry-container .button-wrapper {
		gap: 10px;
	}

	.module-accordion-inner .button-block {
		padding-top: 30px;
	}
	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .top-part {
		margin-bottom: 20px;
	}

}
@media (min-width: 2100px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/
	.module-banner-text .ry-container .ry-content  {
		padding-left: 150px;
		padding-right: 150px;
	}
}
@media (min-width: 1681px) {
	.default-redesign .module-headline.big-headline .ry-container .ry-flex .ry-each:nth-child(1) {
		min-width: 660px;
		width: 55%;
	}

	.default-redesign .module-headline.big-headline .ry-container .ry-flex .ry-each:nth-child(1) h1 {
		line-height: 1;
	}
}
@media (min-width: 1081px) {
	.module-plans.custom .mobile-plan {
		display: none;
	}
}
@media (min-width: 910px) {
	.default-redesign .module-inner-button .button-paddles {
		opacity: 0;
	}
}

/* MEGA MENU V2 */
.megamenu-block {
	margin-top: 129px;
	height: calc(100vh - 129px);
	display: flex;
	justify-content: center;
}

.megamenu-block {}

.megamenu-block .megamenu-block-wrapper {
	width: 90%;
	max-width: 1600px;
}

.megamenu-block .megamenu-block-wrapper .ry-flex {
	gap: 5%;
	padding: 100px 0 50px;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .left-block {
	width: 25%;
	max-width: 380px;
	padding: 70px 45px 80px;
	border-radius: 30px;
	background: #e9f3f6;
	min-width: 320px;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block {
	width: 75%;
	margin-top: -50px;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .left-block .photo img {
	min-width: calc(100% + 70px);
	left: -50px;
	position: relative;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .left-block .title h2 {
	margin: 0;
	clear: both;
	font-size: 36px;
	font-weight: 800;
	font-family: 'Inter' !important;
	letter-spacing: -1px;
	color: #000;
	margin-bottom: 25px;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .left-block .title h2 .span-1 {
	font-weight: 400;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .left-block .description p {
	font-size: 17px;
	font-family: 'Inter' !important;
	color: #333;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each {
	padding: 50px 0;
	position: relative;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline {
	display: flex;
	gap: 25px;
	align-items: center;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline h5 {
	font-size: 70px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: -1px;
	font-family: 'Inter' !important;
	margin: 0;
	transition: .3s;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline .arrow-design-levels {
	position: relative;
	right: unset;
	top: unset;
	transform: unset;
	width: 62px;
	height: 62px;
	background: #ed1b69;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline .arrow-design-levels svg {
	width: 22px;
	height: 22px;
	fill: #fff;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .content .ry-text {
	margin-top: 25px;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .content {
	width: 56.5%;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .content .ry-text p {
	font-size: 17px;
	font-family: 'Inter' !important;
	font-weight: 400;
	color: #333;
	letter-spacing: -.35px;
	margin: 0;
	line-height: 1.4;
	min-height: 95px;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each:not(:last-child):after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each.active .headline h5 {
	color: #ed1b69;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each.active .headline .arrow-design-levels {
	opacity: 1;
	visibility: visible;
}
.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .menu-carousel {
	width: 39%;
	position: absolute;
	right: -50px;
	margin-left: auto;
	top: 46%;
	transform: translate(0, -50%);
	opacity: 0;
	margin: 0;
	transition: 1s;
}
.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .each-photo .ratio-img {
	position: relative;
	padding-bottom: 56.25%;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .each-photo .ratio-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each.active .menu-carousel {
	opacity: 1;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each  .slick-dots {
	bottom: -15px;
	z-index: 1;
	margin: 0;
	list-style: none;
	gap: 5px;
	display: flex !important;
	justify-content: center;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .slick-dots li {
	margin: 0;
	width: initial;
	height: initial;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .slick-dots li button {
	padding: 0;
	width: 7px;
	height: 7px;
	background: #b2b2b2;
	border-radius: 50%;
	opacity: .5;
}

.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .slick-dots li.slick-active button {
	opacity: 1;
}
@media (max-width: 1920px) {
	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline h5 {
		font-size: 60px;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline .arrow-design-levels {
		width: 55px;
		height: 55px;
	}
}
@media (max-width: 1880px) and (max-height: 960px) and (min-width: 1681px) {
	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each {padding: 30px 0;}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline h5 {
		font-size: 60px;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block {
		margin-top: -30px;
	}
}
@media (max-width: 1680px) {
	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline h5 {
		font-size: calc(60px + 18 * ((100vw - 1660px) / 768));
		transition: .2s;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .left-block .title h2 {
		font-size: calc(34px + 18 * ((100vw - 1660px) / 768));
		transition: .2s;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .left-block .description p {
		font-size: calc(18px + 4 * ((100vw - 1660px) / 768)) !important;
		transition: .2s;
	}
	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline .arrow-design-levels {
		width: 55px;
		height: 55px;
		min-width: 55px;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each {
		padding: 40px 0;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex {
		padding-top: 60px;
	}
}
@media (max-width: 1480px) {
	.megamenu-block {
    margin-top: 125px;
}
	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline h5 {
		font-size: calc(50px + 18 * ((100vw - 1660px) / 768));
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline .arrow-design-levels {
		width: 50px;
		height: 50px;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex {
		padding-top: 60px;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .content .ry-text p,
	.megamenu-block .megamenu-block-wrapper .ry-flex .left-block .description p {
		font-size: calc(16px + 4 * ((100vw - 1660px) / 768)) !important;
	}
	
	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each {
		padding: 30px 0;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block {
		margin-top: -30px;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .left-block .title h2 {
		margin-bottom: 15px;
	}
	.megamenu-block .megamenu-block-wrapper .ry-flex .left-block {
		padding-top: 50px;
		padding-bottom: 60px;
	}
}
@media (max-width: 1480px) and (max-height: 780px) { 
	.megamenu-block .megamenu-block-wrapper .ry-flex {
		padding-top: 40px;
	}
	.megamenu-block .megamenu-block-wrapper .ry-flex .left-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width: 1380px) {
	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .content .ry-text {
		margin-top: 15px;
	}
	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each {
		padding: 30px 0;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block {
		margin-top: -30px;
	}

	.megamenu-block {
		margin-top: 105px;
		height: calc(100vh - 105px);
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex {
		padding-top: 50px;
	}

	.megamenu.activated > a:before {
		bottom: -20px;
	}
}
@media (max-width: 1280px) {
	.megamenu-block .megamenu-block-wrapper .ry-flex .left-block {
		padding: 60px 35px;
		border-radius: 20px;
	}
	.megamenu-block .megamenu-block-wrapper .ry-flex {
		padding: 50px 0;
	}
	.megamenu-block .megamenu-block-wrapper {
		width: calc(100% - 60px);
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex {
		gap: 30px;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline h5 {
		font-size: calc(52px + 18 * ((100vw - 1660px) / 768));
	}
	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block {
		margin-top: -30px;
	}
	.megamenu-block .megamenu-block-wrapper .ry-flex .left-block .description p,
	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .content .ry-text p {
		font-size: calc(16px + 4 * ((100vw - 1660px) / 768)) !important;
		transition: .2s;
	}
	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each {
		padding: 30px 0;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline .arrow-design-levels {
		width: 50px;
		height: 50px;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline .arrow-design-levels svg {
		width: 20px;
		height: 20px;
	}
}

@media (max-height: 900px) and (min-width: 1481px) {
	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline h5 {
		font-size: calc(52px + 18 * ((100vw - 1660px) / 768));
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each {
		padding: 30px 0;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .headline .arrow-design-levels {
		height: 55px;
		width: 55px;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex {
		padding-top: 60px;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block {
		margin-top: -30px;
	}

	.col-xs-12.ratio-img {}

	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .each-photo .ratio-img {
		padding-bottom: 50%;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .left-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.megamenu-block .megamenu-block-wrapper .ry-flex .left-block .title h2 {
		margin-bottom: 15px;
	}
	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .content .ry-text {
		margin-top: 15px;
	}
}

/* DEMO */
.inner-redesign-wrapper.demo__template .module-headline .ry-headline h2 {
	font-size: 58px;
	line-height: 1;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each:nth-child(1) {
	max-width: 700px;
	width: 55%;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-sub-headline {
	font-size: 26px;
	font-family: 'Inter';
	font-weight: 800;
	color: #ed1b69;
	letter-spacing: 2px;
	margin: 15px 0 35px;
}
.inner-redesign-wrapper.demo__template .module-headline .ry-sub-headline.long-text {
    font-size: 22px;
    letter-spacing: initial;
    font-weight: 700;
}



.inner-redesign-wrapper.demo__template .module-headline .ry-text p {
	font-size: 20px !important;
	font-weight: bold;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-text ul {
	padding-left: 0;
	list-style: none;
	padding-top: 30px;
	margin-bottom: 0;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-text ul li:not(:last-child) {
	margin-bottom: 17px;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-text ul li p {
	font-weight: 400;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-text ul li {
	padding-left: 55px;
	position: relative;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-text ul li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 30px;
	top: -5px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
	background-color: #ed1b69;
	border-radius: 50%;
	background-position: center;
	background-size: 15px;
	background-repeat: no-repeat;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-container {
	max-width: 1600px;
	width: 90%;
}

.default-redesign.demo__template .module-headline .ry-container .ry-flex .ry-each:nth-child(2) {
	max-width: 700px;
	width: 55%;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each:nth-child(2) {
	max-width: 750px;
	width: 50%;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap {
	padding: 100px 130px 120px;
	background: #fff;
	border-radius: 40px;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .ry-flex {
	gap: 20px;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .ry-flex .left-block {
	width: 110px;
	height: 110px;
	background: #eea314;
	min-width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .ry-flex .left-block h2 {
	margin: auto;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: initial !important;
	color: #fff;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .ry-flex .left-block .long-text h2 {
    font-size: 14px;
    padding: 0 10px;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .ry-flex .right-block .form-title {
	font-size: 46px;
	line-height: 1.2;
	font-weight: 900;
	font-family: 'Inter';
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .form-group {
	margin: 0;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .form-group .form-control {
	height: 75px;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #eaeaea;
	font-size: 20px;
	font-family: 'Inter';
	padding-left: 25px;
	color: #333;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .form-group .form-control::placeholder {
	font-size: 20px;
	font-family: 'Inter';
	color: #333;
	opacity: .6;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .form-body {
	margin-top: 35px;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .form-group .ry-btn {
	margin-top: 30px;
	width: 100%;
	max-width: 100%;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .form-body .form2 .form-label {
	display: none;
}

.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .form-body .form2 > .col-xs-12:not(:last-child) {
	margin-bottom: 10px;
}

.default-redesign .module-inner-button.module-works .ry-content {
	flex-direction: column;
	max-width: 100%;
	gap: unset;
}

.default-redesign .module-inner-button.module-works {
	padding: 160px 0;
	border: unset;
}

.default-redesign .module-inner-button.module-works .ry-content .button-group .ry-btn {
	min-width: 135px;
	padding: 19px 30px !important;
}

.default-redesign .module-inner-button.module-works .ry-content .button-group .ry-btn:not(:hover) {
	background: transparent;
	border-color: #add0d8;
	border-width: 1px !important;
}

.default-redesign .module-inner-button.module-works .ry-content .button-group .ry-btn:hover {
	background: #add0d8 !important;
	border-color: #add0d8;
}
.default-redesign .module-inner-button.module-works .ry-content .button-group .ry-btn:hover:before {
	border-color: #add0d8
}

.default-redesign .module-inner-button.module-works .ry-content .group-button {
	padding: 60px 0 100px;
}

.default-redesign .module-inner-button.module-works .ry-content .group-button .build-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.default-redesign .module-inner-button.module-works .ry-content .build-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 60px);
	margin-left: -60px;
}
.default-redesign .module-inner-button.module-works .ry-content .button-group .ry-btn.active:after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
	top: 50%;
	transform: translate(0, -50%);
	background-size: contain;
}

.default-redesign .module-inner-button.module-works .ry-content .button-group .ry-btn.active {
	flex-direction: row-reverse;
}

.default-redesign .module-inner-button.module-works .ry-content .button-group .ry-btn.active {
	padding-left: 45px !important;
}

.default-redesign .module-inner-button.module-works .ry-content .button-group .ry-btn.active {
	background: #97c8d4;
	color: #fff;
}
.default-redesign .each-build {
	width: calc(33.33% - 60px);
	padding: 30px;
	border-radius: 30px;
	background: #f9f9fc;
	margin-left: 60px;
	margin-bottom: 90px;
	transition: .3s;
}

.default-redesign .each-build .mobile-photo {
	display: none;
}

.default-redesign .each-build:hover {
	background: #fff;

	box-shadow: 0px 0px 49px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 49px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 49px 0px rgba(0,0,0,0.1);
}
.default-redesign .each-build .photo {
	height: 660px;
	overflow-y: scroll;
	border-radius: 20px;
	border: 1px solid #efeff2;
}

.default-redesign .each-build .photo::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color: transparent;
}

.default-redesign .each-build .photo::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
}

.default-redesign .each-build .photo::-webkit-scrollbar-thumb {
	border-radius: 0px;	
	background-color: transparent;
}

.default-redesign .each-build .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: 1s;
}

.default-redesign .each-build .photo img:not(.active) {
	/* display: none; */
	visibility: hidden;
	height: 0;
	opacity: 0;
	transition: 1s;
}



.default-redesign .each-build .group-text {
	padding-top: 45px;
}

.default-redesign .each-build .group-text .title div {
	font-size: 23px;
	font-family: 'Inter';
	font-weight: 900;
	color: #333;
	letter-spacing: -.5px;
}

.default-redesign .each-build .group-text .title {
	margin-bottom: 15px;
}

.default-redesign .each-build .switch {
	display: inline-block;
	position: relative;
}

.default-redesign .each-build .switch input {
	/* display: none; */
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	margin: 0;
	max-width: 100%;
	min-width: 90px;
	opacity: 0;
	transform: translate(-50%, 0);
	cursor: pointer;
}

.default-redesign .each-build .switch label {
	display: block;
	width: 85px;
	height: 40px;
	padding: 7px;
	border-radius: 30px;
	border: 1px solid #efeff2;
	cursor: pointer;
	transition: 0.3s;
	margin: 0;
}

.default-redesign .each-build .switch label::after {
	content: "";
	display: inherit;
	width: 25px;
	height: 25px;
	border-radius: 12px;
	background: #000;
	transition: 0.3s;
}

.default-redesign .each-build .switch input:checked ~ label {
	border-color: #efeff2;
}

.default-redesign .each-build .switch input:checked ~ label::after {
	translate: 45px 0;
	background: #000000;
}

.default-redesign .each-build .switch input:disabled ~ label {
	opacity: 0.5;
	cursor: not-allowed;
}

.default-redesign .each-build .block-switcher {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.default-redesign .each-build .block-switcher:before {
	content: "Before";
	opacity: .4;
}

.default-redesign .each-build .block-switcher:after {
	content: "After";
}

.default-redesign .each-build .block-switcher:after, 
.default-redesign .each-build .block-switcher:before {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Inter';
	font-weight: 900;
	color: #333333;
	transition: .6s;
} 

.default-redesign .each-build.isChecked .block-switcher:before {
	opacity: .4;
} 

.default-redesign .each-build:not(.isChecked) .block-switcher:after {
	opacity: .4;
} 
.default-redesign .each-build:not(.isChecked) .block-switcher:before {
	opacity: 1;
} 
.module-works-video .videoWrapperCustom {
	position: relative;
	width: 100%;
	height: 0;
	background-color: #000;
}
.module-works-video .videoWrapperCustom43 {
	padding-top: 75%;
}
.module-works-video .videoWrapperCustom169 {
	padding-top: 62%;
}
.module-works-video .videoIframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.module-works-video .videoPoster {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	background-position: 50% 50%;
	background-size: 100% 100%;
	background-size: cover;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}

.module-works-video .videoWrapperCustomActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}
.module-works-video {
	padding: 160px 0;
	margin-top: 0;
}

.module-works-video .ry-container {
	max-width: 1280px;
	width: 90%;
}

.module-works-video .videoPoster:before {
	content: "";
	width: 242px;
	height: 242px;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/InnerRedesignDemo/play_button.png);
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.module-works-video .videoWrapperCustomActive .videoPoster:before {
	opacity: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}


.module-demo-stories .ry-container .ry-headline h2 .span-1 {
	display: inline;
}
.module-demo-stories {
	padding: 80px 0 160px;
}
.module-demo-stories .stories-wrapper {
	padding-top: 85px;
}
.module-results {
	padding: 160px 0;
	position: relative;
	background: #e3f1f4;
	overflow: hidden;
}

.module-results:before {
	content: "";
	position: absolute;
	content: "";
	bottom: 0;
	transform: translate(-50%, 0);
	left: 50%;
	width: 50%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: radial-gradient(circle, rgba(255, 255, 255, .5) 15%, rgba(227, 241, 244, 1) 100%);
	opacity: 0;
}

.module-results .ry-headline h2 {
	margin-bottom: 60px;
}

.module-results .ry-headline h2 .span-1 {
	display: inline;
}

.module-results .ry-flex .ry-text h4 {
	font-size: 30px;
	font-family: 'Inter' !important;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
}

.module-results .ry-flex .ry-each .ry-text p {
	font-size: 20px;
	text-align: left;
}

.module-results .ry-flex .ry-each {
	width: 50%;
}

.module-results .ry-flex .ry-each:nth-child(2) {
	max-width: 480px;
}

.module-results .ry-container {
	width: 90%;
	max-width: 1280px;
}

.module-results .form-wrapper {
	margin-top: 90px;
	padding: 70px 30px 70px 100px;
	background: #fff;
	border-radius: 30px;
	position: relative;
}

.module-results .form-wrapper .form-v2 {
	max-width: 540px;
}

.module-results .form-wrapper .form-v2 .field-label {
	font-size: 24px;
	font-weight: 600;
	font-family: 'Inter';
	letter-spacing: -.8px;
	margin-bottom: 25px;
	/* line-height: 1; */
}

.module-results .form-wrapper .form-v2 .field-icon {
	display: flex;
}

.module-results .form-wrapper .form-v2 .field-icon .form-group {
	margin-bottom: 0;
	width: 100%;
	border-right: unset;
}

.module-results .form-wrapper .form-v2 .field-icon .ry-btn {
	min-width: 230px;
	height: 75px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.module-results .form-wrapper .form-v2 .field-icon .form-group .form-control {
	height: 75px;
	background: #fff;
	border-color: #add0d8;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 100%;
	border-right: unset;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 75px;
	font-size: 20px;
	font-family: 'Inter';
	color: #333;
}



.module-results .form-wrapper .form-v2 .field-icon  .bt-icon {
	position: absolute;
	left: 30px;
	top: 53%;
	transform: translate(0, -50%);
}

.module-results .form-wrapper .form-v2 .field-icon .bt-icon svg {
	width: 25px;
	height: 25px;
	fill: #333;
	opacity: .5;
}

.module-results .form-wrapper .form-v2 .field-icon .form-group .form-control::placeholder {
	font-size: 20px;
	color: #333;
	opacity: .5;
}

.module-results .form-wrapper .ry-photo {
	position: absolute;
	right: -5%;
	width: max-content;
	bottom: -60%;
}

.module-results .form-wrapper .ry-photo img {
	max-width: 760px;
}

.module-results .ry-flex {
	align-items: center;
}


.inner-redesign-wrapper.demo__template ~ .sections .module-started {
	background: #f0ecd6;
}
.inner-redesign-wrapper.reviews-module-template ~ .sections .module-started {
	background: #c5dee4;
}

.inner-redesign-wrapper.demo__template .ty-head {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Inter' !important;
	margin-bottom: 10px;
}

.inner-redesign-wrapper.demo__template .ty-sub {
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}


@media (max-width: 1680px) {

	.inner-redesign-wrapper.demo__template .module-headline .ry-headline h2 {
		font-size: calc(56px + 18 * ((100vw - 1660px) / 768));
	}

	.inner-redesign-wrapper.demo__template .module-headline .ry-sub-headline {
		font-size: calc(26px + 4*((100vw - 1660px) / 768));
		letter-spacing: 1px;
	}
	.inner-redesign-wrapper.demo__template .module-headline .ry-sub-headline.long-text {
		font-size: calc(22px + 4*((100vw - 1660px) / 768));
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-headline .ry-container .ry-flex .ry-each .ry-text p {
		font-size: calc(18px + 4 * ((100vw - 1660px) / 768)) !important;
	}

	.module-results .ry-flex .ry-text h4 {
		font-size: calc(26px + 4*((100vw - 1660px) / 768));
		transition: .2s;
		line-height: 1.3;
	}

	.module-results .ry-headline h2 {
		margin-bottom: 40px;
	}

	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .ry-flex .right-block .form-title {
		font-size: calc(42px + 18 * ((100vw - 1660px) / 768));
	}

	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .ry-flex .left-block h2 {
		font-size: calc(20px + 4 * ((100vw - 1660px) / 768)) !important;
		padding: 0 20px;
	}
	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .ry-flex .left-block .long-text h2 {
		font-size: calc(14px + 4 * ((100vw - 1660px) / 768)) !important;
		padding: 0 10px;
	}
	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .form-group .form-control, 
	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .form-group .form-control::placeholder,
	.module-results .form-wrapper .form-v2 .field-icon .form-group .form-control, 
	.module-results .form-wrapper .form-v2 .field-icon .form-group .form-control::placeholder {
		font-size: 18px;
	}

	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap {
		padding-left: 6vw;
		padding-right: 6vw;
	}



}

@media (max-width: 1580px) and (min-width: 1481px) {
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		min-width: 150px !important;
		font-size: calc(16px + 4 * ((100vw - 1660px) / 768)) !important;
	}
}
@media (max-width: 1480px) {
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .button-paddles {
		opacity: 1 !important;
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group {
		display: flex;
		gap: 15px;
		height: 75px;
		box-sizing: border-box;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		transition: .3s;
		align-items: flex-start;
		padding: 7.5px 0;
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .button-paddles {
		top: 75px;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group {
		height: 70px;
		overflow: hidden;
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group {
		height: 70px;
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		min-width: 150px !important;
	}

	.default-redesign .each-build {
		width: calc(33.33% - 30px);
		margin-left: 30px;
		margin-bottom: 60px;
	}


	.default-redesign .module-inner-button.module-works .ry-content .group-button {
		padding: 40px 0 60px;
	}

	/*
	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup {
	max-width: 260px;
	min-width: 260px;
}

	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .detailed-popup .wrapper {
	padding: 40px 30px;
	border-radius: 15px;
}

	.module-accordion-inner .ry-content .accordion-wrapper .each .details-block .bottom-part .each-item .middle-block .list-title:after {
	width: calc(100% - 300px);
}
	*/

	.module-results .form-wrapper .form-v2 {
		position: relative;
		z-index: 2;
	}

	.module-results .form-wrapper .ry-photo img {
		max-width: 660px;
	}

	.module-results .form-wrapper .ry-photo {
		bottom: -40%;
		right: -10%;
	}

}

@media (max-width: 1080px) {


	.module-banner-text {
		padding: 0 0 80px;
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group {
		z-index: 999; 
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-headline:before {
		opacity: 0;
	}

	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each:nth-child(1) {
		width: 100%;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-headline .ry-container .ry-flex .ry-each .ry-text p {
		text-align: left;
	}
	.inner-redesign-wrapper.demo__template .module-headline .ry-headline h2 {
		line-height: 1.1;
		font-size: calc(60px + 18*((100vw - 1660px) / 768));
	}

	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each:nth-child(2) {
		width: 100%;
	}

	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .ry-flex {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap {
		padding: 60px 10vw;
	}

	.inner-redesign-wrapper.demo__template .module-headline .ry-sub-headline {
		font-size: calc(26px + 4*((100vw - 1660px) / 768));
		letter-spacing: 1px;
	}

	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .ry-flex .right-block .form-title {
		font-size: calc(42px + 12  * ((100vw - 1660px) / 768));
		max-width: 260px;
	}

	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .ry-flex .right-block {
		max-width: max-content;
	}

	.default-redesign .module-inner-button.module-works {
		padding: 100px 0;
	}

	.default-redesign .module-inner-button.module-works .ry-content .group-button {
		padding: 30px 0 40px;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .button-paddles {
		top: 65px;
	}

	.default-redesign .each-build .group-text .title div {
		font-size: calc(22px + 4*((100vw - 1660px) / 768));
		line-height: 1.1;
	}

	.default-redesign .each-build {
		width: calc(50% - 30px);
	}

	.default-redesign .each-build .photo {
		height: 0;
		padding-bottom: 130%;
	}

	.module-works-video {
		padding: 0 0 100px;
	}

	.module-demo-stories {
		padding: 0 0 100px;
	}

	.module-results {
		padding: 100px 0;
	}

	.module-results .form-wrapper {
		padding: 60px;
	}

	.module-results .form-wrapper .ry-photo img {
		/* max-width: 520px; */
		transform: scale(.8);
		transform-origin: right;
	}
	.module-demo-stories .stories-wrapper {
		padding-top: 40px;
	}

	.default-redesign .module-inner-button.module-works .ry-content .build-wrapper {
		margin-left: -20px;
		width: calc(100% + 20px);
	}

	.default-redesign .each-build {
		padding: 0;
		background: transparent;
	}

	.default-redesign .each-build:hover {
		background: transparent;
	}

	.default-redesign .fancybox__content .each-build {
		padding: 30px;
		background: #fff;
	}
	.default-redesign .each-build .mobile-photo {
		display: block;
		position: relative;
		padding-bottom: 130%;
		overflow: hidden;
		border-radius: 20px;
		overflow-y: scroll;
	}
	.default-redesign .each-build .mobile-photo::-webkit-scrollbar-track {
		border-radius: 0px;
		background-color: transparent;
	}

	.default-redesign .each-build .mobile-photo::-webkit-scrollbar {
		width: 5px;
		background-color: transparent;
	}

	.default-redesign .each-build .mobile-photo::-webkit-scrollbar-thumb {
		border-radius: 0px;	
		background-color: transparent;
	}

	.default-redesign .each-build .photo {
		display: none;
		height: 0;
	}

	.default-redesign .each-build .mobile-photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.default-redesign .each-build .group-text {
		display: none;
	}

	.default-redesign .each-build {
		margin-left: 20px;
		width: calc(50% - 20px);
		margin-bottom: 20px;
	}

	.default-redesign .fancybox__content .each-build .photo {
		display: block;
		height: auto;
		padding-bottom: 150%;
	}

	.default-redesign .fancybox__content {
		width: 90%;
		padding: 0;
		max-width: 560px;
		background: transparent;
	}

	.default-redesign .fancybox__content .each-build {
		width: 100%;
		margin: 0;
	}

	.default-redesign .fancybox__content .each-build .mobile-photo {
		display: none;
	}

	.default-redesign .fancybox__content .each-build .group-text {
		display: block;
	}

	.default-redesign .fancybox__content .carousel__button.is-close {
		top: -50px;
	}
	.default-redesign .fancybox__container {
		z-index: 99999;
	}
}

@media (max-width: 991px) {
	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap {
		padding: 40px 10vw;
		border-radius: 25px;
	}

	.inner-redesign-wrapper.demo__template .module-headline .ry-headline h2 {
		font-size: calc(52px + 18 * ((100vw - 1660px) / 768));
	}

	.inner-redesign-wrapper.demo__template .module-headline .ry-sub-headline,
	.inner-redesign-wrapper.demo__template .module-headline .ry-sub-headline.long-text {
		margin-top: 5px;
		margin-bottom: 15px;
		font-size: calc(22px + 4 * ((100vw - 1660px) / 768));
	}
	
	.inner-redesign-wrapper.demo__template .module-headline .ry-text ul {
		padding-top: 20px;
	}

	.module-results .ry-flex .ry-text h4 {
		font-size: calc(22px + 4 * ((100vw - 1660px) / 768));
	}

	.module-results .ry-headline h2 {
		margin-bottom: 10px;
	}

	.module-results .ry-flex {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.module-results .ry-flex .ry-each:nth-child(2), 
	.module-results .ry-flex .ry-each:nth-child(1) {
		max-width: 520px;
		width: 100%;
	}

	.module-results .form-wrapper .form-v2 {
		max-width: 100%;
		justify-content: center;
	}

	.module-results .form-wrapper .form-v2 .field-icon .form-group {
		display: flex;
		max-width: max-content;
	}

	.module-results .form-wrapper .form-v2 .field-label {
		font-size: calc(22px + 4 * ((100vw - 1660px) / 768));
		/* text-align: center; */
		text-align: center;
		margin-bottom: 15px;
	}

	.module-results .form-wrapper .form-v2 .field-icon .ry-btn {
		width: 100%;
		max-width: 100%;
		max-width: 230px;
	}

	.module-results .form-wrapper .form-v2 .field-icon {
		justify-content: center;
		position: relative;
		max-width: max-content;
		margin: auto;
	}

	.module-results .form-wrapper .form-v2 .field-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.module-results .form-wrapper {
		padding-bottom: 300px;
		margin-top: 40px;
	}

	.module-results .form-wrapper .ry-photo {
		right: unset;
		left: 40%;
		transform: translate(-50%, 0);
	}

	.module-results .form-wrapper .ry-photo img {
		max-width: 740px;
	}

	.inner-redesign-wrapper.demo__template .ty-head {
		font-size: 14px;
		margin-bottom: 7.5px;
	}

	.inner-redesign-wrapper.demo__template .ty-sub {
		font-size: 12px;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		min-width: unset !important;
		border: unset;
		padding: 15px 25px !important;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group .ry-btn:hover,
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group .ry-btn.active {
		background: #add0d8;
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group .ry-btn.active {
		padding-left: 35px !important;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group .ry-btn.active:after {
		width: 15px;
		height: 15px;
	}
	.default-redesign .module-inner-button.module-works .ry-content .button-group .ry-btn:hover:before {
		border: unset;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group {
		gap: unset;
		align-items: center;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .block-wrapper {
		align-items: center;
		padding: 0 5vw;
		border: 1px solid #add0d8;
		border-radius: 40px;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .button-paddles .button-right-paddle {
		margin-right: 2.5vw;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .button-paddles .button-left-paddle {
		margin-left: 2.5vw;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .button-paddles .paddle {
		display: flex !important;
		opacity: 1 !important;
		visibility: visible !important;
		z-index: 9;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .button-paddles .paddle.hidden {
		opacity: .4 !important;
	}
}
@media (max-width: 768px) {

	.module-banner-text {
		padding: 0 0 60px;
	}
	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .form-body {
		margin-top: 20px;
	}

	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .form-group .ry-btn {
		margin-top: 15px;
	}
	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .form-group .form-control, 
	.module-results .form-wrapper .form-v2 .field-icon .form-group .form-control {
		height: 60px;
		font-size: calc(18px + 3*((100vw - 1660px) / 768));
	}
	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .form-group .form-control::placeholder, 
	.module-results .form-wrapper .form-v2 .field-icon .form-group .form-control::placeholder {
		font-size: calc(18px + 3*((100vw - 1660px) / 768));
	}
	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap .ry-flex .left-block {
		min-width: 90px;
		width: 90px;
		height: 90px;
	}
	.inner-redesign-wrapper.demo__template .module-headline .ry-flex .ry-each .form-wrap {
		padding: 40px 7vw;
	}

	.default-redesign .each-build {
		width: calc(50% - 20px);
		margin-bottom: 20px;
		margin-left: 20px;
	}


	.default-redesign .each-build .block-switcher:after, 
	.default-redesign .each-build .block-switcher:before {
		font-size: 13px;
	}
	.default-redesign .each-build .photo {
		border-radius: 10px;
	}

	.default-redesign .each-build .group-text {
		padding-top: 25px;
	}

	.default-redesign .each-build .group-text .title {
		margin-bottom: 10px;
	}

	.default-redesign .each-build .switch label {
		width: 70px;
		border-radius: 20px;
		height: 35px;
		padding: 5px 8px;
	}

	.default-redesign .each-build .switch label::after {
		width: 23px;
		height: 23px;
	}

	.default-redesign .each-build .switch input:checked ~ label::after {
		translate: 32px;
	}

	.module-results .form-wrapper .form-v2 .field-icon .bt-icon {
		top: 53%;
	}

	.module-results .form-wrapper .form-v2 .field-icon .ry-btn {
		height: 60px;
	}

	.module-works-video .videoPoster:before {
		/* width: 200px; */
		/* height: 200px; */
		background-size: contain;
		transform: translate(-50%, -50%) scale(.7);
	}
	.module-results .form-wrapper .form-v2 .field-icon .ry-btn {
		min-width: unset;
	}

	.default-redesign .module-inner-button.module-works {
		padding: 60px 0;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		padding: 14px 20px !important;
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group .ry-btn.active:after {
		left: 14px;
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .button-paddles {
		top: 50%;
		transform: translate(0, -50%);
		z-index: 9;
	}

	.default-redesign .module-inner-button.module-works .ry-content .group-button {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.module-results {
		padding: 60px 0 120px;
	}
	.module-demo-stories .stories-wrapper {
		padding-top: 30px;
	}

	.default-redesign .fancybox__content .each-build {
		padding: 20px;
	}

	.default-redesign .fancybox__content .each-build .photo {
		border-radius: 25px;
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group {
		height: 60px;
		overflow: hidden;
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .block-wrapper {
		height: 60px;
	}
}
@media (max-width: 560px) {

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .block-wrapper {
		padding-left: 7vw;
		padding-right: 7vw;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		padding: 12px 15px !important;
		border-radius: 20px;
		font-size: 11px !important;
		position: relative;
		z-index: 99999;
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group .ry-btn.active:after {
		width: 12px;
		height: 12px;
		left: 10px;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group .ry-btn.active {
		padding-left: 25px !important;
	}
	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .ry-container .ry-content .button-group {
		gap: 5px;
		height: 55px;
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-inner-button .block-wrapper {
		height: 55px;
	}
	.default-redesign .each-build .mobile-photo {
		padding-bottom: 150%;
	}
	.default-redesign .module-inner-button.module-works .ry-content .build-wrapper {
		margin-left: -15px;
		width: calc(100% + 15px);
		margin-bottom: 15px;
	}

	.default-redesign .each-build {
		width: calc(50% - 15px);
		margin-left:15px;
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.default-redesign .each-build .group-text .title div {
		font-size: calc(20px + 3*((100vw - 1660px) / 768));
	}

	.default-redesign .inner-redesign-wrapper.demo__template .module-headline .ry-container .ry-flex .ry-each .ry-text p {
		font-size: calc(18px + 3*((100vw - 1660px) / 768)) !important;
	}
	.module-results .form-wrapper {
		padding-left: 8vw;
		padding-right: 8vw;
		padding-bottom: 240px;
		padding-top: 40px;
		border-radius: 20px;
	}

	.module-results .form-wrapper .ry-photo img {
		max-width: 600px;
		width: 100%;
	}

	.module-works-video .videoPoster:before {
		width: 180px;
		height: 180px;
	}

	.module-results .form-wrapper .form-v2 .field-icon .form-group .form-control {
		padding-left: 50px;
	}

	.module-results .form-wrapper .form-v2 .field-icon .bt-icon {
		left: 20px;
	}

	.module-results .form-wrapper .form-v2 .field-icon .bt-icon svg {
		width: 20px;
		height: 20px;
	}
}
@media (max-width: 420px) {
	.default-redesign .module-inner-button.module-works .ry-content .build-wrapper {
		margin-left: -10px;
		width: calc(100% + 10px);
	}

	.default-redesign .each-build {
		width: calc(50% - 10px);
		margin-left: 10px;
		border-radius: 20px;
		margin-bottom: 15px;
	}
}
@media (max-width: 380px) {
	.default-redesign .each-build {
		width: calc(100% - 10px);
		border-radius: 20px;
	}
}

@media (min-width: 1680px) {
	.default-redesign .module-inner-button .ry-container .ry-content .button-group {
		max-width: max-content;
		margin: auto;
	}
}

/* END DEMO */

/* START PACKAGES */
/* ENTERPRISE */
.default-redesign .module-first.entrprise__map {
	padding: 0;
}

.default-redesign .module-first.entrprise__map .photo {
	position: relative;
	height: 0;
	padding-bottom: 500px;
}

.default-redesign .module-first.entrprise__map .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.default-redesign .module-first.entrprise__map_2 {
	margin-top: -260px;
	padding: 0;
}



.default-redesign .module-first.entrprise__map_2 .ry-flex .ry-each:nth-child(1) {
	padding: 260px 0 0;
}

.default-redesign .module-first.entrprise__map_2 .ry-flex .ry-each .ry-headline {
	margin-bottom: 30px;
}

.default-redesign .module-first.entrprise__map_2 .ry-flex .ry-each .ry-text p {
	margin-bottom: 50px;
}

.default-redesign .module-first.enterprise__title {
	padding-top: 160px;
	padding-bottom: 80px;
}

.default-redesign .module-first.enterprise__title {}

.default-redesign .module-first.enterprise__title .ry-flex .ry-each:nth-child(1) {
	max-width: 720px;
	width: 100% !important;
}

.default-redesign .module-first.enterprise__title .ry-flex .ry-each .ry-headline h3 {
	font-size: 53px;
	line-height: 1.1;
	margin-bottom: 0;
}

.default-redesign .module-first.enterprise__rollup {
	padding: 0;
}

.default-redesign .module-first.enterprise__rollup .ry-container .ry-content {
	padding: 115px 100px 115px 30px;
	border-radius: 30px;
	background: #d9eff5;
	border: 1px solid #abece7;
	position: relative;
}

.default-redesign .module-first.enterprise__rollup .ry-container .ry-content .ry-headline h3,
.default-redesign .module-first.enterprise__dynamicmap .ry-container .ry-content .ry-flex .ry-headline h3 ,
.default-redesign .module-first.enterprise__database .ry-container .ry-content .ry-headline h3,
.default-redesign .module-first.enterprise__microsite .ry-container .ry-content .ry-flex .ry-headline h3 {
	font-size: 30px !important;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.2;
}

.default-redesign .module-first.enterprise__rollup .ry-container .ry-content .ry-headline h3 {
	max-width: 300px;
	text-align: right;
	margin-left: auto;
}

.default-redesign .module-first.enterprise__rollup .ry-container .ry-content:before {
	content: "";
	position: absolute;
	content: "";
	bottom: 0;
	transform: translate(-50%, 0);
	left: 50%;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: radial-gradient(circle, rgba(255, 255, 255, .5) 15%, rgb(255 255 255 / 30%) 100%);
}

.default-redesign .module-first.enterprise__rollup .ry-each {
	max-width: max-content;
}

.default-redesign .module-first.enterprise__rollup .ry-each.photo-each {
	position: absolute;
	bottom: -115px;
	left: -30px;
	width: 75%;
	max-width: 1090px;
}

.default-redesign .module-first.enterprise__rollup .ry-flex {
	justify-content: flex-end;
}

.default-redesign .module-first.enterprise__dynamicmap {
	padding: 0;
	padding-top: 55px;
}

.default-redesign .module-first.enterprise__dynamicmap .ry-container .ry-content {
	padding: 135px 30px 135px 80px;
	background: #faf0e0;
	border-radius: 30px;
	border: 1px solid #fbc055;
}

.default-redesign .module-first.enterprise__dynamicmap .ry-container .ry-content .ry-flex {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.default-redesign .module-first.enterprise__dynamicmap .ry-container .ry-content .ry-flex .ry-headline h3 {
	max-width: 260px;
}

.default-redesign .module-first.enterprise__dynamicmap .ry-each.photo-each {
	position: absolute;
	right: 70px;
	bottom: -135px;
	width: 60%;
	max-width: 640px;
}

.default-redesign .module-first.enterprise__database {
	padding: 0;
	padding-top: 55px;
}

.default-redesign .module-first.enterprise__database .ry-content {
	padding: 135px 100px 135px 30px;
	position: relative;
	background: #ecf0e5;
	border-radius: 30px;
	border: 1px solid #d5f19e;
}

.default-redesign .module-first.enterprise__database .ry-content .ry-headline h3 {
	max-width: 330px;
	margin-left: auto;
}

.default-redesign .module-first.enterprise__database .ry-content .ry-each.photo-each {
	position: absolute;
	left: 50px;
	width: 55%;
	max-width: 570px;
	bottom: -135px;
}

.default-redesign .module-first.enterprise__database .ry-content .ry-flex {
	justify-content: flex-end;
}

.default-redesign .module-first.enterprise__microsite .ry-container .ry-content {
	padding: 100px 30px 170px 80px;
	background: #fbe8e4;
	border-radius: 30px;
	border: 1px solid #f8b0a1;
}

.default-redesign .module-first.enterprise__microsite .ry-container .ry-content .ry-flex {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.default-redesign .module-first.enterprise__microsite .ry-container .ry-content .ry-flex .ry-headline h3 {
	max-width: 360px;
}

.default-redesign .module-first.enterprise__microsite .ry-container .ry-content .ry-flex .ry-each.photo-each {
	position: absolute;
	bottom: -170px;
	right: -30px;
	max-width: 100%;
	width: calc(100% + 110px);
	min-width: calc(100% + 110px);
}

.default-redesign .module-first.enterprise__microsite .ry-container .ry-content .ry-flex .ry-each.photo-each .photo {
	margin: 0;
	width: 100%;
}

.default-redesign .module-first.enterprise__microsite {
	padding: 0;
	padding-top: 55px;
}

.default-redesign .module-first.enterprise__graphics {
	padding: 0;
	padding-top: 55px;
}

.default-redesign .module-first.enterprise__graphics .ry-container .ry-content {
	padding: 120px 120px 150px 30px;
	border-radius: 30px;
	background: #d9eff5;
	border: 1px solid #abece7;
	position: relative;
}

.default-redesign .module-first.enterprise__graphics .ry-container .ry-content:before {
	content: "";
	position: absolute;
	content: "";
	bottom: 0;
	transform: translate(-50%, 0);
	left: 50%;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: radial-gradient(circle, rgba(255, 255, 255, .5) 15%, rgb(255 255 255 / 30%) 100%);
}

.default-redesign .module-first.enterprise__graphics .ry-container .ry-content .ry-headline h3 {
	font-size: 30px !important;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.2;
	max-width: 360px;
	margin-left: auto;
}

.default-redesign .module-first.enterprise__graphics .ry-container .ry-content .ry-flex .ry-each.photo-each {
	position: absolute;
	left: -5%;
	top: -89px;
	width: 70%;
	max-width: 750px;
}

.default-redesign .module-first.enterprise__graphics .ry-container .ry-content .ry-flex {
	justify-content: flex-end;
}

.default-redesign .module-first.enterprise__graphics .ry-container .ry-content .ry-flex .ry-each.photo-each .photo {
	margin: 0;
	width: 100%;
}

/* START ENVSION VERSION */
.default-redesign .envision-template .module-first.envision-audience.snap-block-version .photo .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 70.25%;
    border-radius: 30px;
    overflow: hidden;
}

.default-redesign .envision-template .module-first.envision-audience.snap-block-version .photo .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.default-redesign .envision-template .module-first.envision-audience:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background: #add0d8;
}

.default-redesign .envision-template .module-first.envision-audience .photo {
	margin-top: -180px;
	width: calc(100% + 200px);
	margin-bottom: 60px;
}

.default-redesign .envision-template .module-first.envision-audience .ry-headline, 
.default-redesign .envision-template .module-first.envision-audience .ry-text {
	max-width: 960px;
	float: none;
	margin: auto;
}

.default-redesign .envision-template .module-first.envision-audience .ry-text p {
	margin: 25px 0 30px;
}

.default-redesign .envision-template .module-first.envision-audience .ry-btn {
	margin: auto;
}

.default-redesign .module-first.envision-consumer {
	padding-top: 0;
	padding-bottom: 140px;
}

.default-redesign .module-first.envision-consumer .photo img {
	padding: 0px 40px;
}

.default-redesign .module-first.envision-consumer .ry-headline {
	clear: both;
	padding-top: 90px;
}

.default-redesign .module-first.envision-consumer .ry-headline h2 {
	margin-bottom: 15px;
	background: linear-gradient(8deg, #ed1b69, #ed1b69, #fea006, #ed1b69);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.default-redesign .module-first.envision-consumer:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 290px);
	background: #000;
}

.default-redesign .module-first.envision-consumer .ry-headline p {
	color: #fff;
}

.module-reflects.sections {
	padding: 160px 0 100px;
}

.module-reflects.sections .ry-text h4 {
	font-size: 30px !important;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.3;
	letter-spacing: -1px;
	margin: 0;
	font-family: 'Inter';
	max-width: 420px;
}

.module-reflects.sections .ry-flex .each-left {
	width: 50%;
}

.module-reflects.sections .ry-flex .each-left .each-photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.module-reflects.sections .ry-flex .each-left .each-photo {
	padding-bottom: 120%;
	position: relative;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	overflow: hidden;
}

.module-reflects.sections .ry-flex .each-left .each-photo:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 100px);
	background: #e7f3f6;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
}

.module-reflects.sections .ry-flex {
	align-items: flex-end;
}

.module-reflects.sections .ry-flex .each-right .text-wrapper ul {
	list-style: none;
	padding-left: 0;
	padding: 40px 0 50px;
	margin: 0;
}

.module-reflects.sections .ry-flex .each-right .text-wrapper ul li {
	position: relative;
	padding-left: 30px;
}

.module-reflects.sections .ry-flex .each-right .text-wrapper ul li a {
	font-size: 53px;
	font-weight: 800;
	font-family: 'Inter';
	letter-spacing: -1px;
	text-transform: lowercase;
	color: #333;
	line-height: 1.17;
	transition: .3s;
	position: relative;
	display: block;
}
.module-reflects.sections .ry-flex .each-right .text-wrapper ul li a.active:after, 
.module-reflects.sections .ry-flex .each-right .text-wrapper ul li a:hover:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
	position: absolute;
	right: 0;
	background-color: #ed1b69;
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	top: 50%;
	transform: translate(0, -50%);
}
.module-reflects.sections .ry-flex .each-right .text-wrapper ul li a:hover, 
.module-reflects.sections .ry-flex .each-right .text-wrapper ul li a.active {
	text-decoration: unset;
	color: #ed1b69;
}

.module-reflects.sections .ry-flex .each-right .text-wrapper ul li a:before {
	content: "";
	position: absolute;
	left: -30px;
	width: 3px;
	height: 100%;
	background: #bebebe;
	top: 0;
}

.module-reflects.sections .ry-flex .each-right .text-wrapper ul li:not(:last-child) {
	margin-bottom: 20px;
}

.module-reflects.sections .ry-flex .each-right .text-wrapper ul li a:hover:before,
.module-reflects.sections .ry-flex .each-right .text-wrapper ul li a.active:before {
	background: #ed1b69;
}

.module-reflects.sections .ry-container {
	max-width: 1280px;
	width: 90%;
}

.module-reflects.sections .ry-flex .each-right {
	width: 50%;
	padding-left: 90px;
}
.default-redesign .module-inner-button.module-works.spotlights {
	padding-top: 100px;
	padding-bottom: 0;
	margin-bottom: -100px;
}

.default-redesign .module-inner-button.module-works.spotlights .top-block .ry-content {
	max-width: 480px;
	margin-left: 0;
	margin-right: auto;
	width: 40%;
}

.default-redesign .module-inner-button.module-works.spotlights .ry-container {
	max-width: 1280px;
	width: 90%;
}

.default-redesign .module-inner-button.module-works.spotlights .top-block .ry-content .ry-text {
	margin: 30px 0 50px;
}

.default-redesign .module-inner-button.module-works.spotlights .top-block .ry-content .ry-headline {
	width: 100%;
}

.default-redesign .module-inner-button.module-works.spotlights .middle-block {
	background: #e7f3f6;
	margin-bottom: 120px;
}

.default-redesign .module-inner-button.module-works.spotlights .middle-block .group-button {
	padding: 30px 0 50px;
}

.default-redesign .module-inner-button.module-works.spotlights .middle-block .group-button .button-group {
	flex-wrap: wrap;
	gap: 20px 13px !important;
	max-width: 500px;
	justify-content: flex-start;
	margin-left: 0;
	width: 45%;
}

.default-redesign .module-inner-button.module-works.spotlights .middle-block .slide-wrapper-works {
	position: absolute;
	width: 68%;
	right: 0;
	bottom: -150px;
}

.default-redesign .module-inner-button.module-works.spotlights .middle-block .slide-wrapper-works .slick-slide img {
	width: 100%;
}

.default-redesign .module-inner-button.module-works.spotlights .middle-block .slide-wrapper-works .swiper-container {}

.default-redesign .module-inner-button.module-works.spotlights .middle-block .slide-wrapper-works .spotlight-slick-wrapper {
	margin: 0;
}

.default-redesign .module-inner-button.module-works.spotlights .middle-block .slide-wrapper-works .slick-dots {
	bottom: 80px;
	left: -35%;
	z-index: 9;
	width: max-content;
	transform: translate(-50%, 0);
	display: flex !important;
	gap: 10px;
	list-style: none !important;
	padding: 0;
}

.default-redesign .module-inner-button.module-works.spotlights .middle-block .slide-wrapper-works .slick-dots li {
	margin: 0 !important;
	width: auto;
	height: auto;
}

.default-redesign .module-inner-button.module-works.spotlights .middle-block .slide-wrapper-works .slick-dots li button {
	width: 55px;
	height: 5px;
	background: #dfdfdf;
	padding: 0;
	text-indent: -999999px;
}

.default-redesign .module-inner-button.module-works.spotlights .middle-block .slide-wrapper-works .slick-dots li.slick-active button {
	background: #ed1b69;
}


.default-redesign .module-explore {
	padding: 100px 0 30px;
	background: #000000;
}

.default-redesign .module-explore .ry-flex {
	gap: 50px;
}

.default-redesign .module-explore .ry-flex .ry-each:nth-child(1) {
	width: 40%;
	max-width: 620px;
	padding-left: 60px;
	padding-right: 120px;
}

.default-redesign .module-explore .ry-flex .ry-each img {
	max-width: 420px;
}

.default-redesign .module-explore .ry-flex {
	align-items: center;
}

.default-redesign .module-explore .ry-flex .ry-headline h2 {
	background: linear-gradient(to right, #ed1b69, #fea006, #fea006, #ed1b69);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.default-redesign .module-explore .ry-flex .ry-text p, 
.default-redesign .module-explore .ry-flex .ry-text a:not(.ry-btn) {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	font-family: 'Inter';
}

.default-redesign .module-explore .ry-flex .ry-each:nth-child(2) {
	padding-right: 160px;
	width: 60%;
}

.default-redesign .module-explore .ry-flex .ry-text p {
	letter-spacing: -1px;
	padding-right: 60px;
	margin-bottom: 0;
	margin: 20px 0 50px;
}

.default-redesign .module-explore .ry-flex .ry-text a:not(.ry-btn) {
	text-decoration: underline;
}

.module-results.module-stars  {
	background: #f4ede1;
	padding-top: 0;
	padding-bottom: 80px;
	margin-top: 100px;
	overflow: initial;
}

.module-results.module-stars .ry-flex .ry-each:nth-child(1) {
	max-width: 380px;
	padding-top: 210px;
	padding-bottom: 160px;
	width: 38%;
}

.module-results.module-stars .ry-flex .ry-each .ry-headline h2 {
	font-size: 78px;
	margin-bottom: 30px;
}

.module-results.module-stars .ry-flex .ry-each:nth-child(2) {
	margin-top: 0;
	max-width: 760px;
	width: 60%;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper {
	margin-top: 0;
	padding: 70px 80px 50px;
	border-radius: 30px;
	background: #fff;
	margin-top: -70px;
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
	z-index: 9;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .form-label {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Inter';
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star {
	display: flex;
	justify-content: center;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
	margin: 30px 0 40px;
	width: 100%;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .rate-tag {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	height: 40px;
	color: #fff;
	font-size: 20px;
	font-family: 'Inter';
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .icon {
	max-width: 65px;
	clear: both;
	padding-bottom: 30px;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .rate-stars {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	width: 100%;
	cursor: pointer;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .rate-1 .rate-tag {
	background: #f65e63;
	width: calc(100% + 20px);
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	margin-left: -20px;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .rate-2 .rate-tag {
	background: #f08e00;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .rate-tag h5 {
	font-size: 16px;
	font-weight: 300;
	font-family: 'Inter' !important;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .rate-3 .rate-tag {
	background: #fbbf00;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .rate-4 .rate-tag {
	background: #a6c56e;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .rate-5 .rate-tag {
	width: calc(100% + 20px);
	margin-right: -20px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background: #5f9902;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .form-control {
	height: 70px;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #eaeaea;
	font-size: 18px;
	font-family: 'Inter';
	padding-left: 25px;
	color: #333;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .input-group .form-group {
	float: inline-end;
	clear: both;
	margin-bottom: 20px;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .input-group {
	display: flex;
	flex-direction: column;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper textarea.form-control {
	height: 250px;
	resize: unset;
	padding-top: 20px;
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .ry-btn {
	min-width: 130px;
	margin-left: auto;
}

.module-results.module-stars .form-wrapper .form-v2 {
	max-width: 100%;
}

.module-results.module-stars .rate-stars img {
	transition: transform .5s cubic-bezier(0.4, 0, 1, 1);
}

.module-results.module-stars .rate-stars.rate-4:hover img,
.module-results.module-stars .rate-stars.rate-5:hover img{
	transform: scale(1.2);
}


.default-redesign .envision-template .module-first.envision-audience.amplify-version .photo {
	margin-top: 0;
	margin-left: -20px;
	margin-bottom: 0;
}

.default-redesign .envision-template .module-first.envision-audience.amplify-version .ry-flex .ry-each:nth-child(1) {
	max-width: 620px;
}

.default-redesign .envision-template .module-first.envision-audience.amplify-version .ry-flex .ry-each {
	width: 50%;
}

.default-redesign .envision-template .module-first.envision-audience.amplify-version .ry-flex .ry-each:nth-child(2) {
	max-width: 480px;
	width: 40%;
}

.default-redesign .envision-template .module-first.envision-audience.amplify-version .ry-flex {
	align-items: flex-start;
	margin-top: 20px;
}

.default-redesign .envision-template .module-first.envision-audience.amplify-version .ry-flex .ry-each p {
	margin: 0;
}

.default-redesign .envision-template .module-first.envision-audience.amplify-version .ry-flex .ry-each .ry-btn {
	margin-left: 0;
	margin-top: 30px;
}

.default-redesign .envision-template .module-first.envision-audience.amplify-version  {
	padding: 120px 0 130px;
}

.default-redesign .envision-template .module-first.canvas-dash {
	padding-top: 160px;
	padding-bottom: 0;
	background: linear-gradient(to left, #ecf5f8, #ffffff, #ecf5f8);
	margin-bottom: 130px;
}
.default-redesign .envision-template .module-first.canvas-dash .ry-flex {
	align-items: flex-start;
	margin-bottom: 100px;
}

.default-redesign .envision-template .module-first.canvas-dash .ry-flex .ry-each:nth-child(1) {
	max-width: 620px;
}

.default-redesign .envision-template .module-first.canvas-dash .ry-flex .ry-each {
	width: 50%;
}

.default-redesign .envision-template .module-first.canvas-dash .ry-flex .ry-each:nth-child(2) {
	max-width: 480px;
	width: 40%;
}

.default-redesign .envision-template .module-first.canvas-dash .ry-flex .ry-text p {
	margin: 0;
}

.default-redesign .envision-template .module-first.canvas-dash .photo {
	width: calc(100% + 5%);
	margin-left: -5%;
	margin-bottom: 140px;
}

.default-redesign .envision-template .module-first.canvas-dash .black-wrapper {
	padding: 110px 130px 90px;
	background: #000;
	border-radius: 30px;
	margin-bottom: -130px;
}

.default-redesign .envision-template .module-first.canvas-dash .black-wrapper .ry-headline h2 {
	font-size: 85px;
	letter-spacing: -2px;
	background: linear-gradient(8deg, #ed1b69, #ed1b69, #fea006, #ed1b69);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.default-redesign .envision-template .module-first.canvas-dash .black-wrapper .ry-headline p {
	margin-top: 10px;
	color: #fff;
}
.default-redesign .envision-template .module-first.canvas-dash.snap-version .black-wrapper .ry-headline p {
	margin-top: 0;
	max-width: 670px;
}

.default-redesign .envision-template .module-first.canvas-dash.snap-version .black-wrapper .ry-headline h2 {
	margin: 10px 0;
}

.default-redesign .envision-template .module-first.canvas-dash.snap-version {
	background: transparent;
	padding-top: 0;
}

.default-redesign .envision-template .module-first.envision-audience.snap-block-version .photo {
	margin: 0;
	margin-left: -100px;
}

.default-redesign .envision-template .module-first.canvas-dash.snap-version .ry-flex .ry-each .ry-btn {
	margin-top: 30px;
}

.default-redesign .inner-redesign-wrapper.have-paddle-menu .module-headline.amplify-version .ry-headline h1 {
    line-height: 1;
}
@keyframes angry-shake {
	0% { transform: rotate(5deg) scale(1.5); }
	10% { transform: rotate(-5deg) scale(1.2); }
	20% { transform: rotate(5deg) scale(1.2); }
	30% { transform: rotate(-5deg) scale(1.2); }
	40% { transform: rotate(5deg) scale(1.2); }
	50% { transform: rotate(-5deg) scale(1.2); }
	60% { transform: rotate(5deg) scale(1.2); }
	70% { transform: rotate(-5deg) scale(1.2); }
	80% { transform: rotate(5deg) scale(1.2); }
	90% { transform: rotate(-5deg) scale(1.2); }
	100% { transform: rotate(5deg) scale(1.2); }
}

.module-results.module-stars .rate-stars.rate-1:hover img,
.module-results.module-stars .rate-stars.rate-2:hover img {
	animation: angry-shake 1s infinite; 
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper:before {
	width: 59px;
	height: calc(100% - 60px);
	content: "";
	left: -59px;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/InnerRedesignDemo/shadow.png);
	background-size: contain;
	position: absolute;
	background-repeat: no-repeat;
	top: 50%;
	opacity: 0.3;
	transform: translate(0, -50%) rotate(180deg);
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper:after {
	width: 59px;
	height: calc(100% - 60px);
	content: "";
	left: 0;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/InnerRedesignDemo/shadow.png);
	background-size: contain;
	position: absolute;
	background-repeat: no-repeat;
	top: 50%;
	opacity: .3;
	left: unset;
	right: -59px;
	transform: translate(0, -50%) rotate(0deg);
}

.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .rate-stars.active .rate-tag {
	background: #ed1b69;
	transition: .3s;
}

.packages-submenu {
	background: #282828;
	position: fixed;
	margin-top: 128px;
	z-index: 9;
	height: 57px;
	display: flex;
	align-items: center;
}

.packages-submenu .ry-container {
	max-width: 1720px;
	width: 90%;
}

.packages-submenu .ry-container .ry-flex {
	justify-content: flex-start;
	align-items: center;
}

.packages-submenu .ry-container .ry-flex .title-small {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	font-family: 'Inter';
	min-width: max-content;
}

.packages-submenu .ry-container .ry-flex .list-sections {
	margin-left: auto;
}

.packages-submenu .ry-container .ry-flex .list-sections ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	margin: 0;
	gap: 100px;
}

.packages-submenu .ry-container .ry-flex .dropdown-packages {
	margin-left: 18px;
	padding-left: 18px;
	position: relative;
	width: 300px;
}

.packages-submenu .ry-container .ry-flex .dropdown-packages:before {
	content: "";
	position: absolute;
	left: 0;
	width: 2px;
	height: 20px;
	background: #fff;
	opacity: .4;
}

.packages-submenu .ry-container .ry-flex .dropdown-packages .dropdown-packages-wrapper {
	position: relative;
}

.packages-submenu .ry-container .ry-flex .dropdown-packages .dropdown-packages-wrapper .first {
	font-size: 15px;
	color: #fff;
	font-family: 'Inter';
	opacity: .4;
	display: flex;
	cursor: pointer;
}

.packages-submenu .ry-container .ry-flex .dropdown-packages .dropdown-packages-wrapper .first .arrow:before {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	content: "";
	transition: .2s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.packages-submenu .ry-container .ry-flex .dropdown-packages .dropdown-packages-wrapper .first .arrow {

	width: 20px;
	height: 20px;
	position: unset;
	left: unset;
	background: transparent;
	width: auto;
	height: auto;
	margin-left: 15px;
	margin-top: -3px;
}

.packages-submenu .ry-container .ry-flex .list-sections ul li a {
	font-size: 15px;
	color: #fff;
	opacity: .4;
	font-family: 'Inter';
}

.packages-submenu .ry-container .ry-flex .dropdown-packages .dropdown-packages-wrapper .dropdownlist {
	position: absolute;
	background: #282828;
	padding: 0;
	min-width: 200px;
	top: 39px;
	padding-bottom: 10px;
}

.packages-submenu .ry-container .ry-flex .dropdown-packages .dropdown-packages-wrapper .dropdownlist ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.packages-submenu .ry-container .ry-flex .dropdown-packages .dropdown-packages-wrapper .dropdownlist ul li a {
	font-size: 15px;
	font-family: 'Inter' !important;
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px 30px;
	line-height: 1;
	opacity: .4;
	transition: .3s;
}

.packages-submenu .ry-container .ry-flex .dropdown-packages .dropdown-packages-wrapper .dropdownlist ul li a:hover,
.packages-submenu .ry-container .ry-flex .list-sections ul li a:hover {
	opacity: 1;
	text-decoration: unset;
}

.packages-submenu .ry-container .ry-flex .dropdown-packages .dropdown-packages-wrapper .first .arrow.rotate:before {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}
.anchor-hidden {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

@media (max-width: 1800px) {
	.packages-submenu .ry-container {
		width: calc(100% - 60px);
	}
}
@media (max-width: 1680px) {
	.envision-template {
		overflow: hidden;
	}
	.module-results.module-stars .ry-flex .ry-each .ry-headline h2 {
		font-size: calc(72px + 18 * ((100vw - 1660px) / 768));
	}

	.module-results.module-stars .ry-flex .ry-each .form-wrapper {
		padding: 60px 60px 40px;
	}

	.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .icon {
		padding-bottom: 20px;
	}

	.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star {
		margin: 20px 0 30px;
	}

	.module-results.module-stars .ry-flex .ry-each .form-wrapper .input-group .form-group {
		margin-bottom: 10px;
	}
	.module-results.module-stars .ry-flex .ry-each .form-wrapper .form-label {
		font-size: calc(18px + 4 * ((100vw - 1660px) / 768)) !important;
		transition: .2s;
	}

	.module-reflects.sections .ry-flex .each-right .text-wrapper ul li a {
		font-size: calc(50px + 4*((100vw - 1660px) / 768));
	}
	.default-redesign .envision-template .module-first.canvas-dash .black-wrapper .ry-headline h2 {
		font-size: calc(80px + 18 * ((100vw - 1660px) / 768));
	}
	.packages-submenu .ry-container .ry-flex .list-sections ul {
		gap: 2vw;
	}	
}
@media (max-width: 1480px) {
	.default-redesign .envision-template .module-first.canvas-dash .black-wrapper {
		padding: 80px 5%;
	}
	.default-redesign .module-first.entrprise__map_2 .ry-flex .ry-each:nth-child(1) {
		padding-top: 320px;
	}

	.default-redesign .enterprise-template .module-first .ry-container .ry-content .ry-flex .ry-headline h3,
	.module-reflects.sections .ry-text h4 {
		font-size: calc(26px + 4 * ((100vw - 1660px) / 768)) !important;
	}
	.default-redesign .module-first.enterprise__title {
		padding-top: 100px;
		padding-bottom: 60px;
	}

	.default-redesign .module-first.enterprise__rollup .ry-each.photo-each {
		width: 70%;
	}


	.default-redesign .module-first.enterprise__dynamicmap .ry-each.photo-each {
		right: -30px;
	}

	.default-redesign .module-first.enterprise__database .ry-content .ry-each.photo-each {
		width: 50%;
	}

	.default-redesign .module-first .ry-flex .ry-each {
		width: 40%;
	}
	.default-redesign .module-explore .ry-flex .ry-text p, 
	.default-redesign .module-explore .ry-flex .ry-text p a {
		font-size: calc(20px + 4 * ((100vw - 1660px) / 768)) !important;
	}

	.default-redesign .module-explore .ry-flex .ry-each:nth-child(1) {
		padding-right: 0;
	}

	.default-redesign .module-explore .ry-flex .ry-each:nth-child(2) {
		padding-right: 4vw;
	}

	.default-redesign .module-explore .ry-flex .ry-each:nth-child(1) {
		padding-left: 0;
	}
	.module-reflects.sections .ry-flex .each-right .text-wrapper ul li a {
		font-size: calc(42px + 4*((100vw - 1660px) / 767));
	}

	.module-reflects.sections .ry-flex .each-right {
		padding-left: 4vw;
	}
}
@media (max-width: 1280px) {
	.packages-submenu {
		margin-top: 105px;
	}
}
@media (max-width: 1280px) and (min-width: 769px) {
	.default-redesign .module-first.prof-block {
		overflow: hidden;
	}

	.default-redesign .module-first.prof-block .ry-flex .ry-each:nth-child(1) {
		width: 50%;
	}

	.default-redesign .module-first.prof-block .ry-flex .ry-each:nth-child(2) {
		width: 42%;
	}
}
@media (max-width: 1200px) {
	.default-redesign .envision-template .module-first.envision-audience.snap-block-version .photo {
		width: calc(100% + 10%);
		margin-left: -5%;
	}
}
@media (max-width: 1080px) {
	.packages-submenu {
		margin-top: 60px;
	}
	.packages-submenu .ry-container .ry-flex .list-sections {
		display: none;
	}
	/* OPTION FIX ON LAZY */
	.default-redesign .module-inner-button.module-works.spotlights .middle-block .slide-wrapper-works .photo {
		position: relative;
		padding-bottom: 90%;
	}

	.default-redesign .module-inner-button.module-works.spotlights .middle-block .slide-wrapper-works .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	/* OPTION FIX ON LAZY */
	.default-redesign .module-first.snap-block-version {
		padding-bottom: 30px;
	}
	.default-redesign .envision-template .module-first.canvas-dash .black-wrapper .ry-headline h2 {
		line-height: 1.1;
		font-size: calc(60px + 18*((100vw - 1660px) / 768));
	}
	.default-redesign .envision-template .module-first.canvas-dash .black-wrapper {
		padding: 60px 5%;
	}
	.default-redesign .envision-template .module-first.canvas-dash .ry-flex .ry-each,
	.default-redesign .envision-template .module-first.envision-audience.amplify-version .ry-flex .ry-each {
		width: 49% !important;
		max-width: 100% !important;
	}

	.default-redesign .envision-template .module-first.canvas-dash {
		padding-top: 100px;
	}

	.default-redesign .envision-template .module-first.envision-audience.amplify-version {
		padding-top: 60px;
		padding-bottom: 100px;
	}


	.default-redesign .envision-template .module-first.canvas-dash .ry-flex {
		margin-bottom: 60px;
	}

	.default-redesign .envision-template .module-first.canvas-dash .photo {
		margin-bottom: 60px;
	}
	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		min-width: unset !important;
		border: unset;
		padding: 15px 25px !important;
		z-index: 2;
	}

	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .ry-container .ry-content .button-group .ry-btn:hover,
	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .ry-container .ry-content .button-group .ry-btn.active {
		background: #add0d8;
	}
	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .ry-container .ry-content .button-group .ry-btn.active {
		padding-left: 35px !important;
	}

	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .ry-container .ry-content .button-group .ry-btn.active:after {
		width: 15px;
		height: 15px;
	}


	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .ry-container .ry-content .button-group {
		gap: 0 !important;
		align-items: center;
	}

	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .ry-container .ry-content .block-wrapper {
		align-items: center;
		padding: 0 5vw;
		border: 1px solid #add0d8;
		border-radius: 40px;
		height: 60px;
		overflow: hidden;
	}

	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .button-paddles .button-right-paddle {
		margin-right: 2.5vw;
	}

	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .button-paddles .button-left-paddle {
		margin-left: 2.5vw;
	}

	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .button-paddles .paddle {
		display: flex !important;
		opacity: 1 !important;
		visibility: visible !important;
		z-index: 9;
	}

	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .button-paddles .paddle.hidden {
		opacity: .4 !important;
	}

	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .ry-container .ry-content .button-group {
		display: flex;
		gap: 0;
		height: 75px;
		box-sizing: border-box;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		transition: .3s;
		align-items: flex-start;
		padding: 7.5px 0;
		flex-wrap: inherit;
		max-width: 100%;
		width: 100%;
	}

	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .button-paddles {
		opacity: 1;
		top: 50%;
		z-index: 1;
		transform: translate(0, -50%);
	}

	.default-redesign .module-inner-button.module-works.spotlights .middle-block .group-button {
		padding: 30px 0;
	}

	.default-redesign .module-inner-button.module-works.spotlights .top-block .ry-content {
		width: 100%;
		max-width: 100%;
	}

	.default-redesign .module-inner-button.module-works.spotlights .top-block .ry-content .ry-headline h2 {
		text-align: center;
	}

	.default-redesign .module-inner-button.module-works.spotlights .top-block .ry-content .ry-text {
		margin: 30px 0 20px;
	}

	.default-redesign .module-inner-button.module-works.spotlights {
		margin-bottom: 0;
		padding-top: 0;
	}

	.default-redesign .module-inner-button.module-works.spotlights .middle-block .slide-wrapper-works {
		position: relative;
		width: 100%;
		bottom: unset;
		margin-top: 30px;
	}

	.default-redesign .module-inner-button.module-works.spotlights .middle-block {
		background: transparent;
		position: relative;
	}

	.default-redesign .module-inner-button.module-works.spotlights .middle-block:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 120px;
		background: #e7f3f6;
	}

	.default-redesign .module-inner-button.module-works.spotlights .middle-block .slide-wrapper-works .slick-slide img {
		max-width: 768px;
		margin: auto;
		width: 90%;
	}


	.default-redesign .module-inner-button.module-works.spotlights .middle-block .slide-wrapper-works .slick-dots {
		left: 50%;
		bottom: -30px;
		margin: 0;
	}

	.default-redesign .module-first.envision-consumer:before {
		height: calc(100% - 25%);
	}

	.default-redesign .module-first.envision-consumer .ry-headline {
		padding-top: 30px;
	}

	.default-redesign .module-first.envision-consumer {
		padding-bottom: 100px;
	}
	.module-reflects.sections .ry-flex .each-right .text-wrapper ul li a {
		font-size: calc(38px + 8 *((100vw - 1660px) / 767));
	}

	.module-reflects.sections .ry-flex .each-right .text-wrapper ul {
		padding: 20px 0 30px;
	}

	.module-reflects.sections {
		padding: 100px 0;
	}
	.default-redesign .envision-template .module-first.envision-audience .photo {
		margin-top: -100px;
		width: calc(100% + 100px);
	}

	.default-redesign .module-first.enterprise__rollup .ry-each.photo-each {
		width: 100%;
		position: relative;
		bottom: 0;
		left: unset;
	}

	.default-redesign .module-first.enterprise__rollup .ry-flex {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
	}

	.default-redesign .module-first.enterprise__rollup .ry-container .ry-content {
		padding: 60px 60px 0;
	}

	.default-redesign .module-first.enterprise__rollup .ry-each {
		width: 100%;
		max-width: 100%;
	}

	.default-redesign .module-first.enterprise__rollup .ry-container .ry-content .ry-headline h3 {
		max-width: 300px;
		text-align: center;
		margin-right: auto;
	}

	.default-redesign .module-first.enterprise__dynamicmap .ry-container .ry-content {
		padding: 60px 60px 0;
	}

	.default-redesign .module-first.enterprise__dynamicmap .ry-each.photo-each {
		position: relative;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		right: -60px;
	}

	.default-redesign .module-first.enterprise__dynamicmap .ry-container .ry-content .ry-flex {
		flex-direction: column-reverse;
	}

	.default-redesign .module-first.enterprise__dynamicmap .ry-each .ry-headline h3 {
		text-align: center !important;
		margin: auto;
		width: 100%;
	}

	.default-redesign .module-first.enterprise__dynamicmap .ry-each {
		width: 100%;
		max-width: 100% !important;
	}

	.default-redesign .module-first.enterprise__database .ry-content {
		padding: 60px 60px 0;
	}

	.default-redesign .module-first.enterprise__database .ry-content .ry-each.photo-each {
		width: 100%;
		position: relative;
		bottom: 0;
		max-width: 100%;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.default-redesign .module-first .ry-flex .ry-each .photo {
		margin-top: 0;
	}

	.default-redesign .module-first.enterprise__database .ry-content .ry-headline h3 {
		width: 100% !important;
		max-width: 320px;
		margin: auto;
		text-align: center;
	}

	.default-redesign .module-first.enterprise__database .ry-content .ry-each {
		max-width: 100%;
		width: 100%;
	}

	.default-redesign .module-first.enterprise__microsite .ry-container .ry-content {
		padding-top: 60px;
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 0;
	}

	.default-redesign .module-first.enterprise__microsite .ry-container .ry-content .ry-flex .ry-each.photo-each {
		width: 100%;
		max-width: 100%;
		right: 0;
		min-width: calc(100% + 120px);
		position: relative;
		bottom: unset;
	}

	.default-redesign .module-first.enterprise__microsite .ry-container .ry-content .ry-flex {
		flex-direction: column-reverse;
	}

	.default-redesign .module-first .ry-flex .ry-each {
		width: 100%;
	}

	.default-redesign .module-first.enterprise__microsite .ry-container .ry-content .ry-flex .ry-headline h3 {
		max-width: 100%;
		text-align: center;
		max-width: 320px;
		margin: auto;
	}

	.default-redesign .module-first.enterprise__database .ry-content .ry-flex {
		flex-direction: column-reverse;
	}

	.default-redesign .module-first.enterprise__graphics .ry-container .ry-content .ry-headline h3 {
		max-width: 100%;
		width: 100%;
		text-align: center;
		margin: auto;
	}

	.default-redesign .module-first.enterprise__graphics .ry-container .ry-content .ry-flex {
		flex-direction: column-reverse;
	}

	.default-redesign .module-first.enterprise__graphics .ry-container .ry-content .ry-flex .ry-each.photo-each {
		position: relative;
		bottom: 0;
		left: unset;
		top: unset;
		width: 100%;
	}

	.default-redesign .module-first.enterprise__graphics .ry-container .ry-content {
		padding: 60px 60px 0;
	}
}
@media (max-width: 991px) {
	.packages-submenu {
		margin-top: 70px;
	}
	.default-redesign .envision-template .module-first.canvas-dash .black-wrapper .ry-headline h2 {
		font-size: calc(52px + 18 * ((100vw - 1660px) / 768));
	}

	.default-redesign .envision-template .module-first.envision-audience:before {
		height: 30%;
	}
	.module-results.module-stars .ry-flex .ry-each:nth-child(1) {
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
		max-width: 100%;
		max-width: 620px;
	}

	.module-results.module-stars {
		margin-top: 0;
		padding: 100px 0;
	}

	.module-results.module-stars .ry-flex .ry-each .ry-headline h2 {font-size: calc(52px + 18*((100vw - 1660px) / 768));margin-bottom: 20px;}

	.module-results.module-stars .ry-flex .ry-each .ry-headline h2 span {
		display: block;
	}

	.module-results.module-stars .ry-flex .ry-each:nth-child(2) {
		max-width: 100%;
		width: 100%;
	}

	.module-results.module-stars .ry-flex .ry-each .form-wrapper {
		margin: 0;
		max-width: 768px;
	}

	.module-results.module-stars .ry-flex {
		gap: 30px;
	}
	.module-results.module-stars .ry-flex .ry-each .form-wrapper textarea.form-control {
		height: 200px;
	}
	.module-results.module-stars .ry-flex .ry-each .form-wrapper {
		padding: 40px 10vw;
		border-radius: 25px;
	}
}

@media (max-width: 768px) { 
	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .button-paddles .button-left-paddle {
		margin-left: 1.5vw;
	}

	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .button-paddles .button-right-paddle {
		margin-right: 1.5vw;
	}
	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .ry-container .ry-content .block-wrapper {
		padding: 0 4vw;
	}
	.default-redesign .envision-template .module-first.canvas-dash .black-wrapper .ry-headline * {
		text-align: center;
	}

	.default-redesign .envision-template .module-first.canvas-dash .black-wrapper {
		padding: 8vw 5%;
	}
	.default-redesign .envision-template .module-first.canvas-dash .ry-flex .ry-each, 
	.default-redesign .envision-template .module-first.envision-audience.amplify-version .ry-flex .ry-each {
		width: 100% !important;
	}

	.default-redesign .envision-template .module-first.canvas-dash .ry-flex .ry-each *, 
	.default-redesign .envision-template .module-first.envision-audience.amplify-version .ry-flex .ry-each * {
		text-align: center;
	}

	.default-redesign .envision-template .module-first.envision-audience.amplify-version .ry-flex .ry-each .ry-btn {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		padding: 14px 20px !important;
	}
	.module-reflects.sections .ry-flex {
		flex-direction: column;
		gap: 30px;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.module-reflects.sections .ry-flex .each-left {
		width: 100%;
		max-width: 480px;
	}

	.module-reflects.sections .ry-flex .each-right {
		padding-left: 0;
		width: 100%;
	}

	.module-reflects.sections .ry-text h4 {
		max-width: 560px;
	}
	.default-redesign .module-first.entrprise__map .photo {
		padding-bottom: 75%;
	}
	.default-redesign .module-first.entrprise__map_2 .ry-flex .ry-each:nth-child(1) {
		padding-top: 0;
	}
	.module-results.module-stars .ry-flex .ry-each .form-wrapper .form-control {
		height: 60px;
		font-size: calc(18px + 3*((100vw - 1660px) / 768));
	}
	.module-results.module-stars .ry-flex .ry-each .form-wrapper textarea.form-control {
		height: 160px;
	}
	.module-results.module-stars .ry-flex .ry-each .form-wrapper {
		padding: 40px 7vw;
	}

	.module-results.module-stars {
		padding: 60px 0;
	}
	.default-redesign .module-explore .ry-flex {
		flex-direction: column-reverse;
	}

	.default-redesign .module-explore .ry-flex .ry-each:nth-child(2) {
		padding-right: 0;
		width: 100%;
	}

	.default-redesign .module-explore .ry-flex .ry-text p, 
	.default-redesign .module-explore .ry-flex .ry-text p a {
		text-align: left;
	}

	.default-redesign .module-explore .ry-flex .ry-text p {
		margin: 20px 0 30px;
		max-width: 420px;
		padding-right: 0;
		margin: auto;
		text-align: center;
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.default-redesign .module-explore .ry-flex .ry-each:nth-child(1) {
		width: 100%;
		display: flex;
	}

	.default-redesign .module-explore .ry-flex .ry-headline h2 {
		text-align: center;
	}

	.default-redesign .module-explore .ry-flex .ry-btn {
		margin: auto;
	}

	.default-redesign .module-explore .ry-flex .ry-each:nth-child(1) img {
		margin: auto;
	}

	.default-redesign .module-explore {
		padding: 60px 0;
	}

	.default-redesign .envision-template .module-first.canvas-dash.snap-version .ry-flex .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 620px) {
	.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star {
		padding-left: 0;
		padding-right: 0;
	}

	.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .rate-1 .rate-tag,
	.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .rate-5 .rate-tag {
		width: 100%;
		margin: 0;
	}

	.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .rate-tag h5 {
		font-size: 14px;
	}

	.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .rate-tag {
		height: 35px;
	}
	.module-results.module-stars .ry-flex .ry-each .form-wrapper .review-star .icon {
		max-width: 100%;
		width: 75%;
	}
	.default-redesign .enterprise-template .module-first .ry-container .ry-content .ry-flex .ry-headline h3,
	.module-reflects.sections .ry-text h4 {
		font-size: calc(22px + 4*((100vw - 1660px) / 768)) !important;
	}
	.module-reflects.sections .ry-flex .each-right .text-wrapper ul li a {
		font-size: calc(28px + 4 *((100vw - 1660px) / 768)) !important;
	}

	.module-reflects.sections .ry-flex .each-right .text-wrapper ul li {
		padding-left: 20px;
	}

	.module-reflects.sections .ry-flex .each-right .text-wrapper ul li a:before {
		left: -20px;
	}

	.module-reflects.sections .ry-flex .each-right .text-wrapper ul li:not(:last-child) {
		margin-bottom: 10px;
	}
	.default-redesign .module-first.envision-consumer {
		padding-bottom: 60px;
	}

	.module-reflects.sections {
		padding: 60px 0;
	}

	.default-redesign .module-inner-button.module-works.spotlights .top-block .ry-content .ry-text {
		margin: 20px 0;
	}

	.default-redesign .module-inner-button.module-works.spotlights .middle-block {
		margin-bottom: 80px;
	}
}
@media (max-width: 560px) {
	.default-redesign .module-inner-button.module-works.spotlights .middle-block .slide-wrapper-works .slick-slide img {
		width: 110%;
		margin-left: -5%;
		margin-right: -5%;
	}
	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		padding: 12px 15px !important;
		border-radius: 20px;
		font-size: 11px !important;
		position: relative;
		z-index: 99999;
	}
	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .button-paddles .button-left-paddle {
		margin-left: 1vw;
	}

	.default-redesign .envision-template .module-first.envision-audience .photo {
		width: calc(100% + 13vw);
	}
	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .button-paddles .button-right-paddle {
		margin-right: 1vw;
	}

	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .button-paddles .button-left-paddle svg,
	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .button-paddles .button-right-paddle svg {
		width: 13px;
		height: 13px;
	}

	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .button-paddles {
		top: 51%;
	}
	.default-redesign .inner-redesign-wrapper.envision-template .module-inner-button .ry-container .ry-content .block-wrapper {
		height: 50px;
	}
	.default-redesign .envision-template .module-first.canvas-dash {
		padding-top: 60px;
	}

	.default-redesign .envision-template .module-first.envision-audience.amplify-version {
		padding-bottom: 60px;
	}
	.default-redesign .envision-template .module-first.envision-audience.amplify-version .photo {
		width: calc(100% + 17vw);
	}
	.packages-submenu .ry-container .ry-flex .title-small,
	.packages-submenu .ry-container .ry-flex .list-sections ul li a,
	.packages-submenu .ry-container .ry-flex .dropdown-packages .dropdown-packages-wrapper .dropdownlist ul li a,
	.packages-submenu .ry-container .ry-flex .dropdown-packages .dropdown-packages-wrapper .first {
		font-size: 12px;
	}
	.packages-submenu .ry-container .ry-flex .dropdown-packages .dropdown-packages-wrapper .dropdownlist {
		top: 37px;
	}

}
@media (max-width: 480px) {
	.default-redesign .module-first.enterprise__title {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.module-results.module-stars .ry-flex .ry-each .form-wrapper .form-label {
		font-size: calc(18px + 3 * ((100vw - 1660px) / 768)) !important;
		transition: .2s;
	}

	.default-redesign .module-first.enterprise__dynamicmap .ry-container .ry-content, 
	.default-redesign .module-first.enterprise__database .ry-content, 
	.default-redesign .module-first.enterprise__microsite .ry-container .ry-content, 
	.default-redesign .module-first.enterprise__graphics .ry-container .ry-content {
		padding-left: 5%;
		padding-right: 5%;
	}

	.default-redesign .module-first.enterprise__dynamicmap .ry-each.photo-each {
		right: -5%;
	}

	.default-redesign .module-first.enterprise__microsite .ry-container .ry-content .ry-flex .ry-each.photo-each {
		left: -5%;
		min-width: 150%;
		left: 40%;
		transform: translate(-50%, 0);
	}

	.default-redesign .module-first.enterprise__microsite .ry-container .ry-content {
		overflow: hidden;
	}

}


/* TEMPLATE PARTNERSHIP */
.default-redesign .partnership-template .module-headline .ry-sub-headline {
	font-size: 26px;
	font-family: 'Inter';
	font-weight: 800;
	color: #ed1b69;
	letter-spacing: 2px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.default-redesign .partnership-template .module-headline .ry-headline h1 {
	font-size: 58px;
	line-height: 1;
}

.default-redesign .partnership-template .module-headline {
	padding: 100px 0 110px;
}

.default-redesign .partnership-template .module-inner-button.module-works {
	padding-top: 80px;
}

.default-redesign .partnership-template .module-inner-button.module-works .ry-content .group-button {
	padding-top: 0;
	padding-bottom: 40px;
}

.default-redesign .partnership-template .module-inner-button.module-works .ry-content .block-count {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
}

.default-redesign .partnership-template .module-inner-button.module-works .ry-content {
	display: flex;
	flex-direction: column;
}

.default-redesign .partnership-template .module-inner-button.module-works .ry-content #load-more {
	display: none;
}

.default-redesign .partnership-template .module-inner-button.module-works .ry-container {
	max-width: 1280px;
}

.default-redesign .partnership-template .partners-wrap .each-logo {
	width: 25%;
}

.default-redesign .partnership-template .partners-wrap .each-logo .photo {
	position: relative;
	padding-bottom: 100%;
}

.default-redesign .partnership-template .partners-wrap .each-logo .photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 180px;
	width: 65%;
	max-height: 90px;
	object-fit: contain;
}

.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(1) .photo, 
.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(3) .photo, 
.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(6) .photo, 
.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(8) .photo, 
.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(9) .photo,
.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(11) .photo{
	background: #f0f0f0;
}
.default-redesign .partnership-template .partners-wrap .each-logo.to:not([style*="display: none"]):nth-child(11) .photo, 
.default-redesign .partnership-template .partners-wrap .each-logo.to:not([style*="display: none"]):nth-child(13) .photo, 
.default-redesign .partnership-template .partners-wrap .each-logo.to:not([style*="display: none"]):nth-child(16) .photo {
	background: #f0f0f0;
}

.default-redesign .partnership-template .partners-wrap .each-logo.si:not([style*="display: none"]):nth-child(18) .photo, 
.default-redesign .partnership-template .partners-wrap .each-logo.si:not([style*="display: none"]):nth-child(13) .photo, 
.default-redesign .partnership-template .partners-wrap .each-logo.si:not([style*="display: none"]):nth-child(16) .photo {
	background: #f0f0f0;
}
.default-redesign .partnership-template .partners-wrap .each-logo {
	border: 1px solid #f0f0f0;
}

.default-redesign .partnership-template .module-results.module-stars .ry-flex .ry-each .ry-headline h2 {
	font-size: 68px;
	line-height: 1;
	margin-bottom: 20px;
}

.default-redesign .partnership-template .module-results .ry-flex .ry-each .ry-text p {
	margin-bottom: 0;
}

.default-redesign .partnership-template .module-results.module-stars .ry-flex .ry-each .form-wrapper .check-list {
	padding: 20px;
	padding-left: 25px;
	padding-bottom: 30px;
	border: 1px solid;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
}


.default-redesign .partnership-template .module-results.module-stars .ry-flex .ry-each .form-wrapper .check-list .field__label {
	font-size: 18px;
	font-family: 'Inter';
	margin-bottom: 15px;
}

.default-redesign .partnership-template .module-results.module-stars .ry-flex .ry-each .form-wrapper .check-list label {
	font-size: 18px;
	font-family: 'Inter' !important;
	font-weight: 500;
	margin-bottom: 0;
	margin-right: 30px;
}

.default-redesign .partnership-template .module-results.module-stars .ry-flex .ry-each .form-wrapper .check-list .form-group {
	margin-bottom: 0;
}

.default-redesign .partnership-template .module-benefits .ry-container {
	max-width: 1280px;
	width: 90%;
}

.default-redesign .partnership-template .module-benefits {
	padding-bottom: 120px;
}

.default-redesign .partnership-template .module-benefits .ry-headline h3 {
	max-width: 800px;
	/* width: 50%; */
}

.default-redesign .partnership-template .module-benefits .ry-headline h3 .span-1 {
	display: block;
}

.default-redesign .partnership-template .module-benefits .inner-wrapper {
	flex-wrap: wrap;
	display: flex;
	gap: 60px 30px;
	justify-content: space-between;
	margin-top: 60px;
}

.default-redesign .partnership-template .module-benefits .inner-wrapper .each-item {
	width: 45%;
	max-width: 540px;
}

.default-redesign .partnership-template .module-benefits .inner-wrapper .each-item .ry-text p {
	margin-bottom: 0;
	text-align: left;
}

.default-redesign .partnership-template .module-benefits .inner-wrapper .each-item .ry-text h5 {
	font-size: 25px;
	font-weight: 800;
	font-family: 'Inter';
	letter-spacing: -0.5px;
	max-width: 360px;
	margin: 0;
	margin-bottom: 20px;
}

.default-redesign .partnership-template .module-benefits .inner-wrapper .each-item {
	display: flex;
	gap: 25px;
}

.default-redesign .partnership-template .module-benefits .inner-wrapper .each-item .pb-icons {
	min-width: 70px;
	width: 70px;
	height: 70px;
	background: #97c8d4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.default-redesign .partnership-template .module-benefits .inner-wrapper .each-item .pb-icons svg {
	width: 35px;
	height: 35px;
}

.default-redesign .partnership-template .module-benefits .ry-headline h3 {
	line-height: 1.1;
}
.default-redesign .partnership-template .module-inner-button.module-works .ry-content .block-count span {
	font-size: 38px;
	font-family: 'Inter';
	font-weight: 800;
	letter-spacing: -0.5px;
}
.default-redesign .partnership-template .module-results.module-stars {
	background: #f6efdc;
}
@media (max-width: 1680px) {
	.default-redesign .partnership-template .module-headline .ry-headline h1, 
	.default-redesign .partnership-template .module-benefits .ry-headline h3 {
		font-size: calc(56px + 18 * ((100vw - 1660px) / 768));
	}

	.default-redesign .partnership-template .module-headline .ry-sub-headline {
		font-size: calc(26px + 4*((100vw - 1660px) / 768));
		letter-spacing: 1px;
	}
	.default-redesign .partnership-template .module-inner-button.module-works .ry-content .block-count span {
		font-size: calc(36px + 4*((100vw - 1660px) / 768));
	}

	.default-redesign .partnership-template .module-results.module-stars .ry-flex .ry-each .ry-headline h2 {
		font-size: calc(60px + 18 * ((100vw - 1660px) / 768));
	}
	.default-redesign .partnership-template .module-benefits .inner-wrapper .each-item .ry-text h5 {
		font-size: calc(26px + 4*((100vw - 1660px) / 768));
		transition: .2s;
		line-height: 1.3;
	}
}

@media (max-width: 1080px) {
	.default-redesign .partnership-template .module-benefits .inner-wrapper {
		margin-top: 30px;
		gap: 40px;
	}

	.default-redesign .partnership-template .module-headline .ry-sub-headline {
		text-align: center;
	}
	.default-redesign .partnership-template .module-benefits {
		padding-bottom: 100px;
	}

	.default-redesign .partnership-template .module-headline {
		padding: 100px 0;
	}

	.default-redesign .partnership-template .module-headline:before {
		opacity: 0;
	}
	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		min-width: 200px !important;
		border: unset;
		padding: 15px 20px !important;
		overflow: hidden;
	}

	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .button-group .ry-btn:hover,
	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .button-group .ry-btn.active {
		background: #add0d8;
	}
	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .button-group {
		height: 67px;
	}
	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .button-group .ry-btn.active {
		padding-left: 35px !important;
	}

	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .button-group .ry-btn.active:after {
		width: 15px;
		height: 15px;
	}
	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button.module-works .ry-content .button-group .ry-btn:hover:before {
		border: unset;
	}

	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .button-group {
		gap: unset;
		align-items: center;
	}

	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .block-wrapper {
		align-items: center;
		padding: 0 5vw;
		border: 1px solid #add0d8;
		border-radius: 40px;
		height: 67px;
		overflow-y: hidden;
	}

	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .button-paddles {
		z-index: 9;
	}

	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .button-paddles .button-right-paddle {
		margin-right: 2.5vw;
	}

	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .button-paddles .button-left-paddle {
		margin-left: 2.5vw;
	}

	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .button-paddles .paddle {
		display: flex !important;
		opacity: 1 !important;
		visibility: visible !important;
		z-index: 9;
	}

	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .button-paddles .paddle.hidden {
		opacity: .4 !important;
	}
}
@media (max-width: 991px) {
	.default-redesign .partnership-template .module-inner-button.module-works .ry-content .block-count {
		margin-bottom: 30px;
	}

	.default-redesign .partnership-template .module-inner-button.module-works .ry-content .group-button {
		padding-bottom: 20px;
	}
	.default-redesign .partnership-template .module-headline .ry-headline h1, 
	.default-redesign .partnership-template .module-benefits .ry-headline h3 {
		font-size: calc(52px + 18 * ((100vw - 1660px) / 768));
	}

	.default-redesign .partnership-template .module-headline .ry-sub-headline {
		font-size: calc(22px + 4 * ((100vw - 1660px) / 768));
		margin-bottom: 15px;
	}

	.default-redesign .partnership-template .module-inner-button.module-works .ry-content .block-count span {
		font-size: calc(24px + 4*((100vw - 1660px) / 768));
	}

	.default-redesign .partnership-template .module-results.module-stars .ry-flex .ry-each .ry-headline h2 {
		font-size: calc(55px + 18 * ((100vw - 1660px) / 768));
	}
	.default-redesign .partnership-template .module-benefits .inner-wrapper .each-item .ry-text h5 {
		font-size: calc(22px + 4*((100vw - 1660px) / 768));
		margin-bottom: 10px;
	}
	.default-redesign .partnership-template .partners-wrap .each-logo {
		width: 33.33%;
	}

	.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(1) .photo, 
	.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(3) .photo, 
	.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(6) .photo, 
	.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(8) .photo, 
	.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(9) .photo {
		background: transparent;
	}

	.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(1) .photo, 
	.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(3) .photo, 
	.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(5) .photo, 
	.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(7) .photo, 
	.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(9) .photo {
		background-color: #f0f0f0;

	}

	.default-redesign .partnership-template .partners-wrap .each-logo.to:not([style*="display: none"]):nth-child(16) .photo {
		background-color: transparent;

	}
	.default-redesign .partnership-template .partners-wrap .each-logo.to:not([style*="display: none"]):nth-child(15) .photo,
	.default-redesign .partnership-template .partners-wrap .each-logo.to:not([style*="display: none"]):nth-child(17) .photo {
		background-color: #f0f0f0;

	}
}
@media (max-width: 768px) {
	.default-redesign .partnership-template .module-inner-button.module-works {
		padding-top: 60px;
	}
	.default-redesign .partnership-template .module-headline {
		padding: 60px 0;
	}
	.default-redesign .partnership-template .module-benefits .inner-wrapper .each-item {
		width: 100%;
		gap: 15px;
	}

	.default-redesign .partnership-template .module-benefits .inner-wrapper .each-item .pb-icons {
		min-width: 50px;
		width: 50px;
		height: 50px;
	}

	.default-redesign .partnership-template .module-benefits .inner-wrapper .each-item .pb-icons svg {
		width: 20px;
		height: 20px;
	}
	.default-redesign .partnership-template .module-results.module-stars .ry-flex .ry-each .form-wrapper .check-list .field__label,
	.default-redesign .partnership-template .module-results.module-stars .ry-flex .ry-each .form-wrapper .check-list label {
		font-size: calc(18px + 3*((100vw - 1660px) / 768));
	}
	.default-redesign .partnership-template .module-results.module-stars .ry-flex .ry-each .form-wrapper .check-list label {
		margin-right: 10px;
	}
	.default-redesign .partnership-template .module-inner-button.module-works .ry-content .button-group .ry-btn {
		min-width: 200px !important;
	}
	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .button-paddles {
		top: 36px;
	}
	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .button-group {
		height: 69px;
		overflow: hidden;
	}
}
@media (max-width: 680px) {
	.default-redesign .partnership-template .partners-wrap .each-logo {
		width: 50%;
	}

	.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(3) .photo, 
	.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(7) .photo {
		background: transparent;
	}
	.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(4) .photo,
	.default-redesign .partnership-template .partners-wrap .each-logo.pm:not([style*="display: none"]):nth-child(8) .photo ,
	.default-redesign .partnership-template .partners-wrap .each-logo.to:not([style*="display: none"]):nth-child(14) .photo {
		background: #f0f0f0;
	}

	.default-redesign .partnership-template .partners-wrap .each-logo.to:not([style*="display: none"]):nth-child(13) .photo,
	.default-redesign .partnership-template .partners-wrap .each-logo.to:not([style*="display: none"]):nth-child(17) .photo {
		background: transparent;
	}
}
@media (max-width: 560px) {
	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .block-wrapper {
		height: 55px;
	}
	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .block-wrapper {
		padding-left: 7vw;
		padding-right: 7vw;
	}

	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		padding: 12px 15px !important;
		border-radius: 20px;
		font-size: 11px !important;
		position: relative;
		z-index: 99999;
	}
	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .button-group .ry-btn.active:after {
		width: 12px;
		height: 12px;
		left: 10px;
	}

	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .button-group .ry-btn.active {
		padding-left: 25px !important;
	}
	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .button-group {
		gap: 5px;
		height: 55px;
	}

	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .button-paddles {
		top: 27px;
	}
	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .block-wrapper {
		height: 55px;
	}
	.default-redesign .inner-redesign-wrapper.partnership-template .module-inner-button .ry-container .ry-content .button-group .ry-btn {
		min-width: 160px !important;
	}
}

@media (min-width: 1081px) {
	.default-redesign .partnership-template .module-inner-button.module-works .ry-content .button-group .ry-btn {
		/*min-width: calc(33.33% - 15px);*/
		height: 75px;
		display: flex;
		align-items: center;
	}
	/*
	.default-redesign .partnership-template .module-inner-button.module-works .ry-content .button-group .ry-btn.active:after {
		left: 18%;
	}
	*/
}



/* Blog template */
.default-redesign .blog-section-list .content-navigation .each-blog-post .ry-flex .ry-each .each-blog-title .span-1 {
	font-family: 'Inter';
	font-weight: 800;
	letter-spacing: initial;
}

.default-redesign .blog-section-list .content-navigation .each-blog-post .ry-flex .ry-each .each-blog-title h3 {
	font-family: 'Inter';
	font-weight: 800;
	letter-spacing: -.5px;
}

.default-redesign .blog-section-list .content-navigation .each-blog-post .ry-flex .ry-each .each-blog-title .span-2 {
	font-family: 'Inter';
	font-weight: 400;
	text-transform: initial;
	font-size: 17px;
	margin-top: 10px;
}

.default-redesign .blog-section-list .content-navigation .each-blog-post .ry-flex .ry-each .ry-text {
	font-family: 'Inter' !important;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
}

.default-redesign .blog-section-list .content-navigation .button-wrapper .ry-btn {
	padding: 32px 0;
	max-width: 100%;
	width: 100%;
	border-radius: unset;
	height: auto;
	text-transform: initial;
	font-family: 'Inter';
	background: #333333;
}

.blog-section-list .content-navigation .button-wrapper .ry-btn:hover {
	background: #f84495;
}

/* INNER BLOG */
.default-redesign .module-headline.blog-headline-block {
	padding: 160px 0 180px;
}

.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each:nth-child(1) {
	width: 45%;
	max-width: 100%;
}
.default-redesign .module-headline.blog-headline-block .ry-container .ry-content > .ry-flex > .ry-each:nth-child(1) {
	border-right: 1px solid #FAFAFA;
}
.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each:nth-child(2) {
	width: 55%;
	max-width: 100%;
	padding: 45px 80px 65px;
	background: #fff;
}

.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-headline h1 {
	font-size: 43px;
	line-height: 1.1;
}
.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-headline.size-large h1 {
	font-size: 32px;
}
.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-headline {
	padding-top: 45px;
	clear: both;
	padding-bottom: 30px;
}

.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each  .inner-flex {
	display: flex;
	gap: 20px;
	align-items: center;
}

.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .photo {
	width: 75px;
	min-width: 75px;
	height: 75px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #cdeafd;
	padding: 2px;
}

.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .photo img {
	border-radius: 50%;
}

.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .ry-each {
	padding: 0;
}
.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .ry-each {
	max-width: max-content;
}
.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .ry-each .ry-text h4 {
	font-size: 17px !important;
	font-weight: 600;
	font-family: 'Inter';
	margin: 0;
}

.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .ry-each .ry-text p {
	font-size: 17px !important;
	color: #aaaaaa;
}

.default-redesign .module-headline.blog-headline-block  .ry-container .ry-flex {
	border-radius: 30px;
	overflow: hidden;
	align-items: initial;
}
.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .photo img {
	position: absolute;
	top: 50%;
	width: calc(100% - 1px);
	height: calc(100% - 1px);
	object-fit: cover;
	left: 50%;
	transform: translate(-50%, -50%);
}

.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each:nth-child(1) img {
	height: 100%;
	object-fit: cover;
}
.default-redesign .module-blog-content {
	padding: 120px 0 100px;
}

.default-redesign .module-blog-content .ry-text p {
	font-size: 20px;
	font-family: 'Inter' !important;
	font-weight: 400;
	line-height: 1.6;
	text-align: left; 
	margin-bottom: 0;
}

.default-redesign .module-blog-content .ry-text p:not(:last-child) {
	margin-bottom: 25px;
}

.default-redesign .module-blog-content .ry-container {
	max-width: 1280px;
}

.default-redesign .module-blog-content .ry-text p > a {
	color: #ed1b69;
	text-decoration: underline;
	font-weight: 400 !important;
}

.default-redesign .module-blog-content .blog-details-content:not(:last-child) {
	margin-bottom: 90px;
}



.default-redesign .module-blog-content .ry-text ol {
	margin: 25px 0 25px;
	list-style: none;
	padding-left: 0;
}

.default-redesign .module-blog-content .ry-text ol li {
	position: relative;
	padding: 25px;
	padding-left: 110px;
	line-height: 1.4;
	font-size: 20px;
	font-family: 'Inter';
}

.default-redesign .module-blog-content .ry-text ol li:nth-child(odd) {
	background: #ebf7fa;
}

.default-redesign .module-blog-content .ry-text ol li:before {
	content: "";
	position: absolute;
	left: 60px;
	width: 18px;
	height: 18px;
	top: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
	background-size: contain;
}
.default-redesign .module-blog-content .ry-text h2 {
	font-size: 45px;
	line-height: 1.1;
	font-weight: 800;
	font-family: 'Inter';
	letter-spacing: -.5px;
	margin-top: 0;
	margin-bottom: 30px;
}

.default-redesign .module-blog-content .ry-text h3 {
	font-size: 25px;
	font-family: 'Inter' !important;
	margin: 0 0 30px;
	text-transform: uppercase;
	color: #ed1b69;
	font-weight: 800;
}

.default-redesign .module-blog-content .ry-text  h4 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 800;
	font-family: 'Inter';
	color: #3c7ca4;
	letter-spacing: -.5px;
}

.module-relatedpost .ry-container .ry-text h4 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 40px;
	font-weight: 800;
	font-family: 'Inter';
	letter-spacing: -.5px;
	color: #333333;
}

.default-redesign .module-blog-content .ry-text h5 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Inter';
	letter-spacing: -.5px;
	margin-top: 0;
	margin-bottom: 15px;
}

.default-redesign .module-blog-content .ry-text h6 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Inter';
	letter-spacing: -.5px;
}

.default-redesign .module-blog-content .blog-details-content .content-photo.right {
	float: right;
	width: 50%;
	margin-left: 0;
	padding-left: 90px;
	margin-bottom: 0;
	margin-bottom: 90px;
}

.default-redesign .module-blog-content .blog-details-content .content-photo.left {
	float: left;
	width: 50%;
	padding-right: 90px;
	margin-bottom: 90px;
	margin-right: 0;
}
.default-redesign .module-blog-content .blog-details-content .content-photo[data-position="full-width"] {
	float: initial;
	width: 100% !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-bottom: 60px;
	margin-right: 0;
}

.default-redesign .module-blog-content .blog-details-content .content-photo[data-position="full-width"] img {
	border: 1px solid #efefef;
}

.default-redesign .module-blog-content .blog-details-content .content-photo[data-position="left"] {
	float: left;
	width: 50%;
	padding-left: 0;
	padding-right: 90px;
	margin-bottom: 90px;
	margin-right: 0;
}
.default-redesign .module-blog-content .blog-details-content .content-photo[data-position="right"] {
	float: right;
	width: 50%;
	margin-left: 0;
	padding-right: 0;
	padding-left: 90px;
	margin-bottom: 0;
	margin-bottom: 90px;
}
.module-blog-content .ry-text ul {
	margin: 45px 0 70px;
	list-style: none;
	padding-left: 0;
}

.module-blog-content .ry-text ul li {
	position: relative;
	padding-left: 60px;
}

.module-blog-content .ry-text ul li:before {
	content: "";
	width: 35px;
	height: 35px;
	min-width: 35px;
	background: #87b71f;
	position: absolute;
	left: 0;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
	text-align: start;
	display: block;
}

.module-blog-content .ry-text ul li:not(:last-child) {
	margin-bottom: 30px;
}



.module-blog-content .ry-text ul li p {
	margin-bottom: 0;
}

.module-blog-content .ry-text ul li {
	display: flex;
	flex-wrap: wrap;
}

.module-blog-content .ry-text ul li h4, .module-blog-content .ry-text ul li p {
	width: 100%;
}
.module-relatedpost {
	padding: 0 0 120px;
}

.module-relatedpost .ry-container {
	max-width: 1280px;
	padding-top: 90px;
	border-top: 1px solid;
}



.module-relatedpost .ry-container .content-wrapper {
	display: flex;
	gap: 20px;
}

.module-relatedpost .ry-container .content-wrapper .each-blog-content {
	width: 33.33%;
}

.module-relatedpost .ry-container .content-wrapper .each-blog-content .photo {
	border: 1px solid #f4f4f4;
}
.module-blog-content .ry-text ul li > ul {
	margin: 0;
}

.module-relatedpost .ry-container .content-wrapper .each-blog-content .photo {
	position: relative;
	padding-bottom: 100%;
}

.module-relatedpost .ry-container .content-wrapper .each-blog-content .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-relatedpost .ry-container .content-wrapper .each-blog-content .photo:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #ffffff00, #ffffff00, #000000);
	z-index: 1;
}

.module-relatedpost .ry-container .content-wrapper .each-blog-content  .blog__title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 5% 30px;
	z-index: 1;
}

.module-relatedpost .ry-container .content-wrapper .each-blog-content .blog__title p {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	font-family: 'Inter';
	margin-bottom: 0px !important;
	opacity: .6;
	text-align: left;
}

.module-relatedpost .ry-container .content-wrapper .each-blog-content .blog__title h5 {
	font-size: 16px;
	color: #fff;
	font-family: 'Inter';
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 0;
	margin-top: 5px;
	text-align: left;
}

.module-relatedpost .ry-container .content-wrapper .each-blog-content .link, 
.module-relatedpost .ry-container .content-wrapper .each-blog-content .link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
}
@media (max-width: 1600px) {
	.default-redesign .module-blog-content .ry-text ol li p {
		margin-bottom: 0;
	}

	.default-redesign .module-blog-content .blog-details-content .content-photo.left {
		padding-right: 4vw;
		margin-bottom: 3vw;
	}

	.default-redesign .module-blog-content .blog-details-content .content-photo.right {
		padding-left: 4vw;
		margin-bottom: 3vw;
	}
	.default-redesign .module-blog-content .blog-details-content .content-photo[data-position="left"] {
		padding-right: 4vw;
		margin-bottom: 3vw;
	}
	.default-redesign .module-blog-content .blog-details-content .content-photo[data-position="right"] {
		padding-left: 4vw;
		margin-bottom: 3vw;
	}
	.default-redesign .module-blog-content .blog-details-content .content-photo[data-position="full-width"] {
		margin-bottom: 3vw;
	}
	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each:nth-child(1) img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each:nth-child(1) {
		/* height: 100%; */
		/* padding-bottom: 50%; */
	}

	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex {
		align-items: unset;
	}

	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-headline h1 {
		font-size: calc(40px + 18 * ((100vw - 1660px) / 768));
		line-height: 1.2;
	}
	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-headline.size-large h1 {
		font-size: calc(34px + 18*((100vw - 1660px) / 768));
	}
	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-headline {
		padding: 30px 0;
	}

	.default-redesign .module-blog-content .blog-details-content h2 {
		font-size: calc(40px + 18 * ((100vw - 1660px) / 768));
		line-height: 1.2;
	}

	.default-redesign .module-blog-content .ry-text ol li {
		font-size: calc(18px + 4 * ((100vw - 1660px) / 768)) !important;
	}

	.default-redesign .module-blog-content .ry-text ol li:before {
		top: 24px;
	}

	.default-redesign .module-blog-content .ry-text h4, 
	.default-redesign .module-blog-content .ry-text h3,
	.module-relatedpost .ry-container .ry-text h4 {
		font-size: 23px;
	}

	.default-redesign .module-blog-content .ry-text ul {
		margin: 30px 0 40px;
	}

	.default-redesign .module-blog-content .ry-text h4 {
		margin-bottom: 10px;
	}
	.megamenu-block .megamenu-block-wrapper .ry-flex .right-block .each-block-wrapper .each .menu-carousel {
		right: 0;
	}
}
@media (max-width: 1280px) {
	.megamenu-block {
		margin-top: 105px;

	}
	.megamenu.activated > a:before {
		bottom: -20px;
	}
}
@media (max-width: 1080px) {
	.module-relatedpost .ry-container .content-wrapper .each-blog-content .blog__title h5 {
		font-size: calc(18px + 4 * ((100vw - 1660px) / 768)) !important;
	}
	.default-redesign .module-headline.blog-headline-block .ry-container .ry-content > .ry-flex > .ry-each:nth-child(1) {
		border-right: unset;
		border-bottom: 1px solid #FAFAFA;
	}
	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex {
		gap: unset;
		justify-content: center;
		align-items: center;
	}

	.default-redesign .module-headline:before {
		width: 100%;
	}

	.default-redesign .module-headline.blog-headline-block {
		padding: 100px 0;
	}

	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each:nth-child(1), 
	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each:nth-child(2) {
		width: 100%;
		max-width: 768px;
	}

	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex {
		justify-content: center;
		align-items: center;
	}

	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .ry-each {
		max-width: max-content;
	}

	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .ry-each .ry-text p {
		text-align: left;
	}

	.default-redesign .module-blog-content .blog-details-content:not(:last-child) {
		margin-bottom: 60px;
	}

	.default-redesign .module-blog-content .blog-details-content h2 {
		margin-bottom: 20px;
	}

	.default-redesign .module-blog-content .ry-text h3 {
		margin-bottom: 20px;
	}

	.default-redesign .module-blog-content .ry-text ol li {
		padding-left: 60px;
	}

	.default-redesign .module-blog-content .ry-text ol li:before {
		left: 30px;
	}


	.module-blog-content .ry-text ul li:before {
		width: 30px;
		min-width: 30px;
		height: 30px;
		background-size: 15px;
	}

	.module-blog-content .ry-text ul li {
		padding-left: 40px;
	}

	.module-blog-content .ry-text ul li:not(:last-child) {
		margin-bottom: 20px;
	}
	.default-redesign .module-blog-content {
		padding: 100px 0;
	}
	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .ry-each .ry-text h4, 
	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .ry-each .ry-text p,
	.default-redesign .blog-section-list .content-navigation .each-blog-post .ry-flex .ry-each .each-blog-title .span-2{
		font-size: 15px !important;
	}
}

@media (max-width: 768px) {
	.module-relatedpost .ry-container {
		padding-top: 60px;
	}

	.module-relatedpost {
		padding-bottom: 60px;
	}
	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each:nth-child(2) {
		padding: 35px 8vw 40px;
	}

	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-headline {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .ry-each .ry-text h4, 
	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .ry-each .ry-text p,
	.default-redesign .blog-section-list .content-navigation .each-blog-post .ry-flex .ry-each .each-blog-title .span-2 {
		font-size: 14px !important;
	}
	.default-redesign .module-blog-content,
	.default-redesign .module-headline.blog-headline-block {
		padding: 60px 0;
	}
	.default-redesign .module-blog-content .blog-details-content h2 {
		font-size: calc(42px + 18 * ((100vw - 1660px) / 768));
	}


	.default-redesign .module-blog-content .ry-text h4, 
	.default-redesign .module-blog-content .ry-text h3,
	.module-relatedpost .ry-container .ry-text h4 {
		font-size: calc(22px + 4*((100vw - 1660px) / 768));
	}

	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-headline h1,
	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-headline.size-large h1 {
		font-size: calc(42px + 18 * ((100vw - 1660px) / 768));
	}

	.default-redesign .module-blog-content .blog-details-content .content-photo.right, 
	.default-redesign .module-blog-content .blog-details-content .content-photo.left {
		float: unset;
		width: 100%;
		max-width: 580px;
		margin: auto;
		margin-bottom: 30px;
		padding: 0;
	}
	.default-redesign .module-blog-content .blog-details-content .content-photo[data-position="left"],
	.default-redesign .module-blog-content .blog-details-content .content-photo[data-position="right"] {
		float: unset;
		width: 100%;
		max-width: 580px;
		margin: auto;
		margin-bottom: 30px;
		padding: 0;
	}

	.default-redesign .module-blog-content .blog-details-content .content-photo[data-position="full-width"] {
		margin-bottom: 30px;
	}
}
@media (max-width: 620px) {
	.default-redesign .module-blog-content .ry-text ol li {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.default-redesign .module-blog-content .ry-text ol li:before {
		top: 20px;
	}
	.module-relatedpost .ry-container .content-wrapper {
		flex-wrap: wrap;
	}

	.module-relatedpost .ry-container .content-wrapper .each-blog-content {
		width: calc(50% - 10px);
	}
}
@media (max-width: 480px) {
	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .ry-each .ry-text h4,
	.default-redesign .module-headline.blog-headline-block .ry-container .ry-flex .ry-each .inner-flex .ry-each .ry-text p,
	.default-redesign .blog-section-list .content-navigation .each-blog-post .ry-flex .ry-each .each-blog-title .span-2,
	.module-relatedpost .ry-container .content-wrapper .each-blog-content .blog__title h5 {
		font-size: calc(18px + 3 * ((100vw - 1660px) / 768)) !important;
	}
	.module-relatedpost .ry-container .content-wrapper .each-blog-content .blog__title p {
		font-size: calc(18px + 4 * ((100vw - 1660px) / 768)) !important;
	}
	.module-relatedpost .ry-container .content-wrapper .each-blog-content {
		width: 100%;
	}
	.default-redesign .module-blog-content .ry-text ol li {
		line-height: 1.3;
		padding-left: 40px;
	}

	.default-redesign .module-blog-content .ry-text ol li:before {
		top: 23px;
		left: 20px;
		width: 15px;
		height: 15px;
	}
}

.default-redesign .demo__template.opto-block .module-headline {
	padding: 100px 0 130px;
}

.default-redesign .demo__template.opto-block .module-headline .section-background, 
.default-redesign .demo__template.opto-block .module-headline .section-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.default-redesign .demo__template.opto-block .module-headline .ry-flex .ry-each:nth-child(2) {
	max-width: 640px;
	width: 40%;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .ry-each:nth-child(1) {
	width: 60%;
	max-width: 780px;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .ry-sub-headline {
	text-transform: uppercase;
	margin-top: 10px;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .list-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .list-block .group-block {
	display: flex;
	gap: 20px;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .list-block .group-block .icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4eb6e1;
	border-radius: 50%;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .list-block .group-block .icon > div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .list-block .group-block .icon > div svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .list-block .group-block .text {
	font-size: 20px;
	margin-top: 10px;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .ry-each .form-wrap {
	padding-left: 90px;
	padding-right: 90px;
	padding-bottom: 80px;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .ry-each .form-wrap .photo {
	margin-top: -140px;
	clear: both;
	margin-bottom: 30px;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .ry-each .form-wrap .photo img {
	max-width: 335px;
	display: flex;
	margin: auto;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .ry-each .form-title h2 {
	font-size: 42px;
	font-weight: 900;
	text-align: center;
	letter-spacing: -0.5px;
	clear: both;
	margin-top: 0;
	margin-bottom: 20px;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .ry-each .form-body {
	margin-top: 0  !important;
}

.default-redesign .demo__template.opto-block .field-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .ry-each .form-wrap .form-group .form-control {
	height: 65px;
}

.default-redesign .demo__template.opto-block .module-headline .ry-flex .ry-each .form-wrap .form-group .ry-btn {
	margin-top: 10px;
}
.default-redesign .demo__template.opto-block .module-inner-button.module-works .ry-content .group-button {
	display: none;
}

.default-redesign .demo__template.opto-block .module-inner-button.module-works .ry-content .build-wrapper {
	margin-top: 80px;
}
.default-redesign .demo__template.opto-block #load-more {
	display: none;
}
.module-demo-stories .stories-wrapper .eapps-widget-toolbar {
    display: none;
}

.module-demo-stories .stories-wrapper .es-widget-title-container {
    display: none;
}

.module-demo-stories .stories-wrapper .es-header-container {
    padding: 25px;
    background: #e6f3f6;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.module-demo-stories .stories-wrapper .es-header-heading-container {
    justify-content: center;
}

.module-demo-stories .stories-wrapper .es-rating-value, 
.module-demo-stories .stories-wrapper .es-header-rating-reviews-count {
    font-size: 20px;
    font-family: 'Inter';
    color: #333;
}

.module-demo-stories .stories-wrapper .es-header-rating-container {
    margin-bottom: 10px;
}

.module-demo-stories .stories-wrapper .es-header-write-review-button {
    background: #ed1b69 !important;
}

@media (max-width: 1660px) {
	.default-redesign .demo__template.opto-block .module-headline .ry-flex .ry-each .form-title h2 {
		font-size: calc(42px + 18 * ((100vw - 1660px) / 768));
	}

	.default-redesign .demo__template.opto-block .module-headline .ry-flex .list-block .group-block .text,
	.module-demo-stories .stories-wrapper .es-rating-value, 
	.module-demo-stories .stories-wrapper .es-header-rating-reviews-count {
		font-size: calc(18px + 4 * ((100vw - 1660px) / 768)) !important;
	}

	.default-redesign .demo__template.opto-block .module-headline .ry-flex .ry-each .form-wrap {
		padding-left: 6vw;
		padding-right: 6vw;
	}

}

@media (max-width: 1080px) {
	.default-redesign .demo__template.opto-block .module-headline .ry-flex .ry-each:nth-child(1) {
		width: 100%;
	}

	.default-redesign .demo__template.opto-block .module-headline .ry-flex .ry-each:nth-child(2) {
		width: 100%;
		max-width: 780px;
		margin-top: 80px;
	}

	.default-redesign .demo__template.opto-block .module-headline .ry-flex .list-block .group-block .icon {
		width: 40px;
		height: 40px;
	}

	.default-redesign .demo__template.opto-block .module-headline .ry-flex .list-block .group-block .icon > div svg {
		width: 20px;
		height: 20px;
	}

	.default-redesign .demo__template.opto-block .module-headline .ry-flex .list-block .group-block {
		gap: 10px;
	}
}
@media (max-width: 480px) {
	.default-redesign .demo__template.opto-block .module-headline .ry-flex .list-block {
		gap: 7px;
	}

	.default-redesign .demo__template.opto-block .module-headline .ry-flex .list-block .group-block .text,
	.module-demo-stories .stories-wrapper .es-rating-value, 
	.module-demo-stories .stories-wrapper .es-header-rating-reviews-count {
		font-size: calc(18px + 3*((100vw - 1660px) / 768)) !important;
	}
}


/* Magnifier PULL */
.envision-template .ry-demo-wrapper .ry-flex .ry-each {
	position: relative;
	padding: 0 50px;
}

.envision-template .ry-block-demo {
	padding: 150px 0 100px;
}
.envision-template .ry-block-demo .svg-wrapper svg {
	width: 100px;
	margin: 0 auto 20px;
	display: block;
}
.envision-template .ry-block-demo .ry-text {
	max-width: 960px;
	margin: 0 auto;
}
.envision-template .ry-block-demo .ry-text h4 {
	font-size: 26px;
	font-family: 'Outfit' !important;
	line-height: 1.2;
	margin-bottom: 25px !important;
}
.envision-template .ry-block-demo .ry-text p {
	font-size: 18px;
	font-family: 'Outfit' !important;
	line-height: 1.5;
	margin-bottom: 40px !important;
}
.envision-template .ry-block-demo .ry-text .ry-btn {
	margin: 0 auto;
}
.envision-template .ry-block-demo .ry-demo-wrapper .ry-each img {
	width: 100%;
}
.envision-template .ry-demo-wrapper {
	margin-top: 100px;
	margin-bottom: 50px;
}
.magnifierRentgen {
	box-sizing: border-box;
	position: relative;
	width: 100%;
}
.magnifier-loupe {
	overflow: hidden;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	border: #fff 10px solid;
	box-shadow: rgba(0,0,0,.3) 5px 5px 8px;
	cursor: none;
	display: none;
	margin-left: -10px;
	margin-top: -10px;
}

.envision-template .ry-demo-wrapper .slick-dots li {
	width: 50px;
	height: 4px;
	margin: 0 3px;
}
.envision-template .ry-demo-wrapper .slick-dots li button {
	width: 50px;
	background: #fff;
	height: 4px;
	border-radius: 1px;
	padding: 0;
	opacity: .5;
}
.envision-template .ry-demo-wrapper .slick-dots li.slick-active button {
	opacity: 1;
	background: #f84495;
}
.envision-template .demo-mobile .twentytwenty-horizontal {
	cursor: move;
	cursor: grab;
	cursor: -webkit-grab;
}

.envision-template .demo-mobile .twentytwenty-horizontal .twentytwenty-handle {
	margin: 0;
	width: auto;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	cursor: move;
	cursor: grab;
	cursor: -webkit-grab;
	transform: translate(0, -57%) !important;
	height: 100%;
}

.envision-template .demo-mobile .twentytwenty-horizontal .twentytwenty-handle:before {
	width: 1px;
	background: rgba(255, 255, 255, 0.7);
	opacity: .7;
	margin-bottom: 6px;
}

.envision-template .demo-mobile .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 1px;
	background: rgba(255, 255, 255, 0.7);
	opacity: .7;
	margin-top: 0;
}

.envision-template .demo-mobile .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow {
	background: #000000;
	border: none;
	width: 45px;
	height: 45px;
	opacity: .7;
	text-align: center;
	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;
	margin-left: -45px;
}

.envision-template .demo-mobile .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow:before {
	content: "\f104";
	font-family: fontawesome;
	font-size: 16px;
	display: inline-block;
	color: #ffffff;
}

.envision-template .demo-mobile .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow {
	background: #000000;
	border: none;
	width: 45px;
	height: 45px;
	opacity: .7;
	text-align: center;
	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;
	margin-right: -45px;
}

.envision-template .demo-mobile .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow:before {
	content: "\f105";
	font-family: fontawesome;
	font-size: 16px;
	display: inline-block;
	color: #ffffff;
}
.envision-template .demo-mobile .twentytwenty-horizontal .twentytwenty-left-arrow, 
.envision-template .demo-mobile .twentytwenty-horizontal .twentytwenty-right-arrow {
	margin-top: 0;
}
.envision-template .ry-demo-wrapper .ry-flex {
	display: flex;
	margin-left: -100px;
	width: calc(100% + 100px);
}
.envision-template .ry-demo-wrapper .ry-flex .ry-each {
	flex-basis: unset;
	margin-left: 100px;
	width: calc(50% - 100px);
	padding: 0 !important;
}
.envision-template .custom-demo .ry-content {
	max-width: 1400px;
}

.envision-template .custom-demo .ry-container {
	display: flex;
	justify-content: center;
}

.envision-template .custom-demo .ry-container .svg-wrapper {
	display: none;
}

.envision-template .ry-block-demo {
	padding: 0;
	padding: 30px 0 90px;
	background: #252d37;
}

.envision-template .demo-mobile .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow:before {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	content: "";
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.envision-template .demo-mobile .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow:before {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	content: "";
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

body.megamenu-active {
    overflow: hidden !important;
}
body:not(.default-redesign):not(.home-redesign).megamenu.activated > a:before {
    bottom: 0;
}
body:not(.default-redesign):not(.home-redesign) .megamenu-block {
    margin-top: 70px;
}
@media(max-width:1420px) {
	.envision-template .ry-demo-wrapper {
		margin-top: 50px;
		margin-bottom: 0;
	}

}

@media(max-width:1080px) {
	.envision-template .ry-block-demo {
		padding: 60px 0;
	}

}

@media(min-width:992px) {


	.envision-template .ry-demo-wrapper.demo-mobile {
		height: 0;
		opacity: 0;
	}


	.envision-template .ry-demo-wrapper.demo-mobile {
		margin: 0;
	}
}
@media(max-width:991px) {
	.envision-template .ry-block-demo .slick-dots {
		left: 0;
		width: 100%;
		max-width: 100%;
	}
	.envision-template .ry-demo-wrapper.demo-desktop {
		display: none;
	}
	.envision-template .ry-demo-wrapper .ry-flex {
		margin-left: -30px;
		width: calc(100% + 30px);
	}
	.envision-template .ry-demo-wrapper .ry-flex .ry-each {
		margin-left: 30px;
		width: calc(50% - 30px);
	}
	.envision-template .ry-demo-wrapper .ry-flex .ry-each {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.envision-template .ry-demo-wrapper {
		margin: 0;
	}

	.envision-template .ry-block-demo .ry-container {
		width: 90%;
	}
	.magnifier {
		visibility: visible;
		z-index: 2;
	}
	.magnifier {
		width: 200px;
		height: 200px;
	}

	.envision-template .ry-demo-wrapper .ry-flex {
		margin-left: 0;
		width: 100%;
		display: initial;
	}
	.envision-template .ry-demo-wrapper .ry-flex .ry-each {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}
}
@media (max-width: 520px) {
	.envision-template .ry-block-demo .ry-container {
		width: 80%;
	}
}