/*
Theme Name: Assist Study
*/

html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	overflow-x: hidden;
	letter-spacing: -0.21px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #fe5000;
}

a:hover,
a:focus {
	color: #fe5000;
}

h1 {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.22;
	margin-bottom: 15px;
	letter-spacing: -0.64px;
}

h2 {
	font-size: 54px;
	font-weight: normal;
	margin-bottom: 32px;
	text-align: center;
	letter-spacing: -0.58px;
	color: #fe5000;
}

h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
	letter-spacing: -0.26px;
}

@media (max-width: 1229.98px) {
	body {
		font-size: 18px;
	}

	h1 {
		font-size: 56px;
	}

	h2 {
		font-size: 44px;
		letter-spacing: -0.47px;
	}

	h4 {
		font-size: 18px;
	}
}

@media (max-width: 991.98px) {
	h1 {
		font-size: 50px;
		letter-spacing: -0.53px;
	}
}

@media (max-width: 767.98px) {
	body {
		font-size: 16px;
	}

	h1 {
		font-size: 35px !important;
	}

	h2 {
		font-size: 30px;
		margin-bottom: 24px;
	}

	h4 {
		font-size: 16px;
	}
}

@media (max-width: 359.98px) {
	h2 {
		font-size: 30px;
	}
}

/*****************************************/

.mb-0 {
	margin-bottom: 0 !important;
}

.text-copy {
	font-size: 16px;
	line-height: 0.7;
	vertical-align: text-top;
}

.text-copy-sm {
	font-size: 14px;
	line-height: 1.1;
	vertical-align: text-top;
}

@media (max-width: 767.98px) {
	.text-copy-sm {
		font-size: 13px;
	}
}

.text-center {
	text-align: center;
}

.bg-gray {
	background-color: #f6f6f6;
}

/*****************************************/

.container-fluid {
	padding-right: 60px;
	padding-left: 60px;
}

@media (max-width: 991.98px) {
	.container-fluid {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 359.98px) {
	.container-fluid {
		padding-right: 20px;
		padding-left: 20px;
	}
}

main .container-fluid {
	position: relative;
	z-index: 1;
}

/*----------------*/
@media (min-width: 1230px) {
	.container-fluid {
		max-width: 1290px;
	}
}

/*****************************************/

.button {
	font-weight: bold;
	display: inline-block;
	padding: 18px 20px 20px;
	min-width: 232px;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: normal;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2;
	border-radius: 6px;
	outline: none;
	background-color: #fe5000;
}

.button:focus,
.button:hover {
	text-decoration: none;
	color: #ffffff;
}

.button.button-white {
	color: #fe5000;
	background: #ffffff;
}

.button.button-white:focus,
.button.button-white:hover {
	color: #fe5000;
}


/*****************************************/

#page-up {
	position: fixed;
	z-index: 3;
	bottom: calc(100vh / 3);
	display: none;
	width: 24px;
	height: 24px;
	-o-object-fit: contain;
	object-fit: contain;
	cursor: pointer;
}

@media (max-width: 767.98px) {
	#page-up {
		right: 0 !important;
	}
}

header {
	color: #ffffff;
	background: #0281ce;
	background: -webkit-gradient(linear, left top, left bottom, from(#0281ce), to(#00acea));
	background: linear-gradient(180deg, #0281ce 0%, #00acea 100%);
}

header h1 + .sub-title {
	letter-spacing: -0.21px;
}

header .hero {
	padding-top: 169px;
	padding-bottom: 150px;
	text-align: center;
}

@media (max-width: 1229.98px) {
	header h1 {
		margin-bottom: 4px;
	}

	header .hero {
		padding-top: 127px;
		padding-bottom: 116px;
	}
}

@media (max-width: 767.98px) {
	header .hero {
		padding-top: 120px;
		padding-bottom: 127px;
	}
}

/*****************************************/

.page-index header {
	background: initial;
}

.page-index .hero {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: initial;
	text-align: initial;
	padding: 0;
	overflow: hidden;
}

.page-index .hero h1 {
	line-height: 1.19;
	margin-bottom: 26px;
}

.page-index .hero {
	line-height: 1.19;
	margin-bottom: 24px;
}

.page-index .hero__img {
	min-height: 1087px;
	height: 100vh;
	max-height: 1087px;
	position: absolute;
	left: 0;
	top: -60px;
	right: 0;
}

.page-index .hero__img img {
	width: 100%;
	height: 100%;
	-o-object-position: 83%;
	object-position: 83%;
	-o-object-fit: cover;
	object-fit: cover;
}

.page-index .hero__text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 785px;
	height: 94vh;
	max-height: 1087px;
}

.page-index .hero__text-inner {
	padding-top: 80px;
	padding-bottom: 40px;
}

.page-index .hero__text .sub-title {
	line-height: 1.2;
}

.page-index .hero__text .sub-title p {
	margin-bottom: 24px;
}

.page-index .hero__text .sub-title p:last-child {
	margin-bottom: 0;
}

.page-index .hero__text .button {
	margin-top: 56px;
}

.page-index .hero__phones {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-index .hero__phones-inner {
	width: 100%;
	position: relative;
}

.page-index .hero__phones-results > img,
.page-index .hero__phones-maze > img {
	max-width: 100%;
}

.page-index .hero__phones-results {
	position: absolute;
	width: 553px;
	left: -119px;
	top: -441px;
}

.page-index .hero__phones-maze {
	position: absolute;
	width: 584px;
	right: -166px;
	top: -434px;
}

.page-index .hero__phones-maze .phone-screen {
	position: absolute;
	top: 30.7%;
	right: 26.65%;
	width: 46.233%;
	overflow: hidden;
	/*opacity: 0.5;*/
}

.page-index .hero__phones-maze .phone-screen img {
	width: 104.8%;
	position: relative;
	left: -2.4%;
}

@media (max-width: 1229.98px) {
	.page-index .hero__img img {
		-o-object-position: 43%;
		object-position: 43%;
	}

	.page-index .hero h1 {
		font-size: 48px;
		margin-bottom: 20px;
		max-width: 450px;
	}

	.page-index .hero__text .sub-title p {
		max-width: 463px;
	}

	.page-index .hero__text .button {
		margin-top: 32px;
	}

	.page-index .hero__phones-inner {
		max-width: 390px;
	}

	.page-index .hero__phones-results {
		/*width: 409px;*/
		/*left: -116px;*/
		/*top: -344px;*/
		width: 117%;
		left: -33.1%;
		top: 0;
		-webkit-transform: translateY(-51.7%);
		transform: translateY(-51.7%);
	}

	.page-index .hero__phones-maze {
		/*width: 433px;*/
		/*right: -94px;*/
		/*top: -338px;*/
		width: 124%;
		right: -26.9%;
		top: 0;
		-webkit-transform: translateY(-48%);
		transform: translateY(-48%);
	}
}

@media (max-width: 991.98px) {
	.page-index .hero__img img {
		-o-object-position: 36%;
		object-position: 36%;
	}

	.page-index .hero h1 {
		max-width: 380px;
	}

	.page-index .hero__text .sub-title p {
		max-width: 370px;
		margin-bottom: 24px;
	}

	.page-index .hero__text .button {
		margin-top: 42px;
	}

	.page-index .hero__text {
		min-height: 668px;
	}

	.page-index .hero__phones-results {
		/*width: 330px;*/
		/*left: -136px;*/
		/*top: -284px;*/
		width: 113.3%;
		left: -47%;
		top: 0;
		-webkit-transform: translateY(-53%);
		transform: translateY(-53%);
	}

	.page-index .hero__phones-maze {
		/*width: 350px;*/
		/*right: -25px;*/
		/*top: -280px;*/
		width: 120%;
		right: -9%;
		top: 0;
		-webkit-transform: translateY(-49.3%);
		transform: translateY(-49.3%);
	}
}

@media (max-width: 767.98px) {
	.page-index .hero__img {
		top: -40px;
	}

	.page-index .hero__img img {
		height: 90%;
		-o-object-position: 26%;
		object-position: 26%;
	}

	.page-index .hero h1 {
		max-width: 335px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 13px;
	}

	.page-index .hero__text {
		min-height: initial;
		height: initial;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.page-index .hero__text-inner {
		padding-top: 93px;
		padding-bottom: 40px;
	}

	.page-index .hero__text .sub-title p {
		max-width: 430px;
		margin-bottom: 20px;
	}

	.page-index .hero__text .button {
		margin-top: 20px;
	}

	.page-index .hero__phones-inner {
		min-height: 357px;
		max-width: 315px;
		margin-left: auto;
		margin-right: auto;
	}

	.page-index .hero__phones-results {
		width: 390px;
		left: -109px;
		top: -105px;
		-webkit-transform: initial;
		transform: initial;
	}

	.page-index .hero__phones-maze {
		width: 420px;
		right: -115px;
		top: -99px;
		-webkit-transform: initial;
		transform: initial;
	}

	.page-index .hero__phones-maze .phone-screen {
		top: 29%;
	}
}

@media (max-width: 575.98px) {
	.page-index .hero__text .sub-title p {
		max-width: 330px;
	}
}

@media (max-width: 359.98px) {
	.page-index .hero__img {
		top: -20px;
	}

	.page-index .hero__img img {
		height: 75%;
		-o-object-position: 26.7%;
		object-position: 26.7%;
	}

	.page-index .hero h1 {
		max-width: 285px;
		font-size: 30px !important;
	}

	.page-index .hero__text .sub-title p {
		max-width: 280px;
		margin-bottom: 14px;
	}

	.page-index .hero__phones-inner {
		min-height: 291px;
		max-width: 278px;
	}

	.page-index .hero__phones-results {
		width: 310px;
		left: -72px;
		top: -76px;
	}

	.page-index .hero__phones-maze {
		width: 335px;
		right: -78px;
		top: -72px;
	}
}


/*****************************************/

.page-index main {
	padding: 0;
}

.page-index main h2 {
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 1.17;
	color: #000000;
}

.page-index .content {
	padding-top: 96px;
	padding-bottom: 96px;
}

.page-index .content.first {
	padding-top: 104px;
}

.page-index .content.last {
	padding-bottom: 113px;
}

.page-index .content .sub-title {
	margin-bottom: 60px;
}

.page-index .content .button {
	margin-top: 80px;
}

@media (max-width: 1229.98px) {
	.page-index .content {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.page-index .content.first {
		padding-top: 73px;
	}

	.page-index .content.last {
		padding-bottom: 64px;
	}

	.page-index .content .sub-title {
		margin-bottom: 44px;
	}

	.page-index .content .button {
		margin-top: 46px;
	}
}

@media (max-width: 991.98px) {
	.page-index .content .button {
		margin-top: 40px;
	}
}

@media (max-width: 767.98px) {
	.page-index .content {
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.page-index .content.first {
		padding-top: 26px;
	}

	.page-index .content.last {
		padding-bottom: 42px;
	}

	.page-index .content .sub-title {
		margin-bottom: 27px;
	}

	.page-index .content .button {
		margin-top: 26px;
	}
}

@media (max-width: 359.98px) {
	.page-index .content.first {
		padding-top: 8px;
	}
}

/*****************************************/

.organizations {
	text-align: center;
}

.organizations .sub-title {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.organizations_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.organizations_wrap + .organizations_wrap {
	margin-top: 50px;
}

.organizations_item {
	height: 124px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.organizations_item img {
	max-width: 100%;
	max-height: 100%;
}

.organizations_item + .organizations_item {
	margin-left: 90px;
}

@media (max-width: 1229.98px) {
	.organizations_wrap + .organizations_wrap {
		margin-top: 32px;
	}

	.organizations_item {
		height: 86px;
	}

	.organizations_item + .organizations_item {
		margin-left: 56px;
	}
}

@media (max-width: 991.98px) {
	.organizations_wrap + .organizations_wrap {
		margin-top: 22px;
	}

	.organizations_item {
		height: 65px;
	}

	.organizations_item + .organizations_item {
		margin-left: 40px;
	}
}

@media (max-width: 767.98px) {
	.page-index .organizations .sub-title {
		margin-bottom: 38px;
	}

	.organizations_wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.organizations_wrap + .organizations_wrap,
	.organizations_item + .organizations_item {
		margin-top: 32px;
	}

	.organizations_item {
		height: initial;
		width: 276px;
	}

	.organizations_item + .organizations_item {
		margin-left: 0;
	}

	.page-index .organizations .button {
		margin-top: 48px;
	}
}

@media (max-width: 359.98px) {
	.page-index .organizations .sub-title {
		font-size: 14px;
	}

	.page-index .organizations .button {
		margin-top: 36px;
	}
}

/*****************************************/

.three-columns {
	text-align: center;
}

.three-columns .sub-title {
	font-size: 18px;
}

.three-columns .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 129px;
	margin: 0 auto 24px;
}

.three-columns .icon img {
	height: 100%;
}

.three-columns .icon.brain img {
	max-height: 105px;
}

.three-columns h4 {
	margin-bottom: 12px;
}

.three-columns p {
	font-size: 18px;
	line-height: 1.17;
}

@media (max-width: 1229.98px) {
	.three-columns .icon {
		height: 84px;
		margin-bottom: 18px;
	}

	.three-columns .icon.pill img {
		max-height: 86px;
	}

	.three-columns .icon.brain img {
		max-height: 84px;
	}
}

@media (max-width: 991.98px) {
	.three-columns .icon {
		margin-bottom: 22px;
	}

	.three-columns h4 {
		line-height: 1.17;
		margin-bottom: 8px;
	}
}

@media (max-width: 767.98px) {
	.three-columns .sub-title {
		font-size: 16px;
	}

	.three-columns .icon {
		width: 90px;
		height: 90px;
		margin-bottom: 11px;
	}

	.three-columns .icon img {
		width: 80px;
	}

	.three-columns .icon.pill img {
		max-height: 80px;
	}

	.three-columns .icon.brain img {
		max-height: 80px;
		width: auto;
	}

	.three-columns h4 {
		margin-bottom: 8px;
	}

	.three-columns p {
		font-size: 16px;
	}
}

@media (max-width: 359.98px) {
	.three-columns .sub-title {
		font-size: 14px;
		margin-bottom: 22px;
	}
}

/*----------------*/
@media (min-width: 768px) {
	.three-columns .row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.three-columns .col-md-4 {
		-ms-flex: 0 0 30.8%;
		-webkit-box-flex: 0;
		flex: 0 0 30.8%;
		max-width: 30.8%;
	}
}

/*****************************************/

.how-work {
	text-align: center;
	overflow: hidden;
	position: relative;
}

.how-work__phone {
	position: absolute;
	top: 114px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.how-work__phone img {
	max-width: 100%;
	max-height: 100%;
}

.how-work h2 {
	z-index: 1;
	position: relative;
}

.how-work .sub-title {
	z-index: 1;
	position: relative;
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}

.page-index .how-work .button {
	margin-top: 0;
}

.how-work_wrap {
	margin-top: 156px;
	margin-bottom: 235px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.how-work__text {
	max-width: 345px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.how-work__text:first-child {
	text-align: right;
}

.how-work__text:last-child {
	text-align: left;
}

.how-work__text-item + .how-work__text-item {
	margin-top: 61px;
}

.how-work__text-item h4 {
	color: #0281ce;
	font-weight: normal;
	margin-bottom: 12px;
	font-size: 24px;
}

.how-work__text-item p {
	font-size: 18px;
	line-height: 1.2;
}

.how-work__text-item p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1229.98px) {
	.how-work__phone {
		top: 89px;
		width: 470px;
	}

	.how-work_wrap {
		margin-top: 117px;
		margin-bottom: 85px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.how-work__text {
		max-width: 275px;
	}

	.how-work__text + .how-work__text {
		margin-left: 324px;
	}

	.how-work__text-item + .how-work__text-item {
		margin-top: 49px;
	}
}

@media (max-width: 991.98px) {
	.how-work__phone {
		top: 150px;
		width: 346px;
	}

	.how-work .sub-title {
		max-width: 675px;
	}

	.how-work_wrap {
		margin-top: 42px;
		margin-bottom: 46px;
	}

	.how-work__text {
		max-width: 226px;
	}

	.how-work__text + .how-work__text {
		margin-left: 236px;
	}

	.how-work__text-item + .how-work__text-item {
		margin-top: 10px;
	}
}

@media (max-width: 767.98px) {
	.how-work__phone {
		display: none;
	}

	.how-work .sub-title {
		font-size: 16px;
	}

	.how-work_wrap {
		display: block;
		margin: 0;
	}

	.how-work__text {
		max-width: initial;
	}

	.how-work__text:first-child,
	.how-work__text:last-child {
		text-align: left;
	}

	.how-work__text + .how-work__text {
		margin-left: 0;
		margin-top: 24px;
	}

	.how-work__text-item + .how-work__text-item {
		margin-top: 24px;
	}

	.how-work__text-item h4 {
		margin-bottom: 4px;
	}

	.page-index .how-work .button {
		margin-top: 42px;
	}
}

@media (max-width: 359.98px) {
	.how-work .sub-title {
		font-size: 14px;
		line-height: 1.2;
	}

	.how-work__text-item h4 {
		font-size: 20px;
	}

	.how-work__text-item p {
		font-size: 16px;
	}
}

/*****************************************/

.progress {
	text-align: center;
}

.progress .sub-title {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.progress__icon {
	margin-bottom: 13px;
}

.progress__icon img {
	height: 119px;
}

.progress__title {
	font-size: 20px;
	margin-bottom: 12px;
}

.progress__text {
	max-width: 322px;
	margin-left: auto;
	margin-right: auto;
}

.pencil .progress__text {
	max-width: 271px;
}

.progress__text p {
	text-align: left;
	font-size: 20px;
	margin-bottom: 8px;
}

.progress__line {
	position: relative;
	margin-bottom: 20px;
}

.progress__line:before,
.progress__line:after {
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 4px;
	background: #fe5000;
	width: calc(50% + 15px);
}

.progress__point {
	position: relative;
	z-index: 1;
	border: 4px solid #fe5000;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	border-radius: 100%;
	background: #ffffff;
}

.progress__line:before {
	left: -15px;
}

.progress__line:after {
	right: -15px;
}

.progress [class*='col-']:first-child .progress__line:before,
.progress [class*='col-']:last-child .progress__line:after {
	display: none;
}

@media (max-width: 1229.98px) {
	.progress .sub-title {
		max-width: 780px;
	}

	.progress__icon img {
		height: 92px;
	}

	.progress__text {
		max-width: 275px;
	}

	.pencil .progress__text {
		max-width: 235px;
	}
}

@media (max-width: 991.98px) {
	.progress .sub-title {
		max-width: 680px;
	}

	.progress__line {
		margin-bottom: 10px;
	}
}

@media (max-width: 767.98px) {
	.progress .sub-title {
		font-size: 16px;
		line-height: normal;
	}

	.progress__icon {
		margin-bottom: 8px;
	}

	.progress__icon img {
		height: 82px;
	}

	.progress__title {
		max-width: 310px;
		font-size: 16px;
	}

	.pencil .progress__text,
	.progress__text {
		max-width: 310px;
	}

	.progress__text p {
		font-size: 16px;
		margin-bottom: 14px;
	}

	.progress__text p:last-child {
		margin-bottom: 0;
	}

	.progress__line {
		display: none;
	}

	.progress .row {
		margin-bottom: 17px;
	}

	.progress [class*='col-'] + [class*='col-'] {
		margin-top: 20px;
	}
}

@media (max-width: 575.98px) {
	.progress .sub-title {
		font-size: 14px;
	}
}

/*----------------*/
@media (min-width: 1230px) {
	.page-index .progress .button {
		margin-top: 60px;
	}
}

/*****************************************/

.video-box {
	text-align: center;
}

.video-box .sub-title {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
}

.video-box .video {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 16px;
	width: 82.8%;
	position: relative;
}

.video-box .video .embed-responsive-wrap:before {
	position: absolute;
	bottom: 100px;
	content: "";
	height: 90px;
	width: 85%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #000000;
	-webkit-box-shadow: 0 100px 75px #000000;
	box-shadow: 0 100px 75px #000000;
	z-index: 0;
}

.video-box .video .embed-responsive {
	background: #000000;
}

@media (max-width: 1229.98px) {
	.video-box .sub-title {
		max-width: 874px;
	}

	.video-box .video .embed-responsive-wrap:before {
		-webkit-box-shadow: 0 100px 65px #000000;
		box-shadow: 0 100px 65px #000000;
	}
}

@media (max-width: 991.98px) {
	.video-box .sub-title {
		max-width: 674px;
	}
}

@media (max-width: 767.98px) {
	.video-box .sub-title {
		font-size: 14px;
	}

	.video-box .video {
		width: 100%;
	}

	.video-box .video .embed-responsive-wrap:before {
		bottom: 46px;
		height: 30px;
		-webkit-box-shadow: 0 35px 30px #000000;
		box-shadow: 0 35px 30px #000000;
	}
}

@media (max-width: 359.98px) {
	.video-box .video {
		padding-bottom: 8px;
	}
}

/*****************************************/

.content-image {
	position: relative;
	overflow: hidden;
}

.content-image_wrap {
	position: absolute;
	height: inherit;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.content-image_wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

/*----------------*/
@media (min-width: 1440px) {
	.content-image_wrap {
		width: 1440px;
	}

	.content-image_wrap:before,
	.content-image_wrap:after {
		position: absolute;
		top: 0;
		bottom: 0;
		display: block;
		width: 120px;
		content: '';
	}

	.content-image_wrap:before {
		left: 0;
		background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), color-stop(0.5%, rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0.5%, rgba(0, 0, 0, 0) 100%);
	}

	.content-image_wrap:after {
		right: 0;
		background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 1)), color-stop(0.5%, rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0.5%, rgba(0, 0, 0, 0) 100%);
	}

	.content-image_wrap img {
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: center;
		object-position: center;
	}
}


/*****************************************/

.ready-all {
	height: 516px;
	background-color: #000000;
}

.ready-all .ready-all_inner {
	padding: 112px 0;
	left: 44.5%;
	position: relative;
}

.ready-all .ready-all_inner h2 {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: -0.64px;
	margin-bottom: 0;
	color: #ffffff;
	text-align: left;
}

.ready-all .button {
	margin-top: 37px;
}

@media (max-width: 1439.98px) {
	.ready-all .content-image_wrap img {
		-o-object-position: 25%;
		object-position: 25%;
	}
}

@media (max-width: 1329.98px) {
	.ready-all .ready-all_inner {
		padding-top: 136px;
		padding-bottom: 136px;
		left: 52.8%;
	}

	.ready-all .ready-all_inner h2 {
		font-size: 60px;
	}

	.ready-all .content-image_wrap img {
		-o-object-position: 15%;
		object-position: 15%;
	}
}

@media (max-width: 1189.98px) {
	.ready-all .ready-all_inner {
		left: 58.8%;
	}
}

@media (max-width: 991.98px) {
	.ready-all .ready-all_inner {
		padding-top: 86px;
		padding-bottom: 86px;
		left: 54.8%;
	}

	.ready-all .ready-all_inner h2 {
		font-size: 54px;
	}

	.ready-all .button {
		margin-top: 28px;
	}
}

@media (max-width: 767.98px) {
	.ready-all {
		height: 268px;
	}

	.ready-all .ready-all_inner {
		padding-top: 70px;
		padding-bottom: 70px;
		left: 50%;
	}

	.ready-all .ready-all_inner h2 {
		font-size: 28px;
	}

	.ready-all .button {
		margin-top: 15px;
		padding: 9px 10px 11px;
		min-width: initial;
	}

	.ready-all .content-image_wrap img {
		-o-object-position: 32%;
		object-position: 32%;
	}
}

@media (max-width: 359.98px) {
	.ready-all .ready-all_inner {
		padding-top: 44px;
		padding-bottom: 44px;
		left: 39%;
	}

	.ready-all .content-image_wrap img {
		-o-object-position: 28%;
		object-position: 28%;
	}
}

/*----------------*/
@media (min-width: 1330px) {
	.ready-all .ready-all_inner h2 br {
		display: none;
	}
}


/*****************************************/

.page-index .carousel {
	padding: 0 69px 0;
	visibility: hidden;
	opacity: 0;
}

.page-index .carousel.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.page-index .carousel + .button {
	margin-top: 69px;
}

.page-index .carousel-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-index .carousel-item > img {
	min-width: 361px;
	max-width: 361px;
	margin-top: 80px;
	margin-right: 70px;
}

.page-index .carousel-content {
	width: 100%;
	padding: 10px 0;
}

.page-index .carousel-item .text .inner {
	font-size: 24px;
	line-height: 1.67;
	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;
	min-height: 490px;
	padding: 20px 0;
	letter-spacing: -0.26px;
}

.page-index .carousel-item .text .quote {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	background: #ff5100;
}

.page-index .carousel-item .text .quote .quote-img {
	position: absolute;
	top: -9px;
	left: 50%;
	display: block;
	width: 60px;
	height: 24px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	background-color: #f4f4f4;
}

.page-index .carousel-item .text .quote:last-child .quote-img {
	top: auto;
	bottom: -7px;
	-webkit-transform: rotate(180deg) translate(50%, 0);
	transform: rotate(180deg) translate(50%, 0);
}

.page-index .carousel-item .text .quote img {
	margin: 0 auto;
}

.page-index .carousel-item .title {
	font-size: 24px;
	margin-top: 25px;
	text-align: center;
	letter-spacing: -0.26px;
	color: #0281ce;
}

.page-index .carousel-item.video {
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 0;
}

.page-index .carousel-item.video .sub-title {
	display: none;
	margin-top: 8px;
	margin-bottom: 48px;
}

.page-index .carousel-item.video .embed-responsive {
	background: #000000;
}

.page-index .carousel-item.video .embed-responsive-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 88%;
	position: relative;
}

.page-index .carousel-item.video .embed-responsive-wrap:before,
.page-index .carousel-item.video .embed-responsive-wrap:after {
	position: absolute;
	z-index: -1;
	top: 80%;
	bottom: 18px;
	left: 10px;
	width: 50%;
	max-width: 400px;
	content: "";
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	background: #777777;
	-webkit-box-shadow: 0 18px 10px #777777;
	box-shadow: 0 18px 10px #777777;
}

.page-index .carousel-item.video .embed-responsive-wrap:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

@media (max-width: 1229.98px) {
	.page-index .carousel {
		padding: 0 108px 0;
	}

	.page-index .carousel-item {
		margin-top: 8px;
	}

	.page-index .carousel-item > img {
		min-width: 240px;
		max-width: 240px;
		margin-top: 34px;
		margin-right: 50px;
	}

	.page-index .carousel-item .text .quote .quote-img {
		width: 40px;
	}

	.page-index .carousel-item .text .inner {
		font-size: 18px;
		line-height: 1.22;
		min-height: 280px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.page-index .carousel-item .title {
		font-size: 18px;
		margin-top: 19px;
	}

	.page-index .carousel + .button {
		margin-top: 46px;
	}

	.page-index .carousel-item.video .sub-title {
		margin-bottom: 38px;
	}

	.page-index .carousel-item.video .embed-responsive-wrap {
		width: 92%;
	}

	.page-index .carousel-item.video {
		margin-top: 20px;
	}
}

@media (max-width: 991.98px) {
	.page-index .carousel {
		padding: 0 48px 0;
	}

	.page-index .carousel-item:not(.video) {
		margin-top: 30px;
	}

	.page-index .carousel-item > img {
		min-width: 190px;
		max-width: 190px;
		margin-top: 62px;
		margin-right: 26px;
	}

	.page-index .carousel + .button {
		margin-top: 23px;
	}

	.page-index .carousel-item.video .sub-title {
		margin-bottom: 32px;
	}
}

@media (max-width: 767.98px) {
	.page-index .carousel {
		padding: 0 25px 0;
	}

	.page-index .carousel-item:not(.video) {
		margin-top: 2px;
	}

	.page-index .carousel-item > img {
		display: none;
	}

	.page-index .carousel-item .text .inner {
		font-size: 14px;
		line-height: 1.36;
		min-height: 180px;
	}

	.page-index .carousel-item .title {
		font-size: 14px;
		margin-top: 12px;
	}

	.page-index .carousel-item .text .quote .quote-img {
		width: 28px;
		height: 13px;
	}

	.page-index .carousel-item .text .quote .quote-img img {
		max-height: 100%;
	}

	.page-index .carousel + .button {
		margin-top: 19px;
	}

	.page-index .carousel-item.video .sub-title {
		display: block;
	}

	.page-index .carousel-item.video .embed-responsive-wrap {
		width: 98%;
	}

	.page-index .carousel-item.video {
		margin-top: 0px;
	}
}

@media (max-width: 359.98px) {
	.page-index .carousel {
		padding: 0 8px;
	}

	.page-index .carousel-item:not(.video) {
		margin-top: -2px;
	}

	.page-index .carousel-item .text .inner {
		min-height: 240px;
		letter-spacing: -0.15px;
	}

	.page-index .carousel-item .title {
		margin-top: 15px;
	}

	.page-index .carousel-item .text .quote .quote-img {
		height: 12px;
	}

	.page-index .carousel-item .text .quote .quote-img {
		top: -7px;
	}

	.page-index .carousel + .button {
		margin-top: 5px;
	}

	.page-index .carousel-item.video .sub-title {
		font-size: 14px;
		letter-spacing: -0.15px;
	}
}

/*****************************************/

nav {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	background-color: transparent;
}

.scrolled nav {
	position: fixed;
	background-color: #3f3e3e;
}

nav .container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	max-width: 1400px;
}

nav .menu-main-menu-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

nav .menu-main-menu-container a {
	font-size: 14px;
	display: block;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #ffffff;
}

nav .menu-main-menu-container a + a {
	margin-left: 19px;
}

nav .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

nav .logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	color: #ffffff;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

nav .logo a.savonix-logo img {
	max-width: 136px;
	height: 21px;
}

nav .logo a.bu-logo {
	margin-top: 1px;
}

nav .logo .line {
	width: 1px;
	height: 40px;
	margin: 0 9.5px 0 10.5px;
	background-color: #ffffff;
}

nav .logo .title {
	font-family: "Helvetica", "Roboto", sans-serif;
	font-size: 29px;
	font-weight: bold;
	line-height: 40px;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: -0.31px;
}

nav .button {
	margin-left: 16px;
	min-width: initial;
}

nav .button.button-sm {
	font-size: 16px;
	padding: 12px 18px 11px;
}

@media (max-width: 1299.98px) {
	nav .menu-main-menu-container a + a {
		margin-left: 15px;
	}
}

@media (max-width: 1229.98px) {
	nav .menu-main-menu-container a {
		font-size: 14px;
	}

	nav .logo a.savonix-logo img {
		max-width: 133px;
		height: 20px;
	}

	nav .logo a.bu-logo img {
		height: 34px;
	}

	nav .logo .title {
		font-size: 22px;
	}

	nav .logo .line {
		margin: 0 11.5px 0 11.5px;
	}

	nav .button {
		min-width: 143px;
		margin-left: 11px;
	}
}

@media (max-width: 991.98px) {
	nav {
		padding-top: 11px;
		padding-bottom: 11px;
	}

	nav .menu-main-menu-container a {
		font-size: 12px;
	}

	nav .logo a.savonix-logo img {
		max-width: 102px;
		margin-top: -2px;
		height: initial;
	}

	nav .logo a.bu-logo {
		margin-top: -3px;
	}

	nav .logo a.bu-logo img {
		height: 24px;
	}

	nav .logo .line {
		height: 27px;
		margin: 0 7.7px 0 7.7px;
	}

	nav .logo .title {
		font-size: 16px;
		line-height: 27px;
		letter-spacing: -0.17px;
	}

	nav .button {
		min-width: 116px;
		margin-left: 8px;
	}

	nav .button.button-sm {
		padding-right: 9px;
		padding-left: 9px;
	}
}

@media (max-width: 767.98px) {
	nav .button.button-sm,
	nav .button {
		font-size: 11px;
		font-weight: normal;
		min-width: 68px;
		margin-left: 5px;
		padding: 10px 7px 9px;
	}
}

@media (max-width: 575.98px) {
	nav .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}

	nav .logo a.savonix-logo img {
		max-width: 59px;
		height: 10px;
	}

	nav .logo a.bu-logo {
		margin-top: -1px;
	}

	nav .logo a.bu-logo img {
		height: 16px;
	}

	nav .logo .line {
		height: 15px;
		margin: 0 5px 0 5px;
	}

	nav .logo .title {
		font-size: 12px;
		line-height: 15px;
		letter-spacing: -0.13px;
	}

	nav .button.button-sm {
		min-width: 0 !important;
	}
}

@media (max-width: 359.98px) {
	nav .logo a.bu-logo img {
		height: 12px;
	}

	nav .container-fluid {
		padding-right: 10px;
		padding-left: 10px;
	}

	nav .logo .line {
		margin: 0 5px 0 5px;
	}

	nav .logo .title {
		font-size: 11px;
		letter-spacing: 0;
	}

	nav .button.button-sm {
		padding: 10px 7px 9px;
	}
}

/*****************************************/

.dropdown {
	position: relative;
}

@media (max-width: 1229.98px) {
	.dropdown .menu-main-menu-container {
		position: absolute;
		top: calc(100% + 5px);
		right: 0;
		display: none;
		min-width: 155px;
		padding: 8px 0;
		border-radius: 2px;
		background: #fe5000;
	}

	.dropdown .menu-main-menu-container a {
		font-size: 12px;
		margin-left: 0;
		padding: 10px 12px;
		text-align: left;
	}

	.dropdown .menu-main-menu-container a:hover {
		background: rgba(0, 0, 0, 0.05);
	}
}

@media (max-width: 767.98px) {
	.dropdown .menu-main-menu-container {
		min-width: 109px;
	}

	.dropdown .menu-main-menu-container a {
		font-size: 11px;
		padding: 10px 9px;
	}
}

/*----------------*/
@media (min-width: 1230px) {
	.dropdown .button {
		display: none;
	}

	.dropdown .menu-main-menu-container {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

main {
	position: relative;
	padding: 83px 0 144px;
	background: #ffffff;
}

@media (max-width: 991.98px) {
	main {
		padding-top: 46px;
	}
}

@media (max-width: 767.98px) {
	main {
		padding-top: 26px;
		padding-bottom: 96px;
	}
}

.circle-box {
	position: absolute;
	top: -47px;
	overflow-x: hidden;
	width: 100%;
	height: 100px;
}

.page-index .circle-box {
	top: -55px;
}

.circle-box:before {
	position: absolute;
	top: 0;
	right: -5%;
	bottom: 0;
	left: -5%;
	content: "";
	border-radius: 100% 100% 0 0;
	background: #ffffff;
}

/*****************************************/

.page-team main {
	padding-top: 83px;
	padding-bottom: 72px;
	text-align: center;
}

.page-team main [class*="col-"] {
	margin-bottom: 85px;
}

.page-team main .row + h2 {
	margin-top: 30px;
}

.page-team main .photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 170px;
	height: 170px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	border-radius: 100%;
}

.page-team main .photo.custom {
	width: auto;
	border-radius: 0;
}

.page-team main .photo img {
	max-width: 100%;
	max-height: 100%;
}

.page-team main .photo .photo-empty {
	display: block;
	width: 100%;
	height: 100%;
}

.page-team .team-item a {
	text-decoration: none;
	color: #000000;
}

.page-team .team-item h4,
.page-team .team-item p {
	color: #000000;
}

.page-team .team-item p {
	max-width: 340px;
	margin-right: auto;
	margin-left: auto;
}

.page-team main p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1229.98px) {
	.page-team main {
		padding-top: 43px;
		padding-bottom: 77px;
	}

	.page-team main [class*="col-"] {
		margin-bottom: 67px;
	}

	.page-team main h4 {
		font-size: 16px;
	}

	.page-team main p {
		font-size: 16px;
	}

	.page-team main .photo {
		height: 120px;
		margin-bottom: 8px;
	}
}

@media (max-width: 991.98px) {
	.page-team main {
		padding-top: 12px;
		padding-bottom: 96px;
	}

	.page-team main [class*="col-"] {
		margin-bottom: 48px;
	}
}

@media (max-width: 767.98px) {
	.page-team main {
		padding-bottom: 66px;
	}

	.page-team main h2 {
		margin-bottom: 24px;
	}

	.page-team main h4 {
		font-size: 20px;
	}

	.page-team main [class*="col-"] {
		margin-bottom: 27px;
	}

	.page-team main .row + h2 {
		margin-top: 13px;
	}

	.page-team main .photo {
		height: auto;
		margin-bottom: 8px;
	}
}

@media (max-width: 575.98px) {
	.page-team main [class*="col-"] {
		margin-bottom: 30px;
	}
}

/*****************************************/

.page-contact main h4 {
	margin-bottom: 13px;
}

.page-contact main * + h4 {
	margin-top: 34px;
}

.page-contact main .row em {
	display: block;
	margin-bottom: 10px;
}

@media (max-width: 1229.98px) {
	.page-contact main {
		padding-top: 54px;
	}

	.page-contact main h4 {
		margin-bottom: 8px;
	}

	.page-contact main * + h4 {
		margin-top: 45px;
	}

	.page-contact main .row em {
		margin-bottom: 8px;
	}
}

@media (max-width: 991.98px) {
	.page-contact main {
		padding-top: 39px;
	}

	.page-contact main * + h4 {
		margin-top: 24px;
	}
}

@media (max-width: 767.98px) {
	.page-contact main {
		padding-top: 13px;
	}
}

/*****************************************/

.page-faq main {
	padding-top: 43px;
}

.page-faq .question {
	font-size: 20px;
	position: relative;
	display: block;
	margin-bottom: 0;
	padding: 28px 0 17px 56px;
	cursor: pointer;
	letter-spacing: normal;
	border-bottom: 3px solid #f4f4f4;
}

.page-faq .question:before,
.page-faq .question:after {
	position: absolute;
	top: 25px;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	content: "";
	background: url("./images/faq-circle-plus.svg") center no-repeat;
	background-size: contain;
}

.page-faq .question:after {
	display: none;
	background-image: url("./images/faq-circle-minus.svg");
}

.page-faq .question.open:after {
	display: block;
}

.page-faq .question.open:before {
	display: none;
}

.page-faq .answer {
	display: none;
	padding: 16px 0 16px 56px;
}

.page-faq .answer p:last-child {
	margin-bottom: 0;
}

.page-faq .answer .list-point {
	position: relative;
	top: -4px;
	margin-right: 7px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #fe5000;
}

.page-faq .answer .list-check {
	height: 20px;
	position: relative;
	top: -3px;
}

@media (max-width: 1229.98px) {
	.page-faq .question {
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 12px;
	}

	.page-faq .question:before,
	.page-faq .question:after {
		top: 11px;
		left: 9px;
	}
}

@media (max-width: 991.98px) {
	.page-faq main {
		padding-top: 30px;
	}

	.page-faq .question {
		padding-left: 41px;
	}

	.page-faq .question:before,
	.page-faq .question:after {
		left: 1px;
	}

	.page-faq .answer {
		font-size: 16px;
		padding-left: 41px;
	}
}

@media (max-width: 767.98px) {
	.page-faq main {
		padding-top: 16px;
	}

	.page-faq .question {
		font-size: 16px;
		padding-top: 28px;
		padding-bottom: 25px;
		padding-left: 28px;
	}

	.page-faq .question:before,
	.page-faq .question:after {
		top: 25px;
		left: 0;
		width: 24px;
		height: 24px;
	}

	.page-faq .answer {
		padding-left: 0;
	}
}

@media (max-width: 575.98px) {
	.page-faq .question {
		padding-top: 20px;
		padding-bottom: 12px;
	}

	.page-faq .question:before,
	.page-faq .question:after {
		top: 17px;
	}
}

/*****************************************/

.page-test main {
	padding-top: 53px;
}

.page-test-text {
	font-size: 24px;
	letter-spacing: -0.26px;
}

.test-wrapper {
	position: relative;
	height: calc(85vh - 72px);
	min-height: 240px;
}

.test-wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: scroll;
	width: 100%;
	height: 100%;
	border: 0;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 1229.98px) {
	.page-test-text {
		font-size: 18px;
		letter-spacing: -0.19px;
	}
}

@media (max-width: 991.98px) {
	.page-test main {
		padding-top: 53px;
	}

	.test-wrapper {
		height: calc(85vh - 64px);
	}
}

@media (max-width: 767.98px) {
	.page-test-text {
		font-size: 16px;
	}

	.test-wrapper {
		height: calc(85vh - 52px);
	}
}

@media (max-width: 575.98px) {
	.page-test main .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 359.98px) {
	.page-test main .container-fluid {
		padding-right: 10px;
		padding-left: 10px;
	}
}

/*****************************************/

footer {
	padding-top: 42px;
	padding-bottom: 42px;
	color: #ffffff;
	background-color: #3f3e3e;
}

footer .copy {
	font-size: 18px;
}

footer .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}

footer .social a + a {
	margin-left: 26px;
}

footer .social a img {
	width: 44px;
	height: 44px;
	-o-object-fit: contain;
	object-fit: contain;
}

footer .savonix-tm {
	margin-top: 46px;
	font-size: 12px;
}

@media (max-width: 1229.98px) {
	footer .copy {
		font-size: 14px;
	}

	footer .copy div + div {
		margin-top: 5px;
	}

	footer .social a + a {
		margin-left: 24px;
	}
}

@media (max-width: 991.98px) {
	footer .social a + a {
		margin-left: 24px;
	}

	footer .social a img {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 767.98px) {
	footer {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	footer .copy {
		font-size: 12px;
	}

	footer .copy div + div {
		margin-top: 1rem;
	}

	footer .social a + a {
		margin-left: 8px;
	}

	footer .social a img {
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 575.98px) {
	footer .savonix-tm {
		text-align: center;
	}
}

/*****************************************/

.slick-slide {
	outline: none !important;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 46px;
	height: 46px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	margin-top: -15px;
	background: url(./images/arrow-settings.svg) center no-repeat;
	background-size: 100% auto;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: 0.25;
}

.slick-prev {
	left: 0;
	-webkit-transform: rotate(180deg) translate(0, 70%);
	transform: rotate(180deg) translate(0, 70%);
}

.slick-next {
	right: 0;
	-webkit-transform: translate(0, -70%);
	transform: translate(0, -70%);
}

@media (max-width: 1229.98px) {
	.slick-prev,
	.slick-next {
		width: 23px;
		height: 23px;
	}

	.slick-prev {
		left: 36px;
		margin-top: -15px;
	}

	.slick-next {
		right: 36px;
		margin-top: -15px;
	}
}

@media (max-width: 991.98px) {
	.slick-prev {
		left: 13px;
		margin-top: -12px;
	}

	.slick-next {
		right: 13px;
		margin-top: -12px;
	}
}

@media (max-width: 767.98px) {
	.slick-prev {
		left: -9px;
		margin-top: -10px;
	}

	.slick-next {
		right: -9px;
		margin-top: -10px;
	}
}

@media (max-width: 359.98px) {
	.slick-prev {
		left: -12px;
		margin-top: -18px;
	}

	.slick-next {
		right: -12px;
		margin-top: -18px;
	}
}

/*****************************************/

.embed-responsive {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	z-index: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

/*****************************************/

.jts-modal {
	display: none;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 99999;
}

.jts-header {
	height: 64px;
	background-color: #3f3e3e;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 10000000;
	-webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
	border: none;
}

.jts-text {
	font-size: 21px;
	color: #ffffff;
	margin-right: 70px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 0;
}

.jts-modal iframe {
	top: 0;
	padding-top: 64px;
	right: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	display: block;
	overflow: scroll;
	width: 100%;
	border: 0;
	z-index: 100;
	-webkit-overflow-scrolling: touch;
}

.jts-button {
	cursor: pointer;
}

@media (max-width: 670.98px) {
	.jts-text {
		padding-top: 10px;
		padding-bottom: 0;
	}
}

@media (min-width: 671px) {
	.jts-text {
		max-width: 682px;
	}
}

@media (max-width: 500.98px) {
	.jts-text {
		display: none;
	}
}

@media (max-width: 1099.98px) {
	.jts-text {
		max-width: 800px;
	}

	.jts-text {
		font-size: 17px;
		color: #ffffff;
		margin-right: 70px;
		padding-left: 20px;
		padding-top: 12px;
		padding-bottom: 0;
	}
}

@media (min-width: 1100px) {
	.jts-text {
		max-width: 1000px;
	}
}

@media (max-width: 900.98px) {
	.jts-text {
		font-size: 12px;
	}
}

@media screen and (min-width: 660px) and (max-width: 900px) {
	.jts-text {
		padding-top: 17px;
	}
}

body.jts-show #launcher {
	display: none;
}

body.jts-show .jts-modal {
	display: block;
}

body.jts-show {

}

body.jts-show main,
body.jts-show header {

	height: 0;
	overflow: hidden;
}

.jts-loading {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	font-size: 36px;
	text-align: center;
	width: 100%;
	left: 0;
	color: #212121;
	opacity: 0.4;
	z-index: 1;
}

.jts-close {
	position: absolute;
	top: 17px;
	right: 18px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 9999999;
}

.jts-close svg {
	fill: white;
}

.jts-modal iframe {
	z-index: 10000002;
}

.jts-modal .test-wrapper {
	position: initial;
	height: 100%;
}

.jts-modal figure {
	margin: 0;
}

.jts-header {
	position: fixed;
	z-index: 10000003;
}

.jts-modal {
	position: relative;
}

body.jts-show footer {
	display: none;
}

@media (max-width: 990.98px) {
	.jts-modal {
		position: relative;
	}

	.jts-modal iframe {
		position: absolute;
	}

	.jts-header {
		position: fixed;
		z-index: 10000004;
	}
}

/*****************************************/

@media (max-width: 991.98px) {
	.cb-take-survey-section .cb-survey-header {
		margin-right: -20px;
		margin-left: -20px;
	}
}


/********  MODAL  ******************/

.bg-gradient {
	display: none;
}

.modal-attention {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	overflow-x: auto;
	padding-right: 17px;
}
@media (max-width: 991.98px) and (min-height: 1024.98px){
	.modal-attention {
		padding-right: 0;
	}
}
.modal-attention-wrapper {
	display: none;
	flex-direction: column;
	justify-content: center;
	margin: 90px auto;
	width: 768px;
	padding: 60px;
	border-radius: 24px;
	box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.09);
	background-color: #ffffff;
	z-index: 12;
	position: relative;
}
.modal-attention-title {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #333333;
	margin-bottom: 30px;
}

.modal-attention-btn {
	font-size: 24px;
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 15px 0;
	border-radius: 8px;
	line-height: 1.25;
}

.modal-attention-close {
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 0.5;
	cursor: pointer;
}

@media (max-width: 991.98px) {
	.modal-attention-wrapper {
		width: 568px;
		padding: 40px 50px;
		margin: 80px auto;
	}

	.modal-attention-title {
		margin-bottom: 20px;
	}

	.modal-attention-close {
		right: 10px;
		top: 10px;
	}
}

@media (max-width: 619.98px) {
	.modal-attention {
		padding: 0 30px;
	}
	.modal-attention-wrapper {
		width: initial;
		max-width: 450px;
	}
	.modal-attention-close {
		right: 10px;
		top: 10px;
	}
}

@media (max-width: 375.98px) {
	.modal-attention-wrapper {
		max-width: 430px;
		padding: 30px;
	}

	.modal-attention-title {
		font-size: 22px;
	}

	.modal-attention-btn {
		font-size: 20px;
	}
}