@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
/*! 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;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

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;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #939fa4;
	background: #fff;
	font: 16px/1.2 "Montserrat", "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;
}

body {
	font-weight: 500;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.display-1,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #24282a;
}

.display-1 {
	font-size: 2.375rem;
	line-height: 1.25;
}

h1,
.h1 {
	font-size: 2rem;
}

h2,
.h2 {
	font-size: 1.75rem;
}

h3,
.h3 {
	font-size: 1.5rem;
}

h4,
.h4 {
	font-size: 1.25rem;
}

h5,
.h5 {
	font-size: 1rem;
}

h6,
.h6 {
	font-size: .9375rem;
}

p {
	margin: 0 0 1.5rem;
	line-height: 1.5;
}

a {
	color: #3bc8c0;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, background .3s ease-in-out;
}

a:hover,
a:focus {
	outline: none;
	color: #2ea29c;
}

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: .5px solid #d5dde0;
	padding: .4em .7em;
	background-color: #f7f8f9;
	border-radius: 15px;
	height: 57px;
	color: #24282a;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: rgba(167, 176, 180, .85);
	outline: none;
}

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: #3e4958;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

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: #3e4958;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

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: #3e4958;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

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: #3e4958;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #3e4958;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

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;
	border: 0;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="file"]:focus,
input[type="submit"]:focus {
	outline: none;
}

.btn {
	-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
	transition: background-color .25s ease-in-out, color .25s ease-in-out;
	display: inline-block;
	vertical-align: top;
	font-size: .875rem;
	font-weight: 700;
	border-radius: .9375rem;
	padding: .9375rem 2.5rem;
	text-align: center;
	text-transform: uppercase;
	background-color: #3bc8c0;
	color: #fff;
	box-shadow: 0 2px 8px rgba(59, 200, 192, .32);
}

.btn:hover,
.btn:focus {
	background-color: #33b6af;
	color: #fff;
}

.btn.btn-white {
	background-color: #fff;
	color: #3bc8c0;
}

.btn.btn-white:hover {
	background-color: #3bc8c0;
	color: #fff;
}

.banner {
	background: -webkit-linear-gradient(225deg, #44e1c6 0%, #001497 100%);
	background: linear-gradient(225deg, #44e1c6 0%, #001497 100%);
}

.banner .holder {
	min-height: 100vh;
	padding: 5rem 0 6.25rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner .container {
	width: 100%;
}

.banner .text-holder {
	color: #fff;
	padding-top: 4.8125rem;
	font-size: 1rem;
	font-weight: 500;
	width: 100%;
	margin-bottom: 7.5rem;
}

.banner h1 {
	color: #fff;
	margin-bottom: .5625rem;
}

.banner .mobile-content {
	position: relative;
	margin: 0 auto;
	filter: drop-shadow(0px 60px 120px rgba(0, 0, 0, .2));
	width: 180px;
}

.banner .mobile-content .mobile-cover {
	position: absolute;
	top: -1.75rem;
	bottom: 0;
	left: -1.3125rem;
	right: -1.375rem;
	z-index: 9;
}

.banner .mobile-content .screen {
	position: relative;
	z-index: 2;
	width: 180px;
}

.banner .mobile-content .screen img {
	width: 100%;
}

.banner .dot {
	position: absolute;
	top: -3.1875rem;
	z-index: 1;
	left: -3.125rem;
}

.banner .dot.dot-bottom {
	top: auto;
	left: auto;
	right: -3.1875rem;
	bottom: -3.625rem;
}

.banner .btn {
	margin-top: .3125rem;
}

.banner .btn:hover,
.banner .btn:focus {
	background-color: #fff;
	color: #3bc8c0;
}

.slider-section {
	padding: 2.6875rem 0 3.75rem;
}

.slider-section .slick-list {
	overflow: visible;
}

.slider-section .image-holder {
	padding: 0 .9375rem;
	filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .13));
}

.features-section {
	padding: 4.125rem 0 2.5rem;
	font-size: 16px;
}

.features-section h2,
.features-section .h4 {
	font-weight: 600;
	margin-bottom: .5625rem;
}

.features-wrapper {
	text-align: center;
}

.features-wrapper .icon-holder {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #dbe0ef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 35px;
}

.features-wrap .image-holder {
	position: relative;
	width: 222px;
	margin: 0 auto 50px;
}

.features-wrap .image-holder img {
	width: 220px;
}

.features-wrap .feature-detail p {
	line-height: 1.8;
	font-size: 16px;
}

.features-wrap h1 {
	font-weight: normal;
	margin-bottom: 1.1875rem;
	font-size: 34px;
}

.features-wrap .dot-gray {
	position: absolute;
	top: 3.875rem;
	right: -1.875rem;
	z-index: 1;
}

.features-wrap .dot-gray.bottom-left {
	top: auto;
	right: auto;
	bottom: 0;
	left: -2.5rem;
}

.features-wrap img {
	position: relative;
	z-index: 9;
}

.feature-content {
	background-color: #f5fcfc;
	padding: 5rem 0 3.125rem;
}

.feature-content:nth-child(even) {
	background-color: #fff;
}

#header {
	z-index: 99;
	padding: 1.875rem 0 1.25rem;
	position: absolute;
	background-color: transparent;
	left: 0;
	right: 0;
	width: 100%;
}

.logo {
	width: 170px;
	margin-right: 1.5625rem;
	position: relative;
	z-index: 99;
}

.nav-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* style for NAV */

#nav {
	width: auto;
}

#nav .menu {
	position: relative;
	padding: 8.125rem .9375rem 3.125rem;
	background: -webkit-linear-gradient(215deg, #44e1c6 0%, #001497 150%);
	background: linear-gradient(235deg, #44e1c6 0%, #001497 150%);
}

#nav .menu li {
	text-transform: capitalize;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: .9375rem;
}

#nav .menu li:last-child {
	margin-bottom: 0;
}

#nav .menu li a {
	color: #fff;
}

#nav .menu li a:hover {
	color: #ebebeb;
}

.drop {
	-webkit-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	z-index: 9;
}

.resize-active .drop {
	-webkit-transition: none;
	transition: none;
}

.nav-active .drop {
	left: 0;
}

.opener {
	display: none;
}

.opener {
	width: 3rem;
	height: 3rem;
	position: relative;
	z-index: 99;
	border-radius: .1875rem;
	text-indent: -9999px;
	overflow: hidden;
}

.opener:before,
.opener:after,
.opener span {
	background: #fff;
	border-radius: 0;
	position: absolute;
	top: 1.4375rem;
	left: 13%;
	right: 13%;
	height: .25rem;
	margin-top: -.125rem;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.resize-active .opener:before,
.resize-active .opener:after,
.resize-active
    .opener span {
	-webkit-transition: none;
	transition: none;
}

.opener:before,
.opener:after {
	content: "";
	top: .75rem;
}

.opener:after {
	top: 2.0625rem;
}

.nav-active .opener span {
	opacity: 0;
}

.nav-active .opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1.375rem;
	left: 10%;
	right: 10%;
}

.nav-active .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 1.375rem;
	left: 10%;
	right: 10%;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 .9375rem;
}

.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.three-col .col {
	margin-bottom: 2.5rem;
}

.heading h1 {
	margin-bottom: 1.875rem;
}

.heading h1 span {
	font-weight: 300;
}

.intro-section {
	padding: 4.5rem 0 1.875rem;
}

.intro-section .intro-content {
	text-align: center;
	max-width: 568px;
	margin: 0 auto;
}

.intro-section .intro-logo {
	margin-bottom: 2.75rem;
}

.call-to-action {
	padding: 3.125rem 0 1.875rem;
}

.call-to-action-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	min-height: 600px;
	padding: 3.125rem 0 7.5rem;
}

.call-to-action-wrapper h1 {
	font-weight: 400;
	color: #fff;
	margin-bottom: 2.0625rem;
}

.call-to-action-wrapper .image-holder {
	position: absolute;
	top: -2.5rem;
	left: -2.8125rem;
	right: -2.6875rem;
	bottom: -2.625rem;
	z-index: -1;
}

.call-to-action-wrapper .image-holder img {
	height: 100%;
}

.call-to-action-wrapper .content-holder {
	max-width: 730px;
}

.call-to-action-wrapper .btn {
	margin-top: 1rem;
}

.sign-up-section {
	padding: 2.75rem 0 5rem;
}

.sign-up-section .content-holder {
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}

.sign-up-section h2 {
	font-weight: normal;
	margin-bottom: 1.75rem;
	line-height: 1.472;
}

.sign-up-section input {
	width: 100%;
}

.sign-up-section .btn-holder {
	margin-top: 1.75rem;
}

.sign-up-section .btn {
	padding: 1.25rem 2.4375rem;
}

@media (min-width: 480px) {
	.banner .mobile-content {
		width: 230px;
	}

	.banner .mobile-content .mobile-cover {
		top: -2.25rem;
		left: -1.6875rem;
		right: -1.75rem;
	}

	.banner .mobile-content .screen {
		width: 230px;
	}

	.banner .dot.dot-bottom {
		bottom: -3.1875rem;
	}

	.features-wrapper {
		padding: 0 3.1875rem;
	}

	.call-to-action-wrapper {
		padding: 3.125rem 3.125rem 7.5rem;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 1.125rem;
	}

	.display-1 {
		font-size: 3.125rem;
	}

	h1,
	.h1 {
		font-size: 3rem;
	}

	h2,
	.h2 {
		font-size: 2.25rem;
	}

	h3,
	.h3 {
		font-size: 1.75rem;
	}

	h4,
	.h4 {
		font-size: 1.5rem;
	}

	h5,
	.h5 {
		font-size: 1.125rem;
	}

	h6,
	.h6 {
		font-size: 1rem;
	}

	.btn {
		padding: 1.25rem 4.375rem;
	}

	.banner .holder {
		padding: 13.125rem 0 3.125rem 0;
	}

	.banner .text-holder {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 380px;
		width: auto;
		margin-bottom: 0;
	}

	.banner .mobile-content {
		margin-left: 4.375rem;
		height: 100%;
		margin-right: 4.375rem;
	}

	.banner .banner-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: flex-wrap;
		flex-wrap: flex-wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 3.125rem;
	}

	.slider-section .image-holder {
		padding: 0 2.1875rem;
	}

	.features-wrapper {
		padding: 0;
	}

	.iphone-features {
		padding: 9.0625rem 0 0;
	}

	.features-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.features-wrap .image-holder {
		margin-left: 3.4375rem;
		margin-top: -10.875rem;
		height: 100%;
		margin-bottom: 0;
		width: 300px;
	}

	.features-wrap .feature-detail {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 1.25rem 0 2.5rem 2.5rem;
	}

	.features-wrap .dot-gray {
		right: 3.4375rem;
		top: 4.5rem;
	}

	.features-wrap .dot-gray.bottom-left {
		bottom: 1.4375rem;
		left: -3.5rem;
	}

	.feature-content {
		padding: 3.125rem 0 12.375rem;
	}

	.feature-content:nth-child(even) .features-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.feature-content:nth-child(even) .features-wrap .image-holder {
		margin-top: -14.0625rem;
		margin-left: 0;
	}

	.feature-content:nth-child(even) .features-wrap .image-holder img {
		margin-left: 2.625rem;
	}

	.feature-content:nth-child(even) .features-wrap .feature-detail {
		padding: 0 3.125rem 0 0;
	}

	.feature-content:nth-child(even) .features-wrap .dot-gray {
		top: 1.3125rem;
		right: auto;
		left: .625rem;
	}

	.feature-content:nth-child(even) .features-wrap .dot-gray.bottom-left {
		top: auto;
		right: 1.3125rem;
		bottom: 3.125rem;
		left: auto;
	}

	.feature-content:nth-child(even) .features-wrap h1 {
		margin-bottom: 1.6875rem;
	}

	.feature-content:last-child {
		padding: 5rem 0 2.375rem;
	}

	#header {
		padding: 3.875rem 0 1.25rem;
	}

	.nav-wrapper {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#nav {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	#nav .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		background: transparent;
		padding: 0;
	}

	#nav .menu li {
		margin-left: 2.5rem;
		margin-bottom: 0;
		font-size: .875rem;
	}

	.drop {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.three-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -.9375rem;
	}

	.three-col .col {
		margin-bottom: 1.25rem;
		width: 33.33%;
		padding: 0 .9375rem;
	}

	.call-to-action {
		padding: 3.125rem 0 3.5rem;
	}

	.call-to-action-wrapper {
		min-height: 750px;
	}

	.call-to-action-wrapper .btn {
		padding: 1.25rem 6.625rem;
	}
}

@media (min-width: 1024px) {
	.banner .holder {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 12.5rem 0 7.5rem 0;
	}

	.banner .text-holder {
		max-width: 455px;
		font-size: 1.25rem;
	}

	.banner .mobile-content {
		margin-bottom: -12.5rem;
		width: 283px;
		margin-left: 6.25rem;
		margin-right: 7.5rem;
	}

	.banner .mobile-content .mobile-cover {
		top: -2.75rem;
		left: -2.1875rem;
		right: -2.0625rem;
	}

	.banner .mobile-content .screen {
		width: 283px;
	}

	.banner .banner-content {
		margin-bottom: 1.25rem;
	}

	.banner .dot {
		left: -5.1875rem;
	}

	.banner .dot.dot-bottom {
		right: -5.25rem;
		bottom: 1.875rem;
	}

	.features-wrapper {
		padding: 0 1.9375rem;
	}

	.features-wrap .image-holder {
		width: 450px;
	}

	.features-wrap .image-holder img {
		width: 338px;
	}

	.features-wrap .feature-detail p {
		font-size: 18px;
	}

	.features-wrap h1 {
		font-size: 48px;
	}

	.feature-content {
		padding: 5rem 0 18.625rem;
	}

	.feature-content:nth-child(even) .features-wrap .image-holder {
		margin-top: -20.3125rem;
	}

	.feature-content:nth-child(even) .features-wrap .dot-gray {
		left: -1.4375rem;
	}

	.logo {
		margin-right: 2.625rem;
		width: 195px;
	}

	.three-col {
		margin: 0 -1.25rem;
	}

	.three-col .col {
		padding: 0 1.25rem;
	}

	.intro-section {
		padding: 10.75rem 0 1.875rem;
	}

	.call-to-action-wrapper .image-holder {
		left: -3.4375rem;
		right: -3.3125rem;
	}

	.call-to-action-wrapper .content-holder {
		margin-top: 1.5625rem;
	}
}

@media (min-width: 1200px) {
	.display-1 {
		font-size: 3.75rem;
	}

	.banner .text-holder {
		max-width: 550px;
	}

	.banner .mobile-content {
		margin-left: 6.25rem;
		margin-right: 8.3125rem;
	}

	.features-wrap .feature-detail {
		padding: 6.25rem 0 6.25rem 5.875rem;
	}

	.feature-content:nth-child(even) .features-wrap .feature-detail {
		padding: 0 9.375rem 0 0;
	}

	.call-to-action-wrapper .image-holder {
		left: -5.125rem;
		right: -5.1875rem;
		bottom: -4.5rem;
	}
}

@media (max-width: 767px) {
	.features-wrap .feature-detail {
		width: 100%;
		text-align: center;
		max-width: 500px;
		margin: 0 auto;
	}

	.drop {
		overflow-y: auto;
		overflow-x: hidden;
	}

	.opener {
		display: block;
	}
}
