/*! 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;
}

input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}


/**
 * 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;
}

.logos-section .company-logo,
#footer .contact-info,
#footer .logo-holder .company-logo {
	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: #000;
	background: #fff;
	font: 12px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.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: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #808a93;
}

a:hover,
a:focus {
	text-decoration: none;
}

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 #313131;
	padding: .4em .7em;
}

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: #313131;
}

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: #313131;
}

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: #313131;
}

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: #313131;
}

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

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;
}

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

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

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

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-gift2:before {
	content: "\e908";
}

.icon-ico2:before {
	content: "\e909";
}

.icon-gift:before {
	content: "\e90a";
}

.icon-ico1:before {
	content: "\e90b";
}

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

.icon-customer:before {
	content: "\e901";
}

.icon-fees:before {
	content: "\e902";
}

.icon-success:before {
	content: "\e903";
}

.icon-customer2:before {
	content: "\e904";
}

.icon-fees2:before {
	content: "\e905";
}

.icon-girl:before {
	content: "\e906";
	color: #65675b;
}

.icon-success2:before {
	content: "\e907";
}

#header {
	overflow: hidden;
	position: relative;
	padding: 25px 0 15px;
}

#header:after,
#header:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 10px;
	right: 10px;
	bottom: auto;
	height: 2px;
	background: #231f20;
}

#header:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 10px;
	right: 10px;
	bottom: auto;
	height: 5px;
}

#header .logo {
	width: 220px;
	margin: 10px auto 5px;
}

#header .logo img {
	width: 100%;
	max-width: inherit;
	height: auto;
	display: block;
}

/* custom select styles */

.jcf-select {
	width: 100%;
	height: 34px;
	font-size: 12px;
	line-height: 16px;
	outline: none;
	box-shadow: none;
	border: 1px solid #8e8e8e;
	background: #313131;
	display: block;
	position: relative;
}

.jcf-select.error {
	border-color: #f00;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	padding: 9px 10px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
	display: none;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #8e8e8e;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #808a93;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: none;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
	display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #8e8e8e;
	height: 1px;
	width: 8px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-slider {
	padding: 0 0 0 4px;
	height: 100% !important;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #8e8e8e;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

body {
	min-width: 320px;
}

a {
	outline: none;
}

.btn {
	display: inline-block;
	vertical-align: top;
	min-width: 240px;
	font: 12px/16px "robotoslab", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	padding: 4px 8px;
	color: #000;
	border: 0;
	outline: none;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	background: #fff;
}

.btn span {
	display: block;
	padding: 6px 5px;
	border: 1px solid #000;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.btn:hover {
	color: #fff;
	background: #808a93;
}

.btn:hover span {
	border-color: #fff;
}

h1,
h2 {
	font-family: "robotoslab", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	margin: 0 0 10px;
}

input.form-control {
	width: 100%;
	height: 34px;
	font-size: 12px;
	line-height: 16px;
	outline: none;
	box-shadow: none;
	border: 1px solid #8e8e8e;
	padding: 9px 10px;
	background: none;
}

input.form-control.error {
	border-color: #f00;
}

.jcf-hidden.error + .jcf-select {
	border-color: #f00;
}

.container {
	max-width: 898px;
	padding: 0 10px;
	margin: 0 auto;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

#main {
	margin: 0 0 39px;
}

#main:after {
	content: "";
	display: block;
	clear: both;
}

.visual {
	width: 100%;
	margin: 0 0 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.visual .caption {
	max-width: 450px;
	padding: 20px 0;
	text-align: center;
	background: #fff;
}

.visual .caption h1 {
	display: block;
	font: 20px/25px "robotoslab", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 20px;
	margin: 0 0 14px;
}

.visual .caption h1 span {
	font-style: italic;
	font-weight: 700;
}

.visual .caption .btn {
	border: 1px solid #000;
	padding: 3px 8px;
}

.visual .caption .btn:hover {
	border-color: #fff;
}

.visual .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 260px;
}

.visual .container.align-right {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}

.visual .text-holder {
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	color: #313131;
	font-weight: 400;
	text-align: center;
	font-family: "robotoslab", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.visual .text-holder p {
	margin: 0 0 15px;
}

.visual .text-holder .btn {
	margin: 0 0 0 5px;
}

.visual .image-holder {
	left: -4px;
	bottom: 0;
	position: absolute;
}

.visual .image-holder img {
	display: block;
	height: auto;
	max-width: 100%;
}

.twocolumns {
	overflow: hidden;
	width: 100%;
	margin: 0 0 35px;
	padding: 0 0 20px;
	border-bottom: 1px solid #000;
}

.twocolumns.style {
	border: none;
	margin: 0;
	text-align: justify;
}

.twocolumns .column {
	width: 100%;
}

.twocolumns p {
	margin: 0 0 10px;
}

.threecols,
.four-cols {
	overflow: hidden;
	width: 100%;
	margin: 0 0 45px;
	text-align: center;
}

.threecols h2,
.four-cols h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 41px;
}

.threecols h2 br,
.four-cols h2 br {
	display: none;
}

.threecols .col-holder,
.four-cols .col-holder {
	font-size: 15px;
}

.threecols .col,
.four-cols .col {
	width: 280px;
	border-top: 1px solid #000;
	margin: 0 auto;
	padding: 25px 0 10px;
}

.threecols .col:first-child,
.four-cols .col:first-child {
	border: 0;
	padding-top: 0;
}

.threecols .img-box,
.four-cols .img-box {
	margin: 0 0 15px;
}

.threecols .icon-fees,
.threecols .icon-company,
.threecols .icon-customer,
.threecols .icon-success,
.threecols .icon-ico1,
.threecols .icon-gift,
.four-cols .icon-fees,
.four-cols .icon-company,
.four-cols .icon-customer,
.four-cols .icon-success,
.four-cols .icon-ico1,
.four-cols .icon-gift {
	display: block;
	font-size: 63px;
	line-height: 1;
	color: #313131;
}

.threecols .icon-fees,
.four-cols .icon-fees {
	font-size: 58px;
}

.threecols .icon-company,
.four-cols .icon-company {
	font-size: 72px;
}

.threecols .icon-gift,
.four-cols .icon-gift {
	font-size: 55px;
}

.threecols .icon-success,
.four-cols .icon-success {
	-webkit-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);
	transform: rotate(-9deg);
}

.threecols h1,
.threecols h3,
.four-cols h1,
.four-cols h3 {
	font: 15px/18px "robotoslab", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #313131;
	margin: 0 0 15px;
}

.threecols h1 a,
.threecols h3 a,
.four-cols h1 a,
.four-cols h3 a {
	color: #313131;
	text-decoration: none;
}

.form {
	overflow: hidden;
	color: #fff;
	background: #313131;
	padding: 25px 15px 35px;
}

.form.style {
	padding: 25px 15px 19px;
}

.form .form-holder {
	overflow: hidden;
	margin: 0 0 25px;
}

.form .form-holder.style {
	margin: 0 0 12px;
}

.form .inner {
	overflow: hidden;
	padding: 34px 0 10px;
	border-top: 1px solid #fff;
}

.form .inner.style {
	border: none;
	padding: 0;
}

.form .inner:first-child {
	border: 0;
	padding: 0 0 21px;
}

.form .inner.pb {
	padding: 0 0 12px;
}

.form .title {
	display: block;
	font: 300 15px/18px "robotoslab", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	margin: 0 0 8px;
}

.form h2 {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.form .row {
	overflow: hidden;
}

.form .input-holder {
	width: 100%;
	margin: 0 0 12px;
}

.form label {
	display: block;
	margin: 0 0 6px;
}

.form .checkbox-holder {
	width: 245px;
	margin: 0 auto 22px;
	position: relative;
}

.form .checkbox-holder.style {
	margin: 0 auto 13px;
	padding: 3px 0 0;
}

.form .checkbox-holder.disable .check {
	opacity: .2;
}

.form .checkbox-holder.disable label {
	pointer-events: none;
	opacity: .2;
}

.form .checkbox-holder label {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 28px;
	position: relative;
}

.form .checkbox-holder label a {
	color: #fff;
}

.form .checkbox-holder input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.form .checkbox-holder input[type="checkbox"].error ~ .check {
	border-color: #f00;
}

.form .checkbox-holder input[type="checkbox"]:checked ~ .check:before {
	display: block;
}

.form .checkbox-holder .check {
	position: absolute;
	top: 10px;
	left: 0;
	height: 16px;
	width: 16px;
	border: 1px solid #fff;
	background: #fff;
}

.form .checkbox-holder .check:before {
	display: none;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	height: 7px;
	width: 11px;
	margin: -5px 0 0 -5px;
	border: 3px solid #000;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-48deg);
	-ms-transform: rotate(-48deg);
	transform: rotate(-48deg);
}

.form .btn-holder {
	text-align: center;
}

.form .btn-holder .btn {
	margin: 0;
}

.form .terms-row {
	overflow: hidden;
	margin: 0 0 25px;
}

.form .terms-row h3 {
	margin: 0 0 11px;
	color: #fff;
	font: 15px/1.3 "robotoslab", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
}

.form .terms-row .term {
	height: 135px;
	margin: 0 0 0 1px;
	overflow: auto;
	padding: 8px 21px 10px 11px;
	width: auto !important;
	border: 1px solid  #8e8e8e;
}

.form .terms-row .term h4 {
	margin: 0 0 13px;
	color: #fff;
	font: 15px/1.3 "robotoslab", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.form .terms-row .term p {
	margin: 0 0 10px;
}

.form .terms-row .term .txt {
	display: block;
}

.form .terms-row .term .text {
	text-decoration: underline;
}

.form #info-holder {
	overflow: hidden;
	padding: 30px 0 0;
}

.form #info-holder .text-red {
	color: #f00;
}

.jcf-option-hideme {
	display: none;
}

.logos-section {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0 0 10px;
}

.logos-section .container {
	max-width: 924px;
}

.logos-section h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 35px;
}

.logos-section .company-logo {
	width: 100%;
	letter-spacing: -.32em;
}

.logos-section .company-logo li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 38px;
	letter-spacing: 0;
}

.logos-section .company-logo img {
	display: block;
}

#footer {
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 30px;
}

#footer .holder {
	padding: 25px 0 10px;
	border-top: 1px solid #000;
	text-align: center;
}

#footer .footer-logo {
	width: 120px;
	margin: 0 auto 20px;
}

#footer .footer-logo img {
	width: 100%;
	max-width: inherit;
	height: auto;
	display: block;
}

#footer .logo-box {
	width: 140px;
	margin: 0 auto 15px;
}

#footer .logo-box .text {
	display: block;
	margin: 0 0 2px;
}

#footer .logo-box img {
	width: 100%;
	max-width: inherit;
	height: auto;
	display: block;
}

#footer .contact-info {
	text-align: center;
	margin: 0 0 15px;
	letter-spacing: -.32em;
}

#footer .contact-info li {
	padding: 0 0 5px;
	position: relative;
	letter-spacing: 0;
}

#footer .contact-info li:first-child:after,
#footer .contact-info li:last-child:after {
	display: none;
}

#footer .contact-info li:after {
	display: none;
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	right: auto;
	bottom: 0;
	width: 2px;
	height: 10px;
	background: #777576;
}

#footer .contact-info li a {
	color: #000;
}

#footer .contact-info li a:hover {
	text-decoration: none;
}

#footer .logo-holder {
	overflow: hidden;
	text-align: center;
}

#footer .logo-holder p {
	margin: 0 0 11px;
}

#footer .logo-holder .company-logo {
	overflow: hidden;
}

#footer .logo-holder .company-logo li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 10px;
}

#footer .logo-holder .company-logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width: 480px) {
	.threecols h2 br,
	.four-cols h2 br {
		display: block;
	}
}

@media (min-width: 768px) {
	#header {
		padding: 38px 0 21px;
	}

	#header .logo {
		width: 255px;
	}

	.visual {
		margin: 0 0 40px;
	}

	.visual.add {
		margin: 0 0 63px;
	}

	.visual .caption {
		padding: 24px 0 20px;
	}

	.visual .caption h1 {
		font-size: 25px;
		line-height: 30px;
		padding: 0 43px;
	}

	.visual .container.align-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		min-height: 319px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.visual .text-holder {
		width: 280px;
		text-align: left;
		font-size: 20px;
		line-height: 25px;
	}

	.visual .text-holder p {
		margin: 0 0 24px;
	}

	.twocolumns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 0 39px;
		margin: 0 0 50px;
	}

	.twocolumns .column {
		width: 49.3%;
	}

	.threecols,
	.four-cols {
		margin: 0 0 70px;
	}

	.threecols .col-holder,
	.four-cols .col-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.threecols .col,
	.four-cols .col {
		width: 25%;
		padding: 0 15px;
		margin: 0;
		border: 0;
	}

	.threecols .img-box,
	.four-cols .img-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 80px;
		margin: 0 0 14px;
	}

	.threecols h1,
	.threecols h3,
	.four-cols h1,
	.four-cols h3 {
		min-height: 36px;
	}

	.form h2 {
		margin: 0 0 36px;
	}

	.form .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 16px;
	}

	.form .input-holder {
		width: 49%;
		margin: 0;
	}

	.form .input-holder .row {
		margin: 0 0 3px;
	}

	.form .input-holder .row .input-holder {
		width: 48.4%;
	}

	.logos-section {
		margin: 0 0 30px;
	}

	.logos-section h2 {
		margin: 0 0 65px;
	}

	.logos-section .company-logo li {
		margin: 0 13px 38px;
	}

	#footer .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 12px 0 26px;
	}

	#footer .footer-logo {
		margin: 0;
		width: 93px;
	}

	#footer .logo-box {
		width: 140px;
		text-align: right;
		margin: 0;
	}

	#footer .contact-info {
		max-width: 430px;
		padding: 3px 0 0;
		margin: 0;
	}

	#footer .contact-info li {
		display: inline-block;
		vertical-align: top;
		padding: 0 7px 7px;
	}

	#footer .contact-info li:after {
		display: block;
	}
}

@media (min-width: 1024px) {
	.visual .container {
		min-height: 319px;
	}

	.visual .text-holder {
		margin: 0 90px 0 0;
	}

	.threecols .col,
	.four-cols .col {
		padding: 0 20px;
	}

	.form.style {
		padding: 57px 64px 19px;
	}

	.form {
		padding: 57px 64px 66px;
	}

	.form .form-holder {
		margin: 0 0 53px;
	}

	#footer .logo-holder {
		text-align: left;
	}

	#footer .logo-holder .company-logo li {
		margin: 0 12px 10px 0;
	}
}

@media (max-width: 1023px) {
	.visual .image-holder {
		width: 51.2%;
	}
}

@media (max-width: 767px) {
	.visual .image-holder {
		width: 280px;
		position: static;
		margin: 0 auto 15px;
	}

	.form .terms-row .term {
		height: 270px;
	}
}

