/*! 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;
}

.nav,
.logo-list,
.slick-slider.info-holder,
.slick-dots,
.box-holder ul,
.col-holder nav ul {
	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;
}

/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 21px/1.4 "Avenir Next", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #144178;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 45px;
}

h3,
.h3 {
	font-size: 32px;
}

h4,
.h4 {
	font-size: 28px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #144178;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, opacity .3s ease-in-out;
}

a:hover,
a:focus {
	color: #1b59a4;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

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,
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,
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,
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,
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,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* ---------------------------------------------------------
   2. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/fa19948e-5e38-4909-b31e-41acd170d6f2.woff") format("woff"), url("../fonts/6de0ce4d-9278-467b-b96f-c1f5f0a4c375.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/30306912-4758-4c5f-8cd7-76a816c2e7aa.woff") format("woff"), url("../fonts/00b0b7d9-bb66-4f91-aac2-82571a7a3b61.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff") format("woff"), url("../fonts/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"), url("../fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"), url("../fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

/* ---------------------------------------------------------
   3. Common site styles
   ---------------------------------------------------------*/

/* main container styles */

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding: 16px 16px;
	font-weight: 600;
	background: #009144;
	border-radius: 2em;
	min-width: 250px;
}

.btn:hover {
	background: #009144;
	color: #fff;
}

.btn.btn-info {
	background: #fff;
	color: #144178;
}

.btn.btn-info:hover {
	background: #fff;
	color: #144178;
}

.btn.btn-default {
	background: #1d5faf;
}

.btn.btn-default:hover {
	background: #7cade9;
	color: #fff;
}

h2 {
	margin: 0 0 23px;
	font-weight: 600;
}

h3 {
	margin: 0 0 5px;
	font-weight: 600;
	text-transform: uppercase;
}

h4 {
	font-weight: 600;
	margin: 0 0 8px;
}

/* header styles */

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 27px 0 0;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* page logo styles */

.logo {
	width: 144px;
	position: relative;
	z-index: 2;
}

.nav-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
}

.nav.sub-nav {
	margin: 0 0 0 158px;
}

.nav.sub-nav li {
	margin: 0 0 0 54px;
}

.nav li {
	margin: 0 0 0 60px;
}

.nav li.active {
	font-weight: 600;
}

.nav li:first-child {
	margin: 0;
}

.nav a {
	color: #fff;
}

.nav a:hover {
	opacity: .8;
}

.drop {
	display: none;
	background-image: -webkit-linear-gradient(top, #144178 0%, #1d5faf 100%);
	background-image: linear-gradient(180deg, #144178 0%, #1d5faf 100%);
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	left: 100%;
	z-index: 1;
	padding: 80px 0 241px;
	-webkit-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}

.drop .col-holder {
	padding: 0 15px;
}

.drop .title {
	color: #fff;
}

.nav-opener {
	width: 24px;
	height: 16px;
	display: none;
	position: relative;
	z-index: 5;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener span {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-active .nav-opener span {
	opacity: 0;
	visibility: hidden;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	top: 50%;
	-webkit-transform: rotate(46deg);
	-ms-transform: rotate(46deg);
	transform: rotate(46deg);
	margin: -1px 0 0;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-46deg);
	-ms-transform: rotate(-46deg);
	transform: rotate(-46deg);
}

.visual {
	background-image: -webkit-linear-gradient(top, #144178 0%, #1d5faf 100%);
	background-image: linear-gradient(180deg, #144178 0%, #1d5faf 100%);
	color: #fff;
	padding: 135px 0 0;
	text-align: center;
}

.visual.small-style {
	padding: 104px 0 0;
}

.visual.nav-style {
	padding: 85px 0 0;
}

.visual h2 {
	color: inherit;
}

.visual .holder {
	width: 57%;
	margin: 0 auto;
	padding: 0 0 30px;
}

.visual .btn-hold {
	padding: 17px 0 10px;
}

.visual .btn-hold .btn {
	margin: 0 10px;
}

.visual .img-box {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0 50px;
}

.visual .img-box img {
	width: 100%;
	display: block;
}

.logo-holder {
	text-align: center;
	margin: 0 0 45px;
}

.logo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 130px;
	line-height: 1;
	margin: 0 auto;
	width: 84%;
	color: #999;
	opacity: .5;
}

.logo-list li {
	padding: 0 15px;
}

.logo-list i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.logo-list i:before {
	line-height: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.logo-list .pr-entrepreneur {
	font-size: 218px;
}

.logo-list .pr-producthunt {
	font-size: 105px;
}

.info-section {
	text-align: center;
}

.info-section .holder {
	width: 60%;
	margin: 0 auto 40px;
}

.slick-slider {
	/* type holder styles */
}

.slick-slider.info-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px 30px;
	max-width: none;
}

.slick-slider.info-holder .slick-slide {
	padding: 0 15px;
	width: 25%;
}

.slick-slider.info-holder .img-box {
	margin: 0 0 20px;
}

.slick-slider.info-holder .img-box img {
	width: 100%;
	display: block;
}

.slick-slider.info-holder .text-box {
	width: 80%;
	margin: 0 auto;
}

.slick-slider.info-holder .slick-arrow:before,
.slick-slider.info-holder .slick-arrow:after {
	background: #b0b0b0;
}

.item-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -9px 40px;
}

.item-box {
	width: 50%;
	padding: 0 9px;
	margin: 0 0 20px;
}

.item-box.style-1 {
	margin: 0 0 12px;
	font-size: 22px;
}

.item-box.style-1 .title {
	color: #333;
	font-size: 28px;
	font-weight: 400;
}

.item-box.style-1 > div {
	padding: 35px 35px 35px 25px;
}

.item-box.style-1 p {
	margin: 0;
}

.item-box > div {
	padding: 35px 60px 20px 0;
	border: 1px solid #eee;
	box-shadow: 0 2px 3px rgba(164, 164, 164, .21);
	border-radius: 3px;
}

.item-box .title {
	display: block;
	color: #144178;
	font-size: 25px;
	font-weight: 600;
	margin: 0 0 10px;
}

.item-box .title b {
	font-weight: 600;
}

.item-box .img-box {
	width: 160px;
	text-align: center;
	float: left;
	padding: 15px 0 0;
}

.item-box .img-box img {
	display: inline-block;
	vertical-align: middle;
}

.item-box .text-box {
	text-align: left;
	overflow: hidden;
}

.slider-holder {
	background-image: -webkit-linear-gradient(top, #144178 0%, #1d5faf 100%);
	background-image: linear-gradient(180deg, #144178 0%, #1d5faf 100%);
	color: #fff;
	padding: 52px 0 60px;
	text-align: center;
}

.slider-holder.style-1 {
	background: transparent;
	color: #144178;
	padding: 20px 0 0;
}

.slider-holder.style-1 .slider-title {
	color: #b0b0b0;
}

.slider-holder.style-1 .slick-dots button {
	background: #b0b0b0;
}

.slider-holder.style-1 .slick-arrow:before,
.slider-holder.style-1 .slick-arrow:after {
	background: #b0b0b0;
}

.slider-holder .title-holder {
	margin: 0 auto;
	width: 60%;
}

.slider-holder .slider-title {
	display: block;
	font-weight: 400;
	font-size: 25px;
}

.slider-holder .slider-title b {
	font-weight: 600;
}

.slider-holder .btn-hold .btn {
	margin: 0 10px;
}

/* gallery styles */

.slick-slider {
	padding: 55px 50px 0;
	margin: 0 auto 43px;
	position: relative;
	max-width: 1046px;
}

.slick-list {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}

.slick-slide {
	float: left;
	width: 80%;
	margin: 0 auto;
}

.slick-arrow {
	width: 26px;
	height: 42px;
	position: absolute;
	top: 44%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -9999px;
	z-index: 5;
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.slick-arrow.slick-next {
	right: 0;
}

.slick-arrow.slick-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-arrow.slick-next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slick-arrow.slick-prev {
	left: 0;
}

.slick-arrow.slick-prev:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slick-arrow.slick-prev:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-arrow:before,
.slick-arrow:after {
	position: absolute;
	content: "";
	left: 0;
	height: 2px;
	width: 30px;
	background: #fff;
	opacity: .5;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.slick-arrow:before {
	top: 10px;
}

.slick-arrow:after {
	bottom: 10px;
}

.slick-arrow:hover:before,
.slick-arrow:hover:after {
	opacity: 1;
}

blockquote {
	width: 90%;
	margin: 0 auto;
	font-style: italic;
	font-size: 30px;
}

blockquote p {
	margin: 0 0 4px;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	font-size: 12px;
	margin: 33px 0 0;
}

.slick-dots li {
	padding: 0 5px;
}

.slick-dots li.slick-active button {
	opacity: 1;
}

.slick-dots button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 0;
	padding: 0;
	background: #fff;
	opacity: .5;
	text-indent: -9999px;
	outline: none;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.slick-dots button:hover,
.slick-dots button:focus {
	opacity: 1;
}

.row-section {
	padding: 60px 0 35px;
}

.row-section.style-1 {
	padding: 10px 0 33px;
}

.row-section .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 20px;
	margin: 0 0 60px;
}

.row-section .row.row-reverse {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.row-section .row.row-reverse .text-box {
	padding: 30px 60px 0 0;
}

.row-section .img-box {
	width: 285px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.row-section .img-box picture {
	display: block;
}

.row-section .img-box img {
	display: block;
	width: 100%;
}

.row-section .text-box {
	width: 72%;
	padding: 30px 0 0 60px;
}

.row-section .center-row {
	max-width: 594px;
	margin: 0 auto;
	padding: 5px 0 0;
	font-size: 21px;
}

.row-section .center-row h2 {
	margin: 0 0 27px;
}

.row-section .center-row a {
	font-weight: 600;
	text-decoration: underline;
}

.row-section .center-row a:hover {
	text-decoration: none;
}

.row-section h2 {
	margin: 0 0 30px;
}

.row-section p {
	margin: 0 0 30px;
}

.row-section .sub-title {
	display: block;
	font-weight: 600;
	color: #144178;
	margin: 0 0 30px;
}

.plans-holder {
	padding: 40px 0 0;
}

.box-holder {
	max-width: 1054px;
	margin: 0 auto;
	padding: 0 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.box-holder .box {
	width: 50%;
	margin: 0 10px;
	border: 1px solid #eee;
	box-shadow: 0 2px 3px rgba(164, 164, 164, .21);
	border-radius: 3px;
	padding: 25px 60px 30px;
	text-align: center;
}

.box-holder h4 {
	margin: 0;
}

.box-holder .title-holder {
	margin: 0 0 18px;
}

.box-holder .title-holder span {
	display: block;
	color: #b0b0b0;
	font-size: 25px;
}

.box-holder .type {
	display: block;
	font-weight: 600;
	text-align: left;
	margin: 0 0 12px;
}

.box-holder ul {
	text-align: left;
	margin: 0 0 10px;
}

.box-holder ul.style-1 {
	opacity: .1;
}

.box-holder ul.style-2 li {
	position: relative;
	padding: 0 0 0 20px;
}

.box-holder ul.style-2 li:before {
	position: absolute;
	content: "+";
	top: 0;
	left: -2px;
}

.box-holder ul li {
	margin: 0 0 12px;
}

.box-holder .btn {
	margin: 10px 0 0;
}

/* FAQ */

.strides-accordion {
	padding-bottom: 2rem
}

.strides-accordion .accordion-toggle {
	cursor:pointer;
	display:block;
	width:100%;
	border-bottom:1px solid #f1f1f1;
	font-size:1.5rem;
	color:#144178;
	margin:2rem 0 0;
	padding:.5rem;
	text-align:left
}

.strides-accordion .accordion-toggle .number {
	font-weight:600
}

.strides-accordion .accordion-toggle .accordion-arrow {
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
	background:url("../images/right-bracket-grey.svg");
	background-repeat: no-repeat;
	height:0.875rem;
	width:0.875rem;
	margin:0 0 0 .5rem;
	vertical-align:baseline;
	display:inline-block;
	top:.125rem;
	background-position:center center
}

.strides-accordion .accordion-toggle.active .accordion-arrow {
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease
}

@media only screen and (max-width: 40em){
	.strides-accordion .accordion-toggle {
		font-size:1.125rem
	}
}

.strides-accordion .accordion-content {
	display:none;
	background:#ffffff;
	padding:1rem
}

/* footer styles */

#footer {
	background-image: -webkit-linear-gradient(top, #144178 0%, #1d5faf 100%);
	background-image: linear-gradient(180deg, #144178 0%, #1d5faf 100%);
	color: #fff;
	padding: 55px 0 35px;
}

.col-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 0 60px;
}

.col-holder .col {
	width: 38.5%;
	padding: 0 15px 0 0;
}

.col-holder .col.large {
	width: 56.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 48px 0 0;
}

.col-holder h4 {
	color: #fff;
}

.col-holder .btn-hold {
	padding: 10px 0 0;
}

.col-holder .btn {
	min-width: 320px;
	margin: 0 0 20px;
}

.col-holder nav {
	font-size: 15px;
}

.col-holder nav ul li {
	margin: 0 0 11px;
}

.col-holder nav a {
	color: #fff;
}

.col-holder nav a:hover {
	color: #9cc1ef;
}

.col-holder .title {
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 17px;
}

@media (max-width: 1199px) {
	h2 {
		font-size: 40px;
		margin: 0 0 15px;
	}

	h3 {
		font-size: 25px;
	}

	.nav.sub-nav {
		margin: 0 0 0 70px;
	}

	.nav.sub-nav li {
		margin: 0 0 0 40px;
	}

	.nav li {
		margin: 0 0 0 40px;
	}

	.visual {
		padding: 100px 0 0;
	}

	.visual .img-box {
		max-width: 850px;
	}

	.slick-slider.info-holder {
		margin: 0 0 30px;
	}

	.slick-slider.info-holder .text-box {
		width: 100%;
	}

	.item-box > div {
		padding: 20px 20px 20px 0;
	}

	.item-box .img-box {
		width: 120px;
	}

	.item-box .text-box {
		padding: 0 0 0 15px;
	}

	blockquote {
		font-size: 25px;
		width: 85%;
	}

	.col-holder .btn {
		min-width: 250px;
	}
}

@media (max-width: 1023px) {
	body {
		font-size: 18px;
	}

	.btn {
		padding: 11px 16px;
		font-size: 20px;
		min-width: 200px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	.visual .holder {
		width: 80%;
	}

	.visual .img-box {
		max-width: 600px;
		padding: 0 0 30px;
	}

	.logo-holder {
		margin: 0 0 25px;
	}

	.logo-list {
		width: 100%;
		font-size: 100px;
	}

	.logo-list .pr-entrepreneur {
		font-size: 160px;
	}

	.logo-list .pr-producthunt {
		font-size: 80px;
	}

	.info-section .holder {
		width: 80%;
		margin: 0 auto 20px;
	}

	.slick-slider.info-holder {
		padding: 0 30px;
	}

	.slick-slider.info-holder .slick-slide {
		padding: 0 10px;
		width: auto;
	}

	.slick-slider.info-holder .img-box {
		margin: 0 35px 10px;
	}

	.item-box.style-1 {
		font-size: 18px;
	}

	.item-box.style-1 .title {
		font-size: 24px;
	}

	.item-box.style-1 > div {
		padding: 15px;
	}

	.item-box > div {
		padding: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.item-box .img-box {
		min-height: 100px;
		float: none;
		padding: 0;
		margin: 0 auto;
	}

	.item-box .text-box {
		text-align: center;
		padding: 0;
	}

	.slider-holder .title-holder {
		width: 100%;
	}

	.slick-slider {
		padding: 35px 40px 0;
	}

	blockquote {
		width: 95%;
		font-size: 20px;
	}

	.row-section {
		padding: 30px 0;
	}

	.row-section .row.row-reverse .text-box {
		padding: 0 30px 0 0;
	}

	.row-section .row {
		padding: 0;
		margin: 0 0 30px;
	}

	.row-section .img-box {
		width: 250px;
	}

	.row-section .text-box {
		width: 100%;
		padding: 0 0 0 30px;
	}

	.row-section .center-row {
		width: 80%;
	}

	.row-section h2 {
		margin: 0 0 15px;
	}

	.box-holder .box {
		padding: 15px;
	}

	#footer {
		padding: 30px 0 0;
	}

	.col-holder {
		padding: 0;
	}

	.col-holder .col.large {
		padding: 0;
		width: 60%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.col-holder .col {
		width: 40%;
	}

	.col-holder nav {
		width: 50%;
		margin: 0 0 15px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 1.4;
	}

	.btn {
		min-width: 250px;
	}

	h2 {
		line-height: 1.07;
		font-size: 30px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		margin: 0 0 6px;
	}

	#header {
		padding: 20px 0 0;
	}

	#header .container {
		padding: 0 20px;
	}

	.nav-holder {
		display: none;
	}

	.drop {
		display: block;
	}

	.nav-active .drop {
		left: 0;
	}

	.nav-opener {
		display: block;
	}

	.visual.small-style {
		padding: 90px 0 0;
	}

	.visual.small-style .holder {
		padding: 0 0 10px;
	}

	.visual {
		padding: 90px 0 0;
	}

	.visual h2 {
		font-size: 32px;
		line-height: 1.125;
	}

	.visual .holder {
		width: 100%;
		padding: 0 0 15px;
	}

	.visual .btn-hold {
		padding: 10px 0 0;
	}

	.visual .btn-hold .btn {
		margin: 0 10px 10px;
	}

	.visual .img-box {
		padding: 0 0 23px;
	}

	.logo-holder.style-1 {
		margin: -25px 0 0;
	}

	.logo-holder {
		margin: 0;
	}

	.logo-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 124px;
	}

	.logo-list li {
		width: 50%;
	}

	.logo-list .pr-producthunt {
		font-size: 104px;
	}

	.info-section {
		margin: 0 -5px;
	}

	.info-section.style-1 {
		margin: 0;
		padding: 15px 0 0;
	}

	.info-section .holder {
		width: 100%;
		margin: 0 auto 25px;
	}

	.slick-slider.info-holder .img-box {
		margin: 0 auto 13px;
		max-width: 275px;
	}

	.slick-slider.info-holder .text-box {
		width: 65%;
	}

	.item-holder {
		margin: 0 0 10px;
	}

	.item-box.style-1 {
		font-size: 16px;
		line-height: 1.625;
		margin: 0 0 15px;
	}

	.item-box.style-1 .title {
		font-size: 20px;
		margin: 0 0 8px;
	}

	.item-box.style-1 > div {
		padding: 15px 19px;
	}

	.item-box {
		width: 100%;
		padding: 0;
	}

	.item-box > div {
		padding: 15px 25px 0;
	}

	.item-box .title {
		font-weight: 400;
		font-size: 20px;
		line-height: 1.4;
		margin: 0 0 5px;
	}

	.item-box .title b {
		display: block;
	}

	.item-box .img-box {
		float: left;
		width: 50px;
		min-height: auto;
		margin: 0 20px 0 0;
	}

	.item-box .img-box img.style-1 {
		width: 27px;
	}

	.item-box .img-box img.style-2 {
		width: 40px;
	}

	.item-box .text-box {
		text-align: left;
		overflow: visible;
		line-height: 1.625;
	}

	.slider-holder.style-1 {
		padding: 10px 0 0;
	}

	.slider-holder {
		padding: 20px 0 15px;
	}

	.slider-holder .slider-title {
		font-size: 16px;
	}

	.slider-holder .btn-hold .btn {
		margin: 0 10px 10px;
	}

	.slick-slider.style-1 .slick-arrow {
		display: none !important;
	}

	.slick-slider {
		padding: 30px 0 0;
		margin: 0 0 30px;
	}

	.slick-arrow {
		top: 42%;
	}

	blockquote {
		width: 100%;
		font-size: 20px;
	}

	blockquote p {
		margin: 0;
	}

	.slick-dots {
		font-size: 10px;
		margin: 20px 0 0;
	}

	.slick-dots li {
		padding: 0 4px;
	}

	.slick-dots button {
		width: 10px;
		height: 10px;
	}

	.row-section.style-1 {
		padding: 10px 0 20px;
	}

	.row-section {
		padding: 25px 0 18px;
	}

	.row-section .row.row-reverse .text-box {
		padding: 0;
	}

	.row-section .row {
		text-align: center;
		display: block;
		margin: 0 0 43px;
	}

	.row-section .img-box {
		width: 285px;
		margin: 0 auto 42px;
	}

	.row-section .text-box {
		padding: 0;
	}

	.row-section .center-row {
		text-align: center;
		padding: 14px 0 0;
		font-size: 16px;
		width: 100%;
	}

	.row-section .center-row h2 {
		margin: 0 0 24px;
	}

	.row-section h2 {
		line-height: 1.3;
		margin: 0 0 22px;
	}

	.row-section p {
		margin: 0 0 22px;
	}

	.row-section .sub-title {
		margin: 0 0 22px;
	}

	.plans-holder {
		padding: 20px 0 0;
	}

	.box-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}

	.box-holder .box {
		width: 100%;
		padding: 23px 15px 30px;
		margin: 0 0 20px;
	}

	.box-holder h4 {
		font-size: 28px;
		line-height: 1.2;
	}

	.box-holder .title-holder {
		margin: 0 0 21px;
	}

	.box-holder .type {
		text-align: center;
		margin: 0 0 15px;
	}

	.box-holder ul {
		text-align: center;
		margin: 0;
	}

	.box-holder ul li {
		display: inline-block;
		margin: 0 0 14px;
	}

	.box-holder .btn {
		margin: 8px 0 0;
		padding: 15px 16px;
		font-size: 22px;
	}

	#footer {
		padding: 25px 0 0;
	}

	.col-holder {
		display: block;
	}

	.col-holder .col.large {
		text-align: left;
		margin: 0 auto;
		width: 82%;
		max-width: 283px;
	}

	.col-holder .col {
		width: 100%;
		padding: 0;
		text-align: center;
		font-size: 20px;
		margin: 0 0 20px;
	}

	.col-holder h4 {
		font-size: 28px;
	}

	.col-holder .btn {
		font-size: 22px;
		padding: 15px 16px;
		min-width: 320px;
		margin: 0 5px 20px;
	}

	.col-holder nav {
		width: auto;
		margin: 0 0 30px;
	}

	.col-holder nav ul li {
		margin: 0 0 9px;
	}

	.col-holder .title {
		margin: 0 0 15px;
	}
}

@media (max-width: 374px) {
	.logo-list {
		font-size: 100px;
	}

	.logo-list .pr-entrepreneur {
		font-size: 130px;
	}

	.logo-list .pr-producthunt {
		font-size: 84px;
	}

	.box-holder ul {
		text-align: left;
	}

	.col-holder .btn {
		width: 100%;
		min-width: auto;
		margin: 0 0 20px;
	}
}
