@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Lato:100,300,400,700,300italic,400italic,700italic");
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("https://s3.amazonaws.com/fxhome-static/images/libs/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("https://s3.amazonaws.com/fxhome-static/images/libs/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("https://s3.amazonaws.com/fxhome-static/images/libs/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("https://s3.amazonaws.com/fxhome-static/images/libs/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("https://s3.amazonaws.com/fxhome-static/images/libs/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("https://s3.amazonaws.com/fxhome-static/images/libs/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("https://static.fxhome.com/fonts/ionicons.eot?v=2.0.0");
  src: url("https://static.fxhome.com/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("https://static.fxhome.com/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("https://static.fxhome.com/fonts/ionicons.woff?v=2.0.0") format("woff"), url("https://static.fxhome.com/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bar:before {
  content: ""; }

.ion-android-bicycle:before {
  content: ""; }

.ion-android-boat:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-bus:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-compass:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-film:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-subway:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-train:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-upload:before {
  content: ""; }

.ion-android-volume-down:before {
  content: ""; }

.ion-android-volume-mute:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-aperture:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-down-b:before {
  content: ""; }

.ion-arrow-down-c:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-graph-down-left:before {
  content: ""; }

.ion-arrow-graph-down-right:before {
  content: ""; }

.ion-arrow-graph-up-left:before {
  content: ""; }

.ion-arrow-graph-up-right:before {
  content: ""; }

.ion-arrow-left-a:before {
  content: ""; }

.ion-arrow-left-b:before {
  content: ""; }

.ion-arrow-left-c:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-resize:before {
  content: ""; }

.ion-arrow-return-left:before {
  content: ""; }

.ion-arrow-return-right:before {
  content: ""; }

.ion-arrow-right-a:before {
  content: ""; }

.ion-arrow-right-b:before {
  content: ""; }

.ion-arrow-right-c:before {
  content: ""; }

.ion-arrow-shrink:before {
  content: ""; }

.ion-arrow-swap:before {
  content: ""; }

.ion-arrow-up-a:before {
  content: ""; }

.ion-arrow-up-b:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-asterisk:before {
  content: ""; }

.ion-at:before {
  content: ""; }

.ion-backspace:before {
  content: ""; }

.ion-backspace-outline:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-battery-charging:before {
  content: ""; }

.ion-battery-empty:before {
  content: ""; }

.ion-battery-full:before {
  content: ""; }

.ion-battery-half:before {
  content: ""; }

.ion-battery-low:before {
  content: ""; }

.ion-beaker:before {
  content: ""; }

.ion-beer:before {
  content: ""; }

.ion-bluetooth:before {
  content: ""; }

.ion-bonfire:before {
  content: ""; }

.ion-bookmark:before {
  content: ""; }

.ion-bowtie:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-bug:before {
  content: ""; }

.ion-calculator:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-card:before {
  content: ""; }

.ion-cash:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatbox-working:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubble-working:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clipboard:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-closed-captioning:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-code:before {
  content: ""; }

.ion-code-download:before {
  content: ""; }

.ion-code-working:before {
  content: ""; }

.ion-coffee:before {
  content: ""; }

.ion-compass:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-connection-bars:before {
  content: ""; }

.ion-contrast:before {
  content: ""; }

.ion-crop:before {
  content: ""; }

.ion-cube:before {
  content: ""; }

.ion-disc:before {
  content: ""; }

.ion-document:before {
  content: ""; }

.ion-document-text:before {
  content: ""; }

.ion-drag:before {
  content: ""; }

.ion-earth:before {
  content: ""; }

.ion-easel:before {
  content: ""; }

.ion-edit:before {
  content: ""; }

.ion-egg:before {
  content: ""; }

.ion-eject:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-erlenmeyer-flask:before {
  content: ""; }

.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-female:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-film-marker:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flag:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-flash:before {
  content: ""; }

.ion-flash-off:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-fork:before {
  content: ""; }

.ion-fork-repo:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-happy:before {
  content: ""; }

.ion-happy-outline:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-help:before {
  content: ""; }

.ion-help-buoy:before {
  content: ""; }

.ion-help-circled:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-icecream:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-ionic:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-americanfootball:before {
  content: ""; }

.ion-ios-americanfootball-outline:before {
  content: ""; }

.ion-ios-analytics:before {
  content: ""; }

.ion-ios-analytics-outline:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-at:before {
  content: ""; }

.ion-ios-at-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-baseball:before {
  content: ""; }

.ion-ios-baseball-outline:before {
  content: ""; }

.ion-ios-basketball:before {
  content: ""; }

.ion-ios-basketball-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-bolt:before {
  content: ""; }

.ion-ios-bolt-outline:before {
  content: ""; }

.ion-ios-book:before {
  content: ""; }

.ion-ios-book-outline:before {
  content: ""; }

.ion-ios-bookmarks:before {
  content: ""; }

.ion-ios-bookmarks-outline:before {
  content: ""; }

.ion-ios-box:before {
  content: ""; }

.ion-ios-box-outline:before {
  content: ""; }

.ion-ios-briefcase:before {
  content: ""; }

.ion-ios-briefcase-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-calculator:before {
  content: ""; }

.ion-ios-calculator-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-cloud:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloudy:before {
  content: ""; }

.ion-ios-cloudy-night:before {
  content: ""; }

.ion-ios-cloudy-night-outline:before {
  content: ""; }

.ion-ios-cloudy-outline:before {
  content: ""; }

.ion-ios-cog:before {
  content: ""; }

.ion-ios-cog-outline:before {
  content: ""; }

.ion-ios-color-filter:before {
  content: ""; }

.ion-ios-color-filter-outline:before {
  content: ""; }

.ion-ios-color-wand:before {
  content: ""; }

.ion-ios-color-wand-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-drag:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-fastforward:before {
  content: ""; }

.ion-ios-fastforward-outline:before {
  content: ""; }

.ion-ios-filing:before {
  content: ""; }

.ion-ios-filing-outline:before {
  content: ""; }

.ion-ios-film:before {
  content: ""; }

.ion-ios-film-outline:before {
  content: ""; }

.ion-ios-flag:before {
  content: ""; }

.ion-ios-flag-outline:before {
  content: ""; }

.ion-ios-flame:before {
  content: ""; }

.ion-ios-flame-outline:before {
  content: ""; }

.ion-ios-flask:before {
  content: ""; }

.ion-ios-flask-outline:before {
  content: ""; }

.ion-ios-flower:before {
  content: ""; }

.ion-ios-flower-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-football:before {
  content: ""; }

.ion-ios-football-outline:before {
  content: ""; }

.ion-ios-game-controller-a:before {
  content: ""; }

.ion-ios-game-controller-a-outline:before {
  content: ""; }

.ion-ios-game-controller-b:before {
  content: ""; }

.ion-ios-game-controller-b-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-glasses:before {
  content: ""; }

.ion-ios-glasses-outline:before {
  content: ""; }

.ion-ios-grid-view:before {
  content: ""; }

.ion-ios-grid-view-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-help:before {
  content: ""; }

.ion-ios-help-empty:before {
  content: ""; }

.ion-ios-help-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-infinite:before {
  content: ""; }

.ion-ios-infinite-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-ionic-outline:before {
  content: ""; }

.ion-ios-keypad:before {
  content: ""; }

.ion-ios-keypad-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-nutrition:before {
  content: ""; }

.ion-ios-nutrition-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pint:before {
  content: ""; }

.ion-ios-pint-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-recording:before {
  content: ""; }

.ion-ios-recording-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-rewind:before {
  content: ""; }

.ion-ios-rewind-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-settings:before {
  content: ""; }

.ion-ios-settings-strong:before {
  content: ""; }

.ion-ios-shuffle:before {
  content: ""; }

.ion-ios-shuffle-strong:before {
  content: ""; }

.ion-ios-skipbackward:before {
  content: ""; }

.ion-ios-skipbackward-outline:before {
  content: ""; }

.ion-ios-skipforward:before {
  content: ""; }

.ion-ios-skipforward-outline:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-speedometer:before {
  content: ""; }

.ion-ios-speedometer-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-stopwatch:before {
  content: ""; }

.ion-ios-stopwatch-outline:before {
  content: ""; }

.ion-ios-sunny:before {
  content: ""; }

.ion-ios-sunny-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-tennisball:before {
  content: ""; }

.ion-ios-tennisball-outline:before {
  content: ""; }

.ion-ios-thunderstorm:before {
  content: ""; }

.ion-ios-thunderstorm-outline:before {
  content: ""; }

.ion-ios-time:before {
  content: ""; }

.ion-ios-time-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-toggle:before {
  content: ""; }

.ion-ios-toggle-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-volume-high:before {
  content: ""; }

.ion-ios-volume-low:before {
  content: ""; }

.ion-ios-wineglass:before {
  content: ""; }

.ion-ios-wineglass-outline:before {
  content: ""; }

.ion-ios-world:before {
  content: ""; }

.ion-ios-world-outline:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-ipod:before {
  content: ""; }

.ion-jet:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-leaf:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-male:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-medkit:before {
  content: ""; }

.ion-merge:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-mic-b:before {
  content: ""; }

.ion-mic-c:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-mouse:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-network:before {
  content: ""; }

.ion-no-smoking:before {
  content: ""; }

.ion-nuclear:before {
  content: ""; }

.ion-outlet:before {
  content: ""; }

.ion-paintbrush:before {
  content: ""; }

.ion-paintbucket:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-pause:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-pizza:before {
  content: ""; }

.ion-plane:before {
  content: ""; }

.ion-planet:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-playstation:before {
  content: ""; }

.ion-plus:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-sad:before {
  content: ""; }

.ion-sad-outline:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-skip-backward:before {
  content: ""; }

.ion-skip-forward:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-angular:before {
  content: ""; }

.ion-social-angular-outline:before {
  content: ""; }

.ion-social-apple:before {
  content: ""; }

.ion-social-apple-outline:before {
  content: ""; }

.ion-social-bitcoin:before {
  content: ""; }

.ion-social-bitcoin-outline:before {
  content: ""; }

.ion-social-buffer:before {
  content: ""; }

.ion-social-buffer-outline:before {
  content: ""; }

.ion-social-chrome:before {
  content: ""; }

.ion-social-chrome-outline:before {
  content: ""; }

.ion-social-codepen:before {
  content: ""; }

.ion-social-codepen-outline:before {
  content: ""; }

.ion-social-css3:before {
  content: ""; }

.ion-social-css3-outline:before {
  content: ""; }

.ion-social-designernews:before {
  content: ""; }

.ion-social-designernews-outline:before {
  content: ""; }

.ion-social-dribbble:before {
  content: ""; }

.ion-social-dribbble-outline:before {
  content: ""; }

.ion-social-dropbox:before {
  content: ""; }

.ion-social-dropbox-outline:before {
  content: ""; }

.ion-social-euro:before {
  content: ""; }

.ion-social-euro-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-foursquare:before {
  content: ""; }

.ion-social-foursquare-outline:before {
  content: ""; }

.ion-social-freebsd-devil:before {
  content: ""; }

.ion-social-github:before {
  content: ""; }

.ion-social-github-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-googleplus:before {
  content: ""; }

.ion-social-googleplus-outline:before {
  content: ""; }

.ion-social-hackernews:before {
  content: ""; }

.ion-social-hackernews-outline:before {
  content: ""; }

.ion-social-html5:before {
  content: ""; }

.ion-social-html5-outline:before {
  content: ""; }

.ion-social-instagram:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-javascript:before {
  content: ""; }

.ion-social-javascript-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-markdown:before {
  content: ""; }

.ion-social-nodejs:before {
  content: ""; }

.ion-social-octocat:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-python:before {
  content: ""; }

.ion-social-reddit:before {
  content: ""; }

.ion-social-reddit-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-sass:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitch:before {
  content: ""; }

.ion-social-twitch-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-windows:before {
  content: ""; }

.ion-social-windows-outline:before {
  content: ""; }

.ion-social-wordpress:before {
  content: ""; }

.ion-social-wordpress-outline:before {
  content: ""; }

.ion-social-yahoo:before {
  content: ""; }

.ion-social-yahoo-outline:before {
  content: ""; }

.ion-social-yen:before {
  content: ""; }

.ion-social-yen-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-steam:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-transgender:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-trophy:before {
  content: ""; }

.ion-tshirt:before {
  content: ""; }

.ion-tshirt-outline:before {
  content: ""; }

.ion-umbrella:before {
  content: ""; }

.ion-university:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-usb:before {
  content: ""; }

.ion-videocamera:before {
  content: ""; }

.ion-volume-high:before {
  content: ""; }

.ion-volume-low:before {
  content: ""; }

.ion-volume-medium:before {
  content: ""; }

.ion-volume-mute:before {
  content: ""; }

.ion-wand:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-wineglass:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.ion-xbox:before {
  content: ""; }

* {
  margin: 0;
  padding: 0; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: always;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-text-stroke: 0.25px;
  -webkit-text-size-adjust: 100%;
  font-size: 16px; }

@-moz-document url-prefix() {
  html,
  body {
    -webkit-text-stroke: unset; } }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    html,
    body {
      font-size: 18px; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    html,
    body {
      font-size: 19px; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    html,
    body {
      font-size: 20px; } }
  @media screen and (min-width: 1680px) and (min-height: 800px) {
    html,
    body {
      font-size: 22px; } }

body {
  font-family: Lato, Helvetica, Verdana, sans-serif;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 300;
  min-height: 100%; }

a {
  color: #3679ff;
  text-decoration: none;
  transition: color 300ms ease-in-out; }

a.text-link {
  font-size: 0.75em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px; }

a:hover {
  color: #285bbf; }

a img {
  border: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25em;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 0.5em;
  letter-spacing: -.015em; }

h1 {
  font-size: 1.61051em;
  font-weight: 400; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    h1 {
      font-size: 1.92541em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    h1 {
      font-size: 2.28776em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    h1 {
      font-size: 2.70271em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    h1 {
      font-weight: 600;
      letter-spacing: -0.5px; } }

h2 {
  font-size: 1.331em;
  font-weight: 800; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    h2 {
      font-size: 1.48154em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    h2 {
      font-size: 1.64303em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    h2 {
      font-size: 1.81585em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    h2 {
      font-weight: 600;
      letter-spacing: -0.5px; } }

h3 {
  font-size: 1.21em;
  font-weight: 800; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    h3 {
      font-size: 1.2996em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    h3 {
      font-size: 1.3924em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    h3 {
      font-size: 1.4884em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    h3 {
      font-weight: 600;
      letter-spacing: -0.5px; } }

h4 {
  font-size: 1.1em;
  font-weight: 400; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    h4 {
      font-size: 1.14em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    h4 {
      font-size: 1.18em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    h4 {
      font-size: 1.22em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    h4 {
      font-weight: 300; } }

h5 {
  font-size: 1em;
  font-weight: 600; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    h5 {
      font-size: 1em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    h5 {
      font-size: 1em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    h5 {
      font-size: 1em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    h5 {
      font-weight: 400; } }

h6 {
  font-size: 0.90909em;
  font-weight: 600; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    h6 {
      font-size: 0.87719em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    h6 {
      font-size: 0.84746em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    h6 {
      font-size: 0.81967em; } }

hr {
  border: 0;
  height: 1px;
  background-image: url("https://s3.amazonaws.com/fxhome-static/images/global/hr.png");
  background-size: 100% 100%;
  margin: 1em 0; }

@media screen and (min-width: 960px) {
  hr {
    margin: 2em 0; } }

p, blockquote,
.quote {
  margin: 0 0 1em 0; }

p.little-statement {
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.5; }

p.large {
  font-size: 1.25em;
  line-height: 1.5em; }

p.policy {
  font-size: 0.90909em;
  -webkit-text-stroke: 0;
  line-height: 1.5em; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    p.policy {
      font-size: 0.87719em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    p.policy {
      font-size: 0.84746em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    p.policy {
      font-size: 0.81967em; } }

small {
  font-size: 0.75em; }

sup {
  font-size: 0.75em;
  vertical-align: middle;
  position: relative;
  top: -0.5em; }

sub {
  font-size: 0.75em;
  vertical-align: middle;
  position: relative;
  top: 0.25em; }

ins {
  text-decoration: none;
  background: #cfc; }

del {
  -webkit-text-decoration: strikethrough;
          text-decoration: strikethrough;
  background: #fcc; }

::-moz-selection {
  color: #fff;
  background-color: #285bbf; }

::selection {
  color: #fff;
  background-color: #285bbf; }

ul, ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1.5em; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

ul > li,
ol > li {
  margin: 0 0 0.25em 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

textarea {
  resize: vertical; }

/* tables */
.table-container {
  max-width: 100%;
  overflow: auto; }

table {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%; }

tr:nth-child(odd) td {
  background-color: #eee; }

th, td {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0.5em; }

table td.title,
table th.title {
  text-align: center;
  font-weight: 300;
  font-size: 1.1em;
  background-color: #fff;
  border: 1px solid #ddd; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    table td.title,
    table th.title {
      font-size: 1.14em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    table td.title,
    table th.title {
      font-size: 1.18em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    table td.title,
    table th.title {
      font-size: 1.22em; } }

.table-plain {
  border: 0; }

.table-plain td,
.table-plain th {
  border: 0;
  padding: 0; }

.table-no-data {
  font-style: italic;
  text-align: center; }

.table-legal th {
  border-bottom: 1px solid #ddd; }

.table-legal td {
  font-size: 0.90909em; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .table-legal td {
      font-size: 0.87719em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .table-legal td {
      font-size: 0.84746em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .table-legal td {
      font-size: 0.81967em; } }

blockquote,
.quote {
  text-align: center; }

.quote-content {
  font-size: 1.21em;
  line-height: 1.2;
  font-style: italic;
  margin: 0; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .quote-content {
      font-size: 1.2996em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .quote-content {
      font-size: 1.3924em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .quote-content {
      font-size: 1.4884em; } }

.quote-who {
  font-size: 0.75em;
  color: #999;
  font-style: italic;
  text-align: center;
  margin-top: 0.5em; }

.quote-who:before {
  content: '-'; }

.courtesy {
  font-size: 0.82645em;
  -webkit-text-stroke: 0;
  font-weight: 400;
  padding-top: 0.5em;
  font-style: italic;
  text-align: right;
  color: rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .courtesy {
      font-size: 0.76947em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .courtesy {
      font-size: 0.71818em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .courtesy {
      font-size: 0.67186em; } }

.designnotes {
  font-weight: 800;
  color: red; }

.page-content {
  margin: 0;
  padding-bottom: 5rem; }
  @media screen and (min-width: 479px) {
    .page-content {
      padding-bottom: 3rem; } }

.page-header {
  position: relative;
  height: auto;
  min-height: 4em;
  text-align: center;
  width: 100%;
  overflow: hidden;
  transition: height 300ms ease-in-out;
  background-color: #0f0f0f;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://s3.amazonaws.com/fxhome-static/images/global/fxhome-logo-transparent.png"); }
  .page-header h1,
  .page-header h2,
  .page-header h3,
  .page-header h4,
  .page-header h5,
  .page-header h6 {
    color: #fafafa; }
  .page-header ol > li,
  .page-header p,
  .page-header ul > li {
    color: #d7d7d7; }
  .page-header a + a {
    margin-left: 1em; }

.page-header-large {
  height: 33vw; }

.page-header-full {
  height: 100%;
  min-height: 100vh;
  overflow-y: hidden; }
  @media screen and (max-width: 479px) {
    .page-header-full {
      height: auto;
      min-height: 0; } }

.page-header-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://s3.amazonaws.com/fxhome-static/images/global/fxhome-logo-transparent.png"); }
  .page-header-bg > video,
  .page-header-bg > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }

.page-header-credit {
  display: block;
  position: absolute;
  right: 1.5em;
  bottom: 1em;
  z-index: 1;
  opacity: 0.8;
  font-size: 0.8em; }
  @media screen and (max-width: 479px) {
    .page-header-credit {
      right: 0;
      bottom: 40%;
      width: 100%;
      padding: 0 0.5em;
      box-sizing: border-box; } }

.page-header-full .page-header-content,
.page-header-large .page-header-content {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */ }

.page-header-inner {
  padding: 4.5em 1.5em 1.5em 1.5em; }

.page-header-large .page-header-inner {
  padding: 4.5em 1.5em 3em 1.5em; }
  @media screen and (max-width: 600px) {
    .page-header-large .page-header-inner {
      padding: 1.5em; } }

.page-header-full .page-header-inner {
  padding: 0 1.5em 5em 1.5em; }
  @media screen and (max-width: 479px) {
    .page-header-full .page-header-inner {
      padding: 1.5em; } }

.page-header-title h1 img.hitfilm-logo {
  max-height: 100px; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .page-header-title h1 img.hitfilm-logo {
      max-height: 240px; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .page-header-title h1 img.hitfilm-logo {
      max-height: 320px; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .page-header-title h1 img.hitfilm-logo {
      max-height: 420px; } }

.page-header-title h1 img.ignite-logo {
  max-height: 80px; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .page-header-title h1 img.ignite-logo {
      max-height: 160px; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .page-header-title h1 img.ignite-logo {
      max-height: 240px; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .page-header-title h1 img.ignite-logo {
      max-height: 320px; } }

@media screen and (min-width: 900px) and (min-height: 600px) {
  .page-header-title h1 {
    font-weight: 100; } }

.page-header-full .page-header-title {
  margin-bottom: 1em; }

.page-form {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #0f0f0f;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://s3.amazonaws.com/fxhome-static/images/global/fxhome-logo-transparent.png"); }

.page-form-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden; }
  .page-form-bg video {
    display: none; }
  @media only screen and (min-width: 768px) {
    .page-form-bg video {
      display: block;
      width: 100%;
      height: 100%; } }

.page-form-content {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.page-form-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 4.5em 1.5em;
  color: #fff; }
  .page-form-inner h1, .page-form-inner h2, .page-form-inner h3, .page-form-inner h4, .page-form-inner p {
    color: #fff;
    text-align: center; }
  .page-form-inner form {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 480px; }
    @media screen and (min-width: 1024px) {
      .page-form-inner form {
        max-width: 640px; } }

.section-title {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.25em; }

.section-title::after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #3679FF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.review-rotator {
  position: relative;
  font-size: 1.331em;
  text-align: center;
  box-sizing: border-box; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .review-rotator {
      font-size: 1.48154em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .review-rotator {
      font-size: 1.64303em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .review-rotator {
      font-size: 1.81585em; } }
  .review-rotator blockquote {
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    width: 100%;
    margin-bottom: 0;
    font-style: italic;
    line-height: 1.2; }
    .review-rotator blockquote p {
      margin-bottom: 0.2em; }
      .review-rotator blockquote p::before {
        content: '\201c'; }
      .review-rotator blockquote p::after {
        content: '\201d'; }
    .review-rotator blockquote cite {
      font-size: 0.5em;
      color: #999; }
      .review-rotator blockquote cite::before {
        content: '\2015'; }

.section-intro {
  font-size: 1.1em; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .section-intro {
      font-size: 1.14em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .section-intro {
      font-size: 1.18em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .section-intro {
      font-size: 1.22em; } }

.large-text p {
  font-size: 1.1em; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .large-text p {
      font-size: 1.14em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .large-text p {
      font-size: 1.18em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .large-text p {
      font-size: 1.22em; } }

.large-text h3 {
  font-size: 2em; }

.community {
  background-color: #0f0f0f;
  padding: 3em 3em;
  text-align: center;
  background-image: url("https://s3.amazonaws.com/fxhome-static/images/global/community.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (max-width: 768px) {
    .community {
      padding: 1.5em; } }

.counter {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 1.61051em; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .counter {
      font-size: 1.92541em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .counter {
      font-size: 2.28776em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .counter {
      font-size: 2.70271em; } }

.counter-number {
  display: block;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.5em;
  color: #fff; }

.flex-container {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  align-items: stretch;
  clear: both;
  flex-direction: row;
  justify-content: center;
  justify-content: flex-start; }

.flex-item {
  float: none;
  flex-grow: 1; }

.uppercase {
  text-transform: uppercase; }

.links-social {
  text-align: center;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 15px 30px; }

.links-social {
  font-size: 3em;
  line-height: 1em; }

.links-social li {
  display: inline-block;
  padding: 0 0.25em 0 0; }

.links-social li a {
  border: none; }

.nav {
  box-sizing: border-box;
  width: 100%; }
  .nav .nav-brand-text {
    color: rgba(255, 255, 255, 0.7); }
  .nav.nav-dark .nav-brand-text {
    color: rgba(0, 0, 0, 0.7); }
    .nav.nav-dark .nav-brand-text:hover {
      color: black; }
  .nav.nav-dark > ul > li > a,
  .nav.nav-dark > ul > li > a:visited {
    color: rgba(0, 0, 0, 0.7); }
  .nav.nav-dark > ul > li > a:hover {
    color: black; }
  .nav.nav-dark .nav-menu-icon-top,
  .nav.nav-dark .nav-menu-icon-middle,
  .nav.nav-dark .nav-menu-icon-bottom {
    background-color: rgba(0, 0, 0, 0.7); }

.nav-open {
  background-color: transparent; }

.nav-brand {
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0.8rem 1.5rem;
  line-height: 1em;
  text-transform: none;
  transition: all 0.5s ease-in-out;
  font-size: 1.331em;
  font-weight: 400; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .nav-brand {
      font-size: 1.48154em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .nav-brand {
      font-size: 1.64303em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .nav-brand {
      font-size: 1.81585em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .nav-brand {
      font-weight: 300; } }

.nav-brand-logo,
.nav-brand-text {
  display: inline-block;
  color: #fff;
  border: none;
  text-decoration: none;
  transition: all 0.5s ease-in-out; }

.nav-brand-text {
  position: relative;
  top: 0.1em; }
  @media screen and (max-width: 480px) {
    .nav-brand-text {
      display: none; } }

.nav-brand-icon:hover,
.nav-brand-text:hover {
  color: white; }

.nav-brand img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 0.8em; }

.nav > ul {
  display: block;
  list-style-type: none;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  z-index: 11;
  margin: 1em 1.5em;
  line-height: 1;
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0.25em;
  transition: all 0.25s ease-in-out; }

.nav.nav-fixed > ul {
  background-color: rgba(0, 0, 0, 0.9); }

.nav.nav-fixed > ul > li > a,
.nav.nav-fixed > ul > li > a:visited {
  color: rgba(255, 255, 255, 0.7); }

.nav.nav-fixed > ul > li > a:hover {
  color: #fff; }

.nav.nav-fixed .nav-menu-icon-top,
.nav.nav-fixed .nav-menu-icon-middle,
.nav.nav-fixed .nav-menu-icon-bottom {
  background-color: rgba(255, 255, 255, 0.7); }

.nav-open.nav-fixed > ul {
  background-color: transparent; }

.nav.nav-open > ul > li > a,
.nav.nav-open > ul > li > a:visited {
  color: rgba(255, 255, 255, 0.7); }

.nav.nav-open > ul > li > a:hover {
  color: #fff; }

.nav.nav-open .nav-menu-icon-top,
.nav.nav-open .nav-menu-icon-middle,
.nav.nav-open .nav-menu-icon-bottom {
  background-color: rgba(255, 255, 255, 0.7); }

.nav > ul > li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 0.85em; }

.nav > ul > li + li {
  padding-left: 1em; }

@media screen and (max-width: 480px) {
  .nav-open {
    background: none; } }

.nav > ul > li > a,
.nav > ul > li > a:visited {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border-bottom: none;
  overflow: hidden;
  padding: 0.5em;
  font-weight: 400; }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .nav > ul > li > a,
    .nav > ul > li > a:visited {
      font-weight: 300; } }

.nav > ul > li > a > i,
.nav > ul > li > a > .nav-menu-icon {
  position: relative;
  top: 0.1em; }

.nav-logo:hover,
.nav > ul > li > a:hover {
  color: #fff; }

.nav-menu-icon {
  float: right;
  width: 14px;
  height: 14px;
  margin-left: 0.5em;
  opacity: 0.8;
  transition: all 300ms ease-in-out; }

.nav-toggle-open .nav-menu-icon {
  -ms-transform: scale(1.1);
      transform: scale(1.1); }

.nav-extended-toggle:hover .nav-menu-icon {
  opacity: 1; }

.ie9 .nav-menu-icon {
  display: none; }

.nav-menu-icon-top,
.nav-menu-icon-middle,
.nav-menu-icon-bottom {
  display: block;
  position: absolute;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #fff;
  transition: all 300ms ease-in-out; }

.nav-menu-icon-top {
  top: 1px;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0; }

.nav-menu-icon-middle {
  top: 6px; }

.nav-menu-icon-bottom {
  top: 11px;
  -ms-transform-origin: 0 100% 0;
  transform-origin: 0 100% 0; }

.nav-toggle-open .nav-menu-icon-top {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px; }

.nav-toggle-open .nav-menu-icon-middle {
  opacity: 0; }

.nav-toggle-open .nav-menu-icon-bottom {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px; }

.nav-extended {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 360px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.7);
  height: 100%;
  transition: transform 300ms ease-out;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 4em; }

.nav-open .nav-extended {
  display: block;
  -ms-transform: translateX(0);
  transform: translateX(0); }

.nav-extended-content {
  box-sizing: border-box;
  height: 100%;
  border-top: 1px dotted rgba(255, 255, 255, 0.15);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column; }

.nav-extended-content > * {
  flex-grow: 0;
  flex-shrink: 0; }

.nav-extended-content > .nav-spacer {
  flex-grow: 1;
  flex-shrink: 0; }

.nav-extended .current a,
.nav-extended a:hover {
  color: white; }

.nav-links-primary,
.nav-links-secondary,
.nav-links-social {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 15px 30px;
  font-size: 0.85em; }

.nav-links-primary,
.nav-links-secondary {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.15); }

.nav-links-primary li,
.nav-links-secondary li {
  display: block;
  margin-bottom: 0.25em; }

.nav-links-primary li:last-child,
.nav-links-secondary li:last-child {
  margin-bottom: 0; }

.nav-links-primary li a,
.nav-links-secondary li a {
  display: block;
  text-decoration: none;
  border: none;
  color: inherit; }

.nav-links-social {
  line-height: 1; }
  .nav-links-social li {
    display: inline-block;
    padding: 0 0.25em 0 0; }
    .nav-links-social li a {
      border: none;
      color: inherit; }
  .nav-links-social .icon {
    height: 2rem; }

.nav-links-tertiary {
  font-size: 0.6em;
  margin: 0;
  padding: 15px 30px; }

.nav-links-tertiary li {
  display: inline-block;
  margin-right: 0.5em; }

.nav-links-tertiary li:last-child {
  margin-right: 0;
  border-right: none; }

.nav-links-tertiary li a {
  display: block;
  text-decoration: none;
  border: none;
  color: inherit; }

.nav-footer {
  margin-bottom: 0.5em; }

.copyright {
  font-size: 0.6em;
  /* 12 / 20 */
  margin: 0;
  padding: 0 30px; }

.trademarks {
  font-size: 0.6em;
  /* 12 / 20 */
  margin: 0;
  padding: 0 30px; }

.country-selector {
  padding: 15px 30px;
  margin-bottom: 15px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.15); }

.country-selector > a {
  display: block;
  font-size: 0.8em;
  color: inherit; }

.country-label {
  font-weight: 300; }

.country-value {
  font-weight: bold; }

.section-nav {
  position: fixed;
  z-index: 8;
  left: 0;
  bottom: 0;
  text-align: center;
  background-color: #191919;
  width: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 3px;
  transition: background-color 350ms linear;
  box-sizing: border-box; }
  .section-nav::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #285bbf; }

.section-nav-pkp::before {
  background-color: #0EDDDE;
  background-image: url("https://s3.amazonaws.com/fxhome-static/images/global/pk/pkp-divider-color-large.png"); }

.section-nav-icon {
  border: none;
  display: inline-block;
  padding: 0.75em 0;
  margin: 0;
  line-height: 1; }
  .section-nav-icon > img {
    height: 1.5em;
    width: auto; }

.section-nav-links {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0.5em 0 0.5em 1em;
  line-height: 1;
  vertical-align: top; }
  .section-nav-links > li {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6); }
    .section-nav-links > li > a {
      display: block;
      position: relative;
      text-transform: uppercase;
      font-weight: 300;
      color: inherit;
      padding: 0.5em;
      line-height: 1;
      text-decoration: none;
      border-bottom: none;
      transition: color 300ms ease-in-out;
      line-height: 1; }
      .section-nav-links > li > a:hover {
        color: white; }
    .section-nav-links > li.current > a {
      color: white;
      text-shadow: 0 0 10px rgba(255, 255, 255, 0.7); }

.section-nav-actions {
  display: inline-block;
  border-radius: 0.25em;
  overflow: hidden;
  padding: 0;
  margin: 0.5em 0 0.5em 1em;
  vertical-align: top;
  line-height: 1; }
  .section-nav-actions > li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-right: 1px solid #191919; }
    .section-nav-actions > li:last-child {
      border: none; }
    .section-nav-actions > li > a {
      float: left;
      padding: 0.5em 0.75em;
      background-color: #285bbf;
      color: #fff;
      text-transform: uppercase;
      font-size: 1em; }
      .section-nav-actions > li > a:hover {
        background-color: #3679ff; }

@media screen and (max-width: 480px) {
  .section-nav-icon {
    display: none; } }

@media screen and (max-width: 960px) {
  .section-nav-links,
  .section-nav-actions {
    margin-left: 0.5em; }
  .section-nav-links > li > a {
    padding: 0.25em; }
  .section-nav-icon {
    padding: 0.5em 0; } }

.section-nav form {
  padding: 1rem; }

.section-nav-expand-hint::before {
  margin-right: 0.5em;
  display: inline-block;
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: ""; }

.section-nav-extra {
  display: block;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 350ms ease-out; }
  .section-nav-extra ul {
    max-width: 1280px;
    margin: 0.5em auto 0.25em;
    padding-left: 0;
    text-align: center;
    zoom: 1; }
    .section-nav-extra ul:after {
      content: '.';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
      clear: both; }
  .section-nav-extra li {
    display: block;
    box-sizing: border-box; }
  .section-nav-extra li > a {
    display: block;
    padding: 5px;
    color: #fff;
    font-size: 0.82645em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: all 300ms ease-in-out; }
    @media screen and (min-width: 600px) and (min-height: 400px) {
      .section-nav-extra li > a {
        font-size: 0.76947em; } }
    @media screen and (min-width: 900px) and (min-height: 600px) {
      .section-nav-extra li > a {
        font-size: 0.71818em; } }
    @media screen and (min-width: 1200px) and (min-height: 800px) {
      .section-nav-extra li > a {
        font-size: 0.67186em; } }
  .section-nav-extra li > a:nth-child(6) {
    clear: both; }
  .section-nav-extra li.current a {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7); }
  .section-nav-extra li > a > img {
    display: none;
    margin-bottom: 0.25em; }
  .section-nav-extra li > a:hover > img,
  .section-nav-extra li.current > a > img {
    outline: 3px solid #3679ff; }

.section-nav-expanded ul + ul {
  border-left-color: transparent; }

.section-nav-expanded .section-nav-extra {
  max-height: 500px; }

.section-nav-expanded ul + ul {
  border-left-color: transparent; }

.section-nav-expanded .section-nav-extra {
  max-height: 500px; }

@media screen and (min-width: 720px) {
  .section-nav-extra > ul > li {
    display: inline-block;
    float: left;
    margin-bottom: 0.25em;
    padding: 2px;
    width: 33%; }
  .section-nav-extra > ul > li > a {
    font-size: 0.61429em; }
  .section-nav-extra > ul > li > a > img {
    display: block; } }

@media screen and (min-width: 1080px) {
  .section-nav-extra > ul > li > a {
    font-size: 0.71429em; } }

.nav-sub {
  text-align: center; }

.nav-sub > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 0.25em;
  line-height: 1; }

.nav-sub > ul > li {
  display: inline-block; }

.nav-sub > ul > li > a {
  display: block;
  color: #fff;
  padding: 0.75em 0.5em;
  text-transform: uppercase;
  border: none;
  opacity: 0.8;
  transition: opacity 300ms ease-in-out, border-color 300ms ease-in-out; }

.nav-sub > ul > li > a:hover,
.nav-sub > ul > li.current > a {
  opacity: 1;
  text-shadow: 0 0 10px #fff; }

.container-header {
  text-align: center; }
  .container-header > h2,
  .container-header > h3,
  .container-header > p {
    max-width: 36em;
    margin-left: auto;
    margin-right: auto; }

.container-large, .container-medium, .container-small {
  max-width: 1024px;
  padding: 1.5em;
  margin: 0 auto;
  box-sizing: border-box; }
  @media screen and (min-width: 1366px) {
    .container-large, .container-medium, .container-small {
      max-width: 1280px; } }
  @media screen and (min-width: 1680px) {
    .container-large, .container-medium, .container-small {
      max-width: 1600px; } }

.container-medium {
  max-width: 1280px; }

.container-small {
  max-width: 1024px; }

.container-no-padding-bottom {
  padding-bottom: 0; }

.g-container, .g-container-medium, .g-container-small {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  box-sizing: border-box; }
  @media screen and (min-width: 1366px) {
    .g-container, .g-container-medium, .g-container-small {
      max-width: 1280px; } }
  @media screen and (min-width: 1680px) {
    .g-container, .g-container-medium, .g-container-small {
      max-width: 1600px; } }
  .g-container:after, .g-container-medium:after, .g-container-small:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    clear: both; }
  .g-container:first-child, .g-container-medium:first-child, .g-container-small:first-child {
    padding-top: 2em; }
    @media screen and (min-width: 1024px) {
      .g-container:first-child, .g-container-medium:first-child, .g-container-small:first-child {
        padding-top: 3em; } }
  .g-container:last-child, .g-container-medium:last-child, .g-container-small:last-child {
    padding-bottom: 2em; }
    @media screen and (min-width: 1024px) {
      .g-container:last-child, .g-container-medium:last-child, .g-container-small:last-child {
        padding-bottom: 3em; } }

@media screen and (min-width: 1680px) {
  .g-container-medium {
    max-width: 1280px; } }

@media screen and (min-width: 1366px) {
  .g-container-small {
    max-width: 1024px; } }

.g-container-full {
  width: 100%;
  max-width: none; }

.g-unit-1,
.g-unit-10,
.g-unit-11,
.g-unit-12,
.g-unit-2,
.g-unit-3,
.g-unit-4,
.g-unit-5,
.g-unit-6,
.g-unit-7,
.g-unit-8,
.g-unit-9 {
  display: block;
  box-sizing: border-box;
  padding: 0.75em;
  width: 100%; }

@media screen and (min-width: 1024px) {
  .g-unit-1,
  .g-unit-10,
  .g-unit-11,
  .g-unit-12,
  .g-unit-2,
  .g-unit-3,
  .g-unit-4,
  .g-unit-5,
  .g-unit-6,
  .g-unit-7,
  .g-unit-8,
  .g-unit-9 {
    float: left; }
  .g-medium-unit-1 {
    width: 8.33333%; }
  .g-medium-unit-2 {
    width: 16.66667%; }
  .g-medium-unit-3 {
    width: 25%; }
  .g-medium-unit-4 {
    width: 33.33333%; }
  .g-medium-unit-5 {
    width: 41.66667%; }
  .g-medium-unit-6 {
    width: 50%; }
  .g-medium-unit-7 {
    width: 58.33333%; }
  .g-medium-unit-8 {
    width: 66.66667%; }
  .g-medium-unit-9 {
    width: 75%; }
  .g-medium-unit-10 {
    width: 83.33333%; }
  .g-medium-unit-11 {
    width: 91.66667%; }
  .g-medium-unit-12 {
    width: 100%; } }

@media screen and (min-width: 1366px) {
  .g-large-unit-1 {
    width: 8.33333%; }
  .g-large-unit-2 {
    width: 16.66667%; }
  .g-large-unit-3 {
    width: 25%; }
  .g-large-unit-4 {
    width: 33.33333%; }
  .g-large-unit-5 {
    width: 41.66667%; }
  .g-large-unit-6 {
    width: 50%; }
  .g-large-unit-7 {
    width: 58.33333%; }
  .g-large-unit-8 {
    width: 66.66667%; }
  .g-large-unit-9 {
    width: 75%; }
  .g-large-unit-10 {
    width: 83.33333%; }
  .g-large-unit-11 {
    width: 91.66667%; }
  .g-large-unit-12 {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .g-medium-prefix-1 {
    margin-left: 8.33333%; }
  .g-medium-prefix-2 {
    margin-left: 16.66667%; }
  .g-medium-prefix-3 {
    margin-left: 25%; }
  .g-medium-prefix-4 {
    margin-left: 33.33333%; }
  .g-medium-prefix-5 {
    margin-left: 41.66667%; }
  .g-medium-prefix-6 {
    margin-left: 50%; }
  .g-medium-prefix-7 {
    margin-left: 58.33333%; }
  .g-medium-prefix-8 {
    margin-left: 66.66667%; }
  .g-medium-prefix-9 {
    margin-left: 75%; }
  .g-medium-prefix-10 {
    margin-left: 83.33333%; }
  .g-medium-prefix-11 {
    margin-left: 91.66667%; }
  .g-medium-prefix-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1366px) {
  .g-large-prefix-1 {
    margin-left: 8.33333%; }
  .g-large-prefix-2 {
    margin-left: 16.66667%; }
  .g-large-prefix-3 {
    margin-left: 25%; }
  .g-large-prefix-4 {
    margin-left: 33.33333%; }
  .g-large-prefix-5 {
    margin-left: 41.66667%; }
  .g-large-prefix-6 {
    margin-left: 50%; }
  .g-large-prefix-7 {
    margin-left: 58.33333%; }
  .g-large-prefix-8 {
    margin-left: 66.66667%; }
  .g-large-prefix-9 {
    margin-left: 75%; }
  .g-large-prefix-10 {
    margin-left: 83.33333%; }
  .g-large-prefix-11 {
    margin-left: 91.66667%; }
  .g-large-prefix-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1024px) {
  .g-medium-suffix-1 {
    margin-right: 8.33333%; }
  .g-medium-suffix-2 {
    margin-right: 16.66667%; }
  .g-medium-suffix-3 {
    margin-right: 25%; }
  .g-medium-suffix-4 {
    margin-right: 33.33333%; }
  .g-medium-suffix-5 {
    margin-right: 41.66667%; }
  .g-medium-suffix-6 {
    margin-right: 50%; }
  .g-medium-suffix-7 {
    margin-right: 58.33333%; }
  .g-medium-suffix-8 {
    margin-right: 66.66667%; }
  .g-medium-suffix-9 {
    margin-right: 75%; }
  .g-medium-suffix-10 {
    margin-right: 83.33333%; }
  .g-medium-suffix-11 {
    margin-right: 91.66667%; }
  .g-medium-suffix-12 {
    margin-right: 100%; } }

@media screen and (min-width: 1366px) {
  .g-large-suffix-1 {
    margin-right: 8.33333%; }
  .g-large-suffix-2 {
    margin-right: 16.66667%; }
  .g-large-suffix-3 {
    margin-right: 25%; }
  .g-large-suffix-4 {
    margin-right: 33.33333%; }
  .g-large-suffix-5 {
    margin-right: 41.66667%; }
  .g-large-suffix-6 {
    margin-right: 50%; }
  .g-large-suffix-7 {
    margin-right: 58.33333%; }
  .g-large-suffix-8 {
    margin-right: 66.66667%; }
  .g-large-suffix-9 {
    margin-right: 75%; }
  .g-large-suffix-10 {
    margin-right: 83.33333%; }
  .g-large-suffix-11 {
    margin-right: 91.66667%; }
  .g-large-suffix-12 {
    margin-right: 100%; } }

.g-nopad {
  padding: 0; }
  .g-nopad .g-unit-1,
  .g-nopad .g-unit-10,
  .g-nopad .g-unit-11,
  .g-nopad .g-unit-12,
  .g-nopad .g-unit-2,
  .g-nopad .g-unit-3,
  .g-nopad .g-unit-4,
  .g-nopad .g-unit-5,
  .g-nopad .g-unit-6,
  .g-nopad .g-unit-7,
  .g-nopad .g-unit-8,
  .g-nopad .g-unit-9 {
    padding: 0; }

.btn,
.btn-light,
.btn-dark,
.btn-link,
.btn-subscribe {
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  font-family: Lato, Helvetica, Verdana, sans-serif;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0.25em;
  padding: 0.5em 0.75em;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  -webkit-appearance: none;
  text-shadow: none !important; }

.btn + .btn,
.btn + .btn-dark,
.btn + .btn-light,
.btn-primary + .btn,
.btn-primary + .btn-dark,
.btn-primary + .btn-light,
.btn-light + .btn-light,
.btn-light + .btn-dark,
.btn-light + .btn-btn,
.btn-dark + .btn-dark,
.btn-dark + .btn-light,
.btn-dark + .btn {
  margin-left: 0.5em; }

.btn {
  background: #285bbf;
  color: #fff; }
  .btn:hover {
    background: #3679ff; }

.btn-link {
  background-color: transparent;
  color: #3679ff; }

.btn-link:hover {
  color: #285bbf; }

.btn-link-light {
  color: #fff;
  opacity: 0.7; }

.btn-link-light:hover {
  color: #fff;
  opacity: 1.0; }

.btn-light {
  color: #000;
  background-color: #fff; }

.btn-dark {
  color: #fff;
  background-color: #000; }

.btn:hover,
.btn-light:hover,
.btn-dark:hover {
  color: #fff;
  background-color: #3679ff; }

.btn-subscribe {
  background: #d60000;
  color: #fff; }

.btn-subscribe:hover {
  color: #fff;
  background: #ff0000; }

.btn-buy,
.btn.store-basket-add {
  color: #fff;
  background: #20992a; }

.btn-buy:hover,
.btn.store-basket-add:hover {
  color: #fff;
  background: #28bf35; }

.btn-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

/* tablets */
@media screen and (max-width: 900px) {
  .btn {
    padding: 0.25em 0.5em; } }

.btn i:first-child,
.btn-light i:first-child,
.btn-dark i:first-child,
.btn-link i:first-child {
  margin-right: 0.5em; }

.btn-group {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0.5em; }

.btn-group .btn,
.btn-group .btn-light,
.btn-group .btn-dark {
  float: left;
  margin-left: 1px;
  border-radius: 0; }

.btn-group .btn:first-child,
.btn-group .btn-light:first-child,
.btn-group .btn-dark:first-child {
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em; }

.btn-group .btn:last-child,
.btn-group .btn-light:last-child,
.btn-group .btn-dark:last-child {
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em; }

.link-group {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
  padding: 0.5em 1em; }

.link-group a {
  display: inline-block;
  color: #fff; }

.link-group a:hover {
  text-shadow: 0 0 10px; }

.link-group a + a {
  margin-left: 1em; }

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.33); }

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.33); }

input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.33); }

input::placeholder {
  color: rgba(0, 0, 0, 0.33); }

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"] {
  font-family: Lato, Helvetica, Verdana, sans-serif;
  font-size: 1rem;
  margin-bottom: 1.5em; }

select,
textarea,
select[name="country"],
select[name="age"],
input[type="file"],
input[type="text"],
input[type="search"],
input[type="password"],
input[type="text"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
.input-pseudo {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.85);
  padding: 0.5em 0.5em;
  font-size: 1em;
  font-family: Lato, Helvetica, Verdana, sans-serif;
  line-height: 1.5;
  transition: all 300ms ease-in-out; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    select,
    textarea,
    select[name="country"],
    select[name="age"],
    input[type="file"],
    input[type="text"],
    input[type="search"],
    input[type="password"],
    input[type="text"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="tel"],
    input[type="color"],
    .input-pseudo {
      font-size: 1em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    select,
    textarea,
    select[name="country"],
    select[name="age"],
    input[type="file"],
    input[type="text"],
    input[type="search"],
    input[type="password"],
    input[type="text"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="tel"],
    input[type="color"],
    .input-pseudo {
      font-size: 1em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    select,
    textarea,
    select[name="country"],
    select[name="age"],
    input[type="file"],
    input[type="text"],
    input[type="search"],
    input[type="password"],
    input[type="text"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="tel"],
    input[type="color"],
    .input-pseudo {
      font-size: 1em; } }

select:focus,
textarea:focus,
select[name="country"]:focus,
select[name="age"]:focus,
input[type="file"]:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  outline: none;
  border-color: #3679ff;
  color: #191919; }

select {
  border-radius: 0;
  height: 2.5em;
  line-height: 2.5em; }

.input-pseudo {
  text-align: left;
  font-weight: 400; }

input:disabled,
textarea:disabled {
  opacity: 0.5;
  cursor: not-allowed; }

::-webkit-input-placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #404040; }

::placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #404040; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle; }

input[type="file"] {
  line-height: 0;
  padding: 0.75em 0.5em; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-size: 1em;
  font-weight: 600;
  text-align: left; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    legend {
      font-size: 1em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    legend {
      font-size: 1em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    legend {
      font-size: 1em; } }

label {
  display: block;
  padding: 0.25em 0.75em;
  text-align: left; }

.checkbox,
.radio {
  display: block;
  padding: 0.5em 0.75em;
  text-align: left; }

.checkbox input {
  margin-right: 0.75em; }

.controls-inline > input,
.controls-inline > .input,
.controls-inline > label,
.controls-inline > select,
.controls-inline > a {
  display: inline-block;
  width: auto; }

.controls-inline > * + * {
  margin-left: 0.5em; }

.form-info {
  font-size: 0.75em; }

.input {
  display: block;
  margin-bottom: 0.5em;
  position: relative; }

.input-icon {
  width: 1em;
  height: 1.6em;
  position: absolute;
  left: 0.75em;
  top: 0.5em;
  z-index: 1;
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: center center; }

.input-country select,
.input-country input,
.input-age select,
.input-email input,
.input-phone input,
.input-password input,
.input-name input,
.input-search input,
.input-pseudo {
  padding-left: 2.5em !important;
  -webkit-appearance: none; }

.input-radio-group {
  display: block;
  font-weight: 400;
  text-align: center; }

.input-radio-option {
  display: inline-block;
  margin-right: 1em;
  padding: 0; }

.input-radio-option:last-child {
  margin-right: 0; }

.input-captcha > .g-recaptcha > div,
.input-captcha > .g-recaptcha > div > div {
  margin: 0 auto; }

.input-country .input-icon {
  background-image: url("https://s3.amazonaws.com/fxhome-static/images/global/icons8-marker.svg"); }

.input-email .input-icon {
  background-image: url("https://s3.amazonaws.com/fxhome-static/images/global/icons8-secured-letter.svg"); }

.input-phone .input-icon {
  background-image: url("https://s3.amazonaws.com/fxhome-static/images/global/icons8-phone.svg"); }

.input-password .input-icon {
  background-image: url("https://s3.amazonaws.com/fxhome-static/images/global/icons8-lock.svg"); }

.input-name .input-icon {
  background-image: url("https://s3.amazonaws.com/fxhome-static/images/global/icons8-user-male.svg"); }

.input-search .input-icon {
  background-image: url("https://s3.amazonaws.com/fxhome-static/images/global/icons8-search.svg"); }

.errors {
  background-color: #900;
  color: #fff;
  padding: 0.5em;
  font-size: 0.8em;
  margin-bottom: 1.5rem; }

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

.errors ul li {
  margin-bottom: 0.5em; }

.errors ul li:last-child {
  margin-bottom: 0; }

.error-inline {
  background-color: #900;
  color: #fff;
  padding: 0.5em;
  font-size: 0.7em;
  margin-bottom: 0; }

.success {
  background-color: #7ED321;
  padding: 0.5em;
  font-size: 0.8em; }

.warning {
  background-color: #d0a302;
  color: #fff;
  padding: 0.5em;
  font-size: 0.8em; }

.form {
  position: relative;
  margin: 0 auto 1.5em auto;
  background: rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.1); }

.form:last-child {
  margin-bottom: 0; }

.form-header {
  text-align: center;
  font-size: 1.1em;
  background-color: #fff;
  padding: 0.5em 0.75em;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .form-header {
      font-size: 1.14em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .form-header {
      font-size: 1.18em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .form-header {
      font-size: 1.22em; } }

.form-body {
  padding: 1.5em; }

.form-row {
  margin-bottom: 1.5em; }

.form-body :last-child {
  margin-bottom: 0; }

.form-action,
.form-action-secondary {
  margin-bottom: 0.75rem;
  text-align: center; }

.form-transparent {
  position: relative;
  background: transparent;
  margin: 0 auto;
  max-width: 480px; }
  @media screen and (min-width: 1024px) {
    .form-transparent {
      max-width: 640px; } }

.form-dark {
  position: relative;
  background: transparent;
  margin: 0 auto; }
  .form-dark select,
  .form-dark textarea,
  .form-dark select[name="country"],
  .form-dark select[name="age"],
  .form-dark input[type="file"],
  .form-dark input[type="text"],
  .form-dark input[type="search"],
  .form-dark input[type="password"],
  .form-dark input[type="text"],
  .form-dark input[type="datetime"],
  .form-dark input[type="datetime-local"],
  .form-dark input[type="date"],
  .form-dark input[type="month"],
  .form-dark input[type="time"],
  .form-dark input[type="week"],
  .form-dark input[type="number"],
  .form-dark input[type="email"],
  .form-dark input[type="url"],
  .form-dark input[type="tel"],
  .form-dark input[type="color"],
  .form-dark .input-pseudo {
    background-color: #fff; }

.form-dark-header {
  font-size: 1.1em;
  text-align: center;
  background-color: transparent; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .form-dark-header {
      font-size: 1.14em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .form-dark-header {
      font-size: 1.18em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .form-dark-header {
      font-size: 1.22em; } }

.form-dark-body {
  padding: 1em 0; }

.form-dark a:hover {
  opacity: 1; }

.form-dark .checkbox {
  text-align: center; }

@keyframes formLoading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.form-loading {
  display: none;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
  text-align: center; }
  .form-loading p {
    font-size: 1.331em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @media screen and (min-width: 600px) and (min-height: 400px) {
      .form-loading p {
        font-size: 1.48154em; } }
    @media screen and (min-width: 900px) and (min-height: 600px) {
      .form-loading p {
        font-size: 1.64303em; } }
    @media screen and (min-width: 1200px) and (min-height: 800px) {
      .form-loading p {
        font-size: 1.81585em; } }
  .form-loading i {
    animation-name: formLoading;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }

.list-blank {
  list-style-type: none;
  padding: 0; }

.list-breadcrumbs {
  text-align: center;
  margin-top: 0.75em; }

.list-breadcrumbs > li {
  display: inline-block; }

.list-breadcrumbs > li:after {
  content: ' / ';
  opacity: 0.5; }

.list-breadcrumbs > li:last-child:after {
  content: ""; }

.list-inline {
  padding: 0; }

.list-inline li {
  display: inline-block;
  width: 32%; }

.pagination {
  overflow-y: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.pagination li {
  display: inline-block; }

.pagination li a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.25em 0.5em;
  border: none; }

.pagination li.current a {
  background-color: #285bbf;
  color: #fff; }

.progress {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 0;
  text-align: center; }

.progress li {
  display: inline-block;
  margin: 0;
  padding: 0 0.5em; }

.progress-step1 li:nth-child(1),
.progress-step2 li:nth-child(2),
.progress-step3 li:nth-child(3) {
  font-weight: bold; }

.footnotes {
  clear: both;
  font-size: 0.90909em;
  -webkit-text-stroke: 0;
  list-style-type: decimal;
  list-style-position: inside;
  opacity: 0.8;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .footnotes {
      font-size: 0.87719em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .footnotes {
      font-size: 0.84746em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .footnotes {
      font-size: 0.81967em; } }

.list-logos {
  list-style-type: none;
  display: block;
  margin: 0 0 1.5em 0;
  padding: 0; }
  .list-logos li {
    display: inline-block; }
  .list-logos li + li {
    margin-left: 0.5em; }

.list-legal {
  list-style-type: none; }

.media {
  display: block;
  margin-bottom: 1.5em;
  position: relative; }

.media-caption {
  font-size: 0.90909em;
  -webkit-text-stroke: 0;
  color: #999;
  font-style: italic;
  text-align: center; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .media-caption {
      font-size: 0.87719em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .media-caption {
      font-size: 0.84746em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .media-caption {
      font-size: 0.81967em; } }

.media-credit {
  font-size: 0.90909em;
  -webkit-text-stroke: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.5em; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .media-credit {
      font-size: 0.87719em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .media-credit {
      font-size: 0.84746em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .media-credit {
      font-size: 0.81967em; } }

.embed-youtube,
.embed-vimeo,
.embed-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.embed-youtube iframe,
.embed-vimeo iframe,
.embed-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-thumb,
.img-thumb,
.video-area,
.img-area {
  display: block;
  position: relative;
  margin: 0;
  border-bottom: none; }

.video-thumb img,
.img-thumb img {
  display: block;
  width: 100%;
  height: auto; }

.coming-soon {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.33);
  color: #fff;
  font-weight: 800;
  font-size: 1.61051em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .coming-soon {
      font-size: 1.92541em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .coming-soon {
      font-size: 2.28776em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .coming-soon {
      font-size: 2.70271em; } }
  .coming-soon .coming-soon-text {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: 0;
    right: 0; }

.img-invite, .img-invite-mini,
.video-invite {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.1em; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .img-invite, .img-invite-mini,
    .video-invite {
      font-size: 1.14em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .img-invite, .img-invite-mini,
    .video-invite {
      font-size: 1.18em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .img-invite, .img-invite-mini,
    .video-invite {
      font-size: 1.22em; } }

.img-invite::before, .img-invite-mini::before,
.video-invite::before {
  content: '\f215';
  display: inline-block;
  font-family: 'ionicons';
  color: #fff;
  background-color: #285bbf;
  padding: 0.5em 1em;
  z-index: 1; }
  @media only screen and (max-width: 640px) {
    .img-invite::before, .img-invite-mini::before,
    .video-invite::before {
      font-size: 1em; } }

.img-invite::before, .img-invite-mini::before {
  content: '\f218'; }

.video-invite-text {
  padding: 0.5em 1em; }

.img-area:hover .img-invite::before, .img-area:hover .img-invite-mini::before,
.video-area:hover .video-invite::before,
.img-thumb:hover .img-invite::before,
.img-thumb:hover .img-invite-mini::before,
.video-thumb:hover .video-invite::before,
.img-invite:hover::before,
.img-invite-mini:hover::before,
.video-invite:hover::before {
  background-color: #3679ff; }

.img-invite-mini {
  font-size: 1em; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .img-invite-mini {
      font-size: 1em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .img-invite-mini {
      font-size: 1em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .img-invite-mini {
      font-size: 1em; } }

.video-link {
  font-size: 1em;
  padding-right: 0.5em; }

.video-link:before {
  content: '\f215';
  font-family: 'ionicons';
  color: #fff;
  background-color: #285bbf;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  transition: background-color 0.2s ease-in-out; }

.video-link:hover .media-link-before:before,
.video-link-before:before:hover {
  background-color: #3679ff; }

.disable-hover,
.disable-hover * {
  pointer-events: none !important; }

.old-browser-warning {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  color: #fff;
  padding: 1em;
  box-sizing: border-box;
  font-size: 0.8em; }
  .old-browser-warning p {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    padding: 0.5em; }

.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 1.5rem;
  box-sizing: border-box;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  color: #d7d7d7;
  text-align: center; }
  .cookie-notice h3 {
    color: inherit;
    font-weight: 600; }
    .cookie-notice h3 i {
      margin-right: 0.5em; }
  .cookie-notice p {
    margin: 0 auto 0.25em;
    max-width: 65ch; }
  .cookie-notice p + p {
    margin-bottom: 0.5em; }
  .cookie-notice .checkbox {
    border: 1px solid #decea0;
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    line-height: 2.1em; }
  .cookie-notice .checkbox input {
    margin-right: 0.5em; }
  .cookie-notice input[type="submit"] {
    margin-bottom: 0; }
  .cookie-notice:last-child {
    margin-bottom: 0; }

.nowrap {
  white-space: nowrap; }

.avatar {
  border-radius: 50%; }

.overflow-left {
  direction: rtl;
  overflow-x: visible; }

.overflow-right {
  direction: ltr;
  overflow-x: visible; }

.overflow-left img,
.overflow-right img {
  max-width: none; }

.hangboth {
  position: relative;
  width: 140%;
  left: -20%; }

.hangleft {
  float: left;
  width: 50%;
  margin: 0 1.5em 0 -20%; }

.hangright {
  float: right;
  width: 50%;
  margin: 0 -20% 0 1.5em; }

.hangboth img,
.hangleft img,
.hangright img {
  width: 100%; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media screen and (max-width: 600px) {
  .hide-on-small {
    display: none; } }

@media screen and (max-width: 960px) {
  .hide-on-medium {
    display: none; } }

@media screen and (max-width: 600px) {
  .show-on-small {
    display: initial; } }

@media screen and (max-width: 62em) {
  .hangboth {
    width: 100%;
    left: 0; }
  .hangleft {
    margin: 0 0 1.5em 0;
    float: none;
    width: 100%; }
  .hangright {
    margin: 0 0 1.5em 0;
    float: none;
    width: 100%; } }

.scrolling-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.scrolling-img-fg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1; }

.scrolling-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  zoom: 1;
  -webkit-animation-name: scrollBackground;
  -webkit-animation-duration: 15s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: scrollBackground;
  -moz-animation-duration: 15s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: scrollBackground;
  -ms-animation-duration: 15s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  animation-name: scrollBackground;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.scrolling-img:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both; }

.scrolling-bg:before {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both; }

@keyframes 'scrollBackground' {
  0% {
    transform: translate(0, 0%); }
  100% {
    transform: translate(0, -50%); } }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 33.3%; }
  .parallax-container.parallax-container-16-9 {
    padding-bottom: 59.25%; }
  .parallax-container.parallax-container-2-1 {
    padding-bottom: 50%; }
  .parallax-container.parallax-container-21-9 {
    padding-bottom: 42.85%; }
  .parallax-container.parallax-container-3-1 {
    padding-bottom: 33.33%; }

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .parallax::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 8%, transparent 92%, rgba(0, 0, 0, 0.4) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 );
    /* IE6-9 */ }

.parallax img {
  display: block;
  position: absolute;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, -50%, 0); }

.parallax-content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 1;
  transform: translate3d(0, -50%, 0);
  text-align: center;
  padding: 1.5em;
  box-sizing: border-box; }

.parallax-content-bottom {
  top: auto;
  bottom: 0;
  -ms-transform: none;
      transform: none; }

.offer {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0.5rem 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  background-color: #f48836;
  background: linear-gradient(to bottom, #ffcc29 0%, #f48836 100%);
  white-space: nowrap;
  text-align: center;
  font-size: 0.90909em; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .offer {
      font-size: 0.87719em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .offer {
      font-size: 0.84746em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .offer {
      font-size: 0.81967em; } }
  @media screen and (min-width: 540px) {
    .offer {
      font-size: 1.1em; } }
  @media screen and (min-width: 540px) and (min-width: 600px) and (min-height: 400px) {
    .offer {
      font-size: 1.14em; } }
  @media screen and (min-width: 540px) and (min-width: 900px) and (min-height: 600px) {
    .offer {
      font-size: 1.18em; } }
  @media screen and (min-width: 540px) and (min-width: 1200px) and (min-height: 800px) {
    .offer {
      font-size: 1.22em; } }

span.express {
  color: #FFBC36; }

span.pro {
  color: #3679FF; }

span.studio {
  color: #64718B; }

span.free {
  font-size: 0.90909em;
  -webkit-text-stroke: 0;
  font-weight: 800;
  background-color: #20992a;
  color: #fafafa;
  padding: 0 0.25em;
  margin-left: 0.25em;
  text-transform: uppercase;
  border-radius: 0.25em; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    span.free {
      font-size: 0.87719em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    span.free {
      font-size: 0.84746em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    span.free {
      font-size: 0.81967em; } }

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #fafafa; }

.dark ol > li,
.dark p,
.dark ul > li {
  color: #d7d7d7; }

section.dark,
header.dark {
  background-color: #202020;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  section.dark div.highlight,
  header.dark div.highlight {
    background: rgba(255, 255, 255, 0.05); }
  section.dark h1,
  header.dark h1 {
    font-size: 1.77156em;
    color: #fafafa;
    font-weight: 200; }
    @media screen and (min-width: 600px) and (min-height: 400px) {
      section.dark h1,
      header.dark h1 {
        font-size: 2.19497em; } }
    @media screen and (min-width: 900px) and (min-height: 600px) {
      section.dark h1,
      header.dark h1 {
        font-size: 2.69955em; } }
    @media screen and (min-width: 1200px) and (min-height: 800px) {
      section.dark h1,
      header.dark h1 {
        font-size: 3.2973em; } }
    section.dark h1.product-name,
    header.dark h1.product-name {
      text-transform: uppercase; }
  section.dark .useful-links,
  header.dark .useful-links {
    max-width: none;
    font-size: 0.90909em; }
    @media screen and (min-width: 600px) and (min-height: 400px) {
      section.dark .useful-links,
      header.dark .useful-links {
        font-size: 0.87719em; } }
    @media screen and (min-width: 900px) and (min-height: 600px) {
      section.dark .useful-links,
      header.dark .useful-links {
        font-size: 0.84746em; } }
    @media screen and (min-width: 1200px) and (min-height: 800px) {
      section.dark .useful-links,
      header.dark .useful-links {
        font-size: 0.81967em; } }
  section.dark .specification,
  header.dark .specification {
    max-width: none;
    margin-bottom: 0.5em; }

.billboard-container {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    .billboard-container {
      margin: 2rem 0; } }
  .billboard-container div.background, .billboard-container div.background-crossfader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .billboard-container div.background video, .billboard-container div.background-crossfader video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .billboard-container div.background-crossfader {
    height: auto;
    top: 50%;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .billboard-container div.content {
    width: 100%; }
    .billboard-container div.content .dark {
      background-color: rgba(0, 0, 0, 0.8);
      padding: 2rem; }
    .billboard-container div.content div.centered {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    .billboard-container div.content .g-container:last-child, .billboard-container div.content .g-container-medium:last-child, .billboard-container div.content .g-container-small:last-child,
    .billboard-container div.content .g-container-full:last-child,
    .billboard-container div.content .g-container-medium:last-child,
    .billboard-container div.content .g-container-small:last-child, .billboard-container div.content .g-container:last-child, .billboard-container div.content .g-container-medium:last-child, .billboard-container div.content .g-container-small:last-child {
      padding: 0; }
      @media screen and (min-width: 1024px) {
        .billboard-container div.content .g-container:last-child, .billboard-container div.content .g-container-medium:last-child, .billboard-container div.content .g-container-small:last-child,
        .billboard-container div.content .g-container-full:last-child,
        .billboard-container div.content .g-container-medium:last-child,
        .billboard-container div.content .g-container-small:last-child, .billboard-container div.content .g-container:last-child, .billboard-container div.content .g-container-medium:last-child, .billboard-container div.content .g-container-small:last-child {
          padding-top: 1rem;
          padding-bottom: 1rem; } }
  .billboard-container.billboard-container-wrappable div.background, .billboard-container.billboard-container-wrappable div.background-crossfader {
    position: relative; }
  @media screen and (min-width: 1024px) {
    .billboard-container.billboard-container-wrappable {
      padding-bottom: 42%; }
      .billboard-container.billboard-container-wrappable div.background, .billboard-container.billboard-container-wrappable div.background-crossfader {
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
      .billboard-container.billboard-container-wrappable div.content {
        position: absolute; } }
  .billboard-container:last-child {
    margin-bottom: 0; }

footer.billboard-container, #fullpage div.billboard-container,
header.billboard-container {
  margin: 0; }

#fullpage div.billboard-container div.content,
header.billboard-container div.content {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 33%); }

section {
  margin: 0;
  zoom: 1;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  section footer p,
  section header p {
    font-size: 1.2em;
    line-height: 1.5em; }
  section div.highlight {
    background: rgba(0, 0, 0, 0.05);
    margin: 1.5rem 0; }

section.no-border {
  border-bottom: none; }

@media screen and (min-width: 1366px) {
  .g-large-offset-left {
    margin-left: -2rem;
    margin-right: 2rem; }
  .g-large-offset-right {
    margin-left: 2rem;
    margin-right: -2rem; } }

div.feat {
  text-align: left; }
  div.feat.dark {
    max-width: 60ch; }
  div.feat.auto-margin {
    margin-left: auto;
    margin-right: auto;
    max-width: 60ch; }
  div.feat.centered {
    text-align: center;
    max-width: 60ch; }
  div.feat h2, div.feat h3 {
    position: relative;
    max-width: 25ch; }
  div.feat h2 {
    font-size: 1.61051em;
    font-weight: 600; }
    @media screen and (min-width: 600px) and (min-height: 400px) {
      div.feat h2 {
        font-size: 1.92541em; } }
    @media screen and (min-width: 900px) and (min-height: 600px) {
      div.feat h2 {
        font-size: 2.28776em; } }
    @media screen and (min-width: 1200px) and (min-height: 800px) {
      div.feat h2 {
        font-size: 2.70271em; } }
    @media screen and (min-width: 900px) and (min-height: 600px) {
      div.feat h2 {
        font-weight: 400; } }
  div.feat h3 {
    font-size: 1.331em;
    font-weight: 600; }
    @media screen and (min-width: 600px) and (min-height: 400px) {
      div.feat h3 {
        font-size: 1.48154em; } }
    @media screen and (min-width: 900px) and (min-height: 600px) {
      div.feat h3 {
        font-size: 1.64303em; } }
    @media screen and (min-width: 1200px) and (min-height: 800px) {
      div.feat h3 {
        font-size: 1.81585em; } }
    @media screen and (min-width: 900px) and (min-height: 600px) {
      div.feat h3 {
        font-weight: 400;
        letter-spacing: -0.5px; } }
  div.feat p {
    letter-spacing: .016em;
    max-width: 60ch; }
  div.feat p:last-child {
    margin-bottom: 3em; }
  div.feat h2 img.icon, div.feat h3 img.icon, div.feat p img.icon {
    position: relative;
    top: -0.1em;
    width: 1.2em;
    height: 1.2em;
    padding-right: 0.25em; }
  div.feat .columns-4 {
    list-style-type: none;
    padding-left: 0; }
    @media screen and (min-width: 600px) {
      div.feat .columns-4 {
        -webkit-column-count: 2;
                column-count: 2; } }
    @media screen and (min-width: 900px) {
      div.feat .columns-4 {
        -webkit-column-count: 4;
                column-count: 4; } }

div.feat:last-child p:last-child {
  margin: 0; }

div.feat-image {
  margin: 0 0 1.5rem; }

.product-overview {
  padding: 0; }
  .product-overview img {
    display: none; }
  .product-overview .little-statement {
    display: none; }
  @media screen and (min-width: 1024px) {
    .product-overview .little-statement {
      display: block; } }
  @media screen and (min-width: 1366px) {
    .product-overview {
      padding: 0.5rem 0 0; }
      .product-overview img {
        display: block;
        width: 64px;
        padding-bottom: 0.25rem; } }
  .product-overview h2 {
    font-weight: 100;
    text-transform: uppercase; }
  .product-overview p {
    max-width: 60ch; }

.flex-container {
  position: relative;
  flex-wrap: wrap; }

.flex-item {
  box-sizing: border-box;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 10px 10px;
  max-width: 100%; }
  @media screen and (min-width: 1366px) {
    .flex-item {
      max-width: calc(50% - 10px); } }

.dark .flex-item {
  border: 1px rgba(255, 255, 255, 0.1) solid;
  background-color: rgba(255, 255, 255, 0.05); }

@media screen and (min-width: 1366px) {
  .flex-item:nth-child(2n+1) {
    margin-left: 0; } }

@media screen and (min-width: 1366px) {
  .flex-item:nth-child(2n+0) {
    margin-right: 0; } }

.flex-item > a:hover {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 10px 0px #3679ff; }

.platform-logos {
  text-align: center;
  zoom: 1; }
  .platform-logos:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    clear: both; }

.platform-logo {
  position: relative;
  float: left;
  padding: 1em 1em 3em 1em;
  font-size: 1em;
  text-align: center;
  box-sizing: border-box;
  width: 10%; }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .platform-logo {
      font-size: 1em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .platform-logo {
      font-size: 1em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .platform-logo {
      font-size: 1em; } }

.platform-logo-image {
  position: relative;
  width: 60%;
  height: 68px;
  margin: 0 auto;
  transition: all .1s ease-in-out; }
  .platform-logo-image img {
    position: relative;
    top: 50%;
    max-height: 100%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    margin: 0 auto; }

.platform-logo-text {
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  white-space: nowrap;
  visibility: hidden; }

.platform-logo:hover .platform-logo-image {
  -ms-transform: scale(1.15);
      transform: scale(1.15); }

.platform-logo:hover .platform-logo-text {
  visibility: visible; }

@media screen and (max-width: 800px) {
  .platform-logo {
    width: 25%;
    font-size: 0.90909em;
    padding: 0.25em;
    padding-bottom: 1.5em; } }
  @media screen and (max-width: 800px) and (min-width: 600px) and (min-height: 400px) {
    .platform-logo {
      font-size: 0.87719em; } }
  @media screen and (max-width: 800px) and (min-width: 900px) and (min-height: 600px) {
    .platform-logo {
      font-size: 0.84746em; } }
  @media screen and (max-width: 800px) and (min-width: 1200px) and (min-height: 800px) {
    .platform-logo {
      font-size: 0.81967em; } }

@media screen and (max-width: 800px) {
  .platform-logo:nth-child(5) {
    clear: left; }
  .platform-logo-text {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    white-space: normal;
    visibility: visible;
    -ms-transform: none;
        transform: none; } }

.platform-selector .platform-logo {
  border-radius: 0.25em;
  padding: 0.5em; }

@media screen and (max-width: 800px) {
  .platform-selector .platform-logo.selected {
    background-color: #285bbf; } }

@media screen and (min-width: 800px) {
  .platform-selector .platform-logo.selected::after {
    position: absolute;
    bottom: -1em;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #285bbf transparent;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    content: ''; } }

.platform-selector .platform-logo-image {
  margin-bottom: 0.25em; }

.platform-selector .platform-message {
  max-width: none;
  margin-top: 1em;
  border-radius: 0.25em;
  padding: 0.25em;
  background-color: #285bbf;
  color: #fff;
  text-align: center; }

.platform-selector .plugin-disabled {
  opacity: 0.3;
  text-decoration: line-through; }

@media screen and (max-width: 800px) {
  .platform-selector .g-unit-4:not(:first-child) {
    padding-top: 0; }
  .platform-selector .g-unit-4:not(:last-child) {
    padding-bottom: 0; } }

@keyframes badassical {
  0% {
    width: 0%; }
  50% {
    width: 100%; }
  100% {
    width: 100%; } }

.badassical {
  display: inline-block;
  font-style: italic;
  position: relative; }
  .badassical::after {
    content: '';
    position: absolute;
    background: url("https://s3.amazonaws.com/fxhome-static/images/masterclasses/portal-combat/mistake-underline.gif") left bottom repeat-x;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: 0;
    animation-name: badassical;
    animation-duration: 2s;
    animation-iteration-count: infinite; }

@keyframes amirite {
  0%, 6%, 16%, 26%, 33% {
    transform: translateY(0); }
  13% {
    transform: translateY(-1em); }
  20% {
    transform: translateY(-0.5em); } }

.amirite {
  font-weight: 400;
  animation-name: amirite;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

.company-footer {
  position: relative;
  z-index: 8;
  width: 100%;
  box-sizing: border-box;
  background-color: #0f0f0f;
  font-size: 0.90909em;
  color: #d7d7d7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://s3.amazonaws.com/fxhome-static/images/global/fxhome-logo-transparent.png"); }
  @media screen and (min-width: 600px) and (min-height: 400px) {
    .company-footer {
      font-size: 0.87719em; } }
  @media screen and (min-width: 900px) and (min-height: 600px) {
    .company-footer {
      font-size: 0.84746em; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .company-footer {
      font-size: 0.81967em; } }
  @media screen and (min-width: 640px) {
    .company-footer {
      padding: 3em 0; } }
  .company-footer img.icon {
    height: 1.5em;
    width: 1.5em;
    margin-right: 0.25em; }
  .company-footer a {
    color: #c8c8c8;
    text-decoration: none;
    transition: color 300ms ease-in-out; }
  .company-footer a:hover {
    color: #d7d7d7; }
  .company-footer h3 {
    font-size: 1.1em;
    font-weight: 400;
    color: #fafafa; }
    @media screen and (min-width: 600px) and (min-height: 400px) {
      .company-footer h3 {
        font-size: 1.14em; } }
    @media screen and (min-width: 900px) and (min-height: 600px) {
      .company-footer h3 {
        font-size: 1.18em; } }
    @media screen and (min-width: 1200px) and (min-height: 800px) {
      .company-footer h3 {
        font-size: 1.22em; } }
  .company-footer h4 {
    font-size: 1em;
    font-weight: 400;
    color: #fafafa; }
    @media screen and (min-width: 600px) and (min-height: 400px) {
      .company-footer h4 {
        font-size: 1em; } }
    @media screen and (min-width: 900px) and (min-height: 600px) {
      .company-footer h4 {
        font-size: 1em; } }
    @media screen and (min-width: 1200px) and (min-height: 800px) {
      .company-footer h4 {
        font-size: 1em; } }
  .company-footer ul {
    padding: 0; }
  .company-footer li {
    list-style-type: none; }
  .company-footer #newsletterSubscribe {
    padding-top: 0.5em; }
  .company-footer input[type="email"] {
    background-color: #fff; }
  .company-footer .btn {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.25em 0.75em;
    display: block; }
  .company-footer .newsletter-policy {
    font-size: 0.82645em;
    -webkit-text-stroke: 0;
    line-height: 1.5em; }
    @media screen and (min-width: 600px) and (min-height: 400px) {
      .company-footer .newsletter-policy {
        font-size: 0.76947em; } }
    @media screen and (min-width: 900px) and (min-height: 600px) {
      .company-footer .newsletter-policy {
        font-size: 0.71818em; } }
    @media screen and (min-width: 1200px) and (min-height: 800px) {
      .company-footer .newsletter-policy {
        font-size: 0.67186em; } }
  .company-footer .copyright-notice {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center; }
    .company-footer .copyright-notice ul {
      margin-top: 1em; }
      .company-footer .copyright-notice ul a {
        margin-left: 1em; }
  .company-footer .footer-links-social {
    display: block;
    list-style-type: none;
    font-size: 0.85em;
    line-height: 1;
    text-align: center; }
    .company-footer .footer-links-social li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .company-footer .footer-links-social li a {
        margin: 0 0.25rem;
        border: none;
        color: inherit; }
    .company-footer .footer-links-social .icon {
      width: 1.5rem;
      height: 1.5rem;
      margin-right: 0; }
  .company-footer .flex-item-4up {
    box-sizing: border-box;
    margin: 10px 10px;
    width: 100%; }
    .company-footer .flex-item-4up *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 640px) and (max-width: 1099px) {
      .company-footer .flex-item-4up {
        width: calc(50% - 10px); }
        .company-footer .flex-item-4up:nth-child(2n+1) {
          margin-left: 0; }
        .company-footer .flex-item-4up:nth-child(2n+0) {
          margin-right: 0; } }
    @media screen and (min-width: 1100px) and (max-width: 1365px) {
      .company-footer .flex-item-4up {
        width: calc(33.33333% - 13.33333px); }
        .company-footer .flex-item-4up:nth-child(3n+1) {
          margin-left: 0; }
        .company-footer .flex-item-4up:nth-child(3n+0) {
          margin-right: 0; } }
    @media screen and (min-width: 1366px) {
      .company-footer .flex-item-4up {
        width: calc(25% - 15px); }
        .company-footer .flex-item-4up:nth-child(4n+1) {
          margin-left: 0; }
        .company-footer .flex-item-4up:nth-child(4n+0) {
          margin-right: 0; } }
