.template-jumpstart #ry-header {
    display: none;
}

.nj-section-1 .upper-logo {
    position: absolute;
    top: 40px;
    z-index: 1;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 1600px;
}

.nj-section-1 .upper-logo img {
    max-width: 200px;
}

.template-jumpstart .ry-headline h2 {
	font-size: 60px;
	font-weight: bold;
	color: #454555;
	font-family: 'Red Hat Display' !important;
	line-height: 1.2;
}
.template-jumpstart .ry-headline h2 .span-5 {
	color: #0362d7;
	font-weight: 400;
}
.template-jumpstart .ry-text p {
	font-size: 22px;
	font-family: 'Urbanist';
	color: #454555;
}


.template-jumpstart .bg-section, 
.template-jumpstart .bg-section img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nj-section-1 {
	padding: 280px 0;
}

.nj-section-1 .ry-container {
	display: flex;
	justify-content: center;
}

.nj-section-1 .ry-container .ry-content {
	max-width: 960px;
}

.nj-section-1 .ry-container .ry-content .ry-headline h1 {
	font-size: 48px;
	font-family: 'Red Hat Display' !important;
	font-weight: bold;
	color: #fff;
}

.nj-section-1 .ry-container .ry-content .ry-headline {
	clear: both;
	padding-top: 100px;
	text-align: center;
	margin-bottom: -30px;
}

.nj-section-2 {
	padding: 200px 0;
}

.nj-section-2 .ry-container {
	display: flex;
	justify-content: center;
}

.nj-section-2 .ry-container .ry-content {
	max-width: 1280px;
}

.nj-section-2 .ry-container .ry-content .content {
	max-width: 930px;
}

.nj-section-2 .ry-container .ry-content .content .ry-text p {
	margin: 20px 0 30px;
	text-align: left;
}

.ry-btn {
	padding: 18px 35px;
	height: auto;
	font-size: 20px;
}

.ry-btn:after {
	content: "";
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	content: "";
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-left: 10px;
}

.ry-btn.ry-btn-secondary:not(:hover) {
	background: #e41936 !important;
}

.nj-section-3 {
	padding: 200px 0;
}

.nj-section-3 .ry-container {
	display: flex;
	justify-content: center;
}

.nj-section-3 .ry-container .ry-content {
	max-width: 1280px;
}

.nj-section-3 .ry-container .ry-content .ry-headline h2 {
	color: #fff;
}

.nj-section-3 .ry-container .ry-content .ry-text p {
	margin: 15px 0 30px;
	color: #fff;
}

.template-jumpstart .icon {
	border-radius: 50%;
	background: rgb(2,157,227);
	background: linear-gradient(32deg, rgba(2, 157, 227, 1) 0%, rgba(3, 95, 214, 1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon img {
	filter: invert(1) brightness(1000);
}

.nj-section-3 .icon {
	width: 120px;
	height: 120px;
	min-width: 120px;
}

.nj-section-3 .icon img {
	width: 60px;
	height: 50px;
	object-fit: contain;
}

.nj-section-3 .ry-container .ry-content .ry-each {
	width: 33.33%;
	/* padding: 45px 50px; */
	/* position: relative; */
}

.nj-section-3 .ry-container .ry-content .ry-each .offset {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* transition: .5s; */
}

.nj-section-3 .ry-container .ry-content .ry-each .group {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.nj-section-3 .ry-container .ry-content .ry-each .group .title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 20px 0 15px;
	line-height: 1.1;
}

.nj-section-3 .ry-container .ry-content .ry-each .each-wrapper {
	padding: 45px 50px;
}

.nj-section-3 .ry-container .ry-content .ry-each .offset img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
}

.nj-section-3 .ry-container .ry-content .ry-each .group .button-wrapper br {
	display: none;
}

.nj-section-3 .ry-container .ry-content .ry-each:not(:first-child) .title {
	max-width: 170px;
}

.nj-section-3 .ry-container .ry-content .ry-each:nth-child(2) .offset {
	width: 140%;
	left: -20%;
}

.nj-section-3 .ry-container .ry-content .ry-each:nth-child(1) .offset, .nj-section-3 .ry-container .ry-content .ry-each:nth-child(3) .offset {
	width: 105%;
}

.nj-section-3 .ry-container .ry-content .ry-each:nth-child(3) .offset {
	left: -5%;
}

.nj-section-3 .ry-container .ry-content .ry-each:not(:hover) .offset {
	filter: invert(1) brightness(1000);
}

.nj-section-3 .ry-container .ry-content .ry-each:hover .icon {
	background: #fff;
}

.nj-section-3 .ry-container .ry-content .ry-each:hover .icon img {
	filter: initial;
}

.nj-section-3 .ry-container .ry-content .ry-each:not(:hover) .title {
	color: #454555;
}

.nj-section-4 {
	padding: 200px 0;
}

.nj-section-4 .ry-container {
	display: flex;
	justify-content: center;
}

.nj-section-4 .ry-container .ry-content {
	max-width: 1280px;
}

.nj-section-4 .ry-container .ry-content .ry-text p {
	margin: 15px 0 30px;
}

.nj-section-4 .ry-container .ry-content .ry-flex {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.nj-section-4 .ry-container .ry-content .ry-flex .icon {
	width: 120px;
	height: 120px;
	min-width: 120px;
}

.nj-section-4 .ry-container .ry-content .ry-flex .icon img {
	width: 60px;
	height: 50px;
	object-fit: contain;
}

.nj-section-4 .ry-container .ry-content .ry-flex .ry-each {
	padding: 60px 75px 65px;
	background: #fff;
	border: 1px solid #d3dce8;
	border-radius: 20px;
}

.nj-section-4 .ry-container .ry-content .ry-flex .ry-each .each-wrapper {
	display: flex;
	gap: 60px;
}

.nj-section-4 .ry-container .ry-content .ry-flex .ry-each .each-wrapper .desc h4 {
	font-size: 28px;
	font-weight: bold;
	font-family: 'Red Hat Display' !important;
	color: #454555;
	margin-bottom: 10px;
}

.nj-section-4 .ry-container .ry-content .ry-flex .ry-each .each-wrapper .desc p {
	text-align: left;
	line-height: 1.5;
	font-size: 22px;
}

.nj-section-4 .ry-container .ry-content .ry-flex .ry-each .each-wrapper .button-wrapper {
	display: flex;
	gap: 10px;
}

.nj-section-4 .ry-container .ry-content .ry-flex {
	margin-bottom: 30px;
}

.nj-section-4 .ry-container .ry-content .ry-flex .ry-each .each-wrapper .button-wrapper {
	margin-top: 10px;
}

.nj-section-5 {
	padding: 200px 0;
}

.nj-section-5 .ry-container {
	max-width: 1280px !important;
	width: 90% !important;
}

.nj-section-5 .ry-container .ry-headline h2 {
	max-width: 780px;
	color: #fff;
	margin-bottom: 10px;
}

.nj-section-5 .ry-container .ry-text p {
	color: #fff;
	text-align: left;
}

.nj-section-5 .inner-block {
	padding: 80px;
	background: #fff;
	margin: 25px 0;
	border-radius: 20px;
}

.nj-section-5 .inner-block .inner-headline {
	display: flex;
	gap: 40px;
	align-items: center;
}

.nj-section-5 .inner-block .inner-headline .photo img {
	max-width: 200px;
}

.nj-section-5 .inner-block .inner-headline .each-item {
	max-width: max-content;
}

.nj-section-5 .inner-block .inner-headline .each-item .ry-headline h3 {
	font-size: 34px;
	font-weight: bold;
	color: #e41936;
	line-height: 1.1;
	margin-bottom: 10px;
}

.nj-section-5 .inner-block .inner-headline .each-item .ry-text p {
	color: #333;
	line-height: 1.3;
}

.nj-section-5 .inner-block .ry-flex {
	margin-top: 35px;
	flex-direction: column;
	gap: 30px;
}

.nj-section-5 .inner-block .ry-flex .each-wrapper {
	display: flex;
	gap: 40px;
}

.nj-section-5 .inner-block .ry-flex .each-wrapper .icon {
	width: 80px;
	height: 80px;
	min-width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nj-section-5 .inner-block .ry-flex .each-wrapper .icon img {
	width: 50px;
	object-fit: contain;
	height: 45px;
}

.nj-section-5 .inner-block .ry-flex .each-wrapper .group .desc h4 {
	font-size: 24px;
	color: #454555;
	font-weight: bold;
}

.nj-section-5 .inner-block .ry-flex .each-wrapper .group .desc p {
	line-height: 1.4;
	margin: 10px 0 15px;
}

.nj-section-5 .inner-block .ry-flex .each-wrapper .group .flex {
	display: flex;
	align-items: center;
	gap: 25px;
}

.nj-section-5 .inner-block .ry-flex .each-wrapper .group .flex ul {
	list-style: none;
	padding-left: 0;
}

.nj-section-5 .inner-block .ry-flex .each-wrapper .group .flex ul li {
	margin: 0;
	width: auto;
	height: auto;
	background: transparent;
}

.nj-section-5 .inner-block .ry-flex .each-wrapper .group .flex ul li a {
	background: transparent;
}

.nj-section-5 .inner-block .ry-flex .each-wrapper .group .flex ul .social-inner-wrap {
	display: flex;
	gap: 10px;
}

.nj-section-5 .inner-block .ry-flex .each-wrapper .group .flex ul li a svg {
	height: 22px;
	background: transparent;
}

.nj-section-5 .inner-block .ry-flex .ry-each {
	padding: 40px 80px;
	background: #eaf1fb;
	border-radius: 15px;
}

.nj-section-5 .inner-block .ry-flex .ry-each .ry-btn {
	height: 50px;
	font-size: 18px;
}

.nj-section-5 .inner-block .ry-flex .ry-each .ry-btn.btn-white:not(:hover) {
	background: #fff;
	color: #0260e4;
}

.nj-section-5 .inner-block .ry-flex .ry-each .ry-btn.btn-white:not(:hover):after {
	/* filter: brightness(0.5); */
	border-color: #0260e4;
}

.nj-section-5 .inner-block .ry-flex .ry-each .button-wrapper {
	flex-wrap: wrap;
	display: flex;
	gap: 10px;
}

.nj-section-6 {
	padding: 180px 0 190px;
	background: #f8f8ff;
}

.nj-section-6 .ry-container {
	max-width: 1600px !important;
	width: 90% !important;
}

.nj-section-6 .ry-container .headline-inline {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nj-section-6 .ry-container .headline-inline .ry-btn {
	height: 50px;
	/* background: #e41936; */
}

.nj-section-6 .ry-container .headline-inline .ry-btn:not(:hover) {
	background: #e41936;
}

.nj-section-6 .ry-container .headline-inline {
	margin-bottom: 70px;
}

.nj-section-6 .ry-container .ry-flex {
	display: flex;
	gap: 40px;
}

.nj-section-6 .ry-container .ry-flex .ry-each .photo {
	position: relative;
	padding-bottom: 56.25%;
}

.nj-section-6 .ry-container .ry-flex .ry-each .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	border-bottom-left-radius: unset;
	border-bottom-right-radius: unset;
}

.nj-section-6 .ry-container .ry-flex .ry-each .group {
	background: #fff;
	margin-top: -15px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.nj-section-6 .ry-container .ry-flex .ry-each .group .desc {
	padding: 40px 40px 60px;
}

.nj-section-6 .ry-container .ry-flex .ry-each .group .desc h5 {
	font-size: 16px;
	color: #454555;
	opacity: .5;
}

.nj-section-6 .ry-container .ry-flex .ry-each .group .desc h3 {
	font-size: 24px;
	font-weight: bold;
	color: #454555;
	padding-right: 0;
	margin: 10px 0 15px;
	min-height: 50px;
}

.nj-section-6 .ry-container .ry-flex .ry-each .group .desc .span-1 {
	height: 20px;
	font-size: 12px;
	padding: 3px 10px;
	background: #e5effc;
	border-radius: 5px;
	line-height: 1;
	color: #0260e4;
}

.nj-section-6 .ry-container .ry-flex .ry-each .group .desc p {
	margin-top: 20px;
	text-align: left;
	font-size: 18px;
	line-height: 1.5;
	color: #454555;
	opacity: .7;
}

.template-jumpstart .nj-section-5 .bg-section, .template-jumpstart .nj-section-5 .bg-section img {
	object-fit: cover;
	height: auto;
	background-color: #132c4a;
}

.template-jumpstart .nj-section-5 .bg-section {
	height: 100%;
}

.nj-section-6 .ry-container .ry-flex .ry-each .button-wrapper {
	display: flex;
	position: relative;
}

.nj-section-6 .ry-container .ry-flex .ry-each .button-wrapper a {
	width: 50%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #454555;
	font-size: 18px;
	color: #fff;
}

.nj-section-6 .ry-container .ry-flex .ry-each .button-wrapper a:after {
	content: "";
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	content: "";
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-left: 10px;
}

.nj-section-6 .ry-container .ry-flex .ry-each .button-wrapper:after {}

.nj-section-6 .ry-container .ry-flex .ry-each .button-wrapper:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1px;
	height: 100%;
	background: #fff;
}

.nj-section-6 .ry-container .ry-flex .ry-each .button-wrapper a:hover {
	background: #e41936;
}



/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1680px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.nj-section-1 .ry-container .ry-content .ry-headline h1 {
		font-size: calc(40px + 2 * ( (100vw - 320px) / 1660));
	}

	.template-jumpstart .ry-headline h2 {
		font-size: calc(40px + 2 * ( (100vw - 320px) / 1660));
	}

	.template-jumpstart .ry-text p, 
	.nj-section-4 .ry-container .ry-content .ry-flex .ry-each .each-wrapper .desc p, 
	.nj-section-5 .inner-block .ry-flex .each-wrapper .group .desc p {
		font-size: calc(18px + 2 * ( (100vw - 320px) / 1660));
		line-height: 1.6;
	}

	.template-jumpstart .ry-btn {
		font-size: 18px;
	}

	.nj-section-1 .ry-container img {
		width: 90%;
		margin: auto;
	}

	.nj-section-3 .ry-container .ry-content .ry-each .group .title {
		font-size: calc(20px + 2 * ( (100vw - 320px) / 1660));
		min-height: 50px;
	}

	.nj-section-4 .ry-container .ry-content .ry-flex .ry-each .each-wrapper .desc p {}

	.nj-section-4 .ry-container .ry-content .ry-flex .ry-each .each-wrapper .desc h4 {
		font-size: calc(22px + 2 * ( (100vw - 320px) / 1660));
	}

	.nj-section-5 .inner-block .ry-flex .each-wrapper .group .desc h4 {
		font-size: calc(20px + 2 * ( (100vw - 320px) / 1660));
	}

	.nj-section-5 .inner-block .inner-headline .each-item .ry-headline h3 {
		font-size: calc(30px + 2 * ( (100vw - 320px) / 1660));
	}

	.nj-section-6 .ry-container .ry-flex .ry-each .group .desc p {
		font-size: calc(16px + 2 * ( (100vw - 320px) / 1660));
		line-height: 1.4;
	}

	.nj-section-6 .ry-container .ry-flex .ry-each .group .desc h3 {
		font-size: calc(22px + 2 * ( (100vw - 320px) / 1660));
	}

	.nj-section-6 .ry-container .ry-flex .ry-each .group .desc h5 {
		font-size: 14px;
	}

	.nj-section-6 .ry-container .ry-flex .ry-each .button-wrapper a {
		font-size: calc(16px + 2 * ( (100vw - 320px) / 1660)) !important;
		line-height: 1;
	}
}

@media (max-width: 1080px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.nj-section-1 .upper-logo .photo {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.nj-section-2 {
		padding: 100px 0;
	}

	.nj-section-2 .ry-headline h2, .nj-section-2 .ry-text p {
		text-align: center !important;
	}

	.nj-section-2 .ry-btn {
		margin: auto;
	}

	.nj-section-3 {
		padding: 100px 0;
	}

	.nj-section-3 .ry-headline h2, .nj-section-3 .ry-text p {
		text-align: center;
	}

	.nj-section-3 .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 30px;
		margin-top: 60px;
	}

	.nj-section-3 .ry-container .ry-content .ry-each {
		max-width: 340px;
		width: auto;
		min-width: 340px;
	}

	.nj-section-3 .ry-container .ry-content .ry-each .offset {
		transform: rotate(90deg);
		top: 0;
		left: -2.5%;
		max-width: 500px;
		max-height: 370px;
	}

	.nj-section-3 .ry-container .ry-content .ry-each .each-wrapper {
		padding: 13% 50px;
	}

	.nj-section-3 .icon {
		width: 80px;
		height: 80px;
		min-width: 80px;
	}

	.nj-section-3 .ry-container .ry-content .ry-each:nth-child(3) .offset {
		left: -2.5%;
	}

	.nj-section-3 .ry-container .ry-content .ry-each:nth-child(3) .group .title {min-height: unset;}

	.nj-section-3 .ry-container .ry-content .ry-each:nth-child(3) .each-wrapper {
		padding-top: 21%;
	}

	.nj-section-3 .ry-container .ry-content .ry-each:nth-child(3) .each-wrapper .group {
		transform: translate(0, 20%);
	}

	.nj-section-4 {
		padding: 100px 0;
	}

	.nj-section-4 .ry-text p, .nj-section-4 .ry-headline h2 {
		text-align: center;
	}

	.nj-section-4 .ry-container .ry-content .ry-flex .ry-each {
		padding: 60px 5%;
	}

	.nj-section-4 .ry-container .ry-content .ry-flex .ry-each .each-wrapper {
		gap: 30px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.nj-section-4 .ry-container .ry-content .ry-flex .icon {
		width: 100px;
		height: 100px;
		min-width: 100px;
	}

	.nj-section-4 .ry-container .ry-content .ry-flex .ry-each .each-wrapper .button-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.nj-section-4 .ry-container .ry-content .ry-flex .ry-each .each-wrapper * {
		text-align: center !important;
	}

	.nj-section-5 {
		padding: 100px 0;
	}

	.nj-section-5 .ry-headline h2, .nj-section-5 .ry-text p {
		text-align: center !important;
	}

	.nj-section-5 .inner-block .inner-headline {
		gap: 20px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.nj-section-5 .inner-block .inner-headline .each-item .ry-headline h3 {
		text-align: center;
	}

	.nj-section-5 .inner-block {
		padding: 60px 5%;
	}

	.nj-section-5 .inner-block .ry-flex .ry-each {
		padding: 40px 5%;
	}

	.nj-section-5 .inner-block .ry-flex .each-wrapper {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}

	.nj-section-5 .inner-block .ry-flex .each-wrapper * {
		text-align: center;
	}

	.nj-section-5 .inner-block .ry-flex .each-wrapper .group .flex {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}

	.nj-section-5 .inner-block .ry-flex .ry-each .button-wrapper {
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.nj-section-6 {
		padding: 100px 0;
	}

	.nj-section-6 .ry-container .headline-inline {
		margin-bottom: 40px;
		gap: 20px;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.nj-section-6 .ry-container .ry-flex {
		display: initial;
		gap: unset;
	}

	.nj-section-6 .ry-container .ry-flex .ry-each {
		width: 360px;
	}
	
	.template-jumpstart .nj-section-6 .ry-container {
	width: 100% !important; !important;
	max-width: 100% !important;
}
  .nj-section-6 .slick-slide {
      margin: 0 10px;
  }

  /* the parent */
	.nj-section-6 .slick-list {
		margin: 0 -10px;
	}

	.nj-section-6  .slick-dots {
		margin: 0;
		margin-top: 30px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		bottom: unset;
		gap: 5px;
	}

	.nj-section-6  .slick-arrow {
		display: none !important;
	}
	.nj-section-6 .slick-dots li {
		margin: 0;
		width: auto;
		height: auto;
		height: 12px;
	}

	.nj-section-6  .slick-dots li button {
		width: 12px;
		height: 12px;
		background: #333;
		border-radius: 50%;
		opacity: .3;
		padding: 0;
		transition: .3s;
	}

	.nj-section-6 .slick-dots li.slick-active button {
		width: 50px;
		opacity: 1;
		border-radius: 10px;
		background: linear-gradient(to right, #e41936, #e41936);
	}

	.template-jumpstart .nj-section-6 .ry-container .headline-inline {
		padding: 0 5%;
	}

	.nj-section-6 .slick-dots {
		list-style: none;
	}

	.nj-section-6 .slick-dots li button {
		text-indent: -999999px;
		border: unset;
	}
}

@media (max-width: 620px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/
	.nj-section-1 .ry-container .ry-content .ry-headline h1 {
		font-size: calc(34px + 2 * ( (100vw - 320px) / 1660));
	}

	.template-jumpstart .ry-headline h2 {
		font-size: calc(32px + 2 * ( (100vw - 320px) / 1660));
	}

	.nj-section-5 .inner-block .inner-headline .each-item .ry-headline h3 {
		font-size: calc(24px + 2 * ( (100vw - 320px) / 1660));
	}
	.nj-section-1 .ry-container .ry-content .ry-headline {
		padding-top: 60px;
	}
}

@media (max-width: 420px) {
	.nj-section-6 .slick-track
	{
		display: flex !important;
	}

	.nj-section-6 .slick-slide
	{
		height: inherit !important;
	}
	.nj-section-6 .ry-container .ry-flex .ry-each {
		width: 300px;
	}

	.nj-section-6 .ry-container .ry-flex .ry-each .group .desc {
		padding: 30px 30px 50px;
	}
}

@media (min-width: 1081px) {
	.nj-section-6 .ry-container .ry-flex {
		display: initial;
		gap: unset;
	}

	.nj-section-6 .ry-container .ry-flex .slick-list {
		margin: 0 -15px;
	}

	.nj-section-6 .ry-container .ry-flex .slick-list .slick-slide {
		margin-left: 15px;
		margin-right: 15px;
	}

	.nj-section-6 .ry-container .ry-flex .slick-arrow {
		position: absolute;
		left: -40px;
		top: 50%;
		width: 30px;
		height: 30px;
		transform: translate(0, -50%);
		border: unset;
		background: transparent;
	}

	.nj-section-6 .ry-container .ry-flex .slick-arrow.slick-next {
		left: unset;
		right: -40px;
	}

	.nj-section-6 .ry-container .ry-flex .slick-arrow:after {
		content: "";
	}

	.nj-section-6 .ry-container .ry-flex .slick-arrow:before {
		content: "";
		border: solid #044894;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 6px;
		content: "";
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.nj-section-6 .ry-container .ry-flex .slick-arrow.slick-prev:before {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}
}
