@charset "UTF-8";/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *






*/

/*! 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: 0.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: -0.5em;
}

sub {
  bottom: -0.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"], /* 1 */
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: 0.35em 0.625em 0.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;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

p {
  margin: 0;
  padding: 0; 
}

h1 {
  margin:0;
  padding:0;
  font-size:100%;
  font-weight:normal;
}

h2 {
  margin:0;
  padding:0;
  font-size:100%;
  font-weight:normal;
}

h3 {
  margin:0;
  padding:0;
  font-size:100%;
  font-weight:normal;
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/lato-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("/fonts/lato-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-v14-latin-regular.woff2") format("woff2"), url("/fonts/lato-v14-latin-regular.woff") format("woff"), url("/fonts/lato-v14-latin-regular.ttf") format("truetype"), url("/fonts/lato-v14-latin-regular.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/lato-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("/fonts/lato-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/lato-v14-latin-700.woff2") format("woff2"), url("/fonts/lato-v14-latin-700.woff") format("woff"), url("/fonts/lato-v14-latin-700.ttf") format("truetype"), url("/fonts/lato-v14-latin-700.svg#Lato") format("svg");
  /* Legacy iOS */
}
@keyframes spin3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 127, /app/app/assets/stylesheets/onepager/_main.scss */
.spinner-page {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 0.25rem solid rgba(102, 102, 102, 0.2);
  border-top-color: #666666;
  animation: spin3 1s infinite linear;
}

/* line 138, /app/app/assets/stylesheets/onepager/_main.scss */
html,
body {
  height: 100%;
}

/* line 143, /app/app/assets/stylesheets/onepager/_main.scss */
body {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 156, /app/app/assets/stylesheets/onepager/_main.scss */
a {
  text-decoration: none;
  color: #262626;
}

/* line 161, /app/app/assets/stylesheets/onepager/_main.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  position: relative;
}

/* line 173, /app/app/assets/stylesheets/onepager/_main.scss */
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/* line 178, /app/app/assets/stylesheets/onepager/_main.scss */
.nomobile {
  display: block;
}

/* line 181, /app/app/assets/stylesheets/onepager/_main.scss */
.notablet {
  display: block;
}

/* line 184, /app/app/assets/stylesheets/onepager/_main.scss */
.nodesktop {
  display: none;
}

/* line 191, /app/app/assets/stylesheets/onepager/_main.scss */
.wrapper-grid {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

/* line 197, /app/app/assets/stylesheets/onepager/_main.scss */
.center-y {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 203, /app/app/assets/stylesheets/onepager/_main.scss */
.center-y2 {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 209, /app/app/assets/stylesheets/onepager/_main.scss */
.center-y-inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 215, /app/app/assets/stylesheets/onepager/_main.scss */
.grayborder.wrapper-978 {
  border-top: 1px solid #d0d3d3;
  padding-bottom: 90px;
  padding-top: 50px;
  max-width: 100%;
  background-color: #f8f9fa;
}

/* line 223, /app/app/assets/stylesheets/onepager/_main.scss */
.gray.wrapper-978 {
  background-color: #f8f9fa;
  max-width: 100%;
  padding-bottom: 60px;
  padding-top: 30px;
}

/* line 230, /app/app/assets/stylesheets/onepager/_main.scss */
.wrapper-978 {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}

/* line 238, /app/app/assets/stylesheets/onepager/_main.scss */
.page-container {
  height: 100%;
  z-index: 1;
  position: relative;
}

/* line 249, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-header {
  width: 100%;
  height: 750;
}

/* line 256, /app/app/assets/stylesheets/onepager/_main.scss */
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 263, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-loader {
  width: 42px;
  height: 42px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 272, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-header {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
/* line 281, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-header .fig {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 295, /app/app/assets/stylesheets/onepager/_main.scss */
a {
  color: #ffffff;
}

/* line 299, /app/app/assets/stylesheets/onepager/_main.scss */
a:hover {
  text-decoration: underline;
}

/* line 304, /app/app/assets/stylesheets/onepager/_main.scss */
.edu.pg-navi-subpage {
  margin-bottom: 40px;
}

/* line 307, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi-subpage {
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  padding: 20px 100px 20px 100px;
}
/* line 312, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi-subpage .menu-toggle {
  display: none;
  position: absolute;
  width: 70px;
  height: 55px;
  overflow: hidden;
  background: url("/onepager/img/hamburger_black.png") no-repeat 50% 33%;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
/* line 325, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi-subpage .navi-logo {
  float: left;
  width: 150px;
  height: 39px;
  background: url("/onepager/img/hotgloo_logo_black.png") no-repeat top left;
  background-size: 150px 39px;
}
/* line 333, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi-subpage .navi-slots {
  float: right;
}
/* line 338, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi-subpage .navi-slots .navi-slot:hover {
  color: #ff0041;
}
/* line 341, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi-subpage .navi-slots .navi-slot {
  float: left;
  color: #333333;
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  float: left;
  padding: 10px 20px 10px 20px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 354, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-lang {
  position: absolute;
  z-index: 33333;
  background-color: #ffffff;
  padding: 20px 30px 10px 30px;
  font-family: "lato",sans-serif;
  font-weight: 600;
  border: 1px solid #ff0041;
  font-size: 16px;
  line-height: 16px;
}
/* line 363, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-lang div {
  margin-bottom: 10px;
}
/* line 366, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-lang div a {
  color: #333333;
}
/* line 370, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-lang div a:hover {
  text-decoration: none;
  color: #ff0041;
}

/* line 377, /app/app/assets/stylesheets/onepager/_main.scss */
.lkred {
  color: #ff0041 !important;
}

/* line 381, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-logo-mobile {
  display: none;
}

/* line 384, /app/app/assets/stylesheets/onepager/_main.scss */
.fix.pg-navi {
  z-index: 1000;
  position: fixed;
  background-color: #ffffff;
  padding: 8px 50px 5px 50px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
/* line 391, /app/app/assets/stylesheets/onepager/_main.scss */
.fix.pg-navi .navi-slot {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #333333 !important;
}
/* line 395, /app/app/assets/stylesheets/onepager/_main.scss */
.fix.pg-navi .navi-slot:hover {
  background-color: #ffffff !important;
  color: #ff0041 !important;
}
/* line 400, /app/app/assets/stylesheets/onepager/_main.scss */
.fix.pg-navi .highlight.navi-slot:hover {
  border: 1px solid #ff0041 !important;
}
/* line 404, /app/app/assets/stylesheets/onepager/_main.scss */
.fix.pg-navi .highlight.navi-slot {
  border: 1px solid #333333 !important;
}
/* line 407, /app/app/assets/stylesheets/onepager/_main.scss */
.fix.pg-navi .hgl1 {
  display: none;
}
/* line 410, /app/app/assets/stylesheets/onepager/_main.scss */
.fix.pg-navi .hgl2 {
  display: inline-block;
}

/* line 416, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi {
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  padding: 30px 50px 30px 50px;
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
/* line 424, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi .black.menu-toggle {
  background: url("/onepager/img/hamburger_black.png") no-repeat 50% 33%;
}
/* line 428, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi .menu-toggle {
  display: none;
  position: absolute;
  width: 70px;
  height: 55px;
  overflow: hidden;
  background: url("/onepager/img/hamburger_white.png") no-repeat 50% 33%;
  right: 0px;
  top: 10px;
}
/* line 440, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi .hgl2 {
  display: none;
}
/* line 443, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi .navi-left {
  float: left;
}
/* line 447, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi .navi-right {
  float: right;
  display: block;
}
/* line 451, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi .navi-right .highlight.navi-slot:hover {
  border: 1px solid #ff0041;
}
/* line 455, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi .navi-right .highlight.navi-slot {
  margin-left: 20px;
  border: 1px solid #ffffff;
}
/* line 460, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi .navi-right .navi-slot:hover {
  background-color: #ff0041;
}
/* line 464, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi .navi-right .navi-slot {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #ffffff;
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  float: left;
  padding: 10px 20px 10px 20px;
}
/* line 474, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-navi .slot-logo  {
  float: left;
  display: inline-block;
  width: 150px;
}

/* line 483, /app/app/assets/stylesheets/onepager/_main.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 489, /app/app/assets/stylesheets/onepager/_main.scss */
.more-space.heading-solid.heading {
  padding-top: 50px;
  margin-bottom: 70px;
}

/* line 494, /app/app/assets/stylesheets/onepager/_main.scss */
.heading-solid.heading {
  width: 40px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  color: #ff0041;
  text-align: center;
  margin-bottom: 30px;
}

/* line 503, /app/app/assets/stylesheets/onepager/_main.scss */
.heading {
  height: 20px;
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  opacity: 1 !important;
}

/* line 511, /app/app/assets/stylesheets/onepager/_main.scss */
.align-left {
  text-align: left;
}

/* line 515, /app/app/assets/stylesheets/onepager/_main.scss */
.error {
  border: 1px solid #ff0041;
  padding: 10px;
  margin-bottom: 40px;
  color: #ff0041;
}

/* line 523, /app/app/assets/stylesheets/onepager/_main.scss */
.wrapwrap.pg-privacy p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 531, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-privacy .pr-date {
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
/* line 536, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-privacy h1 {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}
/* line 543, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-privacy h2 {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  margin-top: 40px;
}
/* line 550, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-privacy h3 {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
/* line 556, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-privacy h4 {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
/* line 562, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-privacy p {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
}
/* line 568, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-privacy ul {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  list-style-type: square;
}
/* line 574, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-privacy a {
  color: #333333;
  text-decoration: underline;
}
/* line 579, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-privacy .lang-btn {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
  text-decoration: none;
  display: block;
  color: #ff0041;
}

/* line 589, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content {
  opacity: 1;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  font-size: 24px;
  color: #333333;
}
/* line 597, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .li-c {
  text-align: center;
  list-style-type: none;
}
/* line 602, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .icon-feature {
  font-size: 40px;
  margin-bottom: 20px;
  color: #ff0041;
}
/* line 608, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .b2.slot-content-1 {
  margin-bottom: 30px;
}
/* line 612, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 {
  margin-bottom: 50px;
  text-align: center;
  font-family: "lato",sans-serif;
  font-weight: 400;
}
/* line 618, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .statement {
  margin: 20px auto;
  font-size: 16px;
  line-height: 22px;
  font-family: "lato",sans-serif;
  font-weight: 400;
  display: inline-block;
}
/* line 624, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .statement .col2 {
  float: left;
  width: 120px;
}
/* line 629, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .statement .col1 {
  float: left;
  width: 400px;
  margin-left: 30px;
  text-align: left;
}
/* line 635, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .statement .col1 .author {
  margin-top: 10px;
  color: #747474;
  font-size: 14px;
  line-height: 22px;
}
/* line 645, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 a {
  color: #333333;
}
/* line 649, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 a .bold {
  font-family: "lato",sans-serif;
  font-weight: 600;
}
/* line 654, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .hide {
  display: none !important;
}
/* line 658, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .h1-b {
  font-family: "lato",sans-serif;
  font-weight: 600;
}
/* line 662, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .h2-b {
  font-size: 24px;
  line-height: 34px;
}
/* line 666, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .pd20.h2-b {
  margin-bottom: 20px;
}
/* line 670, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
/* line 675, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 h2 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 40px;
}
/* line 680, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 h3 {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #747474;
}
/* line 687, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 h4 {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: left;
}
/* line 697, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 p {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
/* line 703, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .sm {
  font-size: 14px;
  line-height: 26px;
}
/* line 707, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .bold.sm-lf {
  font-family: "lato",sans-serif;
  font-weight: 600;
}
/* line 711, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .sm-lfb {
  font-family: "lato",sans-serif;
  font-weight: 600;
}
/* line 715, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .sm-link-red {
  color: #ff0041;
}
/* line 719, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .sm-mark {
  font-style: italic;
}
/* line 723, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .sm-lf {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 20px;
}
/* line 729, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .sm-grey {
  color: #747474;
}
/* line 733, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .md-hl {
  font-family: "lato",sans-serif;
  font-weight: 600;
  display: block;
  font-size: 16px;
  line-height: 26px;
}
/* line 739, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .ssm {
  font-size: 12px;
  line-height: 26px;
}
/* line 743, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .img-con {
  margin-top: 50px;
  margin-bottom: 40px;
}
/* line 746, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .img-con img {
  max-width: 525px;
  width: 100%;
}
/* line 751, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .img-con .source {
  color: #747474;
  margin-top: 20px;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}
/* line 759, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .guide-img-full {
  margin-top: 40px;
  width: 100%;
  border: 1px dotted #cccccc;
}
/* line 765, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .con-result {
  margin-top: 40px;
}
/* line 768, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .con-result .result-header {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
/* line 771, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .con-result .result-header .keyword {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
/* line 776, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .con-result .con-result-entries {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px dotted #cccccc;
}
/* line 781, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .con-result .con-result-entries .help_row {
  margin-bottom: 50px;
}
/* line 785, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .con-result .con-result-entries .topic {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #747474;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 794, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .con-result .con-result-entries h5 {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* line 802, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .con-result .con-result-entries .helptxt a {
  color: #ff0041;
}
/* line 808, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .con-result .con-result-entries img {
  max-width: 100%;
  margin: 20px 0 20px 0;
}
/* line 816, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .form-help-search {
  margin-top: 20px;
}
/* line 818, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .form-help-search .col1 {
  float: left;
}
/* line 822, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .form-help-search .col2 {
  float: left;
}
/* line 826, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .slot-content-1 .form-help-search input {
  outline: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  height: 40px;
  background: #ffffff;
  padding: 0 15px 0 15px;
  margin: 0 0 0 0;
  border: none;
  color: #333333;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dddddd;
}
/* line 852, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content ul {
  padding: 0;
}
/* line 855, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content ul li {
  padding: 0;
  list-style-type: square;
  margin-bottom: 5px;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin-left: 20px;
}
/* line 867, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .m345 {
  max-width: 345px;
}
/* line 871, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .nob.guide-img-col {
  border: none;
}
/* line 875, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .guide-img-col {
  width: 100%;
  border: 1px dotted #cccccc;
}
/* line 881, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .guide-img-col2 {
  width: 100%;
}
/* line 885, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row2 {
  margin-top: 50px;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
/* line 891, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row2 .lnk {
  text-decoration: underline;
}
/* line 895, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row2 .row-col1 {
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  width: 50%;
  float: left;
  padding-right: 50px;
}
/* line 902, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row2 .row-col2 {
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  width: 50%;
  float: left;
  padding-left: 50px;
}
/* line 910, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .lksm {
  font-size: 12px;
  line-height: 20px;
}
/* line 914, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row73 {
  margin-top: 50px;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
/* line 916, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row73 .ipError {
  border: 2px solid #ff0041 !important;
}
/* line 925, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row73 .lookup-result {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/* line 931, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row73 .hld3 {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
}
/* line 937, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row73 .form-slot {
  margin-bottom: 50px;
}
/* line 941, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row73 textarea {
  outline: none;
  border: none;
  padding: 10px;
  border: 1px solid #dddddd;
  width: 90%;
  color: #333333;
  clear: both;
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
/* line 952, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row73 .ip-name {
  display: none;
}
/* line 956, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row73 .ip-contact {
  outline: none;
  border: none;
  padding: 10px;
  border: 1px solid #dddddd;
  color: #333333;
  width: 90%;
  height: 40px;
  clear: none;
  margin: 0 0 40px 0;
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
/* line 969, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row73 select {
  font-family: "lato",sans-serif;
  font-weight: 400;
  display: block;
  width: 90%;
  height: 40px;
  border: 1px solid #dddddd;
}
/* line 977, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row73 .hld4 {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 20px;
}
/* line 984, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row73 .hld5 {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 20px;
}
/* line 991, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row73 .row-col1 {
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  width: 70%;
  float: left;
  padding-right: 50px;
}
/* line 998, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row73 .row-col2 {
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  width: 30%;
  float: left;
  padding-left: 50px;
}
/* line 1006, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .last.row-in {
  border: none;
}
/* line 1009, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row-in {
  border-bottom: 1px solid #cccccc;
}
/* line 1011, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row-in .row-in-col1 {
  width: 50%;
  float: left;
}
/* line 1015, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .row-in .row-in-col2 {
  width: 50%;
  float: left;
}
/* line 1022, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .form-education .form-group {
  margin: 0 0 20px 0;
}
/* line 1026, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .form-education .form-group .ip-error.ip-edu {
  border: 1px solid #ff0041;
}
/* line 1030, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .form-education .form-group .ip-error {
  border: 1px solid #ff0041;
}
/* line 1034, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .form-education .form-group .ip-edu {
  outline: none;
  border: none;
  padding: 10px;
  border: 1px solid #dddddd;
  color: #333333;
  width: 50%;
  height: 40px;
  clear: none;
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
/* line 1048, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-standard-content .form-education .form-group textarea {
  outline: none;
  border: none;
  padding: 10px;
  border: 1px solid #dddddd;
  width: 50%;
  color: #333333;
  clear: both;
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  resize: none;
}

/* line 1069, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-subpage-header2 {
  width: 100%;
  height: 450px;
  background-size: cover !important;
  margin-bottom: 70px;
}
/* line 1075, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-subpage-header2 .div-h1 {
  background-color: #ff0041;
  color: #ffffff;
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 10px 10px 10px 10px;
}
/* line 1085, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-subpage-header2 .div-h2 {
  margin: 5px 0 0 0;
  background-color: #ff0041;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  font-family: "lato",sans-serif;
  font-weight: 400;
}

/* line 1096, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content {
  opacity: 1;
  position: absolute;
  width: 100%;
  top: 1000px;
  background-color: #ffffff;
  font-size: 24px;
  color: #333333;
}
/* line 1107, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-signup-top {
  display: none;
  margin-top: 30px;
}
/* line 1110, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-signup-top .btn-top {
  margin: 0 auto;
  text-align: center;
  width: 150px;
  color: #333333;
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 20px 10px 20px;
  border: 1px solid #333333;
}
/* line 1122, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-tour1 {
  padding-top: 100px;
  margin-bottom: 50px;
  text-align: center;
  font-family: "lato",sans-serif;
  font-weight: 400;
}
/* line 1128, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-tour1 ul {
  font-size: 16px;
  line-height: 26px;
  padding-top: 20px;
}
/* line 1132, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-tour1 ul li {
  margin-bottom: 10px;
}
/* line 1137, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-tour1 h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
/* line 1141, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-tour1 h3 {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #747474;
}
/* line 1147, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-tour1 p {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
/* line 1158, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-logos {
  padding-top: 40px;
  padding-bottom: 60px;
}
/* line 1162, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-logos .slot-lg {
  width: 33.33333333333%;
  float: left;
  text-align: center;
}
/* line 1166, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-logos .slot-lg .slot-logo {
  display: inline-block;
  width: 195px;
  height: 70px;
  background-color: #cccccc;
}
/* line 1175, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-logos .slot1.slot-logo {
  background: url("/onepager/img/logo-sprite.png") no-repeat 0px -350px;
}
/* line 1178, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-logos .slot2.slot-logo {
  background: url("/onepager/img/logo-sprite.png") no-repeat 0px 0px;
}
/* line 1181, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-logos .slot3.slot-logo {
  background: url("/onepager/img/logo-sprite.png") no-repeat 0px -280px;
}
/* line 1184, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-logos .slot4.slot-logo {
  background: url("/onepager/img/logo-sprite.png") no-repeat 0px -210px;
}
/* line 1187, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-logos .slot5.slot-logo {
  background: url("/onepager/img/logo-sprite.png") no-repeat 0px -140px;
}
/* line 1190, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-logos .slot6.slot-logo {
  background: url("/onepager/img/logo-sprite.png") no-repeat 0px -70px;
}
/* line 1195, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .last.slot-statements {
  margin-bottom: 50px;
}
/* line 1199, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-statements {
  margin-top: 100px;
}
/* line 1201, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-statements .slot-statement-col1 {
  float: left;
  width: 50%;
}
/* line 1206, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-statements .slot-statement-col2 {
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  padding-left: 70px;
  float: right;
  width: 50%;
}
/* line 1213, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-statements h2 {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
/* line 1218, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-statements p {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
/* line 1223, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-statements .author {
  margin-top: 20px;
}
/* line 1225, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-statements .author .col1 {
  vertical-align: top;
  display: table-cell;
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-right: 10px;
}
/* line 1233, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-statements .author .col1 .quote {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #747474;
  font-style: italic;
  margin-bottom: 10px;
}
/* line 1241, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-statements .author .col1 .tlogo {
  margin-top: 10px;
  display: block;
}
/* line 1246, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-statements .author .col2 {
  display: table-cell;
  width: 100px;
}
/* line 1250, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-statements .author .col2 .pic {
  width: 100px;
  height: 100px;
}
/* line 1255, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-statements .author .col2 .nr1 {
  background: url("/onepager/img/testimonials.png") no-repeat 0px -100px;
}
/* line 1258, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-statements .author .col2 .nr2 {
  background: url("/onepager/img/testimonials.png") no-repeat 0px -200px;
}
/* line 1261, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-statements .author .col2 .nr3 {
  background: url("/onepager/img/testimonials.png") no-repeat 0px 0px;
}
/* line 1275, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-press {
  margin-top: 60px;
}
/* line 1277, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-press .press-col {
  width: 33%;
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  float: left;
  text-align: center;
}
/* line 1283, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-press .press-col .press-col-con {
  margin: 30px;
}
/* line 1286, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-press .press-col .press-col-con .logo1 {
  display: inline-block;
  width: 153px;
  height: 47px;
  background: url("/onepager/img/press_logos.png") no-repeat 0px -66px;
}
/* line 1292, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-press .press-col .press-col-con .logo2 {
  display: inline-block;
  width: 198px;
  height: 47px;
  background: url("/onepager/img/press_logos.png") no-repeat 0px -112px;
}
/* line 1298, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-press .press-col .press-col-con .logo3 {
  display: inline-block;
  width: 103px;
  height: 47px;
  background: url("/onepager/img/press_logos.png") no-repeat 0px 0px;
}
/* line 1305, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-press .press-col .press-col-con .quote {
  margin-top: 20px;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #747474;
  font-style: italic;
}
/* line 1313, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-press .press-col .press-col-con .author {
  margin-top: 20px;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
/* line 1323, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-showcase {
  text-align: center;
  margin-bottom: 40px;
}
/* line 1326, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-showcase h2 {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 40px;
}
/* line 1335, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-showcase .sh-col2 {
  padding: 0 0 0 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  text-align: right;
}
/* line 1342, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-showcase .sh-col1 {
  float: left;
  width: 80px;
}
/* line 1347, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-showcase p {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
/* line 1353, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-showcase .highlight {
  font-family: "lato",sans-serif;
  font-weight: 600;
}
/* line 1357, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .slot-showcase .tlogo {
  margin-top: 20px;
  display: inline-block;
}
/* line 1363, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .pricing-btn {
  margin: 30px 0 50px 0;
  text-align: center;
}
/* line 1367, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .pricing-btn .subline1 {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 40px;
}
/* line 1372, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-home-content .pricing-btn .subline2 {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/* line 1381, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-features {
  text-align: center;
}
/* line 1383, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-features .last.slot-feature {
  float: right;
}
/* line 1388, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-features a {
  text-decoration: underline;
  color: #333333;
}
/* line 1393, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-features a:hover {
  color: #ff0041;
}
/* line 1397, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-features .slot-feature {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  padding: 50px 50px 50px 50px;
}
/* line 1403, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-features .slot-feature .icon-feature {
  font-size: 40px;
  margin-bottom: 20px;
  color: #ff0041;
}
/* line 1408, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-features .slot-feature p {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
/* line 1413, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-features .slot-feature h3 {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 10px;
}

/* line 1423, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup {
  padding-top: 40px;
  text-align: center;
}
/* line 1426, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup h2 {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  text-align: center;
}
/* line 1434, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .subinfo-checkbox {
  margin-top: 14px;
  margin-bottom: 40px;
  color: #333333;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  display: table;
}
/* line 1443, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .subinfo-checkbox a {
  text-decoration: underline;
  color: #333333;
}
/* line 1448, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .subinfo-checkbox input[type="checkbox"] {
  display: none;
}
/* line 1452, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .subinfo-checkbox input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(/img/check_sheet.png) left top no-repeat;
  cursor: pointer;
}
/* line 1462, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .subinfo-checkbox input[type="checkbox"]:checked + label span {
  background: url(/img/check_sheet.png) -19px top no-repeat;
}
/* line 1471, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .form-success {
  display: none;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
/* line 1476, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .form-success .hl {
  font-family: "lato",sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
/* line 1482, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .form-success .sm {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
/* line 1492, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .form-signup {
  margin-top: 20px;
}
/* line 1495, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .form-signup .errorEmail {
  display: none;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  margin: 7px 0 0 8px;
  color: #ff0041;
}
/* line 1504, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .form-signup .col1 {
  float: left;
}
/* line 1510, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .form-signup .col2 {
  float: left;
}
/* line 1514, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .form-signup .ipErrorEmail {
  border: 2px solid #ff0041;
}
/* line 1520, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .form-signup input {
  outline: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  height: 40px;
  background: #ffffff;
  padding: 0 15px 0 15px;
  margin: 0 0 0 0;
  border: none;
  color: #333333;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dddddd;
}
/* line 1544, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .form-signup .subinfo-edu {
  margin-top: 30px;
  color: #ffffff;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}
/* line 1552, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .form-signup .subinfo {
  margin-top: 20px;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}
/* line 1558, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-signup .form-signup .subinfo span {
  font-size: 12px;
  line-height: 25px;
}

/* line 1566, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-con-footer {
  background-color: #f8f9fa;
  margin-top: 80px;
  padding: 70px 0 150px 0;
}

/* line 1572, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-footer {
  text-align: center;
}
/* line 1576, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-footer .subnavi {
  color: #333333;
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  margin: 20px;
  text-decoration: none;
}
/* line 1584, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-footer .subnavi:hover {
  color: #ff0041;
}
/* line 1588, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-footer .info1 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
/* line 1594, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-footer .info1 .footer-icon {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 30px;
  color: #ff0041;
  font-weight: bold;
}
/* line 1602, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-footer .info2 {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #747474;
}
/* line 1608, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-footer .hlhl.info2-link {
  color: #333333;
}
/* line 1612, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-footer .info2-link {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #747474;
  margin-left: 10px;
}
/* line 1619, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-footer .footer-icon2 {
  color: #333333;
  margin: 30px 5px 30px 5px;
  font-size: 30px;
}
/* line 1625, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-footer .footer-icon2:hover {
  color: #ff0041;
}

/* line 1630, /app/app/assets/stylesheets/onepager/_main.scss */
.page-trans-in {
  opacity: 1;
}

/* line 1634, /app/app/assets/stylesheets/onepager/_main.scss */
.scroll-up {
  display: none;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px 10px 2px 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

/* line 1644, /app/app/assets/stylesheets/onepager/_main.scss */
.center-y {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 1650, /app/app/assets/stylesheets/onepager/_main.scss */
.center-y-inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 1659, /app/app/assets/stylesheets/onepager/_main.scss */
.sp1-btn {
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  background-color: #D8DBE3;
  padding: 8px 15px 8px 15px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
  color: #ffffff;
}

/* line 1674, /app/app/assets/stylesheets/onepager/_main.scss */
.sp1-btn:focus {
  outline: 0;
}

/* line 1676, /app/app/assets/stylesheets/onepager/_main.scss */
.red.sp1-btn:hover {
  background-color: #d00029;
  text-decoration: none;
}

/* line 1681, /app/app/assets/stylesheets/onepager/_main.scss */
.sp1-btn:hover {
  color: #ffffff;
  background-color: #666666;
  text-decoration: none;
}

/* line 1687, /app/app/assets/stylesheets/onepager/_main.scss */
.green.sp1-btn:hover {
  background-color: #1fbb8c;
}

/* line 1691, /app/app/assets/stylesheets/onepager/_main.scss */
.green.sp1-btn {
  background-color: #24d69f;
  color: #ffffff !important;
}

/* line 1696, /app/app/assets/stylesheets/onepager/_main.scss */
.red.sp1-btn {
  background-color: #ff0041;
  color: #ffffff !important;
}

/* line 1701, /app/app/assets/stylesheets/onepager/_main.scss */
.light.sp1-btn:hover {
  border: 1px solid #ff0041;
  color: #ff0041;
}

/* line 1706, /app/app/assets/stylesheets/onepager/_main.scss */
.hl.light.sp1-btn {
  border: 1px solid #ff0041;
  color: #ff0041;
}

/* line 1711, /app/app/assets/stylesheets/onepager/_main.scss */
.light.sp1-btn {
  font-family: "lato",sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #666666;
}

/* line 1718, /app/app/assets/stylesheets/onepager/_main.scss */
.mg20.sp1-btn {
  margin-top: 20px;
}

/* line 1722, /app/app/assets/stylesheets/onepager/_main.scss */
.grey.sp1-btn:hover {
  background-color: #ff0041;
  color: #ffffff;
}

/* line 1727, /app/app/assets/stylesheets/onepager/_main.scss */
.grey.sp1-btn {
  color: #333333;
  background-color: #e7e7e7;
}

/* line 1732, /app/app/assets/stylesheets/onepager/_main.scss */
.fwhite.sp1-btn {
  color: #ffffff !important;
}

/* line 1737, /app/app/assets/stylesheets/onepager/_main.scss */
.s40.sp1-btn {
  height: 40px;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 20px 0 20px;
}

/* line 1743, /app/app/assets/stylesheets/onepager/_main.scss */
.p40.sp1-btn {
  padding: 10px 40px 0 40px;
}

/* Shutter In Horizontal */
/* line 1750, /app/app/assets/stylesheets/onepager/_main.scss */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #CA0032;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 1766, /app/app/assets/stylesheets/onepager/_main.scss */
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff0041;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 1786, /app/app/assets/stylesheets/onepager/_main.scss */
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}

/* line 1789, /app/app/assets/stylesheets/onepager/_main.scss */
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Float */
/* line 1795, /app/app/assets/stylesheets/onepager/_main.scss */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 1811, /app/app/assets/stylesheets/onepager/_main.scss */
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* line 1819, /app/app/assets/stylesheets/onepager/_main.scss */
.pb.slot-pricing {
  margin-bottom: 50px;
}

/* line 1824, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing h2 {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 40px;
}
/* line 1832, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .gray.subline1 {
  color: #747474;
  font-size: 14px;
  line-height: 26px;
}
/* line 1837, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .black.subline1 {
  font-size: 15px;
  line-height: 26px;
}
/* line 1841, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .subline1 {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
/* line 1846, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .subline1 a {
  text-decoration: underline;
  color: #333333;
}
/* line 1851, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .subline1 a:hover {
  color: #ff0041;
}
/* line 1856, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .last.pricing-slot {
  margin-left: 0px;
}
/* line 1860, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-switch {
  text-align: center;
  margin: 40px 0 0 0;
}
/* line 1864, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-switch .switch-btn {
  float: left;
}
/* line 1869, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing {
  margin-top: 30px;
}
/* line 1872, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  padding: 8px;
}
/* line 1879, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot .pricing-con {
  border: 1px solid #dddddd;
  height: 260px;
}
/* line 1884, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot .pricing-con .pricing-plan {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  background-color: #f8f9fa;
  padding: 20px 20px 20px 20px;
}
/* line 1894, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot .pricing-con .pricing-price {
  margin-top: 30px;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
/* line 1900, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot .pricing-con .pricing-price .sm {
  font-size: 16px;
  line-height: 20px;
}
/* line 1905, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot .pricing-con .pricing-touch {
  text-align: center;
  margin-top: 15px;
}
/* line 1910, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot .pricing-con .first.pricing-details-ent {
  margin-top: 30px;
}
/* line 1914, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot .pricing-con .help-icon {
  position: absolute;
  right: 12px;
  top: 7px;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
}
/* line 1923, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot .pricing-con .help-icon:hover {
  color: #ff0041;
}
/* line 1927, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot .pricing-con .pricing-details-ent {
  padding: 0 20px 0 20px;
  margin-top: 10px;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
/* line 1935, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot .pricing-con .first.pricing-details {
  margin-top: 40px;
}
/* line 1939, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot .pricing-con .lg.pricing-details {
  font-size: 15px;
  line-height: 29px;
  padding-right: 10px;
}
/* line 1944, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot .pricing-con .lg2.pricing-details {
  font-size: 16px;
  line-height: 20px;
}
/* line 1948, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot .pricing-con .pricing-details {
  position: relative;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
/* line 1954, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-pricing .pricing-slot .pricing-con .pricing-details .highlight {
  font-family: "lato",sans-serif;
  font-weight: 600;
}

/* line 1966, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home {
  position: absolute;
  padding: 50px 0 0 50px;
  height: 100%;
}
/* line 1970, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .div-h1 {
  background-color: #ff0041;
  color: #ffffff;
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 10px 10px 10px 10px;
}
/* line 1980, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .div-h2 {
  margin: 5px 0 0 0;
  background-color: #ff0041;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  font-family: "lato",sans-serif;
  font-weight: 400;
}
/* line 1989, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .hide {
  display: none !important;
}
/* line 1994, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-success {
  margin-top: 80px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px 30px 40px 30px;
  color: #ffffff;
  font-family: "lato",sans-serif;
  font-weight: 400;
}
/* line 2001, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-success .hl {
  font-family: "lato",sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
}
/* line 2009, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-success .sm {
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  display: block;
  margin-top: 10px;
}
/* line 2019, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 30px 30px 20px 30px;
  margin-top: 200px;
}
/* line 2024, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup .col1 {
  float: left;
}
/* line 2028, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup .col2 {
  float: left;
}
/* line 2033, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup .errorEmail {
  display: none;
  font-family: "lato",sans-serif;
  font-weight: 400;
  color: #ff0041;
  text-align: left;
  margin: 7px 0 0 7px;
  font-size: 14px;
  line-height: 20px;
}
/* line 2042, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup .ipErrorEmail {
  border: 2px solid #ff0041;
}
/* line 2047, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup input {
  outline: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  height: 40px;
  background: #ffffff;
  padding: 0 15px 0 15px;
  margin: 0 0 0 0;
  border: none;
  color: #333333;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* line 2069, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup .subinfo {
  margin-bottom: 30px;
  color: #ffffff;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
}
/* line 2075, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup .subinfo span {
  font-size: 13px;
  line-height: 25px;
}
/* line 2080, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup .subinfo-checkbox {
  margin-top: 14px;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  display: table;
}
/* line 2089, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup .subinfo-checkbox a {
  text-decoration: underline;
}
/* line 2093, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup .subinfo-checkbox input[type="checkbox"] {
  display: none;
}
/* line 2097, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup .subinfo-checkbox input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(/img/check_sheet.png) left top no-repeat;
  cursor: pointer;
}
/* line 2107, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup .subinfo-checkbox input[type="checkbox"]:checked + label span {
  background: url(/img/check_sheet.png) -19px top no-repeat;
}
/* line 2114, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup .subinfo-checkbox .checkbox-col1 {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
/* line 2121, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .form-signup .subinfo-checkbox .checkbox-col2 {
  display: table-cell;
  vertical-align: middle;
}
/* line 2130, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box-mail {
  display: none;
  color: #ffffff;
  font-family: "lato",sans-serif;
  font-weight: 300;
  margin: 50px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
/* line 2138, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box-mail .sub1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
/* line 2142, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box-mail .sub2 {
  font-size: 14px;
  line-height: 22px;
}
/* line 2147, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box {
  color: #ffffff;
  font-family: "lato",sans-serif;
  font-weight: 300;
  margin: 50px 0 0 0;
}
/* line 2153, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box h3 {
  font-size: 18px;
  line-height: 18px;
}
/* line 2157, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box .subline {
  margin: 7px 0 0 0;
  font-size: 12px;
  line-height: 12px;
}
/* line 2162, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box .form {
  margin: 20px 0 0 0;
  position: relative;
}
/* line 2165, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box .form .col1 {
  float: left;
}
/* line 2168, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box .form .col2 {
  float: left;
}
/* line 2173, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box .show.errorEmail {
  visibility: visible;
}
/* line 2177, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box .errorEmail {
  visibility: hidden;
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
}
/* line 2183, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box input {
  outline: 0;
  font-family: "lato",sans-serif;
  font-weight: 300;
  color: #666666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 270px;
  padding: 5px 10px 3px 10px;
  font-size: 14px;
  line-height: 14px;
  border: none;
  height: 40px;
}
/* line 2199, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box .ipErrorEmail {
  border: 2px solid #ff0041;
}
/* line 2203, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box .btn1 {
  background-color: #ff0041;
  color: #ffffff;
  height: 40px;
  font-size: 20px;
  line-height: 20px;
  font-family: "lato",sans-serif;
  font-weight: 600;
  border: none;
  padding: 0 15px 0px 15px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
}
/* line 2219, /app/app/assets/stylesheets/onepager/_main.scss */
.pg-slot-home .signup-box .btn1:hover {
  background-color: #8e0025;
}

/* line 2230, /app/app/assets/stylesheets/onepager/_main.scss */
.info-win {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
}
/* line 2236, /app/app/assets/stylesheets/onepager/_main.scss */
.info-win .win_box {
  -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  width: 180px;
  position: relative;
  background: #f8f9fa;
  border: 1px solid #525252;
  padding: 20px;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
/* line 2247, /app/app/assets/stylesheets/onepager/_main.scss */
.info-win .win_box ul {
  padding-left: 20px;
}
/* line 2250, /app/app/assets/stylesheets/onepager/_main.scss */
.info-win .win_box li {
  font-size: 14px;
  line-height: 20px;
  list-style-type: square;
}
/* line 2258, /app/app/assets/stylesheets/onepager/_main.scss */
.info-win .left.win_box:after, .info-win .left.win_box:before {
  right: 100%;
  top: 19px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 2269, /app/app/assets/stylesheets/onepager/_main.scss */
.info-win .left.win_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #525252;
  border-width: 10px;
  margin-top: -10px;
}
/* line 2275, /app/app/assets/stylesheets/onepager/_main.scss */
.info-win .left.win_box:before {
  border-color: rgba(200, 203, 206, 0);
  border-right-color: #525252;
  border-width: 10px;
  margin-top: -11px;
}
/* line 2284, /app/app/assets/stylesheets/onepager/_main.scss */
.info-win .right.win_box:after, .info-win .right.win_box:before {
  left: 100%;
  top: 19px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 2295, /app/app/assets/stylesheets/onepager/_main.scss */
.info-win .right.win_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #525252;
  border-width: 10px;
  margin-top: -10px;
}
/* line 2301, /app/app/assets/stylesheets/onepager/_main.scss */
.info-win .right.win_box:before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #525252;
  border-width: 11px;
  margin-top: -11px;
}

/* line 2314, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-edu-logos {
  padding-top: 40px;
  padding-bottom: 60px;
}
/* line 2318, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-edu-logos .slot-edu-lg {
  width: 25%;
  float: left;
  text-align: center;
}
/* line 2322, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-edu-logos .slot-edu-lg .slot-edu-logo {
  display: inline-block;
  width: 195px;
  height: 70px;
  background-color: #cccccc;
}
/* line 2330, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-edu-logos .slot1.slot-edu-logo {
  background: url("/onepager/img/logo-edu-sprite.png") no-repeat 0px 0px;
}
/* line 2333, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-edu-logos .slot2.slot-edu-logo {
  background: url("/onepager/img/logo-edu-sprite.png") no-repeat 0px -70px;
}
/* line 2336, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-edu-logos .slot3.slot-edu-logo {
  background: url("/onepager/img/logo-edu-sprite.png") no-repeat 0px -140px;
}
/* line 2339, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-edu-logos .slot4.slot-edu-logo {
  background: url("/onepager/img/logo-edu-sprite.png") no-repeat 0px -210px;
}
/* line 2342, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-edu-logos .slot5.slot-edu-logo {
  background: url("/onepager/img/logo-edu-sprite.png") no-repeat 0px -280px;
}
/* line 2345, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-edu-logos .slot6.slot-edu-logo {
  background: url("/onepager/img/logo-edu-sprite.png") no-repeat 0px -350px;
}
/* line 2348, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-edu-logos .slot7.slot-edu-logo {
  background: url("/onepager/img/logo-edu-sprite.png") no-repeat 0px -420px;
}
/* line 2351, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-edu-logos .slot8.slot-edu-logo {
  background: url("/onepager/img/logo-edu-sprite.png") no-repeat 0px -490px;
}

/* line 2357, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos {
  padding-top: 40px;
  padding-bottom: 60px;
}
/* line 2361, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos .slot-enterprise-lg {
  width: 25%;
  float: left;
  text-align: center;
}
/* line 2365, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos .slot-enterprise-lg .slot-enterprise-logo {
  display: inline-block;
  width: 195px;
  height: 70px;
  background-color: #cccccc;
}
/* line 2373, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos .slot1.slot-enterprise-logo {
  background: url("/img/enterprise/logos_enterprise.png") no-repeat 0px 0px;
}
/* line 2376, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos .slot2.slot-enterprise-logo {
  background: url("/img/enterprise/logos_enterprise.png") no-repeat 0px -70px;
}
/* line 2379, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos .slot3.slot-enterprise-logo {
  background: url("/img/enterprise/logos_enterprise.png") no-repeat 0px -140px;
}
/* line 2382, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos .slot4.slot-enterprise-logo {
  background: url("/img/enterprise/logos_enterprise.png") no-repeat 0px -210px;
}
/* line 2385, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos .slot5.slot-enterprise-logo {
  background: url("/img/enterprise/logos_enterprise.png") no-repeat 0px -280px;
}
/* line 2388, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos .slot6.slot-enterprise-logo {
  background: url("/img/enterprise/logos_enterprise.png") no-repeat 0px -350px;
}
/* line 2391, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos .slot7.slot-enterprise-logo {
  background: url("/img/enterprise/logos_enterprise.png") no-repeat 0px -420px;
}
/* line 2394, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos .slot8.slot-enterprise-logo {
  background: url("/img/enterprise/logos_enterprise.png") no-repeat 0px -490px;
}
/* line 2397, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos .slot9.slot-enterprise-logo {
  background: url("/img/enterprise/logos_enterprise.png") no-repeat 0px -560px;
}
/* line 2400, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos .slot10.slot-enterprise-logo {
  background: url("/img/enterprise/logos_enterprise.png") no-repeat 0px -630px;
}
/* line 2403, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos .slot11.slot-enterprise-logo {
  background: url("/img/enterprise/logos_enterprise.png") no-repeat 0px -770px;
}
/* line 2406, /app/app/assets/stylesheets/onepager/_main.scss */
.slot-enterprise-logos .slot12.slot-enterprise-logo {
  background: url("/img/enterprise/logos_enterprise.png") no-repeat 0px -840px;
}

/* line 2412, /app/app/assets/stylesheets/onepager/_main.scss */
.subinfo-checkbox {
  margin-top: 14px;
  margin-bottom: 10px;
  color: #333333;
  font-family: "lato",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  display: table;
}
/* line 2421, /app/app/assets/stylesheets/onepager/_main.scss */
.subinfo-checkbox a {
  text-decoration: underline;
}
/* line 2425, /app/app/assets/stylesheets/onepager/_main.scss */
.subinfo-checkbox input[type="checkbox"] {
  display: none;
}
/* line 2429, /app/app/assets/stylesheets/onepager/_main.scss */
.subinfo-checkbox input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(/img/check_sheet.png) left top no-repeat;
  cursor: pointer;
}
/* line 2439, /app/app/assets/stylesheets/onepager/_main.scss */
.subinfo-checkbox input[type="checkbox"]:checked + label span {
  background: url(/img/check_sheet.png) -19px top no-repeat;
}
@media (max-width: 1023px) {
  /* line 16, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .nodesktop {
    display: block;
  }

  /* line 19, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .nomobile {
    display: block;
  }

  /* line 23, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .notablet {
    display: none !important;
  }

  /* line 27, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .center-y {
    display: table;
    width: 100%;
    height: auto;
  }

  /* line 33, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .center-y-inner {
    display: table-cell;
    vertical-align: middle;
    height: 430px;
  }

  /* line 40, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .wrapper-978 {
    margin-right: 20px;
    margin-left: 20px;
    max-width: auto;
  }

  /* line 46, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .gray.wrapper-978 {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 52, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .grayborder.wrapper-978 {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 60, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-home-header .fig {
    width: 100%;
    height: 430px;
  }

  /* line 67, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-slot-home .div-h1 {
    font-size: 24px;
    line-height: 24px;
  }

  /* line 72, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-home-content {
    top: 430px;
  }
  /* line 75, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-home-content .slot-signup-top {
    display: block;
  }
  /* line 79, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-home-content .slot-tour1 {
    padding-top: 50px;
  }
  /* line 83, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-home-content .slot-logos .slot-lg {
    width: 50%;
  }

  /* line 92, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-navi-subpage {
    padding: 20px 30px 20px 30px;
  }
  /* line 94, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-navi-subpage .menu-toggle {
    display: block;
  }
  /* line 98, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-navi-subpage .navi-slots {
    margin-top: -2px;
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    z-index: 1000;
    display: none;
  }
  /* line 105, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-navi-subpage .navi-slots .navi-slot {
    clear: both;
    color: #333333;
    padding: 10px 20px 10px 20px;
  }

  /* line 113, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-lang {
    position: absolute;
    z-index: 33333;
    background-color: #ffffff;
    padding-right: 20px;
  }

  /* line 121, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-navi .open.menu-toggle {
    background: url("/onepager/img/hamburger_black.png") no-repeat 50% 33%;
  }
  /* line 125, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-navi .menu-toggle {
    display: block;
  }
  /* line 129, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-navi .navi-right {
    display: none;
    width: 100%;
    text-align: center;
  }
  /* line 133, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-navi .navi-right .highlight.navi-slot {
    margin-left: 0;
    border: none;
  }
  /* line 137, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-navi .navi-right .navi-slot:hover {
    background-color: #ffffff;
  }
  /* line 140, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-navi .navi-right .navi-slot {
    width: 100%;
    clear: both;
    display: inline-block;
    color: #333333;
    text-align: center;
    padding: 10px 0 10px 0;
  }

  /* line 152, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .slot-edu-logos .slot-edu-lg {
    width: 50%;
  }

  /* line 164, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-standard-content .form-education .form-group .ip-edu {
    width: 90%;
  }
  /* line 168, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-standard-content .form-education .form-group textarea {
    width: 90%;
  }
  /* line 175, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-standard-content .row73 .row-col1 {
    width: 100%;
    clear: both;
    padding: 0 0 0 0;
  }
  /* line 180, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .pg-standard-content .row73 .row-col2 {
    margin-top: 50px;
    width: 100%;
    clear: both;
    padding: 0 0 0 0;
  }

  /* line 192, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .slot-pricing .pricing-slot {
    width: 50%;
  }
  /* line 196, /app/app/assets/stylesheets/onepager/_tablet.scss */
  .slot-pricing .pricing-slot .pricing-con .help-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 16, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .nomobile {
    display: none !important;
  }

  /* line 21, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .s40.sp1-btn {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 10px 10px 10px;
    height: auto;
  }

  /* line 27, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .center-y-inner {
    display: table-cell;
    vertical-align: middle;
    height: auto;
  }

  /* line 34, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-logo-mobile {
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 20px;
  }
  /* line 40, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-logo-mobile .slot-logo  {
    clear: both;
  }

  /* line 45, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .menu-toggle {
    top: 5px !important;
  }

  /* line 49, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-slot-home {
    height: auto;
  }
  /* line 51, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-slot-home .div-h1 {
    font-size: 20px;
    line-height: 24px;
    padding: 20px 40px 20px 40px;
    margin-top: 265px;
  }

  /* line 59, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-home-header .fig {
    width: 100%;
    height: 320px;
  }

  /* line 65, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-home-content {
    top: 400px;
  }
  /* line 69, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-home-content .slot-logos .slot-lg {
    width: 100%;
  }
  /* line 81, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-home-content .slot-statements .stm-txt.slot-statement-col1 {
    width: 100%;
    padding: 20px 20px 20px 20px;
    text-align: left;
    -webkit-box-sizing: border-box;
    /* webkit */
    -moz-box-sizing: border-box;
    /* firefox */
    box-sizing: border-box;
    /* css3 */
  }
  /* line 88, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-home-content .slot-statements .stm-img.slot-statement-col2 {
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    /* webkit */
    -moz-box-sizing: border-box;
    /* firefox */
    box-sizing: border-box;
    /* css3 */
  }
  /* line 95, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-home-content .slot-statements .slot-statement-col1 {
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
  }
  /* line 100, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-home-content .slot-statements .slot-statement-col2 {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
  /* line 106, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-home-content .slot-showcase {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 110, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-home-content .slot-showcase .sh-col1 {
    display: none;
  }
  /* line 114, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-home-content .slot-showcase .sh-col2 {
    text-align: center;
  }
  /* line 120, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-home-content .slot-press .press-col {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 130, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .slot-signup .form-signup .col1 {
    clear: both;
    margin-bottom: 15px;
    width: 100%;
  }
  /* line 135, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .slot-signup .form-signup .col2 {
    clear: both;
    text-align: center;
    width: 100%;
  }

  /* line 145, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .slot-footer .subnavi {
    display: block;
    margin: 0;
    line-height: 34px;
  }

  /* line 154, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .slot-edu-logos .slot-edu-lg {
    width: 100%;
  }

  /* line 161, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .slot-enterprise-logos .slot-enterprise-lg {
    width: 100%;
  }

  /* line 166, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-subpage-header2 {
    height: 200px;
    margin-bottom: 20px;
  }

  /* line 176, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-standard-content .slot-content-1 .statement .col2 {
    display: none;
  }
  /* line 180, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-standard-content .slot-content-1 .statement .col1 {
    width: 100%;
    margin-left: 0px;
  }
  /* line 187, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-standard-content .slot-content-1 .form-help-search .col1 {
    width: 100%;
    clear: both;
  }
  /* line 191, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-standard-content .slot-content-1 .form-help-search .col1 input {
    width: 100%;
  }
  /* line 195, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-standard-content .slot-content-1 .form-help-search .col2 {
    margin-top: 10px;
    width: 100%;
    clear: both;
  }
  /* line 200, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-standard-content .slot-content-1 .form-help-search .col2 .sp1-btn {
    width: 100%;
  }
  /* line 208, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-standard-content .row2 .row-col1 {
    width: 100%;
    clear: both;
    padding: 0 0 0 0;
  }
  /* line 213, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-standard-content .row2 .row-col2 {
    margin-top: 50px;
    width: 100%;
    clear: both;
    padding: 0 0 0 0;
  }
  /* line 221, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-standard-content .row73 .row-col1 {
    width: 100%;
    clear: both;
    padding: 0 0 0 0;
  }
  /* line 226, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .pg-standard-content .row73 .row-col2 {
    margin-top: 50px;
    width: 100%;
    clear: both;
    padding: 0 0 0 0;
  }

  /* line 237, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .slot-features .slot-feature {
    width: 100%;
  }

  /* line 243, /app/app/assets/stylesheets/onepager/_mobile.scss */
  .slot-pricing .pricing-slot {
    width: 100%;
  }
}
@font-face {
	font-family: 'et-line';
	src:url('/onepager/fonts/et-line.eot');
	src:url('/onepager/fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('/onepager/fonts/et-line.woff') format('woff'),
		url('/onepager/fonts/et-line.ttf') format('truetype'),
		url('/onepager/fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
	font-family: 'et-line';
	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;
	display:inline-block;
}
.icon-mobile:before {
	content: "\e000";
}
.icon-laptop:before {
	content: "\e001";
}
.icon-desktop:before {
	content: "\e002";
}
.icon-tablet:before {
	content: "\e003";
}
.icon-phone:before {
	content: "\e004";
}
.icon-document:before {
	content: "\e005";
}
.icon-documents:before {
	content: "\e006";
}
.icon-search:before {
	content: "\e007";
}
.icon-clipboard:before {
	content: "\e008";
}
.icon-newspaper:before {
	content: "\e009";
}
.icon-notebook:before {
	content: "\e00a";
}
.icon-book-open:before {
	content: "\e00b";
}
.icon-browser:before {
	content: "\e00c";
}
.icon-calendar:before {
	content: "\e00d";
}
.icon-presentation:before {
	content: "\e00e";
}
.icon-picture:before {
	content: "\e00f";
}
.icon-pictures:before {
	content: "\e010";
}
.icon-video:before {
	content: "\e011";
}
.icon-camera:before {
	content: "\e012";
}
.icon-printer:before {
	content: "\e013";
}
.icon-toolbox:before {
	content: "\e014";
}
.icon-briefcase:before {
	content: "\e015";
}
.icon-wallet:before {
	content: "\e016";
}
.icon-gift:before {
	content: "\e017";
}
.icon-bargraph:before {
	content: "\e018";
}
.icon-grid:before {
	content: "\e019";
}
.icon-expand:before {
	content: "\e01a";
}
.icon-focus:before {
	content: "\e01b";
}
.icon-edit:before {
	content: "\e01c";
}
.icon-adjustments:before {
	content: "\e01d";
}
.icon-ribbon:before {
	content: "\e01e";
}
.icon-hourglass:before {
	content: "\e01f";
}
.icon-lock:before {
	content: "\e020";
}
.icon-megaphone:before {
	content: "\e021";
}
.icon-shield:before {
	content: "\e022";
}
.icon-trophy:before {
	content: "\e023";
}
.icon-flag:before {
	content: "\e024";
}
.icon-map:before {
	content: "\e025";
}
.icon-puzzle:before {
	content: "\e026";
}
.icon-basket:before {
	content: "\e027";
}
.icon-envelope:before {
	content: "\e028";
}
.icon-streetsign:before {
	content: "\e029";
}
.icon-telescope:before {
	content: "\e02a";
}
.icon-gears:before {
	content: "\e02b";
}
.icon-key:before {
	content: "\e02c";
}
.icon-paperclip:before {
	content: "\e02d";
}
.icon-attachment:before {
	content: "\e02e";
}
.icon-pricetags:before {
	content: "\e02f";
}
.icon-lightbulb:before {
	content: "\e030";
}
.icon-layers:before {
	content: "\e031";
}
.icon-pencil:before {
	content: "\e032";
}
.icon-tools:before {
	content: "\e033";
}
.icon-tools-2:before {
	content: "\e034";
}
.icon-scissors:before {
	content: "\e035";
}
.icon-paintbrush:before {
	content: "\e036";
}
.icon-magnifying-glass:before {
	content: "\e037";
}
.icon-circle-compass:before {
	content: "\e038";
}
.icon-linegraph:before {
	content: "\e039";
}
.icon-mic:before {
	content: "\e03a";
}
.icon-strategy:before {
	content: "\e03b";
}
.icon-beaker:before {
	content: "\e03c";
}
.icon-caution:before {
	content: "\e03d";
}
.icon-recycle:before {
	content: "\e03e";
}
.icon-anchor:before {
	content: "\e03f";
}
.icon-profile-male:before {
	content: "\e040";
}
.icon-profile-female:before {
	content: "\e041";
}
.icon-bike:before {
	content: "\e042";
}
.icon-wine:before {
	content: "\e043";
}
.icon-hotairballoon:before {
	content: "\e044";
}
.icon-globe:before {
	content: "\e045";
}
.icon-genius:before {
	content: "\e046";
}
.icon-map-pin:before {
	content: "\e047";
}
.icon-dial:before {
	content: "\e048";
}
.icon-chat:before {
	content: "\e049";
}
.icon-heart:before {
	content: "\e04a";
}
.icon-cloud:before {
	content: "\e04b";
}
.icon-upload:before {
	content: "\e04c";
}
.icon-download:before {
	content: "\e04d";
}
.icon-target:before {
	content: "\e04e";
}
.icon-hazardous:before {
	content: "\e04f";
}
.icon-piechart:before {
	content: "\e050";
}
.icon-speedometer:before {
	content: "\e051";
}
.icon-global:before {
	content: "\e052";
}
.icon-compass:before {
	content: "\e053";
}
.icon-lifesaver:before {
	content: "\e054";
}
.icon-clock:before {
	content: "\e055";
}
.icon-aperture:before {
	content: "\e056";
}
.icon-quote:before {
	content: "\e057";
}
.icon-scope:before {
	content: "\e058";
}
.icon-alarmclock:before {
	content: "\e059";
}
.icon-refresh:before {
	content: "\e05a";
}
.icon-happy:before {
	content: "\e05b";
}
.icon-sad:before {
	content: "\e05c";
}
.icon-facebook:before {
	content: "\e05d";
}
.icon-twitter:before {
	content: "\e05e";
}
.icon-googleplus:before {
	content: "\e05f";
}
.icon-rss:before {
	content: "\e060";
}
.icon-tumblr:before {
	content: "\e061";
}
.icon-linkedin:before {
	content: "\e062";
}
.icon-dribbble:before {
	content: "\e063";
}
