@charset "UTF-8";
@font-face {
  font-family: 'LemonMilkbold';
  src: url("../fonts/LemonMilkbold.woff") format("woff"), url("../fonts/LemonMilkbold.ttf") format("truetype");
}
@font-face {
  font-family: 'LemonMilklight';
  src: url("../fonts/LemonMilklight.woff") format("woff"), url("../fonts/LemonMilklight.ttf") format("truetype");
}
/* line 1, ../sass/_classes.scss */
.clr:after {
  clear: both;
  content: ' ';
  display: block;
}

/* line 7, ../sass/_classes.scss */
.transition, a, .story_tile {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}

/* line 14, ../sass/_classes.scss */
.transition2, .popup_desc {
  transition: all 700ms;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  -o-transition: all 700ms;
}

/* line 21, ../sass/_classes.scss */
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 28, ../sass/_classes.scss */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 36, ../sass/_classes.scss */
.center {
  text-align: center;
}

/* line 40, ../sass/_classes.scss */
.no_pad {
  padding: 0;
}

/* line 45, ../sass/_classes.scss */
.full_cont .container {
  width: 100%;
  max-width: 100%;
}

/* line 51, ../sass/_classes.scss */
.with_pad {
  padding: 60px 0;
}

/* line 55, ../sass/_classes.scss */
.with_pad_top {
  padding-top: 60px;
}

/* line 59, ../sass/_classes.scss */
.no_pad_left {
  padding-left: 0;
}

/* line 63, ../sass/_classes.scss */
.no_pad_right {
  padding-right: 0;
}

/* line 67, ../sass/_classes.scss */
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

/* line 75, ../sass/_classes.scss */
.flex_start {
  justify-content: flex-start;
}

/* line 79, ../sass/_classes.scss */
.space_between {
  justify-content: space-between;
}

/* line 83, ../sass/_classes.scss */
.space_around {
  justify-content: space-around;
}

/* line 87, ../sass/_classes.scss */
.flex_center {
  justify-content: center;
}

/* line 91, ../sass/_classes.scss */
.flex_end {
  justify-content: flex-end;
}

/* line 96, ../sass/_classes.scss */
.table_display {
  display: table;
  float: none;
  width: 100%;
}
/* line 101, ../sass/_classes.scss */
.table_display .table_cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/* line 108, ../sass/_classes.scss */
.o_hidden {
  overflow: hidden;
}

/* line 112, ../sass/_classes.scss */
.fixed {
  position: fixed;
}

/* line 116, ../sass/_classes.scss */
.primary_btn {
  background: #009EE0;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  border: none;
  display: inline-block;
}

/* line 125, ../sass/_classes.scss */
.secondary_btn {
  background: #ec7404;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  border: none;
  display: inline-block;
}

/* line 134, ../sass/_classes.scss */
.bg {
  background: #fff;
}

/* line 138, ../sass/_classes.scss */
.primary_bg {
  background-color: #009EE0;
}

/* line 142, ../sass/_classes.scss */
.secondary_bg {
  background-color: #ec7404;
}

/* line 146, ../sass/_classes.scss */
.accent_bg {
  background-color: #e74343;
}

/* line 150, ../sass/_classes.scss */
.primary_color {
  color: #009EE0;
}

/* line 154, ../sass/_classes.scss */
.secondary_color {
  color: #ec7404;
}

/* line 158, ../sass/_classes.scss */
.accent_color {
  color: #e74343;
}

/* line 162, ../sass/_classes.scss */
.white_color {
  color: #fff;
}

/* line 166, ../sass/_classes.scss */
.no_pad_right {
  padding-right: 0;
}

/* line 170, ../sass/_classes.scss */
.no_pad_left {
  padding-left: 0;
}

/* line 174, ../sass/_classes.scss */
.relative {
  position: relative;
}

/* line 178, ../sass/_classes.scss */
.absolute {
  position: absolute;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
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.
 */
/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/_normalize.scss */
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.
 */
/* line 77, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
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.
 */
/* line 252, ../sass/_normalize.scss */
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.
 */
/* line 266, ../sass/_normalize.scss */
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.
 */
/* line 277, ../sass/_normalize.scss */
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.
 */
/* line 290, ../sass/_normalize.scss */
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.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_normalize.scss */
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.
 */
/* line 322, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/_normalize.scss */
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`.
 */
/* line 346, ../sass/_normalize.scss */
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).
 */
/* line 357, ../sass/_normalize.scss */
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).
 */
/* line 370, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
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.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
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.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 72, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 78, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 82, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 86, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 90, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 96, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 45, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 63, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 1, ../sass/_base.scss */
body {
  font-size: 18px;
  line-height: 140%;
  font-family: "LemonMilklight", sans-serif;
  overflow-x: hidden;
}

/* line 8, ../sass/_base.scss */
html {
  overflow-x: hidden;
  font-size: 18px;
}

/* line 13, ../sass/_base.scss */
p {
  margin: 12px 0;
  font-size: 1.2rem;
  line-height: 150%;
}

/* line 19, ../sass/_base.scss */
a {
  color: #009EE0;
}
/* line 23, ../sass/_base.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #ec7404;
}

/* line 30, ../sass/_base.scss */
div:focus {
  outline: none !important;
}

/* line 34, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
  font-family: "LemonMilkbold", sans-serif;
  font-weight: bold;
}

/* line 42, ../sass/_base.scss */
#btt {
  padding: 10px 15px;
  font-size: 22px;
  color: #ec7404;
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 99;
}

/* line 52, ../sass/_base.scss */
.invisible {
  opacity: 0;
}

/**
*-----------------------------------------------
* header
*-----------------------------------------------
*/
/* line 62, ../sass/_base.scss */
#copyButton {
  color: #009EE0;
  font-weight: bold;
  border: none;
  background: none;
  font-size: 2rem;
  margin-top: 2.8rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* line 76, ../sass/_base.scss */
.logo {
  max-width: 250px;
  height: auto;
}

/**
*-----------------------------------------------
* home
*-----------------------------------------------
*/
/* line 87, ../sass/_base.scss */
.main_banner {
  align-items: flex-start;
  align-content: flex-start;
}

/* line 92, ../sass/_base.scss */
.mb_left {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1.3rem solid #ec7404;
  border-left: 0;
  width: 75%;
  padding-bottom: 5rem;
  position: relative;
}
/* line 101, ../sass/_base.scss */
.mb_left h1 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
/* line 105, ../sass/_base.scss */
.mb_left h1 span {
  background: #e74343;
  padding: 0.3rem 0.3rem 0.3rem 1rem;
  color: #fff;
  margin-bottom: 0.3rem;
}
/* line 118, ../sass/_base.scss */
.mb_left h2 {
  font-size: 2.2rem;
}
/* line 120, ../sass/_base.scss */
.mb_left h2 span {
  margin-bottom: 0.3rem;
  background: #009EE0;
  padding: 0.3rem 0.3rem 0.3rem 1rem;
  color: #fff;
}

/* line 130, ../sass/_base.scss */
.mb_right {
  width: 25%;
  padding: 0 1rem;
  text-align: center;
}
/* line 134, ../sass/_base.scss */
.mb_right a {
  margin-bottom: 3rem;
  display: block;
}
/* line 139, ../sass/_base.scss */
.mb_right h3 {
  margin-top: 0;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
/* line 145, ../sass/_base.scss */
.mb_right p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

/* line 151, ../sass/_base.scss */
.under_mb {
  padding: 3rem 2rem;
}
/* line 154, ../sass/_base.scss */
.under_mb p {
  font-size: 2rem;
  font-family: "LemonMilkbold", sans-serif;
  font-weight: bold;
  margin: 0;
}

/* line 164, ../sass/_base.scss */
.section_title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
  margin-bottom: 0.8rem;
}
/* line 170, ../sass/_base.scss */
.section_title.st_blue {
  background: #009EE0;
  padding: 0.5rem;
  color: #fff;
  margin-bottom: 0;
}

/* line 177, ../sass/_base.scss */
.under_line {
  border-bottom: 0.4rem solid #ec7404;
}

/* line 182, ../sass/_base.scss */
.section_1 h3 {
  margin-top: 1.2rem;
}

/* line 187, ../sass/_base.scss */
.mb_signature {
  color: #fff;
  right: 15px;
  bottom: 10px;
  font-size: 0.9rem;
  position: absolute;
  text-align: right;
}

/* line 196, ../sass/_base.scss */
.s1_icons {
  align-items: flex-start;
  align-content: flex-start;
}

/* line 201, ../sass/_base.scss */
.sli {
  width: 33%;
  text-align: center;
  padding: 1rem 2rem;
}

/* line 207, ../sass/_base.scss */
.story_tile {
  margin-top: 1rem;
  width: 24%;
  position: relative;
  background: none;
  border: none;
}
/* line 214, ../sass/_base.scss */
.story_tile:focus {
  outline: none;
}
/* line 218, ../sass/_base.scss */
.story_tile:hover {
  transform: scale(1.03);
}
/* line 221, ../sass/_base.scss */
.story_tile h3 {
  position: absolute;
  bottom: 12px;
  right: 6px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  background: rgba(0, 0, 0, 0.4);
  padding: 2px;
  margin: 0;
}

/* line 235, ../sass/_base.scss */
.popup_desc {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -120%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
}
/* line 244, ../sass/_base.scss */
.popup_desc.ld_visible {
  left: 0;
}

/* line 249, ../sass/_base.scss */
.ld_inner {
  background: #009EE0;
  padding: 30px;
  max-width: 700px;
  color: #fff;
  position: relative;
  font-size: 0.9rem;
  z-index: 3;
}

/* line 260, ../sass/_base.scss */
.close_ld {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  font-size: 1.5rem;
  background: none;
  border: none;
}

/* line 270, ../sass/_base.scss */
.close_overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}

/* line 281, ../sass/_base.scss */
input#copyTarget {
  position: absolute;
  left: -2500px;
  opacity: 0;
}

/* line 287, ../sass/_base.scss */
.report {
  background: #009EE0;
  color: #fff;
  padding: 2rem 0;
}

/* line 293, ../sass/_base.scss */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 1rem;
}

/* line 300, ../sass/_base.scss */
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 309, ../sass/_base.scss */
.faq_link {
  display: block;
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #ec7404 url("../img/pytajnik.png") no-repeat center left 4rem;
  background-size: contain;
  font-family: "LemonMilkbold", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  margin: 2rem 0;
}
/* line 322, ../sass/_base.scss */
.faq_link:hover {
  background-color: #fb891e;
  color: #fff;
}

/* line 330, ../sass/_base.scss */
#single-page #header {
  border-bottom: 0.7rem solid #ec7404;
}
/* line 334, ../sass/_base.scss */
#single-page #footer {
  border-top: 0.7rem solid #ec7404;
  margin-top: 3rem;
}

/* line 341, ../sass/_base.scss */
.card-header {
  padding: 0;
}
/* line 343, ../sass/_base.scss */
.card-header button {
  padding: 1rem 1.2rem;
  background: #009EE0;
  text-align: left;
  border-radius: 0;
  display: block;
  width: 100%;
  color: #fff;
}
/* line 351, ../sass/_base.scss */
.card-header button:hover {
  background: #0ab7ff;
  color: #fff;
  text-decoration: none;
}

/* line 359, ../sass/_base.scss */
.card-header button:after {
  content: ' ';
  display: block;
  content: '\f0d8';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  color: #fff;
}

/* line 369, ../sass/_base.scss */
.card-header button.collapsed:after {
  content: '\f0d7';
}

/* line 375, ../sass/_base.scss */
.card-body img {
  max-width: 100%;
  height: auto;
}

/* line 380, ../sass/_base.scss */
.back {
  margin-top: 2rem;
  display: block;
}

/* line 385, ../sass/_base.scss */
.pity_footer {
  display: inline-block;
  margin-top: 1rem;
}

/* line 390, ../sass/_base.scss */
.entry-title {
  text-align: center;
  text-transform: uppercase;
  margin: 2rem 1rem;
}

/* line 396, ../sass/_base.scss */
#footer {
  font-size: 0.9rem;
}
/* line 398, ../sass/_base.scss */
#footer p {
  font-size: 0.9rem;
}
/* line 402, ../sass/_base.scss */
#footer .fb, #footer .yt, #footer .insta {
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-right: 10px;
  display: inline-block;
}
/* line 411, ../sass/_base.scss */
#footer .fb {
  background: url("../img/Facebook.png") no-repeat left top;
}
/* line 419, ../sass/_base.scss */
#footer .yt {
  background: url("../img/YouTube.png") no-repeat left top;
}
/* line 423, ../sass/_base.scss */
#footer .insta {
  background: url("../img/Instagram.png") no-repeat left top;
}

@media all and (min-width: 993px) {
  /* line 4, ../sass/_responsive.scss */
  .navbar .dropdown-menu {
    margin-top: 0px;
  }
  /* line 8, ../sass/_responsive.scss */
  .navbar .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: 0px;
  }
  /* line 17, ../sass/_responsive.scss */
  .navbar .dropdown-menu li a {
    color: #fff;
  }
  /* line 23, ../sass/_responsive.scss */
  .navbar .dropdown-menu > li:hover > .sub-menu {
    visibility: visible;
  }
  /* line 27, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0;
    background: transparent;
  }
  /* line 35, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu a {
    color: #000;
  }
  /* line 38, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu a:hover {
    background: #ec7404;
  }
  /* line 45, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li.active a {
    background: inherit;
  }
  /* line 48, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li.active a:hover {
    background: #ec7404;
  }

  /* line 56, ../sass/_responsive.scss */
  .right {
    text-align: right;
  }
}
@media all and (max-width: 1200px) {
  /* line 62, ../sass/_responsive.scss */
  html, body {
    font-size: 14px;
  }
}
@media all and (max-width: 992px) {
  /* line 68, ../sass/_responsive.scss */
  .navbar {
    text-align: right;
    justify-content: flex-end;
  }
  /* line 71, ../sass/_responsive.scss */
  .navbar .navbar-nav {
    float: none;
    background: #fff;
  }

  /* line 78, ../sass/_responsive.scss */
  .navbar-toggler {
    background: url("../img/menu_mobile.png") no-repeat center center;
    width: 50px;
    border: none;
    height: 50px;
    display: block;
    margin: 10px;
    float: none;
  }
  /* line 87, ../sass/_responsive.scss */
  .navbar-toggler .navbar-toggler-icon {
    background: none;
  }
  /* line 89, ../sass/_responsive.scss */
  .navbar-toggler .navbar-toggler-icon:focus {
    outline: none;
    opacity: 0.8;
  }
  /* line 94, ../sass/_responsive.scss */
  .navbar-toggler:focus {
    outline: none;
    opacity: 0.8;
  }

  /* line 101, ../sass/_responsive.scss */
  .mb_left h1 {
    font-size: 2rem;
  }
  /* line 105, ../sass/_responsive.scss */
  .mb_left h2 {
    font-size: 1.4rem;
  }

  /* line 110, ../sass/_responsive.scss */
  .mb_right a {
    margin-bottom: 1rem;
  }

  /* line 115, ../sass/_responsive.scss */
  .under_mb p {
    text-align: center !important;
    font-size: 1.3rem;
  }

  /* line 122, ../sass/_responsive.scss */
  .sli img {
    max-width: 100%;
    height: auto;
    max-height: 105px;
    width: auto;
  }

  /* line 130, ../sass/_responsive.scss */
  .faq_link {
    line-height: 140%;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  /* line 138, ../sass/_responsive.scss */
  .mb_left, .mb_right {
    width: 100%;
  }

  /* line 142, ../sass/_responsive.scss */
  p {
    font-size: 1rem;
  }

  /* line 146, ../sass/_responsive.scss */
  .mb_right {
    padding-top: 2rem;
  }

  /* line 150, ../sass/_responsive.scss */
  .sli {
    width: 100%;
  }
  /* line 152, ../sass/_responsive.scss */
  .sli img {
    max-width: 100%;
    height: auto;
    max-height: 135px;
    width: auto;
  }

  /* line 160, ../sass/_responsive.scss */
  .story_tile {
    width: 48%;
  }

  /* line 165, ../sass/_responsive.scss */
  .faq_link {
    line-height: 140%;
    background: #ec7404;
  }

  /* line 170, ../sass/_responsive.scss */
  .logo {
    display: block;
    margin: 0 auto;
  }

  /* line 175, ../sass/_responsive.scss */
  #copyButton {
    margin-top: 0;
    padding: 0.5rem 0 1.5rem;
  }
}
@media all and (max-width: 400px) {
  /* line 184, ../sass/_responsive.scss */
  .story_tile {
    width: 100%;
  }

  /* line 189, ../sass/_responsive.scss */
  .mb_left h1 {
    font-size: 1.7rem;
  }
  /* line 193, ../sass/_responsive.scss */
  .mb_left h2 {
    font-size: 1.2rem;
  }
}

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