/*
Theme Name: KintoJoin Theme
Author: Shared Mobility
Author URI: https://sharedmobility.rs/
Theme URI: https://github.com/Faxi-Kinto/web-marketing-website
Description: Custom theme for KintoJoin
Version: 0.1.12
Tags: custom-menu, custom-footer, settings-page, elementor-starter
*/
/* Size Variables */
@font-face {
	font-family: 'Toyota-Regular';
	src: url(fonts/toyotatype-regular.ttf) format("truetype");
}

@font-face {
	font-family: 'Toyota-Light';
	src: url(fonts/toyotatype-light.ttf) format("truetype");
}

@font-face {
	font-family: 'Toyota-Semibold';
	src: url(fonts/toyotatype-semibold.ttf) format("truetype");
}

@font-face {
	font-family: 'Avenir-next-bold';
	src: url(fonts/avenir_next/avenir-next-bold.woff) format("woff"), url(fonts/avenir_next/avenir-next-bold.ttf) format("truetype");
}

/* General styles */
html * {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #2C353B;
	font-family: "Toyota-Regular", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

::-moz-selection {
	background: rgba(133, 228, 248, 0.3);
	color: #000;
}

::selection {
	background: rgba(133, 228, 248, 0.3);
	color: #000;
}

input::-webkit-input-placeholder {
	font: "Toyota-Regular", Helvetica, Arial, sans-serif;
	margin-top: 5px;
	font-size: 1.2rem;
	color: #2C353B;
	letter-spacing: 1px;
	font-weight: 400;
}

input:-moz-placeholder {
	font: "Toyota-Regular", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	color: #2C353B;
	letter-spacing: 1px;
	font-weight: 400;
}

/* FF 4-18 */
input::-moz-placeholder {
	font: "Toyota-Regular", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	color: #2C353B;
	letter-spacing: 1px;
	font-weight: 400;
}

/* FF 19+ */
input:-ms-input-placeholder {
	font: "Toyota-Regular", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	color: #2C353B;
	letter-spacing: 1px;
	font-weight: 400;
}

/* IE 10+ */
textarea::-webkit-input-placeholder {
	font: "Toyota-Regular", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	color: #2C353B;
	letter-spacing: 1px;
	font-weight: 400;
}

textarea:-moz-placeholder {
	font: "Toyota-Regular", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	color: #2C353B;
	letter-spacing: 1px;
	font-weight: 400;
}

/* FF 4-18 */
textarea::-moz-placeholder {
	font: "Toyota-Regular", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	color: #2C353B;
	letter-spacing: 1px;
	font-weight: 400;
}

/* FF 19+ */
textarea:-ms-input-placeholder {
	font: "Toyota-Regular", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	color: #2C353B;
	letter-spacing: 1px;
	font-weight: 400;
}

/* IE 10+ */
input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
	color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
	color: transparent;
}

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

/* FF 4-18 */
textarea:focus::-moz-placeholder {
	color: transparent;
}

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* IE 10+ */
sup {
	font-size: 1.2rem;
}

/* wpadminbar fix */
#wpadminbar {
	position: absolute;
	top: -32px;
	left: 0;
}

@media (max-width: 782px) {
	.logged-in #wpadminbar {
		top: -46px;
	}
}

/* Typography */
h1, .h1 {
	margin: 0 0 50px;
	width: 100%;
	font-family: "Toyota-Light", Helvetica, Arial, sans-serif;
	font-size: 64px;
	line-height: 64px;
	letter-spacing: -0.1px;
	font-weight: 200;
	color: #00708D;
}

@media (max-width: 1450px) {
	h1, .h1 {
		font-size: 50px;
		line-height: 50px;
	}
}

@media (max-width: 1200px) {
	h1, .h1 {
		font-size: 47px;
		line-height: 47px;
	}
}

@media (max-width: 1025px) {
	h1, .h1 {
		font-size: 40px;
		line-height: 40px;
	}
}

h2, .h2 {
	margin: 0 0 50px;
	width: 100%;
	font-family: "Toyota-Light", Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 200;
	color: #00708D;
}

@media (max-width: 1450px) {
	h2, .h2 {
		margin: 0 0 30px;
		font-size: 37px;
		line-height: 37px;
	}
}

@media (max-width: 1200px) {
	h2, .h2 {
		margin: 0 0 30px;
		font-size: 32px;
		line-height: 40px;
	}
}

h3 {
	margin: 0 0 30px;
	font-family: "Toyota-Light", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 40px;
	color: #626F71;
}

@media (max-width: 1025px) {
	h3 {
		font-size: 20px;
		line-height: 28px;
	}
}

h4 {
	margin: 0 0 45px;
	font: 16px/24px "Toyota-Semibold", Helvetica, Arial, sans-serif;
	color: #2C353B;
}

@media (max-width: 1025px) {
	h4 {
		margin: 0 0 30px;
		font-size: 14px;
		line-height: 20px;
	}
}

h5 {
	margin: 0 0 30px;
	font: 2.4rem/3rem "Toyota-Regular", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color: #ccc;
}

h6 {
	margin: 0 0 30px;
	font: 2.4rem/3rem "Toyota-Regular", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color: #ccc;
}

a {
	color: #00708D;
	text-decoration: none;
}

a:active, a:hover {
	color: #00708D;
}

p, ul, ol, dl, table, hr, pre, blockquote {
	margin: 0 0 30px;
}

p {
	margin: 0 0 20px;
	max-width: 100%;
}

@media (max-width: 1025px) {
	p {
		line-height: 24px;
	}
}

ol {
	margin-left: 50px;
}

input, textarea, select {
	margin-top: 20px;
	border-radius: 6px;
	padding: 0 15px;
	height: 50px;
}

textarea {
	resize: none;
	padding-top: 12px;
	height: 200px;
}

section {
	margin-bottom: 120px;
}

@media (max-width: 1200px) {
	section {
		margin-bottom: 60px;
	}
}

@media (max-width: 1025px) {
	section {
		margin-bottom: 50px;
	}
}

img {
	max-width: 100%;
}

header {
	position: relative;
	padding: 29px 0;
	background-color: #F7F9F9;
}

@media (max-width: 1025px) {
	header {
		padding: 20px 0;
	}
}

@media (max-width: 1450px) {
	header .container-wide {
		padding: 0 30px;
	}
}

header img {
	display: block;
	width: auto;
	height: 61px;
}

@media (max-width: 350px) {
	header img {
		height: 45px;
	}
}

header.small {
	background-color: #00708D;
}

header.small img {
	max-height: 22px;
}

header .header-menu {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	z-index: 1;
}

header .header-menu .nav-entry-box .menu-group-btn {
	margin-left: 35px;
	white-space: nowrap;
}

@media (max-width: 1450px) {
	header .header-menu .nav-entry-box .menu-group-btn {
		margin-left: 15px;
	}
}

header .header-menu .nav-entry-box .menu-login-link {
	padding-top: 10px;
	margin-left: 35px;
	font-size: 16px;
	font-weight: bold;
}

header .header-menu .nav-entry-box .menu-login-link:hover {
	color: #00A5B5;
}

@media (max-width: 1450px) {
	header .header-menu .nav-entry-box .menu-login-link {
		margin-left: 30px;
	}
}

header .header-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: -999em;
}

header .header-menu li {
	display: inline-block;
	position: relative;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

header .header-menu li:hover > ul {
	left: auto;
}

header .header-menu li li {
	display: block;
}

header .header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

header .header-menu li li:hover > ul li {
	display: block;
}

header .header-menu li li:hover > ul li:hover > ul {
	left: -100%;
	top: 0;
}

@media (max-width: 998px) {
	header .header-menu li li:hover > ul li:hover > ul {
		left: 100%;
	}
}

@media (max-width: 1450px) {
	header .header-menu li li:hover > ul {
		left: -100%;
	}
}

header .header-menu li a {
	padding: 20px 25px;
	white-space: nowrap;
}

header .header-menu li a:hover {
	color: #00A5B5;
}

@media (max-width: 1450px) {
	header .header-menu li a {
		padding: 20px 15px;
	}
}

@media (max-width: 1025px) {
	header .header-menu li .sub-menu:first-of-type li {
		padding-left: 20px;
	}
}

header .header-menu .sub-menu {
	margin-top: 18px;
	min-width: 275px;
	width: 100%;
	z-index: 1;
}

header .header-menu .sub-menu li {
	padding: 10px 30px;
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #E3E9EB;
}

header .header-menu .sub-menu li a {
	display: block;
	padding: 0;
	font-size: 16px;
	color: #00708D;
	white-space: normal;
	overflow-wrap: break-word;
}

header .header-menu .sub-menu li:hover {
	background-color: #DCEEEF;
}

header .header-menu .sub-menu li.menu-item-has-children .sub-menu {
	margin: 0;
}

header .header-menu .sub-menu li.menu-item-has-children .sub-menu a {
	padding: 0;
}

header .header-menu .sub-menu li > .sub-menu {
	box-shadow: 0px 1px 12px #00000029;
}

header .header-menu .sub-menu .menu-item-has-children::after {
	position: absolute;
	content: '\f105';
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	width: 25px;
	height: 25px;
	top: 50%;
	right: 2%;
	text-align: center;
	color: #00708D;
	transform: translateY(-51%);
}

header .site-navigation {
	/* ANIMATION */
}

header .site-navigation .menu-btn {
	position: relative;
	display: none;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

header .site-navigation .menu-btn__burger {
	width: 50px;
	height: 6px;
	background: #00708D;
	transition: all .5s ease-in-out;
}

header .site-navigation .menu-btn__burger::before,
header .site-navigation .menu-btn__burger::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 6px;
	background: #00708D;
	transition: all .5s ease-in-out;
}

header .site-navigation .menu-btn__burger::before {
	transform: translateY(-16px);
}

header .site-navigation .menu-btn__burger::after {
	transform: translateY(16px);
}

header .site-navigation .menu-btn.open .menu-btn__burger {
	transform: translateX(-50px);
	background: transparent;
	box-shadow: none;
}

header .site-navigation .menu-btn.open .menu-btn__burger::before {
	transform: rotate(45deg) translate(35px, -35px);
}

header .site-navigation .menu-btn.open .menu-btn__burger::after {
	transform: rotate(-45deg) translate(35px, 35px);
}

@media (max-width: 1200px) {
	#masthead {
		border-bottom: 1px solid #ABB7BA;
	}
}

.site-mobile-nav {
	display: none;
	background-color: #fff;
	z-index: 1;
}

@media (max-width: 1025px) {
	.site-mobile-nav .container-wide {
		padding: 0 60px;
	}
}

.site-mobile-nav .header-mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.site-mobile-nav .header-mobile-menu li {
	border-bottom: 1px solid #E3E9EB;
}

.site-mobile-nav .header-mobile-menu li a {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 60px;
}

.site-mobile-nav .header-mobile-menu li:last-of-type {
	border-bottom: none;
}

.site-mobile-nav .header-mobile-menu .nav-entry-box {
	display: flex;
	flex-direction: column;
}

.site-mobile-nav .header-mobile-menu .nav-entry-box .menu-group-btn,
.site-mobile-nav .header-mobile-menu .nav-entry-box .menu-login-link {
	margin: 10px 60px;
	width: fit-content;
	font-size: 16px;
	font-weight: bold;
}

.site-mobile-nav .header-mobile-menu .nav-entry-box .menu-group-btn {
	padding: 15px 45px;
}

.site-mobile-nav .header-mobile-menu .nav-entry-box .menu-login-link {
	margin-bottom: 20px;
}

.site-mobile-nav .header-mobile-menu .menu-item-has-children ul {
	margin-bottom: 0;
}

.site-mobile-nav .header-mobile-menu .menu-item-has-children .sub-menu {
	display: none;
}

.site-mobile-nav .header-mobile-menu .menu-item-has-children > a::after {
	position: absolute;
	content: '\f107';
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	text-align: center;
	right: 20px;
	color: #00708D;
	top: 30%;
	height: 25px;
	width: 25px;
	z-index: 1;
	transition: all 0.5s linear;
}

.site-mobile-nav .header-mobile-menu .bgd {
	background-color: #fff;
}

.site-mobile-nav .header-mobile-menu .bgd .sub-menu {
	border-top: 1px solid #E3E9EB;
	background-color: #F1F8F9;
	box-shadow: inset 0 0px 6px 6px #9D9D9D1F;
}

.site-mobile-nav .header-mobile-menu .bgd .sub-menu li:last-child {
	border-bottom: none;
}

.site-mobile-nav .header-mobile-menu .bgd .sub-menu .bgd {
	background-color: #F1F8F9;
}

.site-mobile-nav .header-mobile-menu .bgd .sub-menu .bgd .sub-menu {
	background-color: #E6F3F4;
	box-shadow: inset 0px 9px 9px #0765800D;
}

.site-mobile-nav .header-mobile-menu .bgd .sub-menu .bgd .sub-menu .bgd {
	background-color: #E6F3F4;
}

.site-mobile-nav .header-mobile-menu .bgd .sub-menu .bgd .sub-menu .bgd .sub-menu {
	background-color: #DFEFF0;
	box-shadow: inset 0px 9px 9px #0765800D;
}

.site-mobile-nav .header-mobile-menu .bgd > a::after {
	transform: rotate(180deg);
}

.site-mobile-nav .menu-footer-menu-container {
	max-width: 400px;
	padding-bottom: 60px;
}

.site-mobile-nav .menu-footer-menu-container li a {
	padding: 10px 0;
	display: block;
	color: #2C353B;
	font-size: 19px;
	font-family: "Toyota-Light", Helvetica, Arial, sans-serif;
}

@media (min-width: 500px) {
	.site-mobile-nav .menu-footer-menu-container li a {
		font-size: 21px;
	}
}

.site-mobile-nav .nav-app-buttons {
	padding-bottom: 25px;
}

.site-mobile-nav .nav-app-buttons a {
	display: inline-block;
}

.site-mobile-nav .nav-app-buttons a:first-of-type {
	padding-right: 20px;
}

.site-mobile-nav .nav-app-buttons img {
	max-width: 165px;
}

@media (max-width: 476px) {
	.site-mobile-nav .nav-app-buttons a:first-of-type {
		margin-bottom: 20px;
	}
	.site-mobile-nav .nav-app-buttons img {
		max-width: 122px;
	}
}

@media (max-width: 393px) {
	.site-mobile-nav .nav-app-buttons a:first-of-type {
		padding-right: 0;
		margin-bottom: 10px;
	}
	.site-mobile-nav .nav-app-buttons img {
		max-width: 122px;
	}
}

.site-mobile-nav .nav-footer-description {
	font-family: "Toyota-Light", Helvetica, Arial, sans-serif;
}

.site-mobile-nav .mobile-nav-footer {
	padding-bottom: 20px;
}

ul, ol {
	padding: 0;
	list-style-type: none;
}

#page {
	max-width: 2560px;
}

@media (max-width: 1025px) {
	.site-main ul, .site-main ol {
		margin-bottom: 50px;
	}
}

.site-main ul li, .site-main ol li {
	position: relative;
	margin-bottom: 25px;
	padding-left: 35px;
	font-size: 16px;
	line-height: 24px;
}

.site-main ul li:last-of-type, .site-main ol li:last-of-type {
	margin-bottom: 0;
}

.site-main ul li:before, .site-main ol li:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 20px;
	height: 14px;
	background-image: url("images/list-item.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 1025px) {
	.site-main ul li:before, .site-main ol li:before {
		top: 15px;
	}
}

.site-main ol {
	margin: 0;
	padding: 0;
	counter-reset: my-awesome-counter;
}

.site-main ol li {
	margin-bottom: 30px;
	counter-increment: my-awesome-counter;
	font-size: 24px;
	line-height: 40px;
}

@media (max-width: 1450px) {
	.site-main ol li {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 1200px) {
	.site-main ol li {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 1025px) {
	.site-main ol li {
		font-size: 16px;
		line-height: 24px;
	}
}

.site-main ol li::before {
	content: counter(my-awesome-counter) ". ";
	top: 9px;
	background-image: none;
	color: #00708D;
}

@media (max-width: 1025px) {
	.sign-up .white-section-part ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.sign-up .blue-section-part ul {
	padding-bottom: 20px;
}

.sign-up .icon-wrapper {
	flex-direction: column;
	align-items: center;
}

.sign-up .icon-wrapper img:first-of-type {
	max-width: 150px;
	margin-bottom: 25px;
}

@media (min-width: 1200px) {
	.sign-up .center-container {
		max-width: 80%;
		margin: 0 auto;
	}
}

@media (max-width: 1200px) {
	.sign-up .center-container .white-icon {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

p:empty {
	display: none;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1360px;
	padding: 0 30px;
}

@media (max-width: 1025px) {
	.container {
		padding: 0 43px;
	}
}

@media (max-width: 769px) {
	.sign-up .container {
		padding: 0 30px;
	}
}

.container-wide {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1570px;
	padding: 0 30px;
}

@media (max-width: 1025px) {
	.container-wide {
		padding: 0;
	}
}

/* Sticky Footer */
.site-main {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	overflow: hidden;
}

.site-content {
	flex: 1 0 auto;
}

/* Helper Classes */
.center {
	text-align: center;
}

.nowrap {
	flex-wrap: nowrap;
}

.flex {
	display: flex;
}

.show-md {
	display: none;
}

@media (max-width: 1200px) {
	.show-md {
		display: flex;
	}
}

.show-desktop {
	display: flex;
}

@media (max-width: 1025px) {
	.show-desktop {
		display: none;
	}
}

.show-mobile {
	display: none;
}

@media (max-width: 1025px) {
	.show-mobile {
		display: flex;
	}
}

.hide-md {
	display: flex;
}

@media (max-width: 1200px) {
	.hide-md {
		display: none;
	}
}

.flex-container {
	margin-left: -30px;
}

@media (max-width: 1025px) {
	.flex-container {
		margin-left: 0;
	}
}

.align-middle {
	align-items: center;
}

.align-end {
	align-items: flex-end;
}

.align-start {
	align-items: flex-start;
}

.align-center {
	justify-content: center;
}

.between {
	justify-content: space-between;
}

.justify-end {
	justify-content: flex-end;
}

.w100 {
	width: 100%;
}

.wrap {
	flex-wrap: wrap;
}

.column {
	flex-direction: column;
}

@media (max-width: 1025px) {
	.column-mobile {
		flex-direction: column;
	}
}

.row {
	flex-direction: row;
	flex-wrap: wrap;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

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

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

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

.center {
	justify-content: center;
}

.block {
	display: block;
}

.no-margin {
	margin-bottom: 0;
}

/* Grid */
.col-9 {
	max-width: calc( 75% - 30px);
}

.col-8 {
	max-width: calc( 66.66% - 30px);
}

.col-6 {
	max-width: calc( 50% - 30px);
}

.col-4 {
	max-width: calc( 33.33% - 30px);
}

@media (max-width: 1025px) {
	.col-4 {
		margin-bottom: 25px;
	}
}

.col-3 {
	max-width: calc( 25% - 30px);
}

@media (max-width: 1200px) {
	.col-3 {
		max-width: calc( 50% - 30px);
		margin-bottom: 50px;
	}
}

@media (max-width: 1025px) {
	.col-3 {
		margin-bottom: 30px;
	}
}

.col-2 {
	max-width: calc( 20% - 30px);
}

@media (max-width: 1200px) {
	.col-2 {
		max-width: calc( 50% - 30px);
		text-align: center;
		margin-bottom: 20px;
	}
}

@media (max-width: 1025px) {
	.col-2 {
		text-align: center;
		margin-bottom: 0;
	}
}

.col {
	width: 100%;
	margin-left: 30px;
}

@media (max-width: 1025px) {
	.col {
		max-width: 100%;
		margin-left: 0;
	}
}

/* Buttons */
.btn {
	display: inline-block;
	padding: 15px 95px;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	background-color: #00708D;
	color: #fff;
}

@media (max-width: 1025px) {
	.btn {
		padding: 9px 40px;
	}
}

.btn:hover {
	color: #fff;
}

.btn.small {
	padding: 9px 40px;
}

.btn.white {
	background-color: #fff;
	color: #00708D;
}

.btn.white:hover {
	color: #00708D;
}

.button-wrapper {
	display: block;
	width: 100%;
	text-align: center;
}

.hero {
	display: flex;
	align-items: center;
	position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00708d+50,389fb5+100 */
	background: #00708d;
	/* Old browsers */
	background: -moz-linear-gradient(left, #00708d 50%, #389fb5 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #00708d 50%, #389fb5 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #00708d 50%, #389fb5 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00708d', endColorstr='#389fb5',GradientType=1 );
	/* IE6-9 */
}

@media (max-width: 1025px) {
	.hero {
		flex-direction: column;
		align-items: center;
	}
}

.hero h1 {
	text-align: left;
}

@media (max-width: 1025px) {
	.hero h1 {
		margin-bottom: 30px;
		max-width: 100%;
	}
}

.hero p {
	margin-bottom: 50px;
}

.hero p, .hero h1 {
	max-width: 50%;
	color: #fff;
}

@media (max-width: 1450px) {
	.hero p, .hero h1 {
		max-width: 45%;
	}
}

@media (max-width: 1025px) {
	.hero p, .hero h1 {
		max-width: 100%;
	}
}

.hero .background_image {
	display: block;
	max-height: 100%;
}

@media (max-width: 1025px) {
	.hero .background_image {
		display: none;
	}
}

.hero .hero-image {
	position: relative;
	padding-left: 250px;
	max-height: 800px;
	height: 100%;
	max-width: 45%;
	margin-left: auto;
	text-align: right;
}

@media (max-width: 1450px) {
	.hero .hero-image {
		max-width: 53%;
	}
}

@media (max-width: 1200px) {
	.hero .hero-image {
		padding-left: 165px;
		max-width: 50%;
	}
}

@media (max-width: 1025px) {
	.hero .hero-image {
		position: relative;
		top: 1px;
		right: auto;
		margin-left: 0;
		padding-left: 0;
		padding: 0 50px;
		max-height: 100%;
		height: auto;
		width: 100%;
		max-width: 100%;
		transform: none;
		text-align: center;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+69,00708d+69,ffffff+69&0+69,1+70 */
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 69%, white 69%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 69%, white 69%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 69%, white 69%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
		/* IE6-9 */
	}
}

.hero .foreground_image {
	position: absolute;
	top: 23%;
	left: 0;
	max-width: 310px;
	max-height: 100%;
}

@media (max-width: 1450px) {
	.hero .foreground_image {
		top: 120px;
		left: 17px;
		max-width: 310px;
		max-height: 94%;
	}
}

@media (max-width: 1200px) {
	.hero .foreground_image {
		top: 70px;
		left: -10px;
	}
}

@media (max-width: 1025px) {
	.hero .foreground_image {
		position: relative;
		top: auto;
		left: auto;
		max-width: 310px;
		max-height: 100%;
	}
}

@media (max-width: 400px) {
	.hero .foreground_image {
		max-width: 100%;
		max-height: 100%;
	}
}

.hero-content {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1570px;
	padding: 0 30px;
	max-height: 100%;
}

@media (max-width: 1025px) {
	.hero-content {
		position: relative;
		width: 100%;
		padding: 53px;
	}
}

.left_image_info_bullet_list {
	padding-top: 40px;
}

@media (max-width: 1025px) {
	.left_image_info_bullet_list {
		padding-top: 0;
	}
}

.left_image_info_bullet_list .section-image {
	width: 40%;
	text-align: center;
}

.left_image_info_bullet_list .section-image img {
	max-width: 310px;
}

@media (max-width: 400px) {
	.left_image_info_bullet_list .section-image img {
		width: 100%;
	}
}

@media (max-width: 1025px) {
	.left_image_info_bullet_list .section-image {
		width: 100%;
		order: 2;
	}
}

.left_image_info_bullet_list .content-section {
	width: 60%;
}

@media (max-width: 1025px) {
	.left_image_info_bullet_list .content-section {
		width: 100%;
		order: 1;
	}
}

.left_image_info_bullet_list p {
	margin-bottom: 30px;
}

@media (max-width: 1025px) {
	.left_image_info_bullet_list p {
		margin-bottom: 50px;
	}
}

.description {
	font-size: 24px;
}

@media (max-width: 1450px) {
	.description {
		font-size: 20px;
	}
}

@media (max-width: 1025px) {
	.description {
		font-size: 16px;
	}
}

.icon_column_blocks h3 {
	margin-bottom: 30px;
	min-height: 100px;
	word-break: break-word;
}

@media (max-width: 1200px) {
	.icon_column_blocks h3 {
		min-height: 120px;
	}
}

@media (max-width: 1025px) {
	.icon_column_blocks h3 {
		min-height: 0;
	}
}

.icon_column_blocks i {
	margin-bottom: 30px;
}

.icon_column_blocks i::before {
	color: #00708D;
}

.icon_column_blocks .description {
	margin-bottom: 120px;
	max-width: 70%;
}

@media (max-width: 1200px) {
	.icon_column_blocks .description {
		margin-bottom: 60px;
	}
}

@media (max-width: 1025px) {
	.icon_column_blocks .description {
		margin-bottom: 50px;
		max-width: 100%;
	}
}

@media (max-width: 1200px) {
	.icon_column_blocks .column-section-part {
		margin-bottom: 30px;
	}
}

.column-section-part {
	margin-bottom: 80px;
}

@media (max-width: 1200px) {
	.column-section-part {
		margin-bottom: 0;
	}
}

@media (max-width: 1025px) {
	.column-section-part {
		margin-bottom: 0;
	}
}

.note {
	margin-top: 30px;
	color: #00708D;
}

@media (max-width: 1025px) {
	.note {
		font-size: 14px;
		line-height: 22px;
	}
}

.image_column_blocks .description {
	margin-bottom: 120px;
}

@media (max-width: 1200px) {
	.image_column_blocks .description {
		margin-bottom: 60px;
	}
}

@media (max-width: 1025px) {
	.image_column_blocks .description {
		margin-bottom: 50px;
	}
}

.image_column_blocks h2 {
	font-size: 48px;
	line-height: 48px;
}

@media (max-width: 1200px) {
	.image_column_blocks h2 {
		font-size: 42px;
		line-height: 42px;
	}
}

@media (max-width: 1025px) {
	.image_column_blocks h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.image_column_blocks .background-container {
	background-color: #F7F9F9;
	padding: 120px;
}

@media (max-width: 1450px) {
	.image_column_blocks .background-container {
		padding: 80px;
	}
}

@media (max-width: 1200px) {
	.image_column_blocks .background-container {
		padding: 60px 0;
	}
}

@media (max-width: 1025px) {
	.image_column_blocks .background-container {
		padding: 50px 0;
	}
}

.image_column_blocks h3, .image_column_blocks img {
	margin-bottom: 30px;
}

.image_column_blocks img {
	width: 100%;
}

@media (min-width: 200px) {
	.image_column_blocks img {
		max-width: 200px;
	}
}

@media (max-width: 1025px) {
	.image_column_blocks .img-wrapper {
		text-align: center;
	}
}

.image_column_blocks p {
	padding-right: 50px;
}

@media (max-width: 1025px) {
	.image_column_blocks p {
		padding-right: 0;
		padding-bottom: 25px;
	}
}

.image_column_blocks .flex-container {
	margin-right: -50px;
}

@media (max-width: 1025px) {
	.image_column_blocks .flex-container {
		margin-right: 0;
	}
}

@media (max-width: 1025px) {
	.image_column_blocks .container-wide {
		padding: 0;
	}
}

.right_image_info_bullet_list {
	position: relative;
}

.right_image_info_bullet_list h2 {
	margin-bottom: 80px;
}

@media (max-width: 1200px) {
	.right_image_info_bullet_list h2 {
		margin-bottom: 60px;
	}
}

@media (max-width: 1025px) {
	.right_image_info_bullet_list h2 {
		margin-bottom: 50px;
	}
}

.right_image_info_bullet_list li {
	margin-bottom: 50px;
}

.right_image_info_bullet_list img {
	position: absolute;
	height: auto;
	max-height: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: -6%;
	max-width: 50%;
}

@media (max-width: 1025px) {
	.right_image_info_bullet_list img {
		position: relative;
		top: auto;
		transform: none;
		right: auto;
		max-width: 140%;
		padding-left: 25px;
	}
}

@media (min-width: 1600px) {
	.right_image_info_bullet_list .custom-padding {
		padding-right: 40%;
	}
}

@media (min-width: 1800px) {
	.right_image_info_bullet_list .custom-padding {
		padding-right: 35%;
	}
}

@media (max-width: 1600px) {
	.right_image_info_bullet_list .custom-padding {
		padding-right: 44%;
	}
}

@media (max-width: 1025px) {
	.right_image_info_bullet_list .custom-padding {
		padding-right: 0;
	}
}

.customer_logos h2 {
	margin-bottom: 120px;
	text-align: center;
}

@media (max-width: 1200px) {
	.customer_logos h2 {
		margin-bottom: 60px;
	}
}

@media (max-width: 1025px) {
	.customer_logos h2 {
		margin-bottom: 50px;
	}
}

@media (max-width: 1025px) {
	.customer_logos .swiper-container {
		width: 100%;
		height: 100%;
	}
	.customer_logos .swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
}

@media (max-width: 1025px) {
	.customer_logos .container {
		padding: 0 30px;
	}
}

@media (max-width: 1025px) {
	.customer_logos .col-2 img {
		width: 100%;
	}
}

.steps_list_block .background-container {
	margin-bottom: 120px;
	background-color: #F7F9F9;
}

@media (max-width: 1200px) {
	.steps_list_block .background-container {
		margin-bottom: 60px;
	}
}

@media (max-width: 1025px) {
	.steps_list_block .background-container {
		margin-bottom: 50px;
		background-color: none;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+31,ffffff+31,f7f9f9+31 */
		background: white;
		/* Old browsers */
		background: -moz-linear-gradient(top, white 31%, white 31%, #f7f9f9 31%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, white 31%, white 31%, #f7f9f9 31%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, white 31%, white 31%, #f7f9f9 31%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f9f9',GradientType=0 );
		/* IE6-9 */
	}
}

@media (max-width: 1025px) {
	.steps_list_block .background_image {
		display: none;
	}
}

.steps_list_block .image-section-part {
	position: relative;
	width: 70%;
	padding-right: 15%;
}

@media (max-width: 1025px) {
	.steps_list_block .image-section-part {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
}

.steps_list_block .foreground_image {
	position: absolute;
	top: 50%;
	transform: translateY(-46%);
	right: 95px;
	max-height: 86%;
}

@media (min-width: 320px) {
	.steps_list_block .foreground_image {
		max-width: 310px;
	}
}

@media (max-width: 1025px) {
	.steps_list_block .foreground_image {
		position: relative;
		top: auto;
		transform: none;
		right: auto;
		margin-bottom: 50px;
		max-height: 100%;
	}
}

.steps_list_block .content-section-part {
	padding: 30px 50px 30px 0;
	width: 40%;
}

@media (max-width: 1025px) {
	.steps_list_block .content-section-part {
		width: 100%;
		padding: 0 43px 50px;
	}
}

.footer-buttons a:last-of-type img {
	margin-right: 0;
}

.footer-buttons img {
	margin-right: 80px;
}

@media (max-width: 1450px) {
	.footer-buttons img {
		margin-right: 50px;
		max-width: 200px;
	}
}

@media (max-width: 1200px) {
	.footer-buttons img {
		margin-right: 30px;
		max-width: 150px;
	}
}

@media (max-width: 1025px) {
	.footer-buttons img {
		margin-right: 0;
		margin-bottom: 30px;
		max-width: 180px;
		display: block;
	}
}

.footer-description {
	text-align: right;
}

@media (max-width: 1025px) {
	.footer-description {
		width: 100%;
		text-align: center;
		font-size: 12px;
		line-height: 15px;
	}
}

.footer-description p {
	color: #fff;
	font-size: 19px;
	line-height: 22px;
}

@media (max-width: 1200px) {
	.footer-description p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 1025px) {
	.footer-description p {
		margin-bottom: 0;
	}
}

.site-footer {
	padding: 50px 0;
	background-color: #00708D;
}

@media (max-width: 1025px) {
	.site-footer .container {
		padding: 0 30px;
	}
}

.site-footer nav li {
	list-style-type: none;
}

.site-footer nav a {
	font-size: 19px;
	line-height: 33px;
	color: #fff;
}

@media (max-width: 1200px) {
	.site-footer nav a {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 1025px) {
	.site-footer nav a {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 769px) {
	.site-footer nav a {
		font-size: 12px;
		line-height: 15px;
	}
}

.site-footer .footer-logo {
	max-width: 200px;
}

@media (max-width: 1025px) {
	.site-footer .footer-logo {
		max-width: 120px;
		margin-bottom: 50px;
	}
}

.site-footer .footer-navigation ul {
	display: flex;
}

@media (max-width: 1025px) {
	.site-footer .footer-navigation ul {
		flex-direction: column;
	}
}

.site-footer .footer-navigation li {
	margin-right: 15px;
	border-right: 1px solid #fff;
	padding-right: 15px;
}

.site-footer .footer-navigation li:last-of-type {
	border-right: none;
	margin-right: 0;
}

@media (max-width: 1025px) {
	.site-footer .footer-navigation li {
		margin-bottom: 15px;
		margin-right: 0;
		border-right: none;
		padding-right: 0;
	}
}

.footer-section {
	margin-bottom: 45px;
}

.footer-section:last-of-type {
	margin-bottom: 0;
}

@media (max-width: 1025px) {
	.footer-section {
		margin-bottom: 20px;
		align-items: flex-start;
	}
}

.headline-section {
	padding: 80px 0;
	text-align: center;
}

@media (max-width: 1200px) {
	.headline-section {
		padding: 50px 0;
	}
}

.headline-section h1 {
	margin-bottom: 20px;
}

.separator {
	position: relative;
	padding-bottom: 50px;
}

.separator::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 263px;
	height: 1px;
	background-color: #95A1A6;
}

.separator.small {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.separator.small::before {
	width: 81px;
}

@media (min-width: 769px) {
	.separator.side-separator::before {
		right: -15px;
		bottom: auto;
		top: 15px;
		left: auto;
		width: 1px;
		height: 85%;
		min-height: 400px;
		background-color: #E3E9EB;
	}
}

.info-section {
	margin-bottom: 120px;
}

@media (max-width: 1200px) {
	.info-section {
		flex-direction: column;
	}
}

@media (max-width: 769px) {
	.info-section {
		margin: 0 -30px 80px;
	}
}

.info-section h2 {
	font-size: 32px;
	line-height: 40px;
}

.info-section h3 {
	min-height: 80px;
}

@media (max-width: 769px) {
	.info-section h3 {
		min-height: 0;
	}
}

.info-section .button-wrapper {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 769px) {
	.info-section .button-wrapper {
		position: relative;
		bottom: auto;
		left: auto;
		transform: none;
	}
}

.info-section .white-section-part,
.info-section .blue-section-part {
	padding: 80px 0 60px;
}

@media (max-width: 1200px) {
	.info-section .white-section-part,
	.info-section .blue-section-part {
		padding: 50px 0;
	}
}

.info-section .white-section-part {
	border: 1px solid #00708D;
}

@media (max-width: 769px) {
	.info-section .white-section-part {
		padding: 50px 0 0;
		border: none;
	}
}

@media (max-width: 1025px) {
	.info-section .white-section-part .col-item {
		margin-bottom: 50px;
	}
	.info-section .white-section-part .col-item:last-of-type {
		margin-bottom: 0;
	}
}

@media (max-width: 769px) {
	.info-section .white-section-part .col-item {
		margin-bottom: 80px;
		border-bottom: 1px solid #E3E9EB;
		padding-bottom: 80px;
	}
	.info-section .white-section-part .col-item:last-of-type {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.info-section .blue-section-part {
	background-color: #00708D;
}

@media (max-width: 1200px) {
	.info-section .blue-section-part {
		margin-bottom: 0;
	}
}

.info-section .blue-section-part h2, .info-section .blue-section-part p, .info-section .blue-section-part li {
	color: #fff;
}

.info-section .blue-section-part li::before {
	top: 9px;
	transform: none;
	background-image: url("images/list-item-white.svg");
}

.info-section .col-item {
	position: relative;
	padding: 0 50px 60px;
}

@media (max-width: 1200px) {
	.info-section .col-item {
		margin: 0 auto;
	}
}

@media (max-width: 1025px) {
	.info-section .col-item {
		margin: 0 auto;
	}
	.info-section .col-item.separator::before {
		content: none;
	}
}

@media (max-width: 769px) {
	.info-section .col-item {
		padding: 0 30px;
	}
}

@media (max-width: 1200px) {
	.info-section > div {
		max-width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 1200px) {
	.info-section.flex-container {
		margin-left: 0;
	}
}

@media (max-width: 769px) {
	.info-section.flex-container {
		margin-left: -30px;
	}
}

@media (max-width: 1200px) {
	.info-section .flex-container {
		margin-left: 0;
	}
}

/* 404
================================================== */
body.error404 {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.error404 section {
	margin: 0 auto;
}

.background-error {
	flex: 1;
	background-image: url("assets/images/KINTO_error_background-scaled.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.menu-404 ul {
	padding: 0;
	list-style: none;
}

.blure {
	backdrop-filter: blur(4px);
}

.blure-box {
	height: 100vh;
	padding: 80px 0 100px 0;
	background: rgba(255, 255, 255, 0.9);
	color: #F7F9F9;
}

.blure-box img {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.blure-box h1 {
	font-size: 35px;
	font-weight: 500;
	color: #00708D;
	margin-bottom: 0;
}

.blure-box .page-content {
	color: #626F71;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-family: "Toyota-Light", Helvetica, Arial, sans-serif;
}

.blure-box .page-content h2 {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 800;
	color: #626F71;
}

.blure-box .page-content li {
	margin-bottom: 5px;
}

.blure-box .page-content li::before {
	background: none;
}

.blure-box .page-content li a {
	border-bottom: 2px solid #626F71;
	color: #626F71;
}

.blure-box .page-content li a:hover {
	text-decoration: none;
}

.shadow-mobile-radius {
	border-radius: 40px;
	-webkit-box-shadow: 25px 17px 55px -32px rgba(0, 0, 0, 0.59);
	-moz-box-shadow: 25px 17px 55px -32px rgba(0, 0, 0, 0.59);
	box-shadow: 25px 17px 55px -32px rgba(0, 0, 0, 0.59);
}

.shadow-mobile-radius-sm {
	border-radius: 24px;
	-webkit-box-shadow: 25px 17px 55px -32px rgba(0, 0, 0, 0.59);
	-moz-box-shadow: 25px 17px 55px -32px rgba(0, 0, 0, 0.59);
	box-shadow: 25px 17px 55px -32px rgba(0, 0, 0, 0.59);
}

.coming_soon_section {
	position: relative;
	margin-bottom: 0;
}

.coming_soon_section .minimal-branding {
	padding: 0;
	background-color: #fff;
}

.coming_soon_section .logo-holder {
	width: 122px;
	background-color: #00708D;
	opacity: .93;
	padding: 43px 26px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
}

@media (min-width: 1025px) {
	.coming_soon_section .logo-holder {
		width: 190px;
		padding: 70px 40px;
		background-color: #fff;
		position: absolute;
		top: 0;
	}
}

.coming_soon_section .desktop-logo {
	display: none;
}

@media (min-width: 1025px) {
	.coming_soon_section .desktop-logo {
		display: block;
	}
	.coming_soon_section .mobile-logo {
		display: none;
	}
}

.coming_soon_section .image-section {
	display: flex;
}

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

.coming_soon_section .content-section {
	position: relative;
	width: 100%;
	min-height: 100vh;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00708d+50,389fb5+100 */
	background: #00708d;
	/* Old browsers */
	background: -moz-linear-gradient(left, #00708d 30%, #389fb5 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #00708d 30%, #389fb5 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #00708d 30%, #389fb5 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00708d', endColorstr='#389fb5',GradientType=1 );
	/* IE6-9 */
	z-index: 2;
}

.coming_soon_section .content-section:before {
	content: "";
	position: absolute;
	display: block;
	width: 133%;
	height: 18%;
	top: -4%;
	left: -50%;
	background-color: rgba(1, 112, 140, 0.35);
}

.coming_soon_section .content-section:after {
	content: "";
	width: 110%;
	height: 3%;
	display: block;
	background-color: rgba(1, 112, 140, 0.35);
	position: absolute;
	top: 0;
	left: -10%;
	z-index: -1;
}

@media (min-width: 400px) {
	.coming_soon_section .content-section:before {
		height: 15%;
	}
}

.coming_soon_section .content-section h1, .coming_soon_section .content-section .h1 {
	color: #fff;
	font-size: 48px;
	line-height: 48px;
}

@media (max-width: 400px) {
	.coming_soon_section .content-section h1, .coming_soon_section .content-section .h1 {
		font-size: 35px;
	}
}

@media (min-width: 1025px) {
	.coming_soon_section .content-section {
		display: flex;
		align-items: center;
		min-width: 40%;
	}
	.coming_soon_section .content-section:before {
		height: 50%;
	}
	.coming_soon_section .content-section:after {
		display: none;
	}
}

@media (min-width: 1450px) {
	.coming_soon_section .content-section {
		max-width: 600px;
	}
	.coming_soon_section .content-section h1, .coming_soon_section .content-section .h1 {
		font-size: 64px;
		line-height: 64px;
	}
	.coming_soon_section .content-section p {
		font-size: 24px;
	}
}

.coming_soon_section .content-section .container {
	position: relative;
	padding: 50px 50px;
}

@media (min-width: 1600px) {
	.coming_soon_section .content-section .container {
		padding-left: 100px;
	}
}

.coming_soon_section .content-section .description {
	margin-bottom: 60px;
	max-width: 90%;
}

@media (max-width: 1025px) {
	.coming_soon_section .content-section .description p {
		line-height: 40px;
	}
}

.defoult-template {
	margin-bottom: 50px;
}

.defoult-template h1 {
	margin-top: 50px;
}

.single-page, .archive-page {
	margin-bottom: 50px;
}

.single-page .entry-meta, .archive-page .entry-meta {
	padding-bottom: 25px;
}

.single-page .entry-header, .single-page .page-header, .archive-page .entry-header, .archive-page .page-header {
	margin-top: 50px;
}

.single-page .single-featured, .archive-page .single-featured {
	margin-bottom: 50px;
}

.single-page .single-featured img, .archive-page .single-featured img {
	width: 100%;
	height: auto;
}

.elementor-element-overlay ul li:before {
	background: none;
}

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