/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?44me5d");
  src: url("fonts/icomoon.eot?44me5d#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?44me5d") format("truetype"), url("fonts/icomoon.woff?44me5d") format("woff"), url("fonts/icomoon.svg?44me5d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.icon-Buildings-08:before {
  content: "\e906"; }

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

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

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

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

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

.icon-Buildings-69:before {
  content: "\e90c"; }

.icon-CelebrationHolidays_balloon-1:before {
  content: "\e90d"; }

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

.icon-CelebrationHolidays_candles-44:before {
  content: "\e90f"; }

.icon-CelebrationHolidays_gift:before {
  content: "\e910"; }

.icon-ClothesShoes-48:before {
  content: "\e911"; }

.icon-ControlNavigation_adjust:before {
  content: "\e912"; }

.icon-ControlNavigation_adjust-lavel:before {
  content: "\e913"; }

.icon-ControlNavigation_anti-reload:before {
  content: "\e914"; }

.icon-ControlNavigation_backward:before {
  content: "\e915"; }

.icon-ControlNavigation_control-3:before {
  content: "\e916"; }

.icon-ControlNavigation_control-4:before {
  content: "\e917"; }

.icon-ControlNavigation_double-arrow:before {
  content: "\e918"; }

.icon-ControlNavigation_down-arrow-34:before {
  content: "\e919"; }

.icon-ControlNavigation_down-arrow-42:before {
  content: "\e91a"; }

.icon-ControlNavigation_down-play:before {
  content: "\e91b"; }

.icon-ControlNavigation_down2-arrow:before {
  content: "\e91c"; }

.icon-ControlNavigation_down3-arrow:before {
  content: "\e91d"; }

.icon-ControlNavigation_forward:before {
  content: "\e91e"; }

.icon-ControlNavigation_hold:before {
  content: "\e91f"; }

.icon-ControlNavigation_left-arrow-31:before {
  content: "\e920"; }

.icon-ControlNavigation_left-arrow-39:before {
  content: "\e921"; }

.icon-ControlNavigation_left-play:before {
  content: "\e922"; }

.icon-ControlNavigation_left-rotate:before {
  content: "\e923"; }

.icon-ControlNavigation_left2-arrow:before {
  content: "\e924"; }

.icon-ControlNavigation_left3-arrow:before {
  content: "\e925"; }

.icon-ControlNavigation_parallel-arrows:before {
  content: "\e926"; }

.icon-ControlNavigation_pause:before {
  content: "\e927"; }

.icon-ControlNavigation_playforward:before {
  content: "\e928"; }

.icon-ControlNavigation_play-backward:before {
  content: "\e929"; }

.icon-ControlNavigation_reload:before {
  content: "\e92a"; }

.icon-ControlNavigation_right-arrow-32:before {
  content: "\e92b"; }

.icon-ControlNavigation_right-arrow-40:before {
  content: "\e92c"; }

.icon-ControlNavigation_right-play:before {
  content: "\e92d"; }

.icon-ControlNavigation_right-rotate:before {
  content: "\e92e"; }

.icon-ControlNavigation_right2-arrow:before {
  content: "\e92f"; }

.icon-ControlNavigation_right3-arrow:before {
  content: "\e930"; }

.icon-ControlNavigation_share-down:before {
  content: "\e931"; }

.icon-ControlNavigation_share-left-down:before {
  content: "\e932"; }

.icon-ControlNavigation_share-right-down:before {
  content: "\e933"; }

.icon-ControlNavigation_share-top-left:before {
  content: "\e934"; }

.icon-ControlNavigation_share-top-right:before {
  content: "\e935"; }

.icon-ControlNavigation_share-top:before {
  content: "\e936"; }

.icon-ControlNavigation_side-arrow:before {
  content: "\e937"; }

.icon-ControlNavigation_single-arrow:before {
  content: "\e938"; }

.icon-ControlNavigation_stop-04:before {
  content: "\e939"; }

.icon-ControlNavigation_stop-29:before {
  content: "\e93a"; }

.icon-ControlNavigation_top-arrow-33:before {
  content: "\e93b"; }

.icon-ControlNavigation_top-arrow-41:before {
  content: "\e93c"; }

.icon-ControlNavigation_top-play:before {
  content: "\e93d"; }

.icon-ControlNavigation_top2-arrow:before {
  content: "\e93e"; }

.icon-ControlNavigation_top3-arrow:before {
  content: "\e93f"; }

.icon-ControlNavigation_visual:before {
  content: "\e940"; }

.icon-ControlNavigation-II_arw-rd-down:before {
  content: "\e941"; }

.icon-ControlNavigation-II_arw-rd-left-down:before {
  content: "\e942"; }

.icon-ControlNavigation-II_arw-rd-left-top:before {
  content: "\e943"; }

.icon-ControlNavigation-II_arw-rd-left:before {
  content: "\e944"; }

.icon-ControlNavigation-II_arw-rd-right-down:before {
  content: "\e945"; }

.icon-ControlNavigation-II_arw-rd-right-top:before {
  content: "\e946"; }

.icon-ControlNavigation-II_arw-rd-right:before {
  content: "\e947"; }

.icon-ControlNavigation-II_arw-rd-top:before {
  content: "\e948"; }

.icon-ControlNavigation-II_arw-rds-down:before {
  content: "\e949"; }

.icon-ControlNavigation-II_arw-rds-top:before {
  content: "\e94a"; }

.icon-ControlNavigation-II_download:before {
  content: "\e94b"; }

.icon-ControlNavigation-II_dropdown:before {
  content: "\e94c"; }

.icon-ControlNavigation-II_left-move-2:before {
  content: "\e94d"; }

.icon-ControlNavigation-II_left-move:before {
  content: "\e94e"; }

.icon-ControlNavigation-II_push-left:before {
  content: "\e94f"; }

.icon-ControlNavigation-II_push-right:before {
  content: "\e950"; }

.icon-ControlNavigation-II_right-move-2:before {
  content: "\e951"; }

.icon-ControlNavigation-II_right-move:before {
  content: "\e952"; }

.icon-ControlNavigation-II_up-arw:before {
  content: "\e953"; }

.icon-ControlNavigation-II_upload:before {
  content: "\e954"; }

.icon-ControlNavigation-II_weight-down:before {
  content: "\e955"; }

.icon-ControlNavigation-II_weight-up:before {
  content: "\e956"; }

.icon-Design_3d:before {
  content: "\e957"; }

.icon-Design_book:before {
  content: "\e958"; }

.icon-Design_polygon:before {
  content: "\e959"; }

.icon-Design_printer:before {
  content: "\e95a"; }

.icon-Design_rotate-l:before {
  content: "\e95b"; }

.icon-Design_rotate-r:before {
  content: "\e95c"; }

.icon-Design_square:before {
  content: "\e95d"; }

.icon-Design_star:before {
  content: "\e95e"; }

.icon-Design_trash:before {
  content: "\e95f"; }

.icon-Design_triangle:before {
  content: "\e960"; }

.icon-DevicesNetworkII_bookmark-file:before {
  content: "\e961"; }

.icon-DevicesNetwork_android-phone:before {
  content: "\e962"; }

.icon-DevicesNetwork_cam-1-25:before {
  content: "\e963"; }

.icon-DevicesNetwork_cloud-close:before {
  content: "\e964"; }

.icon-DevicesNetwork_cloud-down:before {
  content: "\e965"; }

.icon-DevicesNetwork_cloud-right:before {
  content: "\e966"; }

.icon-DevicesNetwork_cloud-up:before {
  content: "\e967"; }

.icon-DevicesNetwork_computer-2:before {
  content: "\e968"; }

.icon-DevicesNetwork_drive-shelve:before {
  content: "\e969"; }

.icon-DevicesNetwork_flat-tv:before {
  content: "\e96a"; }

.icon-DevicesNetwork_hand-phone:before {
  content: "\e96b"; }

.icon-DevicesNetwork_headphone:before {
  content: "\e96c"; }

.icon-DevicesNetwork_home-adaptor:before {
  content: "\e96d"; }

.icon-DevicesNetwork_i-pad:before {
  content: "\e96e"; }

.icon-DevicesNetwork_I-phone:before {
  content: "\e96f"; }

.icon-DevicesNetwork_laptop-2:before {
  content: "\e970"; }

.icon-DevicesNetwork_laptop:before {
  content: "\e971"; }

.icon-DevicesNetwork_largephone:before {
  content: "\e972"; }

.icon-DevicesNetwork_phone:before {
  content: "\e973"; }

.icon-DevicesNetwork_phones:before {
  content: "\e974"; }

.icon-DevicesNetwork_responsive:before {
  content: "\e975"; }

.icon-DevicesNetwork_small-phone:before {
  content: "\e976"; }

.icon-DevicesNetwork_tabs:before {
  content: "\e977"; }

.icon-DevicesNetwork_wide:before {
  content: "\e978"; }

.icon-DevicesNetwork_wifi-adaptor:before {
  content: "\e979"; }

.icon-DocumentFolder_download-67:before {
  content: "\e97a"; }

.icon-DocumentFolder_download-68:before {
  content: "\e97b"; }

.icon-DocumentFolder_drawer:before {
  content: "\e97c"; }

.icon-DocumentFolder_file-2:before {
  content: "\e97d"; }

.icon-DocumentFolder_file-edits:before {
  content: "\e97e"; }

.icon-DocumentFolder_folder-flat:before {
  content: "\e97f"; }

.icon-DocumentFolder_folder:before {
  content: "\e980"; }

.icon-Editing_board-papper:before {
  content: "\e981"; }

.icon-Editing_break:before {
  content: "\e982"; }

.icon-Editing_center-align:before {
  content: "\e983"; }

.icon-Editing_justify-left:before {
  content: "\e984"; }

.icon-Editing_justify:before {
  content: "\e985"; }

.icon-Editing_light:before {
  content: "\e986"; }

.icon-Editing_paper:before {
  content: "\e987"; }

.icon-Editing_pencil-2:before {
  content: "\e988"; }

.icon-Editing_pencil:before {
  content: "\e989"; }

.icon-FinanceShopping_broken-card:before {
  content: "\e98a"; }

.icon-FinanceShopping_card-cart:before {
  content: "\e98b"; }

.icon-FinanceShopping_card-lock:before {
  content: "\e98c"; }

.icon-FinanceShopping_card:before {
  content: "\e98d"; }

.icon-FinanceShopping_cart:before {
  content: "\e98e"; }

.icon-FinanceShopping_cash:before {
  content: "\e98f"; }

.icon-FinanceShopping_code-card:before {
  content: "\e990"; }

.icon-FinanceShopping_coin-2:before {
  content: "\e991"; }

.icon-FinanceShopping_coins-q-2:before {
  content: "\e992"; }

.icon-FinanceShopping_coins-q:before {
  content: "\e993"; }

.icon-FinanceShopping_coins-s:before {
  content: "\e994"; }

.icon-FinanceShopping_currency-1:before {
  content: "\e995"; }

.icon-FinanceShopping_currency-100:before {
  content: "\e996"; }

.icon-FinanceShopping_currency-head:before {
  content: "\e997"; }

.icon-FinanceShopping_delivery:before {
  content: "\e998"; }

.icon-FinanceShopping_digitalcalculater:before {
  content: "\e999"; }

.icon-FinanceShopping_fill-cart:before {
  content: "\e99a"; }

.icon-FinanceShopping_partsal:before {
  content: "\e99b"; }

.icon-FinanceShopping_shopping-bag:before {
  content: "\e99c"; }

.icon-FinanceShopping_signature:before {
  content: "\e99d"; }

.icon-FinanceShopping_truck:before {
  content: "\e99e"; }

.icon-FinanceShopping_vehicle:before {
  content: "\e99f"; }

.icon-FinanceShopping_visa-card:before {
  content: "\e9a0"; }

.icon-FinanceShopping_wallet-1:before {
  content: "\e9a1"; }

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

.icon-FinanceShopping_wallet:before {
  content: "\e9a3"; }

.icon-foodanddrink_bear:before {
  content: "\e9a4"; }

.icon-foodanddrink_bottle-3:before {
  content: "\e9a5"; }

.icon-foodanddrink_burger:before {
  content: "\e9a6"; }

.icon-foodanddrink_chicken:before {
  content: "\e9a7"; }

.icon-foodanddrink_corn-2:before {
  content: "\e9a8"; }

.icon-foodanddrink_food-close-02:before {
  content: "\e9a9"; }

.icon-foodanddrink_large-coffe:before {
  content: "\e9aa"; }

.icon-GamesEntertainment_coin-game:before {
  content: "\e9ab"; }

.icon-gesture_doubletap:before {
  content: "\e9ac"; }

.icon-gesture_press:before {
  content: "\e9ad"; }

.icon-gesture_tap:before {
  content: "\e9ae"; }

.icon-Household_door-2:before {
  content: "\e9af"; }

.icon-Household_round-clock:before {
  content: "\e9b0"; }

.icon-Household_television:before {
  content: "\e9b1"; }

.icon-imagevideo_board-paper:before {
  content: "\e9b2"; }

.icon-imagevideo_cam-1:before {
  content: "\e9b3"; }

.icon-imagevideo_drag-down:before {
  content: "\e9b4"; }

.icon-imagevideo_files:before {
  content: "\e9b5"; }

.icon-imagevideo_image-file:before {
  content: "\e9b6"; }

.icon-imagevideo_news-paper:before {
  content: "\e9b7"; }

.icon-imagevideo_paly:before {
  content: "\e9b8"; }

.icon-imagevideo_palyer:before {
  content: "\e9b9"; }

.icon-imagevideo_text-file:before {
  content: "\e9ba"; }

.icon-imagevideo_tick-file:before {
  content: "\e9bb"; }

.icon-mapandlocations_globe-pointer:before {
  content: "\e9bc"; }

.icon-mapandlocations_globe:before {
  content: "\e9bd"; }

.icon-mapandlocations_loacte:before {
  content: "\e9be"; }

.icon-mapandlocations_locate-4:before {
  content: "\e9bf"; }

.icon-mapandlocations_map-circle:before {
  content: "\e9c0"; }

.icon-mapandlocations_map-hold:before {
  content: "\e9c1"; }

.icon-mapandlocations_map-locate-3:before {
  content: "\e9c2"; }

.icon-mapandlocations_map-locate-13:before {
  content: "\e9c3"; }

.icon-mapandlocations_navigate-1:before {
  content: "\e9c4"; }

.icon-mapandlocations_place:before {
  content: "\e9c5"; }

.icon-Office-10:before {
  content: "\e9c6"; }

.icon-Office-15:before {
  content: "\e9c7"; }

.icon-Office-16:before {
  content: "\e9c8"; }

.icon-Office-20:before {
  content: "\e9c9"; }

.icon-Office-24:before {
  content: "\e9ca"; }

.icon-Office-29:before {
  content: "\e9cb"; }

.icon-Office-30:before {
  content: "\e9cc"; }

.icon-Office-36:before {
  content: "\e9cd"; }

.icon-Office-39:before {
  content: "\e9ce"; }

.icon-Office-40:before {
  content: "\e9cf"; }

.icon-Office-48:before {
  content: "\e9d0"; }

.icon-Office-51:before {
  content: "\e9d1"; }

.icon-Office-58:before {
  content: "\e9d2"; }

.icon-Office-59:before {
  content: "\e9d3"; }

.icon-SociaI-icons_dropbox:before {
  content: "\e9d4"; }

.icon-SociaI-icons_facebook-21:before {
  content: "\e9d5"; }

.icon-SociaI-icons_facebook-28:before {
  content: "\e9d6"; }

.icon-SociaI-icons_hype:before {
  content: "\e9d7"; }

.icon-SociaI-icons_instagram:before {
  content: "\e9d8"; }

.icon-SociaI-icons_linkedin-1:before {
  content: "\e9d9"; }

.icon-SociaI-icons_linkedin:before {
  content: "\e9da"; }

.icon-SociaI-icons_twitter-74:before {
  content: "\e9db"; }

.icon-SociaI-icons_youtube:before {
  content: "\e9dc"; }

.icon-user-interaction-review_1-3-cross:before {
  content: "\e9dd"; }

.icon-user-interaction-review_add-user-rd:before {
  content: "\e9de"; }

.icon-user-interaction-review_block-user:before {
  content: "\e9df"; }

.icon-user-interaction-review_contact--user:before {
  content: "\e9e0"; }

.icon-user-interaction-review_edit-user:before {
  content: "\e9e1"; }

.icon-user-interaction-review_graph-up:before {
  content: "\e9e2"; }

.icon-user-interaction-review_hrizontal-bars:before {
  content: "\e9e3"; }

.icon-user-interaction-review_men:before {
  content: "\e9e4"; }

.icon-user-interaction-review_user-round:before {
  content: "\e9e5"; }

.icon-user-interaction-review_user:before {
  content: "\e9e6"; }

.icon-user-interaction-review_women:before {
  content: "\e9e7"; }

.icon-Userinterface_abacuse:before {
  content: "\e9e8"; }

.icon-Userinterface_alarm:before {
  content: "\e9e9"; }

.icon-Userinterface_blank-browser:before {
  content: "\e9ea"; }

.icon-Userinterface_blocks:before {
  content: "\e9eb"; }

.icon-Userinterface_browser-check-box:before {
  content: "\e9ec"; }

.icon-Userinterface_clock:before {
  content: "\e9ed"; }

.icon-Userinterface_column:before {
  content: "\e9ee"; }

.icon-Userinterface_downloads:before {
  content: "\e9ef"; }

.icon-Userinterface_favorite:before {
  content: "\e9f0"; }

.icon-Userinterface_folder:before {
  content: "\e9f1"; }

.icon-Userinterface_grid-block:before {
  content: "\e9f2"; }

.icon-Userinterface_list:before {
  content: "\e9f3"; }

.icon-Userinterface_mail-61:before {
  content: "\e9f4"; }

.icon-Userinterface_mail-open:before {
  content: "\e9f5"; }

.icon-Userinterface_open-62:before {
  content: "\e9f6"; }

.icon-Userinterface_open-64:before {
  content: "\e9f7"; }

.icon-Userinterface_page-back:before {
  content: "\e9f8"; }

.icon-Userinterface_search-53:before {
  content: "\e9f9"; }

.icon-Userinterface_setting-roll:before {
  content: "\e9fa"; }

.icon-Userinterface_settings-ui:before {
  content: "\e9fb"; }

.icon-Userinterface_spects:before {
  content: "\e9fc"; }

.icon-Userinterface_statistics:before {
  content: "\e9fd"; }

.icon-Userinterface_time-3:before {
  content: "\e9fe"; }

.icon-Userinterface_time:before {
  content: "\e9ff"; }

.icon-Userinterface_trash:before {
  content: "\ea00"; }

.icon-Userinterface_uploads:before {
  content: "\ea01"; }

.icon-Weather_fullmoon:before {
  content: "\ea02"; }

.icon-Weather_thunder-1:before {
  content: "\ea03"; }

html {
  font-size: 16px; }

.test {
  background: rgba(255, 0, 0, 0.15);
  border: 0px solid rgba(0, 0, 0, 0.15); }

#debugger {
  padding: 1rem;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(47, 53, 59, 0.5);
  color: #fff;
  text-underline: none; }

.outer-container.full {
  width: 100%; }
.outer-container.large {
  width: 1280px;
  margin: 0 auto; }

.content-container {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .content-container.full {
    width: 100%; }
  .content-container.large {
    max-width: 1280px;
    margin: 0 auto; }
  .content-container.medium {
    max-width: 980px;
    margin: 0 auto; }

.content {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .content.col-100 {
    min-width: 100%;
    max-width: 100%; }
  .content.col-75 {
    min-width: calc(75% - 5px);
    max-width: calc(75% - 5px); }
  .content.col-66 {
    min-width: calc(61.8% - 6.5px);
    max-width: calc(61.8% - 6.5px); }
  .content.col-50 {
    min-width: calc(50% - 11px);
    max-width: calc(50% - 11px); }
  .content.col-33 {
    min-width: calc(38.2% - 13px);
    max-width: calc(38.2% - 13px); }
  .content.col-25 {
    min-width: calc(25% - 16px);
    max-width: calc(25% - 16px); }
  .content.ng-col-10 {
    min-width: 10%;
    max-width: 10%; }
  .content.ng-col-20 {
    min-width: 20%;
    max-width: 20%; }
  .content.ng-col-25 {
    min-width: 25%;
    max-width: 25%; }
  .content.ng-col-33 {
    min-width: 33.333%;
    max-width: 33.333%; }
  .content.ng-col-50 {
    min-width: 50%;
    max-width: 50%; }
  .content.ng-col-66 {
    min-width: 66.666%;
    max-width: 66.666%; }
  .content.ng-col-75 {
    min-width: 75%;
    max-width: 75%; }
  .content.ng-col-100 {
    min-width: 100%;
    max-width: 100%; }

@media all and (min-width: 620px) and (max-width: 780px) {
  #product-selection .content.ng-col-50 {
    min-width: 50%;
    max-width: 50%; } }
@media all and (min-width: 320px) and (max-width: 619px) {
  #product-selection .product-line-text {
    padding-bottom: 0.5rem;
    margin-bottom: 0; }
  #product-selection .product-line-spinner {
    padding-top: 0;
    padding-left: 1.5rem;
    text-align: left; }
  #product-selection .content.ng-col-50 {
    min-width: 100%;
    max-width: 100%; } }
@media all and (min-width: 320px) and (max-width: 780px) {
  .form-container.ng-col-66 {
    min-width: 90%;
    max-width: 90%;
    margin: 50px; }

  .action-bar .content.ng-col-50 {
    min-width: 50%;
    max-width: 50%; }

  .content.col-50 {
    min-width: 100%;
    max-width: 100%; }
  .content.ng-col-50 {
    min-width: 100%;
    max-width: 100%; } }
.content-container.relative {
  position: relative; }

.content.relative {
  position: relative; }
.content.center-container {
  margin: 0 auto; }
.content.center-content {
  text-align: center; }

.error {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  background: rgba(236, 63, 65, 0.15);
  border: 1px solid rgba(236, 63, 65, 0.5);
  border-radius: 3px;
  margin-top: 0.5rem;
  color: #EC3F41; }

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

.error.inline {
  border: none;
  padding: 0;
  padding-left: 0.5rem;
  border-left: 2px solid #EC3F41;
  background: none;
  border-radius: 0; }

.error.input {
  border: none;
  padding: 0;
  margin-top: -0.75rem;
  margin-bottom: 1rem;
  background: none;
  border-radius: 0; }

.input-error {
  border-bottom: 2px solid #EC3F41; }

.button {
  padding: 1rem 2rem; }
  .button.small {
    padding: 1rem 1rem; }
  .button.large {
    padding: 1.5rem 3rem; }

.button {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #2F353B;
  color: #ffffff;
  border: 2px solid #2F353B;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400; }
  .button:hover {
    background: #24282d;
    border-color: #24282d;
    color: #ffffff;
    cursor: pointer; }
  .button.button-ghost {
    background: none;
    color: #ffffff; }
    .button.button-ghost:hover {
      background: #181c1f;
      border-color: #181c1f;
      color: #ffffff; }

.button.white {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #ffffff;
  color: #0080F8;
  border: 2px solid #ffffff;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400; }
  .button.white:hover {
    background: #f2f2f2;
    border-color: #f2f2f2;
    color: #0080F8;
    cursor: pointer; }
  .button.white.button-ghost {
    background: none;
    color: #0080F8; }
    .button.white.button-ghost:hover {
      background: #e6e6e6;
      border-color: #e6e6e6;
      color: #0080F8; }
.button.blue {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #0080F8;
  color: #ffffff;
  border: 2px solid #0080F8;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400; }
  .button.blue:hover {
    background: #0073df;
    border-color: #0073df;
    color: #ffffff;
    cursor: pointer; }
  .button.blue.button-ghost {
    background: none;
    color: #ffffff; }
    .button.blue.button-ghost:hover {
      background: #0066c5;
      border-color: #0066c5;
      color: #ffffff; }
.button.diffuse {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #D2D7DB;
  color: #2F353B;
  border: 2px solid #D2D7DB;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400; }
  .button.diffuse:hover {
    background: #c4cad0;
    border-color: #c4cad0;
    color: #2F353B;
    cursor: pointer; }
  .button.diffuse.button-ghost {
    background: none;
    color: #2F353B; }
    .button.diffuse.button-ghost:hover {
      background: #b6bec4;
      border-color: #b6bec4;
      color: #2F353B; }
.button.green {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #3CD7A5;
  color: #ffffff;
  border: 2px solid #3CD7A5;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400; }
  .button.green:hover {
    background: #2acf9a;
    border-color: #2acf9a;
    color: #ffffff;
    cursor: pointer; }
  .button.green.button-ghost {
    background: none;
    color: #ffffff; }
    .button.green.button-ghost:hover {
      background: #26ba8a;
      border-color: #26ba8a;
      color: #ffffff; }

.button:disabled {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #D2D7DB;
  color: #2F353B;
  border: 2px solid #D2D7DB;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400; }
  .button:disabled:hover {
    background: #c4cad0;
    border-color: #c4cad0;
    color: #2F353B;
    cursor: pointer; }
  .button:disabled.button-ghost {
    background: none;
    color: #2F353B; }
    .button:disabled.button-ghost:hover {
      background: #b6bec4;
      border-color: #b6bec4;
      color: #2F353B; }

.button.hiddenButton {
  display: none; }

input {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: 0.75rem;
  border: 1px solid rgba(47, 53, 59, 0.25);
  display: block;
  margin-bottom: 1rem;
  width: -webkit-calc(100% - 1.625rem);
  width: calc(100% - 1.625rem); }
  input:hover {
    border: 1px solid rgba(47, 53, 59, 0.5); }

textarea:focus, input:focus {
  outline: none;
  border: 1px solid #0080F8;
  box-shadow: 3px 3px 6px rgba(47, 53, 59, 0.1) inset; }

button:focus {
  outline: none; }

input.inline {
  display: inline-block; }
input.autowidth {
  width: auto; }

input[type="checkbox"] {
  margin-top: 1.25rem;
  margin-bottom: 2rem; }
  input[type="checkbox"]:focus {
    box-shadow: none; }

label {
  display: block;
  margin-bottom: 0.33rem;
  color: rgba(47, 53, 59, 0.5); }

input:disabled {
  background: #F2F2F4; }

input:read-only {
  background: #F2F2F4; }

.product-line-spinner input:disabled {
  background: #ffffff; }
.product-line-spinner input:read-only {
  background: #ffffff; }

.spHidden {
  display: none; }

.summaryNum {
  font-weight: 900; }

.delivery-point {
  margin-top: 1rem; }

.pickup-point {
  margin-top: 1rem; }
  .pickup-point .radio-choice-line {
    background: #F2F2F4;
    margin-bottom: 2px;
    padding: 1rem; }
  .pickup-point input {
    display: inline;
    width: 2rem;
    margin: 0;
    padding: 0; }
    .pickup-point input:focus {
      box-shadow: none; }
  .pickup-point label {
    display: inline; }

.selector {
  display: block;
  width: 100%; }
  .selector.active {
    background: #3CD7A5;
    border: 0px;
    color: #ffffff;
    text-transform: none;
    letter-spacing: 0; }
    .selector.active:hover {
      background: #3CD7A5; }
  .selector.inactive {
    color: rgba(47, 53, 59, 0.5);
    background: #F2F2F4;
    border: 0px;
    border-left: 0px;
    text-transform: none;
    letter-spacing: 0; }
    .selector.inactive:hover {
      background: rgba(60, 215, 165, 0.5);
      color: rgba(47, 53, 59, 0.5); }

.seperatorline {
  height: 1px;
  width: 100%;
  background: #D2D7DB;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block; }

.product-line-text {
  padding: 1.5rem;
  box-sizing: border-box;
  background: #F2F2F4;
  margin-bottom: 0.25rem; }
  .product-line-text h4 {
    margin: 0;
    padding: 0; }
  .product-line-text p {
    margin: 0;
    padding: 0;
    color: rgba(47, 53, 59, 0.5); }

.product-line-spinner {
  box-sizing: border-box;
  padding: 0.75rem;
  text-align: right;
  background: #F2F2F4;
  margin-bottom: 0.25rem;
  padding-top: 1.25rem; }
  .product-line-spinner input {
    border: 0px;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem; }

.btext {
  font-size: 1.25rem;
  font-weight: 800; }

.form-button {
  width: 2.5rem;
  padding: 0.7rem; }

.form-spinner-input {
  width: 1rem;
  text-align: center; }

.product-summary {
  background: rgba(0, 128, 248, 0.1);
  padding: 2rem;
  margin-top: 2rem;
  box-sizing: border-box;
  text-align: center; }

.text-header {
  margin-bottom: 2rem; }
  .text-header .blue {
    color: #0080F8;
    margin-right: 0.5rem; }
  .text-header h2 {
    margin: 0;
    padding: 0;
    font-weight: 300; }
  .text-header h6 {
    display: inline;
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase; }
  .text-header p {
    margin: 0;
    padding: 0;
    color: rgba(47, 53, 59, 0.5); }

.form-header {
  background: #F2F2F4;
  padding: 4rem 2rem;
  box-sizing: border-box; }
  .form-header h2 {
    margin: 0;
    padding: 0;
    font-weight: 300;
    color: #0080F8; }
  .form-header h6 {
    display: inline;
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 1rem;
    color: #0080F8; }

.form-outer {
  padding-top: 2rem;
  padding-bottom: 4rem; }

.form-container {
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(47, 53, 59, 0.25); }

.action-bar {
  box-sizing: border-box;
  padding: 2rem;
  margin-top: 2rem;
  background: #F2F2F4; }
  .action-bar > .content:last-of-type {
    text-align: right; }

.form-active, .form-inactive, .form-complete {
  padding: 2rem;
  padding-top: 1rem;
  box-sizing: border-box; }

.form-active {
  display: visible; }

.form-inactive {
  display: none; }

.form-complete {
  display: none; }

.step.active .progress-bar {
  background-position: 0% 0%; }
.step.active .icon {
  color: #ffffff; }
.step.active .icon-container {
  background: #0080F8; }
.step.complete .progress-bar {
  background-position: 0% 0%;
  background-size: 400%; }
.step.complete .icon {
  color: #ffffff; }
.step.complete .icon-container {
  background: #0080F8; }

.progress-bar {
  height: 10px;
  background: #000;
  position: relative;
  z-index: 5;
  bottom: -2rem; }

.progress-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #0080F8;
  background-image: -webkit-linear-gradient(-360deg, #0080F8 0%, #0080F8 20%, #0080F8 30%, #D2D7DB 50%);
  background-image: linear-gradient(90deg,#0080F8 0%, #0080F8 20%, #0080F8 30%, #D2D7DB 50%);
  background-size: 200%;
  background-position: 99% 100%; }

.content.step {
  text-align: center; }

.step {
  margin-bottom: 2rem;
  margin-top: -2rem; }
  .step .icon-container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #D2D7DB; }
  .step .icon-container {
    background: #D2D7DB;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    z-index: 10; }
  .step .icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 1.5rem;
    display: inline-block;
    padding: 1rem;
    color: rgba(47, 53, 59, 0.25); }

.verifone-footer {
  background: #2F353B;
  padding: 4rem;
  text-align: center;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.5); }

.functionality {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .functionality .content {
    padding: 3rem;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 2rem; }
  .functionality .icon {
    font-size: 4rem;
    color: #0080F8; }
  .functionality h4 {
    color: #2F353B; }
  .functionality p {
    color: rgba(47, 53, 59, 0.5); }

@media all and (min-width: 680px) and (max-width: 980px) {
  .functionality .content {
    min-width: 50%;
    max-width: 50%; } }
@media all and (min-width: 320px) and (max-width: 679px) {
  .functionality .content {
    min-width: 50%;
    max-width: 50%;
    padding: 3rem 1rem; } }
.statistics-outer {
  background: #F2F2F4;
  width: 100%; }

.statistics {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  box-sizing: border-box; }
  .statistics h1 {
    margin-top: 4rem;
    color: #0080F8; }
  .statistics p {
    color: rgba(47, 53, 59, 0.75); }
  .statistics img {
    max-width: 980px;
    height: auto; }

@media all and (min-width: 320px) and (max-width: 980px) {
  .statistics {
    padding-left: 2rem;
    padding-right: 2rem; }
    .statistics img {
      min-width: 70%;
      max-width: 70%;
      margin-bottom: 4rem; } }
.lead-branding {
  position: absolute;
  z-index: 100;
  top: 50;
  width: 100%;
  padding-top: 2rem;
  padding-left: 2rem;
  color: #ffffff;
  box-sizing: border-box; }
  .lead-branding img {
    width: 130px;
    height: auto; }

.offer {
  color: #ffffff;
  text-align: center;
  background: #0080F8;
  padding: 4rem;
  box-sizing: border-box; }
  .offer h1 {
    margin: 0;
    padding: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .offer h3 {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 0;
    text-transform: uppercase; }

.month-price {
  color: #0080F8;
  text-align: center;
  background: #D2D7DB;
  padding: 4rem;
  box-sizing: border-box; }
  .month-price h1 {
    margin: 0;
    padding: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .month-price h3 {
    font-size: 1rem;
    color: rgba(47, 53, 59, 0.5);
    margin: 0;
    padding: 0;
    text-transform: uppercase; }

@media all and (min-width: 380px) and (max-width: 680px) {
  .offer, .month-price {
    min-width: 100% !important;
    padding: 2rem; } }
.media-small {
  background: url(/images/kassesystem-01.jpg);
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #ffffff;
  padding: 4rem 2rem;
  box-sizing: border-box; }

.media {
  background: url(/images/kassesystem-01.jpg);
  background-size: cover;
  background-position: center center;
  height: 80vh;
  text-align: center; }
  .media img {
    width: 100%;
    height: auto; }
  .media .hero-content {
    text-align: center;
    padding: 0rem 4rem;
    margin: 0 auto;
    position: relative;
    top: 30vh;
    box-sizing: border-box; }
  .media h1 {
    color: #ffffff;
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 3rem; }
  .media p {
    color: #ffffff;
    font-weight: 400;
    font-size: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  @media all and (min-width: 380px) and (max-width: 680px) {
    .media {
      height: 80vh; }
      .media .hero-content {
        top: 25vh; }
      .media h1 {
        font-size: 2rem; }
      .media p {
        font-size: 1rem; } }

.content.lead-form {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.lead-form {
  background: #0080F8;
  background: #ffffff;
  max-width: 600px;
  display: inline-block;
  margin: 0 auto;
  padding: 2rem 4rem 4rem;
  box-sizing: border-box; }
  .lead-form form {
    padding-top: 2rem; }
  .lead-form .button {
    margin-top: 2rem;
    display: block;
    width: 100%; }
  .lead-form h1 {
    text-align: center;
    color: #0080F8;
    margin: 0 auto;
    margin-bottom: 0.5rem; }
  .lead-form p {
    text-align: center;
    color: rgba(47, 53, 59, 0.75);
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 2rem; }
  @media all and (min-width: 380px) and (max-width: 680px) {
    .lead-form {
      max-width: 100%;
      padding: 2rem; } }

.lead-pricing {
  text-align: center;
  background: #F2F2F4;
  padding: 4rem;
  box-sizing: border-box; }
  .lead-pricing h1 {
    margin: 0;
    padding: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #0080F8; }
  .lead-pricing h3 {
    font-size: 1rem;
    color: rgba(47, 53, 59, 0.5);
    margin: 0;
    padding: 0;
    text-transform: uppercase; }

body.verifone {
  background: #D2D7DB; }

body.verifonelanding {
  background: #ffffff; }
