/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clearfix {
	clear: both;
	*zoom: 1;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.list-unordered,
.agree ul,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-unordered,
.agree ul,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #424242;
	background: #fff;
	font: 18px/1.85 "Avenir Next", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

.resize-active {
	-webkit-transition: none !important;
	transition: none !important;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: inherit !important;
	transition: inherit !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 34px;
}

h2,
.h2 {
	font-size: 22px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 15px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: #0073e6;
}

p {
	margin: 0 0 1em;
}

a {
	display: inline-block;
	vertical-align: top;
	outline: none;
	text-decoration: none;
	-webkit-transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
	transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
}

a:hover {
	text-decoration: none;
	color: #0073e6;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
	outline-color: transparent;
	box-shadow: none;
	line-height: 1.2;
	color: #424242;
	-webkit-transition: border-color .3s linear;
	transition: border-color .3s linear;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: #424242;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
	color: #999;
}

input[type="number"] {
	box-shadow: none;
	-webkit-box-shadow: none;
}

input[type="number"],
select {
	-webkit-border-radius: 0;
}

textarea {
	width: 100%;
	min-height: 150px;
	max-height: 300px;
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	padding: 0 15px;
	background: #424242;
	border: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	outline-color: transparent;
	-webkit-transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
	transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background: #5c5c5c;
}

input[type="file"] {
	height: auto;
	padding: 0;
	background: none;
	color: inherit;
	text-transform: none;
}

input[type="file"]:hover {
	background: none;
	color: inherit;
}

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/Avenir Next UltraLight.woff2") format("woff2"), url("../fonts/Avenir Next UltraLight.woff") format("woff");
	font-weight: 275;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/Avenir Next Italic.woff2") format("woff2"), url("../fonts/Avenir Next Italic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/Avenir Next Regular.woff2") format("woff2"), url("../fonts/Avenir Next Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/Avenir Next Medium.woff2") format("woff2"), url("../fonts/Avenir Next Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/Avenir Next Medium Italic.woff2") format("woff2"), url("../fonts/Avenir Next Medium Italic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/Avenir Next Demi Bold.woff2") format("woff2"), url("../fonts/Avenir Next Demi Bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/Avenir Next Demi Bold Italic.woff2") format("woff2"), url("../fonts/Avenir Next Demi Bold Italic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/Avenir Next Bold.woff2") format("woff2"), url("../fonts/Avenir Next Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?724b1a");
	src: url("../fonts/icomoon.eot?724b1a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?724b1a") format("truetype"), url("../fonts/icomoon.woff?724b1a") format("woff"), url("../fonts/icomoon.svg?724b1a#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
	content: "\e900";
}

#wrapper {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}

.w1 {
	position: relative;
	width: 100%;
	overflow: hidden;
}

[id="header"] {
	padding: 118px 0 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}

[id="header"] .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wrap {
	width: 100%;
	max-width: 663px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bg-stretch img {
	object-fit: cover;
	max-width: none;
	height: 100%;
	width: 100%;
}

.top-banner {
	position: relative;
	color: #fff;
	line-height: 1.4;
	letter-spacing: .5px;
}

.top-banner .wrap {
	max-width: 760px;
	padding-top: 238px;
}

.top-banner blockquote {
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0 0 30px;
	font-size: 34px;
	text-align: center;
	font-weight: 700;
}

.top-banner .text-area {
	font-size: 22px;
	font-weight: 500;
	max-width: 340px;
	margin: 0;
	padding: 0 0 120px;
}

.entry {
	padding: 0 27px;
}

.entry p {
	margin: 0 0 33px;
}

.entry strong {
	font-weight: 600;
}

.entry strong span {
	font-weight: 500;
}

.block {
	padding: 94px 0 61px;
	position: relative;
	overflow: hidden;
}

.block h2 {
	text-align: center;
	margin: 0 0 32px;
	font-weight: 600;
	letter-spacing: .5px;
}

.block .img-area {
	top: 34%;
	left: 0;
}

.block .visual {
	bottom: 0;
	right: 0;
	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-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.block .visual img:first-child {
	margin: 0 55px 22px;
}

.visual,
.img-area {
	position: absolute;
}

.list-ordered {
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
	counter-reset: list;
	font-style: italic;
	line-height: 1.45;
}

.list-ordered li {
	position: relative;
	padding: 0 0 26px;
}

.list-ordered li:before {
	font-style: normal;
	color: #6fb8ca;
	content: counter(list);
	counter-increment: list;
	position: absolute;
	right: calc(100% + 17px);
	top: 0;
}

.list-unordered {
	margin: 0 0 33px;
}

.list-unordered li {
	position: relative;
}

.list-unordered i {
	position: absolute;
	right: calc(100% + 13px);
	top: 4px;
	color: #6fb8ca;
}

.list-unordered strong {
	font-weight: 600;
}

.list-unordered strong span {
	font-style: normal;
	font-weight: inherit;
}

.list-unordered span {
	font-weight: 500;
}

.turquoise {
	background: #6fb8ca;
	color: #fff;
	padding: 105px 0 97px;
}

.turquoise h2 {
	line-height: 1.4;
	text-align: center;
	margin: 0 0 35px;
	font-weight: 600;
	letter-spacing: .5px;
}

.turquoise .entry p:last-child {
	margin: 0;
}

.turquoise .entry strong {
	font-weight: 500;
}

.turquoise .list-unordered i {
	color: #fff;
}

.next {
	padding: 69px 0 37px;
	letter-spacing: .5px;
}

.next h2 {
	font-weight: 500;
	margin: 0 0 40px;
}

.next strong {
	font-weight: 600;
}

.aligncenter {
	text-align: center;
}

.paths h2,
.paths h3 {
	font-weight: 600;
	text-align: center;
	letter-spacing: .5px;
	line-height: 1.4;
	margin: 0 0 24px;
}

.paths h3 {
	font-weight: 700;
	margin: 0 0 34px;
}

.paths .list-unordered {
	font-style: italic;
	line-height: 1.45;
	margin: 0 -30px 33px 10px;
}

.paths .list-unordered li {
	margin: 0 0 26px;
}

.paths .list-unordered i {
	font-size: 17px;
	top: 3px;
	right: calc(100% + 16px);
}

.path {
	position: relative;
	right: -13px;
	padding: 95px 0 60px;
}

.path-first {
	background: #f8f9fb;
}

.path-first .list-unordered i {
	color: #82a020;
}

.path-first .bg-stretch {
	left: -15px;
}

.path-second {
	padding: 98px 0 40px;
	position: relative;
}

.path-second .list-unordered {
	margin-bottom: 50px;
}

.path-second .aligncenter {
	padding: 0 0 45px;
}

.path-second .img-area {
	right: 13px;
	top: 15%;
}

.path-second .visual {
	bottom: 0;
	left: -13px;
}

.intro {
	background: #f7f7f9;
	padding: 83px 0 59px;
	position: relative;
	border-bottom: 1px solid #ecf2f2;
	overflow: hidden;
}

.intro .wrap {
	max-width: 850px;
}

.intro h5 {
	text-transform: uppercase;
	letter-spacing: .5px;
	margin: 0 0 40px;
}

.intro h1 {
	letter-spacing: 1px;
	line-height: 1.35;
	margin: 0 0 45px;
}

.intro h1 span {
	display: block;
	text-transform: uppercase;
}

.intro .aligncenter {
	padding: 0 0 48px;
}

.intro .text-area {
	line-height: 1.4;
	max-width: 630px;
	margin: 0 auto;
}

.intro .text-area strong {
	font-size: 22px;
	font-weight: 600;
}

.intro .entry {
	line-height: 1.85;
	letter-spacing: .5px;
}

.intro .entry .aligncenter {
	padding: 0 0 33px;
}

.intro .entry .aligncenter strong {
	font-size: 18px;
}

.intro .img-area {
	right: 0;
	top: 24px;
}

.intro:before,
.intro:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: #ecf2f2 transparent transparent transparent;
	z-index: 1;
}

.intro:before {
	border-color: #f7f7f9 transparent transparent transparent;
	margin: -1px 0 0;
	z-index: 2;
}

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

.box {
	padding: 119px 0 68px;
	letter-spacing: .5px;
	position: relative;
	overflow: hidden;
}

.box .wrap {
	max-width: 812px;
}

.box .text-area {
	padding: 0 0 0 65px;
	max-width: 720px;
	margin: 0 auto;
}

.box strong {
	font-weight: 600;
}

.box h2 {
	text-align: center;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 50px;
}

.box .list-unordered {
	font-style: italic;
	line-height: 1.45;
	margin-bottom: 44px;
}

.box .list-unordered li {
	padding: 0 0 26px;
}

.box .list-unordered li:last-child {
	padding: 0;
}

.box .list-unordered i {
	top: 2px;
}

.box .entry {
	padding: 0 63px 0 7px;
}

.box .img-area {
	left: 0;
	top: 35.4%;
}

.box .visual {
	bottom: 0;
	right: 0;
}

.container {
	padding: 92px 0 57px;
	color: #fff;
	background: -webkit-linear-gradient(315deg, #033b72 0%, #2e6e95 53%, #5a9db8 100%);
	background: linear-gradient(135deg, #033b72 0%, #2e6e95 53%, #5a9db8 100%);
}

.container .wrap {
	max-width: 768px;
}

.container h2 {
	letter-spacing: .5px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0 0 40px;
}

.container blockquote {
	margin: 0 0 36px 30px;
	font-style: italic;
}

.container blockquote cite {
	display: block;
	font-weight: 500;
}

.container .entry {
	padding: 0 80px;
}

.container .entry p {
	margin: 0 0 29px;
}

.container .list-unordered {
	font-weight: 500;
	letter-spacing: .5px;
}

.container-block {
	background: #f6f6f8;
	color: #424242;
	padding: 86px 0 37px;
}

.container-block h2 {
	text-align: center;
	font-weight: 600;
}

.container-block h2 span {
	font-style: italic;
}

.container-block blockquote {
	font-style: normal;
}

.container-block blockquote cite {
	font-style: normal;
	font-weight: 400;
}

.container-block .entry blockquote {
	display: block;
	margin: 0;
	padding: 4px 0 33px;
	font-weight: 500;
	text-align: center;
	letter-spacing: .5px;
}

.service {
	padding: 93px 0 80px;
	position: relative;
}

.service .wrap {
	max-width: 730px;
}

.service h2 {
	line-height: 1.35;
	text-align: center;
	margin: 0 0 44px;
}

.service h2 span {
	position: relative;
}

.service h2 span:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 2px;
	left: 0;
	background: #424242;
}

.service .entry {
	padding: 0 70px;
}

.service .text-area {
	padding: 0 50px 29px 72px;
}

.service .text-area p {
	margin: 0 0 33px;
}

.service .text-area strong {
	font-weight: 500;
}

.service .img {
	position: absolute;
	left: 0;
	bottom: 100px;
}

.service .img-area {
	top: 12.2%;
	left: 0;
}

.service .visual {
	right: 0;
	top: 55.4%;
}

.service-block {
	padding: 45px 0 56px;
}

.service-block h2 {
	font-weight: 500;
	letter-spacing: .5px;
	margin: 0 0 38px;
}

.service-block .list-unordered {
	font-style: italic;
}

.service-block .list-unordered li {
	padding: 0 0 19px;
}

.service-block .list-unordered li:last-child {
	padding: 0;
}

.service-block .text-area {
	padding-left: 61px;
	padding-right: 61px;
}

.service-block .aligncenter {
	max-width: 630px;
	margin: 0 auto;
}

.service-block .aligncenter strong {
	font-size: 22px;
	display: block;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 33px;
}

.service-block .aligncenter span {
	color: #6fb8ca;
}

.service-block .entry {
	padding: 0 61px;
}

.service-block .entry p {
	margin: 0 0 25px;
}

.service-block .entry .aligncenter {
	padding: 4px 0 0;
	letter-spacing: .4px;
}

.service-block .entry .aligncenter strong {
	text-transform: uppercase;
	line-height: 1.85;
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 1px;
}

.service-block .entry .aligncenter h2 {
	font-size: 34px;
	font-weight: 700;
	padding: 29px 0 13px;
	letter-spacing: .8px;
	margin: 0 0 .5em;
}

.service-block .img {
	bottom: 0;
}

.service-block .img-area {
	top: 4%;
	left: -15px;
}

.clients {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -7px -8px 0;
	padding: 0 0 37px;
}

.item {
	height: 101px;
	width: 162px;
	margin: 8px;
	background: #fff;
	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;
	border: 1px solid #bebebe;
	box-shadow: 0 5px 5px 3px rgba(66, 66, 66, .1);
}

.odd {
	letter-spacing: .5px;
}

.odd li:nth-child(odd) {
	font-weight: 500;
}

.odd i {
	right: calc(100% + 23px);
}

.table {
	padding: 0 14px 0 27px;
}

.table .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.table .col {
	width: 44%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.table .col:first-child {
	width: 56%;
}

.table span {
	padding: 0 15px;
}

.about {
	position: relative;
	letter-spacing: .5px;
	padding: 88px 0 46px;
}

.about .entry {
	padding: 0 8px 0 47px;
}

.about .entry strong {
	font-weight: 700;
}

.about .entry span {
	font-weight: 600;
}

.about h2,
.about h3 {
	text-align: center;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 35px;
}

.about h3 {
	margin: 0 0 12px;
}

.business {
	position: relative;
	padding: 86px 0 17px;
	background: #fcfcfc;
	overflow: hidden;
}

.business h4 {
	font-weight: 600;
	padding: 0 0 0 46px;
	line-height: inherit;
	margin: 0 0 52px;
}

.business h2 {
	letter-spacing: .5px;
	line-height: 1.35;
	text-align: center;
	font-weight: 600;
	margin: 0 0 37px;
}

.business .list-unordered {
	font-style: italic;
	line-height: 1.45;
	padding: 0 10px 0 0;
}

.business .list-unordered li {
	padding: 0 0 26px;
}

.business .list-unordered li:last-child {
	padding: 0;
}

.business .list-unordered i {
	right: calc(100% + 23px);
}

.business .entry {
	padding-bottom: 18px;
}

.business .visual {
	right: -6px;
	bottom: -4px;
}

.garantee {
	padding: 76px 0 26px;
	border-bottom: 1px solid #bcbcbc;
}

.garantee .wrap {
	max-width: 720px;
}

.garantee h2 {
	line-height: 1.35;
	text-align: center;
	margin: 0 0 45px;
}

.columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
}

.columns .col {
	width: 40%;
}

.columns .col:first-child {
	width: 60%;
}

.columns strong {
	font-weight: 500;
}

.columns p {
	margin: 0 0 33px;
}

.columns span {
	color: #6593b1;
}

.medal {
	padding: 10px 0 0;
	text-align: right;
}

.agree {
	padding: 68px 0 48px;
	position: relative;
	background: #fbfbfc;
}

.agree p {
	margin: 0 0 25px;
}

.agree .wrap {
	max-width: 645px;
}

.agree h2 {
	line-height: 1.5;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 34px;
}

.agree ul {
	text-align: center;
	font-style: italic;
	padding: 0 0 14px;
}

.agree ul li {
	padding: 0 0 19px;
}

.agree strong {
	letter-spacing: .5px;
	font-weight: 500;
}

.agree .text-area p {
	margin: 0 0 33px;
}

#footer {
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
}

.f1 {
	background: #6fb8ca;
	color: #fff;
	padding: 89px 0 63px;
	line-height: 1.9;
	font-size: 16px;
}

.f1 .wrap {
	max-width: 1100px;
}

.f1 p {
	margin: 0 0 65px;
}

.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.1;
	font-size: 18px;
}

.copy {
	padding: 0 13px 0 0;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
	font-weight: 500;
}

.footer-nav li {
	padding: 0 23px;
	border-left: 1px solid #fff;
}

.footer-nav li:first-child {
	border: none;
}

.footer-nav a {
	color: inherit;
}

@media (max-width: 1399px) {
	[id="header"] {
		padding: 80px 0 0;
	}

	.top-banner .wrap {
		padding-top: 200px;
	}

	.path-second .visual {
		left: -93px;
	}

	.intro .img-area {
		right: -110px;
	}

	.agree .bg-stretch {
		right: -160px;
	}
}

@media (max-width: 1365px) {
	[id="header"] {
		padding: 60px 0 0;
	}

	.top-banner .wrap {
		padding-top: 170px;
	}
}

@media (max-width: 1279px) {
	.block .visual {
		bottom: -30px;
		right: -40px;
	}

	.paths .list-unordered {
		margin: 0 0 33px;
	}

	.path-second .visual {
		left: -180px;
	}

	.intro .img-area {
		right: -180px;
	}

	.box .img-area {
		left: -40px;
	}

	.box .visual {
		right: -70px;
	}

	.service .img {
		left: -60px;
	}

	.service-block .img {
		left: -180px;
	}

	.clients {
		margin: 0 -8px;
	}

	.business .visual {
		right: -126px;
	}

	.agree .bg-stretch {
		right: -340px;
	}
}

@media (max-width: 1023px) {
	h1,
	.h1 {
		font-size: 32px;
	}

	.top-banner blockquote {
		font-size: 32px;
	}

	.block .img-area {
		left: -80px;
	}

	.block .visual {
		bottom: -70px;
	}

	.path {
		right: 0;
	}

	.path-first .bg-stretch {
		left: -55px;
	}

	.path-second .img-area {
		display: none;
	}

	.intro .img-area {
		right: -330px;
	}

	.box .text-area {
		padding: 0 18px 0 47px;
	}

	.box .img-area {
		display: none;
	}

	.box .visual {
		right: -100px;
		bottom: -70px;
	}

	.service .img {
		left: -180px;
	}

	.service .img-area {
		left: -70px;
	}

	.service .visual {
		right: -70px;
	}

	.service-block .entry .aligncenter h2 {
		font-size: 32px;
	}

	.service-block .img {
		left: -260px;
	}

	.service-block .img-area {
		left: -85px;
	}

	.item {
		width: 155px;
		height: 95px;
	}

	.business .visual {
		right: -275px;
	}

	.agree .bg-stretch {
		right: -420px;
	}

	.f1 {
		padding: 50px 0 45px;
	}

	.f1 p {
		margin: 0 0 50px;
	}

	.footer-bottom {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 28px;
	}

	br {
		display: none;
	}

	[id="header"] {
		padding: 50px 0 0;
	}

	.top-banner .wrap {
		padding-top: 150px;
	}

	.top-banner blockquote {
		font-size: 26px;
	}

	.top-banner .text-area {
		padding: 0 0 99px;
	}

	.entry {
		padding: 0;
	}

	.entry p {
		margin: 0 0 25px;
	}

	.block {
		padding: 45px 0;
	}

	.block .img-area {
		display: none;
	}

	.list-unordered {
		padding: 0 0 0 29px;
	}

	.turquoise {
		padding: 45px 0;
	}

	.next {
		padding: 45px 0 16px;
	}

	.paths .list-unordered i {
		right: calc(100% + 14px);
	}

	.path {
		padding: 45px 0 20px;
	}

	.path-second {
		padding: 45px 0 20px;
	}

	.path-second .list-unordered {
		margin-bottom: 30px;
	}

	.path-second .aligncenter {
		padding: 0 0 30px;
	}

	.intro {
		padding: 45px 0 20px;
	}

	.intro:before,
	.intro:after {
		border-width: 25px 25px 0 25px;
	}

	.box {
		padding: 45px 0;
	}

	.box .text-area {
		padding: 0;
	}

	.box .list-unordered {
		margin-bottom: 30px;
	}

	.box .entry {
		padding: 0;
	}

	.box .visual {
		right: -170px;
		bottom: -110px;
	}

	.container {
		padding: 45px 0 20px;
	}

	.container .entry {
		padding: 0;
	}

	.container .entry p {
		margin: 0 0 25px;
	}

	.container-block {
		padding: 45px 0 20px;
	}

	.service {
		padding: 45px 0 25px;
	}

	.service .entry {
		padding: 0;
	}

	.service .text-area {
		padding: 0;
	}

	.service .text-area p {
		margin: 0 0 25px;
	}

	.service .img {
		display: none;
	}

	.service .img-area {
		display: none;
	}

	.service .visual {
		display: none;
	}

	.service-block {
		padding: 45px 0;
	}

	.service-block .text-area {
		padding: 0;
	}

	.service-block .entry {
		padding: 0;
	}

	.service-block .entry .aligncenter h2 {
		font-size: 28px;
	}

	.service-block .img {
		display: block;
		left: -290px;
	}

	.item {
		width: 147px;
	}

	.odd i {
		right: calc(100% + 13px);
	}

	.table {
		padding: 0;
	}

	.table .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 10px 0;
		border-bottom: 1px solid #bcbcbc;
	}

	.table .row:last-child {
		border: none;
	}

	.table .col {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.table .col:first-child {
		width: 100%;
	}

	.table .col:first-child span {
		padding: 0 0 10px;
	}

	.table span {
		padding: 0 15px 10px;
	}

	.about {
		padding: 45px 0 20px;
	}

	.about .entry {
		padding: 0;
	}

	.business {
		padding: 45px 0 2px;
	}

	.business h4 {
		padding: 0;
	}

	.business .visual {
		display: none;
	}

	.garantee {
		padding: 45px 0 20px;
	}

	.columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 0;
	}

	.columns .col {
		width: 100%;
	}

	.columns .col:first-child {
		width: 100%;
	}

	.columns p {
		margin: 0 0 25px;
	}

	.medal {
		text-align: center;
		padding: 0 0 40px;
	}

	.agree {
		padding: 45px 0 20px;
	}

	.footer-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.copy {
		padding: 0;
		text-align: center;
	}

	.footer-nav {
		padding: 0 0 45px;
	}
}

@media (max-width: 666px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	textarea {
		width: 100%;
	}

	.block .visual {
		bottom: -20px;
	}

	.item {
		width: 155px;
	}
}

@media (max-width: 374px) {
	.block .visual img:first-child {
		margin: 0 0 10px;
	}

	.container blockquote {
		margin: 0 0 30px 20px;
	}

	.item {
		width: 137px;
	}
}
