.app-container {
  /*=======================================================
  Imports
  =======================================================*/
  /*!
   * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
   * Copyright 2011-2018 The Bootstrap Authors
   * Copyright 2011-2018 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
   */

  /*=======================================================
  Global - Font size
  =======================================================*/
  /*=======================================================
  Headline - Font size
  =======================================================*/
  /*=======================================================
  Styling
  =======================================================*/
  /*=======================================================
  Anchor
  =======================================================*/
  /* open-sans-regular - latin */
  /* Open Sans (Regular) */
  /* Open Sans (Bold) */
  /**
   * Swiper 4.3.5
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * http://www.idangero.us/swiper/
   *
   * Copyright 2014-2018 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: July 31, 2018
   */
  /* Auto Height */
  /* 3D Effects */
  /* IE10 Windows Phone 8 Fixes */
  /* Common Styles */
  /* Bullets */
  /* Progress */
  /* Scrollbar */
  /* Preloader */
  /* a11y */
  /*=======================================================
  Clearfix - prevent float
  =======================================================*/
  /*=======================================================
  No Selection - disable user selection
  =======================================================*/
  /*=======================================================
  Basics
  =======================================================*/
}
.app-container *,
.app-container *::before,
.app-container *::after {
  box-sizing: border-box;
}
.app-container html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
.app-container article, .app-container aside, .app-container figcaption, .app-container figure, .app-container footer, .app-container header, .app-container hgroup, .app-container main, .app-container nav, .app-container section {
  display: block;
}
.app-container body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.app-container [tabindex="-1"]:focus {
  outline: 0 !important;
}
.app-container hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.app-container h1, .app-container h2, .app-container h3, .app-container h4, .app-container h5, .app-container h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.app-container p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.app-container abbr[title],
.app-container abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
.app-container address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.app-container ol,
.app-container ul,
.app-container dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.app-container ol ol,
.app-container ul ul,
.app-container ol ul,
.app-container ul ol {
  margin-bottom: 0;
}
.app-container dt {
  font-weight: 700;
}
.app-container dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.app-container blockquote {
  margin: 0 0 1rem;
}
.app-container dfn {
  font-style: italic;
}
.app-container b,
.app-container strong {
  font-weight: bolder;
}
.app-container small {
  font-size: 80%;
}
.app-container sub,
.app-container sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.app-container sub {
  bottom: -0.25em;
}
.app-container sup {
  top: -0.5em;
}
.app-container a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.app-container a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.app-container a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.app-container a:not([href]):not([tabindex]):hover, .app-container a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
.app-container a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.app-container pre,
.app-container code,
.app-container kbd,
.app-container samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
.app-container pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.app-container figure {
  margin: 0 0 1rem;
}
.app-container img {
  vertical-align: middle;
  border-style: none;
}
.app-container svg:not(:root) {
  overflow: hidden;
}
.app-container table {
  border-collapse: collapse;
}
.app-container caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.app-container th {
  text-align: inherit;
}
.app-container label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.app-container button {
  border-radius: 0;
}
.app-container button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.app-container input,
.app-container button,
.app-container select,
.app-container optgroup,
.app-container textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.app-container button,
.app-container input {
  overflow: visible;
}
.app-container button,
.app-container select {
  text-transform: none;
}
.app-container button,
.app-container html [type=button],
.app-container [type=reset],
.app-container [type=submit] {
  -webkit-appearance: button;
}
.app-container button::-moz-focus-inner,
.app-container [type=button]::-moz-focus-inner,
.app-container [type=reset]::-moz-focus-inner,
.app-container [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.app-container input[type=radio],
.app-container input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.app-container input[type=date],
.app-container input[type=time],
.app-container input[type=datetime-local],
.app-container input[type=month] {
  -webkit-appearance: listbox;
}
.app-container textarea {
  overflow: auto;
  resize: vertical;
}
.app-container fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.app-container legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.app-container progress {
  vertical-align: baseline;
}
.app-container [type=number]::-webkit-inner-spin-button,
.app-container [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.app-container [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.app-container [type=search]::-webkit-search-cancel-button,
.app-container [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.app-container ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.app-container output {
  display: inline-block;
}
.app-container summary {
  display: list-item;
  cursor: pointer;
}
.app-container template {
  display: none;
}
.app-container [hidden] {
  display: none !important;
}
.app-container main {
  font-size: 14px;
}
@media screen and (min-width: 421px) {
  .app-container main {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  .app-container main {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .app-container main {
    font-size: 20px;
  }
}
.app-container h1 {
  font-size: 2rem;
}
.app-container h2 {
  font-size: 1.8rem;
}
.app-container h3 {
  font-size: 1rem;
}
.app-container h4 {
  font-size: 1rem;
}
.app-container h5 {
  font-size: 1rem;
}
.app-container h6 {
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .app-container h1 {
    font-size: 2.25rem;
  }
  .app-container h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .app-container h1 {
    font-size: 2.4rem;
  }
  .app-container h2 {
    font-size: 1.9rem;
  }
}
.app-container h1, .app-container h2, .app-container h3, .app-container h4, .app-container h5, .app-container h6 {
  font-weight: 400;
}
.app-container ol, .app-container ul, .app-container dl {
  padding-left: 2rem;
}
.app-container a, .app-container a:hover, .app-container a:visited, .app-container a:focus {
  text-decoration: none;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("https://carlisle.happymo.re/resources/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("https://carlisle.happymo.re/resources/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("https://carlisle.happymo.re/resources/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff2") format("woff2"), url("https://carlisle.happymo.re/resources/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff") format("woff"), url("https://carlisle.happymo.re/resources/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.ttf") format("truetype"), url("https://carlisle.happymo.re/resources/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.svg#AmaticSC") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("https://carlisle.happymo.re/resources/fonts/open-sans-v18-latin/open-sans-v18-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("https://carlisle.happymo.re/resources/fonts/open-sans-v18-latin/open-sans-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("https://carlisle.happymo.re/resources/fonts/open-sans-v18-latin/open-sans-v18-latin-700.woff2") format("woff2"), url("https://carlisle.happymo.re/resources/fonts/open-sans-v18-latin/open-sans-v18-latin-700.woff") format("woff"), url("https://carlisle.happymo.re/resources/fonts/open-sans-v18-latin/open-sans-v18-latin-700.ttf") format("truetype"), url("https://carlisle.happymo.re/resources/fonts/open-sans-v18-latin/open-sans-v18-latin-700.svg#AmaticSC") format("svg"); /* Legacy iOS */
  font-display: swap;
}
.app-container strong, .app-container b {
  font-weight: 700;
}
.app-container .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.app-container .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.app-container .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.app-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.app-container .swiper-container-android .swiper-slide,
.app-container .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.app-container .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.app-container .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.app-container .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.app-container .swiper-invisible-blank-slide {
  visibility: hidden;
}
.app-container .swiper-container-autoheight,
.app-container .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.app-container .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.app-container .swiper-container-3d {
  perspective: 1200px;
}
.app-container .swiper-container-3d .swiper-wrapper,
.app-container .swiper-container-3d .swiper-slide,
.app-container .swiper-container-3d .swiper-slide-shadow-left,
.app-container .swiper-container-3d .swiper-slide-shadow-right,
.app-container .swiper-container-3d .swiper-slide-shadow-top,
.app-container .swiper-container-3d .swiper-slide-shadow-bottom,
.app-container .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.app-container .swiper-container-3d .swiper-slide-shadow-left,
.app-container .swiper-container-3d .swiper-slide-shadow-right,
.app-container .swiper-container-3d .swiper-slide-shadow-top,
.app-container .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.app-container .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.app-container .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.app-container .swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.app-container .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.app-container .swiper-container-wp8-horizontal,
.app-container .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.app-container .swiper-container-wp8-vertical,
.app-container .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.app-container .swiper-button-prev,
.app-container .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.app-container .swiper-button-prev.swiper-button-disabled,
.app-container .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.app-container .swiper-button-prev,
.app-container .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.app-container .swiper-button-next,
.app-container .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.app-container .swiper-button-prev.swiper-button-white,
.app-container .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.app-container .swiper-button-next.swiper-button-white,
.app-container .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.app-container .swiper-button-prev.swiper-button-black,
.app-container .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.app-container .swiper-button-next.swiper-button-black,
.app-container .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.app-container .swiper-button-lock {
  display: none;
}
.app-container .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.app-container .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.app-container .swiper-pagination-fraction,
.app-container .swiper-pagination-custom,
.app-container .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.app-container .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.app-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.app-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.app-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.app-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.app-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.app-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.app-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.app-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.app-container button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.app-container .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.app-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.app-container .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.app-container .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.app-container .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.app-container .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.app-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.app-container .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.app-container .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.app-container .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.app-container .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.app-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.app-container .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.app-container .swiper-container-horizontal > .swiper-pagination-progressbar,
.app-container .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.app-container .swiper-container-vertical > .swiper-pagination-progressbar,
.app-container .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.app-container .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.app-container .swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.app-container .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.app-container .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.app-container .swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.app-container .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.app-container .swiper-pagination-lock {
  display: none;
}
.app-container .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.app-container .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.app-container .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.app-container .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.app-container .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.app-container .swiper-scrollbar-lock {
  display: none;
}
.app-container .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.app-container .swiper-zoom-container > img,
.app-container .swiper-zoom-container > svg,
.app-container .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.app-container .swiper-slide-zoomed {
  cursor: move;
}
.app-container .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.app-container .swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.app-container .swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.app-container .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.app-container .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.app-container .swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.app-container .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.app-container .swiper-container-fade .swiper-slide-active,
.app-container .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.app-container .swiper-container-cube {
  overflow: visible;
}
.app-container .swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.app-container .swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.app-container .swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.app-container .swiper-container-cube .swiper-slide-active,
.app-container .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.app-container .swiper-container-cube .swiper-slide-active,
.app-container .swiper-container-cube .swiper-slide-next,
.app-container .swiper-container-cube .swiper-slide-prev,
.app-container .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.app-container .swiper-container-cube .swiper-slide-shadow-top,
.app-container .swiper-container-cube .swiper-slide-shadow-bottom,
.app-container .swiper-container-cube .swiper-slide-shadow-left,
.app-container .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.app-container .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.app-container .swiper-container-flip {
  overflow: visible;
}
.app-container .swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.app-container .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.app-container .swiper-container-flip .swiper-slide-active,
.app-container .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.app-container .swiper-container-flip .swiper-slide-shadow-top,
.app-container .swiper-container-flip .swiper-slide-shadow-bottom,
.app-container .swiper-container-flip .swiper-slide-shadow-left,
.app-container .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.app-container .swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.app-container .clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.app-container .noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.app-container .box-shadow, .app-container .control-bar.top, .app-container .action-container .button.primary, .action-container .app-container .button.primary {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 576px) {
  .app-container .box-shadow, .app-container .control-bar.top, .app-container .action-container .button.primary, .action-container .app-container .button.primary {
    box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) {
  .app-container .box-shadow, .app-container .control-bar.top, .app-container .action-container .button.primary, .action-container .app-container .button.primary {
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.15);
  }
}
.app-container .box-shadow-up, .app-container .control-bar.bottom {
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 576px) {
  .app-container .box-shadow-up, .app-container .control-bar.bottom {
    box-shadow: 0px -12px 24px 0px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 768px) {
  .app-container .box-shadow-up, .app-container .control-bar.bottom {
    box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.08);
  }
}
.app-container *:focus {
  outline: none;
}
.app-container img {
  display: inline-block;
  max-width: 100%;
}

/*=======================================================
Basic layout
=======================================================*/
.app-container {
  max-width: 530px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 40px;
}
@media screen and (max-width: 529px) {
  .app-container {
    width: 100vw;
  }
}
.app-container.multislide .swiper-container-outer {
  padding-top: 48px;
}
@media screen and (min-width: 576px) {
  .app-container.multislide .swiper-container-outer {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .app-container.multislide .swiper-container-outer {
    padding-top: 80px;
  }
}

.app-inner-container {
  padding: 15px;
}
@media screen and (min-width: 576px) {
  .app-inner-container {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .app-inner-container {
    padding: 30px;
  }
}

.content-container {
  padding: 0 5px;
}
@media screen and (min-width: 576px) {
  .content-container {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .content-container {
    padding: 0 15px;
  }
}
.content-container::before {
  content: " ";
  display: block;
  width: 100%;
  height: 1.25rem;
  opacity: 0;
}

/*=======================================================
Global font-styling
=======================================================*/
main {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: rgb(73, 73, 73);
}

h1, h2 {
  font-weight: 500;
  color: #000;
}

h3, h4, h5, h6 {
  font-weight: 400;
  color: #000;
}

p {
  line-height: 1.5;
}

/*=======================================================
Carousel
=======================================================*/
.carousel-container {
  overflow: hidden;
  border-radius: 0;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.075), inset 0 0 2px rgba(0, 0, 0, 0.075), inset 0 0 3px rgba(0, 0, 0, 0.075), inset 0 0 5px rgba(0, 0, 0, 0.075), inset 0 0 8px rgba(0, 0, 0, 0.075), inset 0 0 13px rgba(0, 0, 0, 0.075), inset 0 0 21px rgba(0, 0, 0, 0.075), inset 0 0 34px rgba(0, 0, 0, 0.075);
  margin-bottom: 1.25rem;
  position: relative;
}
.carousel-container .carousel.swiper-wrapper {
  z-index: -1;
}
.carousel-container .swiper-pagination-inner {
  bottom: 0.25rem;
}
.carousel-container .swiper-pagination-inner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.75;
  background: #fff;
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 576px) {
  .carousel-container .swiper-pagination-inner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-container .swiper-pagination-inner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
.carousel-container .swiper-pagination-inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}
.carousel-container .swiper-pagination-inner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: rgb(73, 73, 73);
  border-radius: 100%;
  display: inline-block;
  width: 6px;
  height: 6px;
}
@media screen and (min-width: 576px) {
  .carousel-container .swiper-pagination-inner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-container .swiper-pagination-inner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 10px;
    height: 10px;
  }
}
.carousel-container .swiper-pagination-inner .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover, .carousel-container .swiper-pagination-inner .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus-visible {
  opacity: 1;
}
.carousel-container .swiper-prev-inner {
  background-image: url(../img/svg/chevron-left.svg);
  left: 0;
}
.carousel-container .swiper-next-inner {
  background-image: url(../img/svg/chevron-right.svg);
  right: 0;
}
.carousel-container .swiper-prev-inner,
.carousel-container .swiper-next-inner {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 400;
  background-size: auto 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 24px;
}
.carousel-container .swiper-prev-inner.swiper-button-disabled,
.carousel-container .swiper-next-inner.swiper-button-disabled {
  opacity: 0.15;
}

/*=======================================================
Action Container
=======================================================*/
.action-container {
  margin: 4rem 0 1rem 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
.action-container .button {
  width: 100%;
  text-align: center;
  display: block;
  padding: 0.75em 1rem;
  color: rgb(73, 73, 73);
  font-weight: 400;
  border-radius: 0;
  margin: 0.25rem;
}
@media screen and (min-width: 768px) {
  .action-container .button {
    padding: 0.75em 1.5rem;
  }
}
.action-container .button.primary {
  color: #fff;
  border-radius: 0;
  background: rgb(0, 53, 145);
  transition: all 0.1s ease-out;
}
.action-container .button.primary:hover, .action-container .button.primary:focus {
  background: rgb(5, 180, 255);
}

/*=======================================================
Responsive Videos
=======================================================*/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=======================================================
Control Bar
=======================================================*/
.control-bar {
  width: 100%;
  max-width: 530px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.control-bar.top {
  z-index: 10;
  position: fixed;
  padding-top: 40px;
  margin-top: -40px;
}
.control-bar .title {
  color: #cecece;
  margin-bottom: 0px;
}
.control-bar .outer-swiper-prev,
.control-bar .outer-swiper-next {
  width: 48px;
  height: 48px;
  background-size: auto 1.25rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 576px) {
  .control-bar .outer-swiper-prev,
  .control-bar .outer-swiper-next {
    width: 60px;
    height: 60px;
    background-size: auto 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .control-bar .outer-swiper-prev,
  .control-bar .outer-swiper-next {
    width: 80px;
    height: 80px;
    background-size: auto 1.5rem;
  }
}
.control-bar .outer-swiper-prev:hover,
.control-bar .outer-swiper-next:hover {
  cursor: pointer;
}
.control-bar .outer-swiper-prev.swiper-button-disabled,
.control-bar .outer-swiper-next.swiper-button-disabled {
  opacity: 0.15;
}
.control-bar .outer-swiper-prev {
  background-image: url("../img/svg/chevron-left.svg");
}
.control-bar .outer-swiper-next {
  background-image: url("../img/svg/chevron-right.svg");
}

.swiper-pagination-outer .swiper-pagination-bullet {
  margin: 0 0.25rem;
  font-weight: 400;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  color: #000;
  opacity: 1;
  background: #fff;
}
.swiper-pagination-outer .swiper-pagination-bullet-active {
  background: #eaeaea;
}

/*=======================================================
Legal Bar
=======================================================*/
.legal-bar {
  text-align: center;
  padding: 1rem;
}
.legal-bar p, .legal-bar a {
  color: #999;
  font-size: 0.8rem;
}

/*=======================================================
Body no need margin
=======================================================*/
body {
  margin: 0;
}/*# sourceMappingURL=main.css.map */