/**
 * This project's description goes here
 *
 * @author  AOC
 * @version v0.0.0
 */
/**
 * Variables to be used throughout the project
 */
/* Menu link hover underline */
/* Menu mixin */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/**
 * Typography is specified in here.
 */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Boldi.eot");
  src: url("../fonts/Gotham-Boldi.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Boldi.woff2") format("woff2"), url("../fonts/Gotham-Boldi.woff") format("woff"), url("../fonts/Gotham-Boldi.ttf") format("truetype"), url("../fonts/Gotham-Boldi.svg#Gotham") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'GothamBook';
  src: url("../fonts/Gotham-Booki.eot");
  src: url("../fonts/Gotham-Booki.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Booki.woff2") format("woff2"), url("../fonts/Gotham-Booki.woff") format("woff"), url("../fonts/Gotham-Booki.ttf") format("truetype"), url("../fonts/Gotham-Booki.svg#Gotham") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Lighti.eot");
  src: url("../fonts/Gotham-Lighti.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Lighti.woff2") format("woff2"), url("../fonts/Gotham-Lighti.woff") format("woff"), url("../fonts/Gotham-Lighti.ttf") format("truetype"), url("../fonts/Gotham-Lighti.svg#Gotham") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Mediumi.eot");
  src: url("../fonts/Gotham-Mediumi.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Mediumi.woff2") format("woff2"), url("../fonts/Gotham-Mediumi.woff") format("woff"), url("../fonts/Gotham-Mediumi.ttf") format("truetype"), url("../fonts/Gotham-Mediumi.svg#Gotham") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  color: #53565a;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #c00d0d;
}

section h2 {
  margin-bottom: 1.4em;
}

h2, .h2 {
  font-size: 2em;
}

.hero h2, .hero .h2 {
  font-size: 2.625em;
}
@media (max-width: 991px) {
  .hero h2, .hero .h2 {
    font-size: 2em;
  }
}

h3, .h3 {
  font-size: 1.75em;
}

h4, .h4 {
  font-size: 1.5em;
}
@media (max-height: 800px) and (min-width: 768px) {
  h4, .h4 {
    font-size: 1.3em;
  }
}

strong {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.light {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

p {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  p {
    font-size: 1.2em;
    line-height: 1.4em;
  }
}
p a {
  text-decoration: underline;
  color: #c00d0d;
}
p a:hover {
  color: #53565a;
}

ul li {
  font-size: 18px;
}

table {
  font-size: 18px;
}
table tr td {
  padding: 10px;
}

.red {
  color: #c00d0d;
}

/**
 * Buttons are specified in here.
 */
.btn-blok {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 10px 0;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  background-color: #c00d0d;
  padding: 20px 35px;
  color: #FFF;
  display: inline-block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .btn-blok {
    font-size: 16px;
  }
}
.btn-blok:hover {
  text-decoration: none;
  color: inherit;
}
.btn-blok:focus {
  color: #FFF;
  text-decoration: none;
}
.btn-blok span {
  position: relative;
  z-index: 10;
}
.btn-blok.btn-large {
  font-size: 20px;
  padding: 18px 100px 18px 35px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
}
.btn-blok.btn-large.icon-right:after {
  background-size: 13px 21px;
  width: 60px;
}
@media (max-width: 1200px) {
  .btn-blok.btn-large {
    padding: 13px 80px 13px 30px;
    font-size: 16px;
  }
  .btn-blok.btn-large.icon-right:after {
    width: 55px;
    background-size: 13px 20px;
  }
}
.btn-blok.btn-huge {
  font-size: 30px;
  padding: 20px 290px 20px 55px;
  -webkit-border-radius: 41px;
  border-radius: 41px;
}
.btn-blok.btn-huge.icon-right:after {
  width: 80px;
  background-size: 18px 30px;
}
@media (max-width: 991px) {
  .btn-blok.btn-huge {
    padding: 13px 80px 13px 30px;
    font-size: 16px;
  }
  .btn-blok.btn-huge.icon-right:after {
    width: 55px;
    background-size: 13px 20px;
  }
}
@media (max-width: 768px) {
  .btn-blok.btn-huge {
    padding-right: 65px;
    padding-left: 25px;
    width: 100%;
  }
  .btn-blok.btn-huge.icon-right:after {
    width: 35px;
  }
}
@media (max-width: 576px) {
  .btn-blok.btn-huge {
    padding-right: 58px;
    padding-left: 23px;
  }
}
.btn-blok.icon-download:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-download-white.png);
  background-image: url(../img/icon-download-white.svg);
  width: 24px;
  height: 17px;
  margin-right: 20px;
}
.btn-blok:hover {
  color: #FFF;
  background-color: #53565a;
}

.btn-text {
  font-size: 16px;
  color: #c00d0d;
  font-weight: normal;
  text-decoration: underline;
}

.btn-underline {
  color: #c00d0d;
  font-weight: 800;
  font-size: 18px;
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 30px;
}
.btn-underline span {
  position: relative;
}
.btn-underline:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c00d0d;
  content: '';
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition-duration: .2s;
}
.btn-underline:hover {
  text-decoration: none;
}
.btn-underline:hover:after {
  height: 10px;
}

.btn-ghost {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.btn-ghost span {
  float: left;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.btn-ghost span.label {
  padding: 12px 15px 12px 30px;
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  border: 2px solid #c00d0d;
  border-right: 0;
  position: relative;
}
.btn-ghost span.label:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 2px;
  background: #c00d0d;
  right: -32px;
  top: -2px;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition-duration: .2s;
  transition-delay: .1s;
}
.btn-ghost span.label:after {
  width: 2px;
  background: #c00d0d;
  height: 59px;
  right: -16px;
  top: -5px;
  content: '';
  position: absolute;
  transform: rotate(32deg);
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition-duration: .2s;
  transition-delay: .1s;
}
.btn-ghost span.icon {
  border: 2px solid #FFF;
  border-left: 0;
  min-height: 53px;
  width: 35px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-right-white.png);
  background-image: url(../img/icon-arrow-right-white.svg);
  background-size: 11px;
  margin-left: 31px;
  background-position: 10px center;
  position: relative;
}
.btn-ghost span.icon:after {
  content: '';
  width: 32px;
  left: -31px;
  height: 2px;
  bottom: -2px;
  background: #FFF;
  position: absolute;
}
.btn-ghost span.bleed {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #c00d0d;
  transition-duration: .2s;
}
.btn-ghost:hover span.bleed {
  width: 100%;
}
.btn-ghost:hover span.label {
  border-color: #FFF;
}
.btn-ghost:hover span.label:before, .btn-ghost:hover span.label:after {
  background-color: #FFF;
}

.btn-play {
  width: 178px;
  height: 178px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/btn-play.png);
  background-image: url(../img/btn-play.svg);
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transform: scale(1);
}
.btn-play:hover {
  transform: scale(1.1);
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #53565a;
}

body {
  font-size: 1em;
  line-height: 1.4;
}
@media (max-width: 991px) {
  body {
    font-size: 0.8em;
  }
}

.main-wrapper {
  background-color: #FFF;
}
@media (max-width: 991px) {
  .main-wrapper {
    overflow-x: hidden;
    overflow-y: visible;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #00a7e1;
  text-shadow: none;
  color: #FFF;
}

::selection {
  background: #00a7e1;
  text-shadow: none;
  color: #FFF;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
  max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

.clear {
  clear: both;
  width: 100%;
  height: 30px;
}

.nopadd {
  padding-left: 0;
  padding-right: 0;
}

.centered {
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.text-centered {
  text-align: center;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin {
  margin: 0;
}

.has-section-padding {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (max-width: 991px) {
  .has-section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .has-section-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-height: 800px) and (min-width: 768px) {
  .has-section-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.has-section-padding-top {
  padding-top: 180px;
}
@media (max-width: 991px) {
  .has-section-padding-top {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .has-section-padding-top {
    padding-top: 75px;
  }
}
@media (max-height: 800px) and (min-width: 768px) {
  .has-section-padding-top {
    padding-top: 75px;
  }
}

.has-section-padding-bottom {
  padding-bottom: 180px;
}
@media (max-width: 991px) {
  .has-section-padding-bottom {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .has-section-padding-bottom {
    padding-bottom: 75px;
  }
}
@media (max-height: 800px) and (min-width: 768px) {
  .has-section-padding-bottom {
    padding-bottom: 75px;
  }
}

ul.default {
  padding: 0 0 0 25px;
  margin: 45px 0 0;
  list-style: disc;
}
ul.default li p {
  margin-bottom: 8px;
}
@media (max-height: 800px) and (min-width: 768px) {
  ul.default li p {
    margin-bottom: 4px;
  }
}

ol li, ul li {
  font-size: 1em;
}

.v-centre {
  align-items: center;
  display: flex;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  outline: none;
  background: #FFF;
  border: 1px solid #3C3C3B;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
    height: 40px;
    font-size: 14px;
  }
}

label {
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 991px) {
  label {
    font-size: 14px;
  }
}

select {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #FFF url(../img/icon-down-select-black.svg) right center no-repeat;
  background-size: 28px 17px;
}
@media (max-width: 991px) {
  select {
    height: 40px;
    font-size: 14px;
  }
}

.no-flexboxlegacy select {
  background-image: none;
}

/* Moble helpers */
@media (max-width: 991px) {
  .hide-mob {
    display: none;
  }
}

/* Styles for PACKERY */
.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/**
 * All styles related to markup inside the header
 */
header {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 3;
  padding: 50px 60px;
}
@media (max-width: 991px) {
  header {
    padding: 30px;
  }
}
header .row {
  align-items: center;
}
header h1 {
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  header h1 {
    text-align: center;
  }
}
header h1 img {
  max-width: 180px;
}
@media (max-width: 991px) {
  header h1 img {
    margin: 0 auto 30px;
  }
}
header ul {
  list-style: none;
  text-align: right;
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 5px 0 0;
}
@media (max-width: 991px) {
  header ul {
    text-align: center;
  }
}
header ul li {
  display: inline-block;
  margin-right: 32px;
}
header ul li:last-child {
  margin-right: 0;
}
header ul li a {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  display: block;
  position: relative;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
header ul li a:after {
  height: 8px;
  width: 8px;
  background-color: #c00d0d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -4px;
  content: '';
  transform: scale(0);
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
header ul li a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.6;
}
header ul li a:hover:after {
  transform: scale(1);
}

/**
 * All styles related to markup inside the main element
 */
/**
 * All styles related to markup inside the footer
 */
footer {
  margin-top: -140px;
}
footer .col-12 {
  border-top: 1px solid #FFF;
  padding-top: 35px;
}
footer p {
  font-size: 12px;
  line-height: 15px;
  color: #FFF;
}

section {
  position: relative;
  overflow: hidden;
}
section.hero {
  background-image: url("../img/about-header.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 945px;
  height: calc(100vh - 15px);
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  section.hero {
    height: 100%;
    min-height: calc(100vh - 60px);
  }
}
@media (max-width: 768px) {
  section.hero {
    background-position: 5% center;
  }
}
@media (max-height: 800px) and (min-width: 768px) {
  section.hero {
    min-height: 100vh;
  }
}
section.hero .hero-content {
  width: 100%;
}
section.hero .hero-content span.arrow {
  content: '';
  cursor: pointer;
  width: 100%;
  height: 28px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-down-white.png);
  background-image: url(../img/icon-arrow-down-white.svg);
  display: inline-block;
  position: relative;
  z-index: 10;
  animation-name: bounce;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
section.hero h2 {
  z-index: 3;
  position: relative;
  color: #ffffff;
}
section.hero.hero-launch {
  background-image: url(../img/launch-header.jpg);
  background-position: center center;
}
section.hero.hero-launch:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
}
section.white {
  background-color: #ffffff;
}
section.grey {
  background-color: #f7f7f7;
}
section.grey h4 {
  color: #53565a;
  margin-bottom: 1.6em;
}
section.dgrey {
  background-color: #53565a;
}
section.dgrey h3 {
  color: #FFF;
  margin-bottom: 1.6em;
}
section.dgrey p, section.dgrey li, section.dgrey a {
  color: #FFF;
}
section.dgrey a {
  text-decoration: underline;
}
section.text-img-section .container {
  min-height: 480px;
}
@media (max-width: 991px) {
  section.text-img-section .container {
    min-height: 0;
  }
}
section.img-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 200px;
}
section.img-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.6);
}
section.img-bg .caption {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #FFF;
  font-size: 16px;
  line-height: 19px;
}
section.img-bg .container h2 {
  color: #FFF;
}
section.img-bg .container p {
  color: #FFF;
}
section.img-bg .container .btn-blok {
  margin-top: 40px;
}
section.strips-bg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/strips-bg.png");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  width: 262px;
  height: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  section.strips-bg:after {
    width: 40%;
    background-size: contain;
  }
}
section.strips-bg.strips-right:after {
  right: 0;
  left: unset;
  transform: scaleX(-1);
}
section.strips-bg.double-strips-bg h2 {
  margin-bottom: 60px;
}
section.strips-bg.double-strips-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/strips-bg.png");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  width: 262px;
  height: 100%;
  transform: rotate(180deg);
  z-index: 0;
}
@media (max-width: 768px) {
  section.strips-bg.double-strips-bg:before {
    width: 40%;
    background-size: contain;
  }
}
section.strips-bg.double-strips-bg .btn-blok.icon-download {
  margin-top: 40px;
}
section.quote {
  padding: 70px 0;
  background-image: url("../img/quote-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 0;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  section.quote {
    max-height: 100%;
  }
}
section.quote h2 {
  color: #ffffff;
  margin-bottom: 90px;
  position: relative;
}
section.quote h2:after {
  content: '';
  height: 2px;
  width: 30px;
  position: absolute;
  background-color: #FFF;
  bottom: -45px;
  left: 50%;
  margin-left: -15px;
}
section.quote p {
  color: #ffffff;
}
section.quote:before {
  content: '';
  background-image: url("../img/quote.png");
  width: 52px;
  height: 50px;
  display: inline-block;
  margin-bottom: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  section.quote:before {
    height: 30px;
  }
}
section .section-img-wrapper {
  position: absolute;
  top: 180px;
  width: calc(50% - 8.333333%);
  z-index: 3;
}
@media (max-width: 991px) {
  section .section-img-wrapper {
    position: static;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-bottom: 45px;
  }
}
section .section-img-wrapper.align-left {
  left: 0;
}
section .section-img-wrapper.align-right {
  right: 0;
}
section .section-img-wrapper.has-margin-top {
  margin-top: 75px;
}
@media (max-width: 991px) {
  section .section-img-wrapper.has-margin-top {
    margin-top: 0;
  }
}
section .section-img-wrapper .the-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 480px;
}
@media (max-width: 991px) {
  section .section-img-wrapper .the-img {
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  section .team-content {
    margin-top: 45px;
  }
}
section .team-content h4 {
  margin-bottom: 0.8em;
}
section .team-content ul {
  margin-top: 0;
  margin-bottom: 55px;
}
section .team-content ul:last-of-type {
  margin-bottom: 0;
}
section .video-poster {
  margin-top: 120px;
  width: 100%;
  height: 650px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/video-placeholder.jpg);
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  section .video-poster {
    height: 380px;
    margin-top: 80px;
  }
}
@media (max-height: 800px) and (min-width: 768px) {
  section .video-poster {
    margin-top: 0;
  }
}
section .video-poster .btn-play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 178px;
}
@media (max-width: 991px) {
  section .video-poster .btn-play {
    background-size: 90px;
  }
}
section:last-of-type {
  padding-bottom: 320px;
}
@media (max-width: 991px) {
  section:last-of-type {
    padding-bottom: 280px;
  }
}

.diagram {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.diagram img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
.box {
  z-index: 10;
  margin-bottom: 30px;
}
.box .inner {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  height: 100%;
  background-color: #FFF;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
@media (max-height: 800px) and (min-width: 768px) {
  .box .inner {
    padding: 15px;
  }
}
.box .inner .img-wrapper {
  min-height: 60px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.box .inner .img-wrapper img {
  margin: 0 auto;
}
.box .inner h2.cost {
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1.4em;
  margin-bottom: 0;
}
@media (max-height: 800px) and (min-width: 768px) {
  .box .inner h2.cost {
    font-size: 1.4em;
  }
}
.box .inner h3 {
  font-size: 21px;
  line-height: 25px;
  color: #53565a;
  margin: 0 0 15px;
}
@media (max-height: 800px) and (min-width: 768px) {
  .box .inner h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.box .inner h3.circle {
  color: #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #c00d0d;
  margin: 0 auto 15px;
}
.box .inner h3.circle span {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.box .inner h4 {
  color: #53565a;
  margin-bottom: 0;
}
.box .inner p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.box:hover .inner {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.grey .box .inner {
  background-color: #f7f7f7;
}

.hotels-row {
  margin-top: 20px;
}
.hotels-row .box .inner .img-wrapper {
  min-height: 80px;
}

ul.icon-list {
  list-style: none;
  margin: 44px 0 0;
  padding: 0;
}
@media (max-width: 991px) {
  ul.icon-list {
    margin-bottom: 60px;
  }
}
ul.icon-list li {
  padding-left: 70px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  ul.icon-list li {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  ul.icon-list li {
    margin-bottom: 35px;
  }
}
ul.icon-list li:last-child {
  margin-bottom: 0;
}
ul.icon-list li .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #c00d0d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-size: 24px;
}
@media (max-width: 768px) {
  ul.icon-list li .icon {
    width: 40px;
    height: 40px;
  }
}
ul.icon-list li h4 {
  color: #3C3C3B;
}
ul.icon-list.numbered li .icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
ul.icon-list.numbered li .icon span {
  color: #FFF;
  text-align: center;
  margin: 0;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  font-weight: 500;
}

ul.link-list {
  list-style: none;
  margin: 44px 0 0;
  padding: 0;
}
ul.link-list li {
  margin-bottom: 15px;
}
ul.link-list li:last-child {
  margin-bottom: 0;
}
ul.link-list li a {
  color: #FFF;
  padding-left: 40px;
  position: relative;
}
ul.link-list li a:before {
  position: absolute;
  content: '';
  top: 0;
  height: 100%;
  width: 22px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
}
ul.link-list li a.icon-email:before {
  background-image: url(../img/icon-email-white.png);
  background-image: url(../img/icon-email-white.svg);
}
ul.link-list li a.icon-rhg:before {
  background-image: url(../img/icon-rhg-white.png);
  background-image: url(../img/icon-rhg-white.svg);
}
ul.link-list li a.icon-beekeeper:before {
  background-image: url(../img/icon-beekeeper-white.png);
  background-image: url(../img/icon-beekeeper-white.svg);
}
ul.link-list li a.icon-globe:before {
  background-image: url(../img/icon-globe-white.png);
  background-image: url(../img/icon-globe-white.svg);
}

.checklist-group {
  padding-left: 100px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .checklist-group {
    padding-left: 65px;
  }
}
.checklist-group .icon {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .checklist-group .icon img {
    width: 30px;
  }
}
.checklist-group h4 {
  color: #53565a;
}
.checklist-group ul {
  margin-top: 30px;
}
.checklist-group ul li p {
  margin-bottom: 8px;
}
@media (max-height: 800px) and (min-width: 768px) {
  .checklist-group ul li p {
    margin-bottom: 4px;
  }
}

section.quote .swiper-quote-prev, section.quote .swiper-quote-next {
  position: absolute;
  top: 15px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-swiper-arrow.png);
  background-image: url(../img/icon-swiper-arrow.svg);
  width: 18px;
  height: 40px;
  margin-top: 0;
}
section.quote .swiper-button-prev.swiper-quote-prev {
  left: 30px;
  transform: rotate(-180deg);
}
section.quote .swiper-button-prev.swiper-quote-prev:after {
  display: none !important;
}
section.quote .swiper-button-next.swiper-quote-next {
  right: 30px;
}
section.quote .swiper-button-next.swiper-quote-next:after {
  display: none !important;
}
section.quote .swiper-slide .inner {
  width: 60%;
  margin: 0 auto;
}

.tab-swiper .swiper-pagination {
  width: 100%;
  text-align: left;
  position: relative;
  margin: 100px 0;
}
@media (max-width: 866px) {
  .tab-swiper .swiper-pagination {
    margin-bottom: 45px;
  }
}
@media (max-height: 800px) and (min-width: 768px) {
  .tab-swiper .swiper-pagination {
    margin: 75px 0 45px;
  }
}
.tab-swiper .swiper-pagination .swiper-pagination-bullet {
  -webkit-border-radius: 0%;
  border-radius: 0%;
  background: transparent;
  text-align: left;
  height: auto;
  opacity: 1;
}
@media (max-width: 866px) {
  .tab-swiper .swiper-pagination .swiper-pagination-bullet {
    flex: 0 0 100%;
    margin-bottom: 25px;
  }
}
.tab-swiper .swiper-pagination .swiper-pagination-bullet > div {
  width: 100%;
}
.tab-swiper .swiper-pagination .swiper-pagination-bullet > div span {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #b1b3b3;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #b1b3b3;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
.tab-swiper .swiper-pagination .swiper-pagination-bullet:hover > div span {
  color: #c00d0d;
  border-bottom: 2px solid #c00d0d;
}
.tab-swiper .swiper-pagination .swiper-pagination-bullet-active > div span {
  color: #c00d0d;
  border-bottom: 2px solid #c00d0d;
}
.tab-swiper .swiper-slide {
  min-height: 480px;
}
.tab-swiper .swiper-slide h3 {
  margin-bottom: 1.2em;
}
.tab-swiper .swiper-slide .video-poster {
  background-image: none;
  height: auto;
  margin-top: 30px;
}
.tab-swiper .swiper-slide .video-poster:first-child {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .tab-swiper .swiper-slide .video-poster:first-child {
    margin-top: 30px;
  }
}
.tab-swiper .swiper-slide .video-poster a.btn-play {
  display: inline-block;
  background-image: url(../img/btn-play-grey.png);
  background-image: url(../img/btn-play-grey.svg);
  background-size: 152px;
}
.tab-swiper .section-img-wrapper {
  top: 0;
}

@media (max-width: 991px) {
  section.strips-bg .tab-swiper .row {
    flex-direction: column-reverse;
  }
}

.user-access-swiper {
  margin-top: 60px;
  overflow: visible !important;
}
.user-access-swiper .box {
  height: auto;
}
.user-access-swiper .box .inner {
  padding: 40px 40px 30px 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.user-access-swiper .box .inner p {
  font-size: 1em;
  line-height: 1.4em;
}
.user-access-swiper .box .inner p span {
  font-size: 0.8em;
  line-height: 1.2em;
}
.user-access-swiper .controls {
  align-items: center;
  height: 22px;
}
.user-access-swiper .swiper-button-prev, .user-access-swiper .swiper-button-next, .user-access-swiper .swiper-pagination {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.user-access-swiper .swiper-button-prev, .user-access-swiper .swiper-button-next {
  position: relative;
  height: 22px;
  z-index: 10;
  flex-grow: 3;
}
@media (max-width: 768px) {
  .user-access-swiper .swiper-button-prev, .user-access-swiper .swiper-button-next {
    flex-grow: 1;
  }
}
.user-access-swiper .swiper-button-prev:after, .user-access-swiper .swiper-button-next:after {
  font-size: 24px;
  color: #53565a;
}
.user-access-swiper .swiper-button-prev:after {
  width: 100%;
  text-align: right;
}
.user-access-swiper .swiper-button-next:after {
  width: 100%;
  text-align: left;
}
.user-access-swiper .swiper-pagination {
  position: relative;
  z-index: 9;
}
.user-access-swiper .swiper-pagination .swiper-pagination-bullet {
  margin-right: 5px;
}
.user-access-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.user-access-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #c00d0d;
}

@media print {
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request: h5bp.com/r
     ========================================================================== */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */
