@charset "UTF-8";
/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings, helpers or functions. They have no direct output.
*/
/* Colors */
/* Borders */
/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in the project.
*/
html,
body {
	overflow-x: hidden;
	margin: 0 !important;
}

button {
	border: none;
}

a:visited {
	color: inherit;
}

a {
	outline: none !important;
}

main,
section {
	overflow: hidden;
}

.body-cursor-grabbing * {
	cursor: grabbing !important;
}

@media screen and (max-width: 768px) {
	#wpadminbar {
		position: fixed;
		top: 0;
	}
}

html {
	font-size: 10px;
}

body {
	font-family: 'Almoni', sans-serif;
	font-weight: 400;
}

p,
text,
span,
div,
input,
textarea,
select,
option {
	font-size: 2.3rem;
	color: #0d1340;
}

h1 {
	font-size: 12rem;
	line-height: 1;
}

h2 {
	font-family: 'Almoni Tzar', 'sans-serif';
	font-size: 7.2rem;
	font-weight: 300;
	line-height: 1;
}

@media screen and (max-width: 1520px) {
	html {
		font-size: 9px;
	}
}

@media screen and (max-width: 1360px) {
	html {
		font-size: 7px;
	}
}

@media screen and (max-width: 1100px) {
	html {
		font-size: 6px;
	}
}

@media screen and (max-width: 900px) {
	html {
		font-size: 5px;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 10px;
	}
	.remove-breaks-on-mobile br {
		display: none;
	}
	h2 {
		text-align: center !important;
		font-size: 5.2rem;
		line-height: 1.04;
	}
}

@media screen and (max-width: 340px) {
	html {
		font-size: 10px;
	}
}

@media screen and (max-width: 339px) {
	html {
		font-size: 9px;
	}
}

@media screen and (max-width: 307px) {
	html {
		font-size: 8px;
	}
}

@media screen and (max-width: 267px) {
	html {
		font-size: 7px;
	}
}

@media screen and (max-width: 232px) {
	html {
		font-size: 6px;
	}
}

@media screen and (max-width: 200px) {
	html {
		font-size: 5px;
	}
}

@media screen and (max-width: 160px) {
	html {
		font-size: 4px;
	}
}

@media screen and (max-width: 125px) {
	html {
		font-size: 3px;
	}
}

@media screen and (max-width: 90px) {
	html {
		font-size: 2px;
	}
}

@media screen and (max-width: 52px) {
	html {
		font-size: 1px;
	}
}

/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating to a reusable component.
*/
.action-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	font-size: 2.3rem;
	background-color: #0d1340;
	border-radius: 0;
	color: #fff;
}

.action-btn:visited {
	color: #fff !important;
}

.action-btn:hover, .action-btn:active {
	color: #eee;
}

.action-btn.blue-btn {
	background-color: #0085ff;
}

.border-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	padding: 0.5em;
	background-color: #fff;
	border: 2px solid #4694ff;
	color: #4694ff !important;
	transition: 0.2s ease;
}

.border-btn:hover {
	background-color: #4694ff;
	border-color: #4694ff;
	color: #fff !important;
}

.form-input {
	display: flex;
	align-items: center;
	border: none !important;
	outline: none;
	border-bottom: 1px solid #0d1340 !important;
	border-radius: 0 !important;
	color: #0d1340 !important;
	padding: 1rem 0 !important;
	font-size: 2.2rem;
}

.form-input::placeholder {
	color: #0d1340;
}

/*
This file is used to contain all lay imports.
Files inside this folder can contain specific element styles and layout. 
*/
.theme-container {
	width: 113.4rem;
	margin: 0 auto;
}

.mobile-only {
	display: none;
}

@media screen and (max-width: 768px) {
	.theme-container {
		width: 100%;
		max-width: 40rem;
		padding: 0 2rem;
	}
	.desktop-only {
		display: none !important;
	}
	.mobile-only {
		display: flex;
	}
}

.admin-bar .header-wrap {
	top: 32px;
}

.header-wrap {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	z-index: 1000;
}

#masthead {
	padding: 4rem 0;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #dae4fc 20%);
}

#masthead.hover-menu-active {
	background: #fff;
	box-shadow: 0px 6px 9px 0 rgba(220, 220, 221, 0.39);
}

#masthead .action-btn {
	font-size: 2rem;
	width: 12rem;
	height: 4rem;
}

#site-identity {
	margin-left: 14rem;
}

#site-identity .custom-logo-link {
	width: 12.8rem;
}

#top-gradient {
	position: absolute;
	top: 0;
	width: 100vw;
	height: 102.8rem;
	background: linear-gradient(0deg, #fff 0%, #dae4fc 50%);
	z-index: -1;
}

#primary-menu-wrap {
	display: flex;
	flex-direction: column;
	max-height: 0;
	transition: 0.1s ease;
	overflow: hidden;
}

#primary-menu {
	display: flex;
	flex-direction: column;
}

#primary-menu .menu-item {
	position: relative;
	display: flex;
	align-items: center;
}

#primary-menu .menu-item {
	font-weight: 500;
}
#primary-menu .menu-item:first-child::after {
	content: '<';
	position: absolute;
	left: -1.5rem;
	transform: rotate(90deg) scale(1, 2);
	font-size: 1.5rem;
	margin-right: 1rem;
}

#primary-menu .menu-item a {
	position: absolute;
}

#primary-menu .menu-item .menu-item__pseudo-bold-text {
	visibility: hidden;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.admin-bar .header-wrap {
		top: 46px;
	}
	#masthead {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #fff;
		padding: 2.7rem 1rem;
	}
	#masthead.toggled {
		background: #101533;
	}
	#masthead.toggled .custom-logo-link {
		display: none;
	}
	#masthead.toggled .logo-negative {
		display: flex;
		margin-bottom: 4.5rem;
	}
	#masthead.toggled .menu-toggle .open {
		display: none;
	}
	#masthead.toggled .menu-toggle .close {
		display: flex;
	}
	#masthead .header-head {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: start;
	}
	#masthead .logo-negative {
		display: none;
	}
	#masthead .custom-logo-link {
		width: 8rem !important;
		height: 1.6rem !important;
	}
	#masthead .menu-toggle {
		position: absolute;
		left: 0;
		top: 0;
		width: 1.6rem;
		height: 1.6rem;
	}
	#masthead .menu-toggle .close {
		display: none;
	}
	#primary-menu-wrap .actions .action-btn {
		height: 4rem;
		width: 11.1rem;
		font-size: 1.8rem;
	}
	#primary-menu-wrap .actions .action-btn:nth-child(2) {
		border: solid;
	}
	#primary-menu {
		margin-bottom: 8rem;
	}
	#primary-menu li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#primary-menu * {
		color: #fff;
		font-size: 2.2rem;
	}
}

@media screen and (min-width: 769px) {
	#primary-menu-wrap {
		max-height: unset;
		flex-direction: row;
	}
	#primary-menu {
		display: flex;
		flex-direction: row;
		font-size: 2.2rem;
		gap: 5.2rem;
		color: #0d1340;
	}
}

#hover-menu-wrap {
	left: 0;
	right: 0;
	background: #fff;
	padding-top: 3rem;
	z-index: 100;
}

#hover-menu {
	display: flex;
	flex-wrap: wrap;
	top: 16rem;
}

#hover-menu .menu-item {
	display: flex;
	align-items: center;
	margin-bottom: 6.7rem;
	justify-content: flex-end;
	flex: 0 0 30%;
	cursor: pointer;
}

#hover-menu .menu-item:nth-child(3n + 3) {
	margin-left: 0;
}

#hover-menu .menu-item__image {
	flex-shrink: 0;
	margin-left: 2.5rem;
}

#hover-menu .menu-item__text-container {
	flex-basis: 70%;
}

#hover-menu .menu-item__text-container .text-container__head {
	font-family: 'Almoni Tzar', 'sans-serif';
	font-size: 2.9rem;
}

#hover-menu .menu-item__text-container .text-container__body {
	font-size: 1.8rem;
}

#colophon {
	background-color: #1381e5;
	padding: 10rem 7.5rem;
}

#colophon * {
	color: #fff;
}

#colophon h3 {
	font-weight: 900;
	font-size: 3.2rem;
	line-height: 1.22;
	margin-bottom: 1.2rem;
}

#colophon .row {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

#colophon .row:not(:last-child) {
	margin-bottom: 5rem;
}

#colophon .logo {
	margin-bottom: 3.3rem;
}

#colophon .social-media-list {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

#colophon .social-media-list .media {
	height: 2rem;
}

#colophon .social-media-list img {
	height: 100%;
}

#colophon .faq li,
#colophon .contacts li {
	line-height: 1.7;
	font-weight: 200;
}

#colophon .mailbox {
	width: 36.7rem;
	flex-shrink: 0;
}

#colophon .mailbox p {
	margin-bottom: 3rem;
}

#colophon .mailbox form {
	display: flex;
	border: 1px solid #fff;
	padding: 0.3rem;
	height: 5.7rem;
}

#colophon .mailbox form input {
	background: none;
	border: none;
	outline: none;
	flex-grow: 2;
	padding-right: 1.6rem;
}

#colophon .mailbox form input::placeholder {
	color: rgba(255, 255, 255, 0.8);
}

#colophon .mailbox form button {
	width: 9.6rem;
}

#colophon .legal-info,
#colophon .copyright {
	font-size: 1.7rem;
}

#colophon .legal-info {
	display: flex;
	align-items: center;
}

#colophon .legal-info li:not(:last-child)::after {
	position: relative;
	content: '•';
	top: -0.2rem;
	font-size: 1rem;
	margin: 0 0.4rem 0 0.8rem;
}

@media screen and (max-width: 768px) {
	#colophon {
		padding: 3.2rem 0rem 1.5rem;
	}
	.row,
	.column {
		width: 100%;
	}
	.row {
		display: flex;
		justify-content: center !important;
		text-align: center !important;
	}
	.row:not(:last-child) {
		margin-bottom: 3.2rem !important;
	}
	.column {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.logo {
		width: 8.1rem;
		height: 1.7rem;
		margin-bottom: 2.5rem !important;
	}
	.media {
		height: 1.7rem !important;
	}
	.social-media-list {
		justify-content: center !important;
		gap: 1.5rem;
	}
	.social-media-list img {
		filter: brightness(0) invert(1);
	}
}

/*
This file is used to contain all component imports.
Files inside this folder can contain stylings for specific pages of the website
*/
#home-head {
	margin-bottom: 10rem;
}

#home-head h1 {
	font-family: 'Almoni Tzar', sans-serif;
	font-weight: 300;
	font-size: 12rem;
	line-height: 10.6rem;
	color: #0d1340;
	margin: 5rem 0 5rem;
}

#home-head p {
	font-size: 2.3rem;
}

#home-head img {
	margin-top: 6.5rem;
	width: 53.7rem;
	height: 51.7rem;
}

#home-head .action-btn {
	width: 27rem;
	height: 5.5rem;
	padding: 2rem 3.5rem;
}

#home-head .text-container {
	margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
	#home-head {
		flex-direction: column;
		margin-bottom: 8rem;
	}
	#home-head h1 {
		font-size: 7.6rem;
		line-height: 0.97;
		text-align: center;
		margin: 5rem 0 3rem;
		letter-spacing: -1.52px;
	}
	#home-head p {
		font-size: 2rem;
		line-height: 1.2;
	}
	#home-head img {
		margin-top: -2.5rem;
		width: 100%;
		height: 33.7rem;
		object-fit: contain;
	}
	#home-head .content {
		margin-bottom: 5.2rem;
	}
	#home-head .action-btn {
		width: 100%;
		height: 4.5rem;
		font-size: 1.9rem;
		background-color: #0d1340 !important;
	}
}

#greetings {
	padding-top: 12.5rem;
	margin-bottom: 21.4rem;
}

#greetings .content {
	position: relative;
	display: flex;
	align-items: start;
	background-color: #f5f8ff;
	padding-right: 31.5rem;
	border-radius: 2rem;
	border: 1rem solid #fff;
	height: 18rem;
	align-items: center;
}

#greetings img.person {
	position: absolute;
	height: 20.4rem;
	width: 19.4rem;
	right: 0;
	bottom: 0;
}

#greetings img.quote {
	position: relative;
	bottom: 1.8rem;
	width: 6.6rem;
	height: 6.1rem;
	margin-left: 5.5rem;
}

#greetings .text-container {
	width: 100%;
}

#greetings h6 {
	font-weight: 900;
	font-size: 2.6rem;
	margin: 0;
}

#greetings p {
	font-size: 2.2rem;
	line-height: 1.27;
}

#phone {
	position: relative;
	margin-bottom: 15.8rem;
}

#phone:before {
	content: '';
	display: flex;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	background-color: #fff;
}

#phone .content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 100;
}

#phone .text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	background: #fff;
	height: 87.4rem;
}

#phone .text-container h2 strong {
	font-weight: 300;
}

#phone .text-container p {
	margin: 0;
	font-size: 2.4rem;
}

#phone .text-container p:last-child {
	line-height: 1;
}

#phone .text-container > *:not(:last-child) {
	margin-bottom: 3rem;
}

#phone .text-container .action-btn {
	background: #6da1f1;
	width: 33.5rem;
	height: 5.8rem;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 2.4rem;
}

#phone .images-container {
	position: relative;
	display: flex;
	align-items: start;
	padding-left: 15rem;
	flex-shrink: 0;
}

#phone .images-container img.phone {
	position: relative;
	width: 43.1rem;
	height: 87.4rem;
	z-index: 10;
}

#phone .images-container .phone-flow-wrap {
	position: absolute;
	width: 17.7rem;
	height: 36.3rem;
	left: -5rem;
	top: 5rem;
	background: #fff;
	box-shadow: 0 0 1rem 1rem #fff;
	border-radius: 2rem;
	flex-shrink: 0;
}

#phone .images-container img.phone-flow {
	width: 100%;
	height: 100%;
}

#phone .bg-pattern {
	position: absolute;
	width: 75.8rem;
	height: 43.8rem;
	background-size: cover;
	left: 3rem;
	bottom: 4rem;
}

@media screen and (max-width: 768px) {
	#phone {
		margin-bottom: 6rem;
	}
	#phone .text-container {
		height: auto;
		background: none;
	}
	#phone .text-container h2 strong {
		font-weight: 400;
	}
	#phone .text-container p {
		font-size: 2rem;
		line-height: 1.2;
	}
	#phone .text-container p br {
		display: none;
	}
	#phone .action-btn {
		width: 100% !important;
		background-color: #2492f7;
		font-size: 1.9rem !important;
		height: 4.5rem !important;
	}
}

#tools {
	display: flex;
	justify-content: center;
	margin-bottom: 20.4rem;
}

#tools .tools-container {
	width: 140rem;
	flex-shrink: 0;
}

#tools .title {
	margin-bottom: 6rem;
}

#tools .tools-list {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	gap: calc((100% - 42.8rem * 3) / 2);
}

#tools .tool {
	width: 42.8rem;
	padding: 1.5rem;
	flex-shrink: 0;
	background: #fff;
	border-radius: 3rem;
	box-shadow: 0px 10px 19.9px 4.1px #dcdcdd63;
}

#tools .tool:nth-child(3n + 3) {
	margin-bottom: 5.6rem;
}

#tools .tool .head {
	display: flex;
	align-items: center;
	padding: 0 4.5rem 0;
	height: 9rem;
}

#tools .tool .head.no-icon span {
	margin-top: -3rem;
}

#tools .tool .head img {
	margin: 0 -3rem 0 2.4rem;
	width: 6.7rem;
	height: 6.7rem;
}

#tools .tool .head span {
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1;
}

#tools .tool .body {
	position: relative;
	height: 32.4rem;
}

#tools .tool .footer {
	padding: 2rem 4.5rem 0;
	font-size: 2.4rem;
}

#tools .tool .footer strong {
	font-weight: 600;
}

#tools .tool .footer p {
	display: flex;
	flex-direction: column;
	line-height: 1.17;
}

#tools .tool .body img {
	position: absolute;
	object-fit: contain;
	max-width: none;
	max-height: none;
}

@media screen and (max-width: 768px) {
	#tools {
		margin-bottom: 14rem;
	}
	#tools .title {
		margin-bottom: 0;
	}
	#tools .tools-list {
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin-top: -5rem;
	}
	#tools .tool {
		text-align: center;
		box-shadow: none;
		border: 1px solid #f4f2f2;
		margin: 0 0 -13rem !important;
		transform: scale(0.7);
	}
}

#events {
	margin-bottom: 16.1rem;
}

#events .text-container {
	flex-shrink: 0;
	margin-left: 12.6rem;
	line-height: 1.44;
}

#events .text-container h2 {
	line-height: 0.87;
	padding-bottom: 3.5rem;
}

#events .events-container .slick-list {
	padding: 1rem;
}

#events .events-container .slick-track {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#events .events-container .slick-track:before {
	display: none;
}

#events .events-container .slick-track:after {
	display: none;
}

#events .events-container .control-c {
	position: absolute;
	width: 1.6rem;
	height: 0.9rem;
	z-index: 10;
	bottom: 4.5rem;
	left: -3rem;
	cursor: pointer;
}

#events .events-container .slick-prev {
	bottom: 7.5rem;
}

#events .event {
	background-color: #fff;
	padding: 1rem 3.5rem 3.1rem 4rem;
	box-shadow: 0px 4px 4.5px 1.5px #d5dbe263;
	border-radius: 1rem;
}

#events .event .desktop-only {
	display: flex;
	align-items: start;
}

#events .event:not(:last-child) {
	margin-bottom: 2.8rem;
}

#events .event .date {
	display: flex;
	flex-direction: column;
}

#events .event .date *:first-child {
	font-family: 'Almoni Tzar', 'sans-serif';
	font-size: 8rem;
	font-weight: 600;
	line-height: 1;
}

#events .event .date *:last-child {
	font-size: 2.1rem;
	line-height: 1;
}

#events .event .image-container {
	display: flex;
	justify-content: center;
	width: 28.8rem;
	flex-shrink: 0;
}

#events .event .image-container img {
	max-width: 90%;
}

#events .event .info * {
	font-size: 2.1rem;
}

#events .event .info-title {
	font-family: 'Almoni Tzar', 'sans-serif';
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1;
}

#events .event .info-author {
	margin-bottom: 1.5rem;
}

#events .event .info-description {
	line-height: 1.36;
	margin-bottom: 2.2rem;
}

@media screen and (max-width: 768px) {
	#events {
		flex-direction: column;
		margin-bottom: 8rem;
	}
	#events .text-container {
		margin: 0;
	}
	#events .text-container .description {
		display: none;
	}
	#events .event {
		padding: 3rem;
	}
	#events .event .mobile-only {
		display: flex;
		flex-direction: column;
	}
	#events .event .head {
		display: flex;
		margin-bottom: 2.5rem;
	}
	#events .event .date {
		margin-left: 3.4rem;
	}
	#events .event .info {
		margin-top: 1rem;
	}
	#events .event .info-title {
		font-size: 3rem;
	}
	#events .event .info-time,
	#events .event .info-author {
		font-size: 1.8rem;
	}
	#events .event .info-description {
		font-size: 1.8rem;
		line-height: 1.17;
	}
	#events .event .image-container {
		display: none;
	}
	#events .event .border-btn {
		height: 4.1rem;
		font-size: 1.8rem;
	}
}

#service {
	overflow: unset;
	margin-bottom: 12.8rem;
}

#service .title {
	margin-bottom: 2.2rem;
}

#service .title h2 {
	line-height: 0.87;
}

#service .service-container {
	position: relative;
	display: flex;
	gap: 9.6rem;
	flex-direction: row;
	padding-left: 35rem;
}

#service .schedule {
	flex: 0 0 33.3rem;
}

#service .current {
	display: flex;
	align-items: center;
	font-size: 2.5rem;
	gap: 0.5rem;
	margin-bottom: 2.8rem;
}

#service .current * {
	white-space: nowrap;
	line-height: 1;
}

#service .current img {
	width: 6.4rem;
}

#service .current .open-status {
	font-weight: 600;
}

#service .current .open-decoration {
	position: relative;
	width: 1.7rem;
	height: 1rem;
}

#service .current .open-decoration img {
	position: absolute;
}

#service .current .open-time,
#service .current .open-status,
#service .current .open-decoration {
	margin-top: 1.4rem;
}

#service .schedule .contact {
	padding: 3rem 5rem;
	border: 1px solid #e6e7e9;
}

#service .schedule .contact .days {
	font-weight: 900;
}

#service .schedule-list {
	margin-bottom: 1.5rem;
}

#service .schedule-list .hours {
	display: flex;
	justify-content: space-between;
}

#service .schedule-list .hours:not(:last-child) {
	margin-bottom: 0.5rem;
}

#service .schedule-list .hours * {
	white-space: nowrap;
}

#service .contact .action-btn {
	display: flex;
	align-items: center;
	height: 4.8rem;
}

#service .description blockquote {
	font-family: 'Almoni Tzar', sans-serif;
	color: #006cff;
	font-size: 3.65rem;
	line-height: 1.18;
	font-weight: 300;
	margin-bottom: 1rem;
}

#service .description blockquote::before {
	content: '"';
}

#service .description blockquote::after {
	content: '"';
}

#service .description .author {
	margin-bottom: 3.5rem;
}

#service .description .author strong {
	margin-left: 0.5ch;
}

#service img.service-image {
	position: absolute;
	left: -9rem;
}

#reviews {
	margin-bottom: 15rem;
}

#reviews .title {
	margin-bottom: 10rem;
}

#reviews .reviews-container .desktop-only {
	display: flex;
	align-items: start;
	gap: 8rem;
}

#reviews .review {
	display: flex;
}

#reviews .review .content {
	display: flex;
	gap: 8rem;
}

#reviews .review .content .person {
	width: 58rem;
	object-fit: cover;
}

#reviews .review .content .quote-block {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

#reviews .review .content .quote-icon {
	width: 6.6rem;
	height: 6.1rem;
	margin-bottom: 3.5rem;
}

#reviews .review .content blockquote {
	font-family: 'Almoni Tzar', sans-serif;
	font-size: 4.5rem;
	line-height: 1.13;
	font-weight: 200;
	margin-bottom: 2rem;
}

#reviews .review .content .author {
	display: flex;
	flex-direction: column;
	margin-bottom: 2.5rem;
}

#reviews .review .content .author * {
	line-height: 1.15;
}

#reviews .review .content .action-btn {
	height: 5.6rem;
}

#reviews .counters-list {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	margin-top: 11rem;
}

#reviews .counters-list .counter {
	cursor: pointer;
	font-size: 2.5rem;
	border-bottom: 1px solid transparent;
	line-height: 1;
	padding-right: 0.4rem;
	transition: 0.2s ease;
}

#reviews .counters-list .counter.active {
	border-bottom-color: #0d1340;
}

@media screen and (max-width: 768px) {
	#reviews {
		margin-bottom: 5rem;
	}
	#reviews h2 {
		font-size: 4rem;
		line-height: 1.09;
	}
	#reviews h2 br {
		display: none;
	}
	#reviews h2 strong {
		font-weight: 300;
	}
	#reviews h2 em {
		font-style: normal;
		font-weight: 400;
	}
	#reviews .title {
		margin-bottom: 3rem;
	}
	#reviews .mobile-only,
	#reviews .reviews-list {
		width: 100%;
	}
	#reviews .review .content {
		flex-direction: column;
		align-items: center;
		width: 100%;
		gap: 0;
		text-align: center;
	}
	#reviews .review .content .person {
		width: 10rem;
		height: auto;
		margin-bottom: 2rem;
	}
	#reviews .review .content blockquote {
		font-size: 2.8rem;
		line-height: 1.2;
		white-space: pre-wrap;
	}
	#reviews .review .content .quote-block {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	#reviews .review .content .quote-block img {
		width: 4.4rem !important;
		height: 4rem !important;
		margin-bottom: 2.2rem !important;
	}
	#reviews .review .content .border-btn {
		width: 23.5rem;
		height: 4.1rem;
		color: #0d1340 !important;
		border-color: #0d1340;
		font-size: 1.8rem;
	}
	#reviews .slick-dots {
		display: flex;
		justify-content: center;
		margin-top: -10rem;
	}
	#reviews .slick-dots li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 0.5rem;
		height: 0.5rem;
	}
	#reviews .slick-dots button {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		width: inherit;
		height: inherit;
	}
	#reviews .slick-dots button::before {
		content: '';
		display: flex;
		border: 1px solid #0d1340 !important;
		opacity: 1;
		border-radius: 50%;
		width: inherit;
		height: inherit;
	}
	#reviews .slick-dots .slick-active button::before {
		background-color: #0d1340;
	}
}

#features {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 11.3rem;
}

#features .title {
	margin-bottom: 6rem;
}

#features .title h2 {
	font-size: 7.2rem;
	line-height: 1.05;
	font-weight: 400;
}

#features .features-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#features .features-list .feature {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 35rem;
}

#features .features-list .image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 19rem;
	height: 17rem;
}

#features .features-list img {
	width: 100%;
}

#features .feature .text {
	margin-bottom: 3.2rem;
}

#features .feature .text .head {
	font-weight: 900;
	font-size: 3rem;
	margin: 2.5rem 0;
}

#features .feature .text .body {
	line-height: 1.17;
}

#features .border-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.6rem;
	height: 4.6rem;
	padding: 0;
}

#prices-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 7rem;
}

#prices-head h1 {
	font-family: 'Almoni Tzar', sans-serif;
	font-size: 12rem;
	line-height: 6.55rem;
	font-weight: 300;
	margin-top: 13rem;
}

#prices-head .content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: start;
	width: 100%;
}

#prices-head .text-container {
	margin-top: 12rem;
	font-size: 2rem;
	line-height: 1.2;
}

#prices-head .text-container .description {
	margin-bottom: 3.7rem;
}

#prices-head .packages-calculation {
	margin-bottom: 3rem;
}

#prices-head .packages-calculation-head {
	margin-bottom: 3rem;
}

#prices-head .packages-components {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding-right: 4rem;
	counter-reset: packages-components;
}

#prices-head .packages-component {
	position: relative;
	display: flex;
	flex-direction: column;
}

#prices-head .packages-component::before {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	right: -4rem;
	content: "0" counter(packages-components);
	counter-increment: packages-components;
	background-color: #768bf5;
	color: #fff;
	border-radius: 100rem;
	padding: 0.2rem 0.6rem 0;
	font-size: 2rem;
}

#prices-head .packages-component:first-child::before {
	background-color: #8bb1ff;
}

#prices-head .packages-component .name {
	font-weight: 900;
}

#prices-head .packages-component .description {
	margin: 0;
}

#prices-head .subscription {
	padding: 2.5rem;
	border: solid 1px #e9ecf5;
}

#prices-head .subscription h6 {
	font-family: 'Almoni Tzar', sans-serif;
	line-height: 1.13;
	letter-spacing: 0.09px;
	font-size: 3.1rem;
	margin-bottom: 2.5rem;
}

#prices-head .included-options-list {
	font-size: 2rem;
}

#prices-head .included-options-list .name {
	font-size: 2.1rem;
	font-weight: 600;
	margin-left: 1ch;
}

#prices-head .included-options-list .description {
	margin: 0;
}

#prices-head .included-options-list li {
	display: flex;
	align-items: center;
}

#prices-head .included-options-list li::before {
	content: '';
	background: url("../images/checkmark.png");
	background-position: center;
	background-size: cover;
	width: 2.2rem;
	height: 1.6rem;
	margin-left: 1.4rem;
}

#prices-head .main-image {
	width: 50rem;
	flex-shrink: 0;
	margin-left: 6.5rem;
}

@media screen and (max-width: 768px) {
	#top-gradient {
		height: 150rem;
	}
	#prices-head h1 {
		font-size: 7.65rem;
		line-height: 7.4rem;
		text-align: center;
		width: 25rem;
		margin-top: 5rem;
		margin-bottom: 6rem;
	}
	#prices-head .content {
		flex-direction: column;
	}
	#prices-head .text-container {
		display: flex;
		flex-direction: column;
		margin: 0;
	}
	#prices-head .text-container .packages-calculation {
		order: 1;
	}
	#prices-head .text-container .description {
		order: 2;
	}
	#prices-head .text-container .main-image {
		position: relative;
		order: 3;
		margin: 0;
		left: -2rem;
		margin-bottom: 1rem;
	}
	#prices-head .text-container .subscription {
		order: 4;
	}
	#prices-head .subscription h6 {
		font-size: 2.5rem;
		line-height: 3.1rem;
		text-align: center;
	}
	#prices-head .included-options-list li {
		display: flex;
		flex-direction: column;
		margin-bottom: 2rem;
	}
	#prices-head .included-options-list li::before {
		margin: 0;
		margin-bottom: 1rem;
	}
	#prices-head p,
	#prices-head span {
		font-size: 1.9rem;
	}
}

#prices-calc {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 2rem;
	margin-bottom: 9rem;
}

#prices-calc h2 {
	font-size: 6.1rem;
	line-height: 1.07;
	font-weight: 400;
	margin: 0 0 4.5rem;
}

#prices-calc .calc {
	display: flex;
	justify-content: space-between;
	width: 97.5rem;
	padding: 1rem;
	box-shadow: 4px 0 4.5px 1.5px rgba(213, 219, 226, 0.39);
	background-color: #fff;
}

#prices-calc .calc .result {
	width: 44rem;
}

#prices-calc .calc .controls {
	flex-grow: 1;
	padding: 3.5rem;
}

#prices-calc .calc .controls fieldset {
	display: flex;
	flex-direction: column;
}

#prices-calc .calc .controls .control-label {
	font-size: 2rem;
	font-weight: 900;
}

#prices-calc .calc .controls .slider-control {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 42rem;
	margin-bottom: 2.2rem;
}

#prices-calc .calc .controls .slider {
	display: flex;
	width: 100%;
	height: 0.4rem;
	border-radius: 0.15rem;
	background-color: #ebebf3;
	margin: 1.8rem 0 1rem;
	cursor: pointer;
}

#prices-calc .calc .controls .slider-inner {
	position: relative;
	background-color: #0085ff;
	border-radius: 0.15rem;
	overflow: unset !important;
	cursor: pointer;
	transition: 0.2s ease;
}

#prices-calc .calc .controls .slider-inner::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	width: 3rem;
	height: 3rem;
	border: solid 1px #ebebf3;
	border-radius: 100rem;
}

#prices-calc .calc .controls .amount-of-recipients-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#prices-calc .calc .controls .amount-of-recipients-option {
	font-size: 1.6rem;
	opacity: 0.4;
	user-select: none;
	transition: 0.2s ease;
}

#prices-calc .calc .controls .amount-of-recipients-option.active {
	opacity: 1;
}

#prices-calc .calc .controls .bigger-package-link {
	margin-bottom: 6rem;
}

#prices-calc .calc .controls .bigger-package-link p {
	font-size: 1.8rem;
	line-height: 1;
}

#prices-calc .calc .controls .bigger-package-link a {
	display: inline-flex;
	align-items: center;
	color: #2d82f7;
	text-decoration: underline;
}

#prices-calc .calc .controls .bigger-package-link a::after {
	content: '';
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
	background-image: url("../images/link-arrow.png");
	background-position: center;
	background-size: cover;
}

#prices-calc .amount-of-emails-options {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
	gap: 3rem;
}

#prices-calc .amount-of-emails-options .input-radio {
	display: flex;
	cursor: pointer;
}

#prices-calc .amount-of-emails-options .radio {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 100rem;
	border: solid 1px #0d1340;
	margin: 0.3rem 0 0 1rem;
	cursor: pointer;
}

#prices-calc .amount-of-emails-options .radio::after {
	content: '';
	display: none;
	width: 1rem;
	height: 1rem;
	background-color: #0085ff;
	border-radius: 100rem;
}

#prices-calc .amount-of-emails-options .radio-active::after {
	display: flex;
}

#prices-calc .amount-of-emails-options .head {
	font-size: 2rem;
	line-height: 1.2;
	color: #0d1340;
}

#prices-calc .amount-of-emails-options .body {
	font-size: 1.6rem;
	color: #0d1340b3;
}

#prices-calc .calc .result {
	display: flex;
	flex-shrink: 0;
	padding: 4rem 0 1.5rem;
	flex-direction: column;
	align-items: center;
	background-color: #0085ff;
}

#prices-calc .calc .result span {
	color: #fff;
	font-size: 1.8rem;
}

#prices-calc .calc .result .package-number {
	font-size: 2rem;
}

#prices-calc .calc .result .emails-to-recipients {
	opacity: 0.7;
}

#prices-calc .calc .result .price {
	font-size: 8.3rem;
	font-family: 'Almoni Tzar', sans-serif;
	line-height: 1;
	margin: 2.5rem 0 -0.5rem;
}

#prices-calc .calc .result .price::before {
	content: '₪';
	margin-right: 0.3ch;
}

#prices-calc .calc .result .action-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 1.8rem;
	width: 19.6rem;
	height: 3.6rem;
	background-color: #fff;
	color: #0085ff !important;
	margin: 2.5rem 0 3.5rem;
}

@media screen and (max-width: 768px) {
	#prices-calc {
		margin-bottom: 5rem;
	}
	#prices-calc h2 {
		font-size: 3.5rem;
		margin-bottom: 8rem;
	}
	#prices-calc .calc {
		display: flex;
		flex-direction: column;
		width: 100%;
		box-shadow: none;
		padding: 0;
	}
	#prices-calc .controls {
		padding: 0 !important;
	}
	#prices-calc .slider-control {
		width: 100% !important;
	}
	#prices-calc .slider-control .amount-of-recipients-options {
		position: absolute;
		left: 0;
		right: 0;
		visibility: hidden;
	}
	#prices-calc .slider-control .slider {
		height: 1.2rem !important;
		border-radius: 100rem !important;
	}
	#prices-calc .slider-control .slider-inner {
		max-width: 100%;
		border-radius: 100rem !important;
	}
	#prices-calc .recipients-amount-badge {
		text-align: center;
		margin: 0 auto;
		font-size: 2.35rem;
		line-height: 3.55rem;
		margin-bottom: 3.5rem;
	}
	#prices-calc .recipients-amount-badge .amount {
		text-decoration: underline;
		margin-left: 0.5ch;
	}
	#prices-calc .amount-of-emails-options {
		margin-bottom: 4rem;
	}
	#prices-calc .calc .result {
		width: 100%;
		padding: 2.5rem 0;
		margin-bottom: 1rem;
	}
	#prices-calc .calc .result .price {
		font-size: 5.6rem;
		margin-top: 1.5rem;
	}
	#prices-calc .calc .result .action-btn {
		margin-bottom: 0;
		margin-top: 2rem;
	}
	#prices-calc .vat-information {
		font-size: 1.8rem;
		line-height: 2.4rem;
		color: #0085ff;
	}
}

#prices-subscription {
	display: flex;
	gap: 17rem;
	margin-bottom: 13rem;
}

#prices-subscription .title {
	font-size: 6.1rem;
	line-height: 4.35rem;
	margin-bottom: 1.5rem;
	font-weight: 400;
}

#prices-subscription .subtitle {
	font-family: 'Almoni Tzar', sans-serif;
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 5rem;
}

#prices-subscription .action-btn.desktop-only {
	width: 19.6rem;
	height: 4.4rem;
	border: solid 1px #0d1340;
	color: #0d1340 !important;
	background-color: #fff;
}

#prices-subscription .main-info {
	margin-right: 7rem;
}

#prices-subscription .details {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	padding: 2rem 6.7rem 0 0;
}

#prices-subscription .detail {
	display: flex;
	flex-direction: column;
}

#prices-subscription .detail-text {
	position: relative;
	display: flex;
	font-size: 2rem;
	line-height: 1.2;
}

#prices-subscription .detail-text::before {
	position: absolute;
	content: '';
	background-image: url("../images/check.png");
	background-size: cover;
	right: -6.7rem;
	top: 0.2rem;
	width: 3.2rem;
	height: 3.2rem;
	margin-left: 3.5rem;
}

#prices-subscription .features {
	display: flex;
	flex-direction: column;
	gap: 1.7rem;
	margin: 2rem 0 1rem;
}

#prices-subscription .feature {
	display: flex;
	align-items: center;
}

#prices-subscription .feature img {
	width: 4.5rem;
	margin-left: 1.7rem;
}

#prices-subscription .feature .feature-text * {
	font-size: 2rem;
	line-height: 1.15;
}

@media screen and (max-width: 768px) {
	#prices-subscription {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0;
		margin-bottom: 8rem;
	}
	#prices-subscription .title {
		font-size: 4.6rem;
		line-height: 4.35rem;
		margin-bottom: 1rem;
	}
	#prices-subscription .subtitle {
		text-align: center;
		margin-bottom: 0;
	}
	#prices-subscription .main-info {
		margin: 0;
		margin-bottom: 3.5rem;
	}
	#prices-subscription .details {
		padding: 0 3.5rem 0 0;
		gap: 2rem;
		margin-bottom: 5rem;
	}
	#prices-subscription .detail-text {
		font-size: 1.8rem;
	}
	#prices-subscription .detail-text::before {
		width: 2.5rem;
		height: 2.5rem;
		right: -3.5rem;
	}
	#prices-subscription .features {
		margin-bottom: 0;
	}
	#prices-subscription .feature {
		align-items: start;
	}
	#prices-subscription .feature-text * {
		font-size: 1.8rem !important;
	}
	#prices-subscription .action-btn {
		width: 19.5rem;
		height: 4.4rem;
		font-size: 1.8rem;
	}
}

#prices-faq {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 16.5rem;
}

#prices-faq .title {
	font-weight: 400;
	font-size: 6.1rem;
	line-height: 1.07;
}

#prices-faq .question {
	padding: 2rem 0;
	border-bottom: solid 1px #0d1340;
}

#prices-faq .question * {
	font-size: 2.2rem;
	line-height: 1.36;
}

#prices-faq .question.active .head {
	font-weight: 900;
}

#prices-faq .question.active .head::after {
	background-image: url("../images/less.png");
}

#prices-faq .question .head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2.2rem;
	cursor: pointer;
}

#prices-faq .question .head::after {
	content: '';
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url("../images/more.png");
	background-size: cover;
	flex-shrink: 0;
}

#prices-faq .question .body {
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease;
}

#prices-faq .question .body .content-wrap {
	padding-top: 2rem;
}

#prices-faq .question .body a {
	color: #5181ff;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	#prices-faq {
		margin-bottom: 10rem;
	}
	#prices-faq .title {
		font-size: 4.6rem;
		line-height: 6.55rem;
		margin-bottom: 1rem;
	}
	#prices-faq .question {
		padding: 1rem 0;
	}
	#prices-faq .question * {
		font-size: 1.9rem;
	}
	#prices-faq .question .head::after {
		width: 2rem;
		height: 2rem;
	}
	#prices-faq .question .body .content-wrap {
		padding-top: 1rem;
	}
}

#prices-contact {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15rem;
}

#prices-contact .main-content {
	width: 53rem;
}

#prices-contact .title * {
	font-size: 6.1rem;
	line-height: 6.5rem;
	margin-bottom: 3rem;
}

#prices-contact .contact-form {
	display: flex;
	flex-direction: column;
	align-items: start;
}

#prices-contact .form-input {
	width: 100%;
	margin-bottom: 1.5rem;
}

#prices-contact .contact-form-submit-button {
	border-radius: 0;
	font-size: 2.3rem;
	height: 5.5rem;
	padding: 0 3.2rem;
	margin-top: 3.5rem;
}

#prices-contact .contact-image {
	position: absolute;
	width: 46.8rem;
	left: 0;
	top: -7rem;
}

@media screen and (max-width: 768px) {
	#prices-contact {
		margin-bottom: 5rem;
	}
	#prices-contact .title * {
		font-size: 4.6rem;
		line-height: 5.25rem;
	}
	#prices-contact .contact-form {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: -1rem;
	}
	#prices-contact .form-input {
		font-size: 1.8rem !important;
		padding: 0.5rem 0 !important;
	}
}

#prices-sms .theme-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 6rem 0;
}

#prices-sms img {
	width: 10rem;
	margin-bottom: 4.5rem;
}

#prices-sms .title {
	font-weight: 400;
	font-size: 6.1rem;
	line-height: 1.2;
}

#prices-sms .sms-link {
	font-size: 3.7rem;
	line-height: 5rem;
}

@media screen and (max-width: 768px) {
	#prices-sms .theme-container {
		padding: 2rem 0 3rem;
	}
	#prices-sms img {
		width: 6.6rem;
	}
	#prices-sms .title {
		font-size: 4.6rem;
		line-height: 2.85rem;
	}
	#prices-sms .sms-link {
		font-size: 2.4rem;
		line-height: 4.15rem;
		margin-top: 1.2rem;
	}
}

/*# sourceMappingURL=styles.css.map */