/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

 figcaption, figure, footer, header, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }


ul {
  margin-top: 0;
  margin-bottom: 1rem; }


ul ul {
  margin-bottom: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }


code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

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

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

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    max-width: 760px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1260px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

 .col-4, .col-6, .col-12, .col, .col-sm-3, .col-sm-6, .col-sm-10, .col-sm-12, .col-md-2, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-9, .col-md-10, .col-md-12, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-8, .col-lg-9, .col-xl-2, .col-xl-4, .col-xl-8, .col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-1 {
  order: 1; }

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .order-lg-2 {
    order: 2; } }

@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
   .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
   .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.collapse:not(.show) {
  display: none; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }


.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.bg-white {
  background-color: #fff !important; }

.d-none {
  display: none !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: flex !important; }

@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; } }

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-flex {
    display: flex !important; } }

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; } }

@media print {
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; } }

.flex-column {
  flex-direction: column !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

@media (min-width: 576px) {
  .justify-content-sm-center {
    justify-content: center !important; } }

@media (min-width: 768px) {
  .justify-content-md-start {
    justify-content: flex-start !important; } }

@media (min-width: 992px) {
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .align-items-lg-center {
    align-items: center !important; } }

.overflow-hidden {
  overflow: hidden !important; }

.position-relative {
  position: relative !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.w-100 {
  width: 100% !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-3 {
  padding-top: 1rem !important; }


.px-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }


.px-3 {
  padding-left: 1rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }


.px-5 {
  padding-left: 3rem !important; }


.mx-auto {
  margin-right: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  
  .py-md-5 {
    padding-top: 3rem !important; }
  
  .py-md-5 {
    padding-bottom: 3rem !important; } }

@media (min-width: 992px) {
  .ml-lg-0 {
    margin-left: 0 !important; }
  
  .py-lg-5 {
    padding-top: 3rem !important; }
  
  .px-lg-5 {
    padding-right: 3rem !important; }
  
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  
  .px-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  
  .px-xl-5 {
    padding-right: 3rem !important; }
  
  .px-xl-5 {
    padding-left: 3rem !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-muted {
  color: #6c757d !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; } }

/*     brand Colors              */
/*      light colors         */
/*!

 =========================================================
 * vendor/now UI Kit Pro - v1.3.1
 =========================================================

 * Product Page: https://www.creative-tim.com/product/vendor/now-ui-kit-pro
 * Copyright 2019 Creative Tim (http://www.creative-tim.com)

 * Designed by www.invisionapp.com Coded by www.creative-tim.com

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 */
/*     brand Colors              */
/*      light colors         */
/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 * http://www.apache.org/licenses/LICENSE-2.0
 */

/*! nouislider - 13.1.4 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

/* Wrapper for all connect elements.
 */

/* Offset direction
 */

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

/* Slider size and handle placement;
 */

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

/* Handles and cursors;
 */

.noUi-active {
  -webkit-transform: scale3d(1.5, 1.5, 1);
  -moz-transform: scale3d(1.5, 1.5, 1);
  -ms-transform: scale3d(1.5, 1.5, 1);
  -o-transform: scale3d(1.5, 1.5, 1);
  transform: scale3d(1.5, 1.5, 1); }

/* Handle stripes;
 */

/* Disabled state;
 */

/* Base;
 *
 */

/* Values;
 *
 */

/* Markings;
 *
 */

/* Horizontal layout;
 *
 */

/* Vertical layout;
 *
 */

/*!
 * Bootstrap-select v1.13.1 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

/*# sourceMappingURL=bootstrap-select.css.map */
/*
 * bootstrap-tagsinput v0.8.0
 *
 */

/*           badges             */

.pagination .page-item .page-link {
  border: 0;
  border-radius: 30px !important;
  transition: all .3s;
  padding: 0px 11px;
  margin: 0 3px;
  min-width: 30px;
  text-align: center;
  box-shadow: none;
  height: 30px;
  line-height: 30px;
  color: #1a1a1a;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  background: transparent; }
  .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    color: #1a1a1a;
    background-color: rgba(222, 222, 222, 0.3);
    border: none; }

.pagination .page-item.active > .page-link {
  color: #e3e3e3;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2); }
  .pagination .page-item.active > .page-link, .pagination .page-item.active > .page-link:focus, .pagination .page-item.active > .page-link:hover {
    background-color: #888888;
    border-color: #888888;
    color: #ffffff; }

button,
input {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

a {
  color: #443254; }
  a:hover, a:focus {
    color: #443254; }

h1, .h1 {
  font-size: 3.5em;
  line-height: 1.15;
  margin-bottom: 30px; }

h2, .h2 {
  font-size: 2.5em;
  margin-bottom: 30px; }

h3, .h3 {
  font-size: 1.825em;
  margin-bottom: 30px;
  line-height: 1.4em; }

h4, .h4 {
  font-size: 1.5em;
  line-height: 1.45em;
  margin-top: 30px;
  margin-bottom: 15px; }
  h4 + .category,
  h4.title + .category, .h4 + .category,
  .h4.title + .category {
    margin-top: -5px; }

h5, .h5 {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 15px; }
  h5.category, .h5.category {
    font-weight: 400; }

h6, .h6 {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase; }

p {
  line-height: 1.61em;
  font-weight: 300;
  font-size: 1.2em; }

.title {
  font-weight: 700;
  padding-top: 30px; }
  .title + .category {
    margin-top: -25px; }

.description,
.card-description,
.footer-big p {
  color: #6c757d;
  font-weight: 300; }

.category {
  text-transform: capitalize;
  font-weight: 700;
  color: #6c757d; }

.text-primary {
  color: #e890a7 !important; }

.blockquote {
  border-left: none;
  border: 1px solid #888888;
  padding: 20px;
  font-size: 1.1rem;
  line-height: 1.8; }
  .blockquote small {
    color: #888888;
    font-size: 0.8571em;
    text-transform: uppercase; }
  .blockquote.blockquote-primary {
    border-color: #443254;
    color: #443254; }
    .blockquote.blockquote-primary small {
      color: #443254; }
  .blockquote.blockquote-danger {
    border-color: #ff3636;
    color: #ff3636; }
    .blockquote.blockquote-danger small {
      color: #ff3636; }
  .blockquote.blockquote-white {
    border-color: rgba(255, 255, 255, 0.8);
    color: #ffffff; }
    .blockquote.blockquote-white small {
      color: rgba(255, 255, 255, 0.8); }

body {
  color: #1a1a1a;
  font-size: 14px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.main {
  position: relative;
  background: #ffffff; }

/* Animations */

.nav-item .nav-link,
.navbar {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s; }

.card a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s; }


[data-toggle="collapse"][data-parent="#accordion"] i {
  -webkit-transition: transform 150ms ease 0s;
  -moz-transition: transform 150ms ease 0s;
  -o-transition: transform 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: transform 150ms ease 0s; }


[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.btn,
.navbar .navbar-nav > a.btn {
  border-width: 2px;
  font-weight: 400;
  font-size: 0.8571em;
  line-height: 1.35em;
  margin: 10px 1px;
  border: none;
  border-radius: 0.1875rem;
  padding: 11px 22px;
  cursor: pointer;
  background-color: #888888;
  color: #ffffff; }
  .btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:active:hover, .btn.active:hover,
  .navbar .navbar-nav > a.btn:hover,
  .navbar .navbar-nav > a.btn:focus,
  .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled):active,
  .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled).active,
  .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled):active:focus,
  .navbar .navbar-nav > a.btn:not(:disabled):not(.disabled).active:focus,
  .navbar .navbar-nav > a.btn:active:hover,
  .navbar .navbar-nav > a.btn.active:hover {
    background-color: #979797;
    color: #ffffff;
    box-shadow: none; }
  .btn:hover,
  .navbar .navbar-nav > a.btn:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17); }
   .btn:disabled, .btn:disabled:hover, .btn:disabled:focus, .btn:disabled:active, .btn:disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, .btn[disabled].active,
  .navbar .navbar-nav > a.btn:disabled,
  .navbar .navbar-nav > a.btn:disabled:hover,
  .navbar .navbar-nav > a.btn:disabled:focus,
  .navbar .navbar-nav > a.btn:disabled:active,
  .navbar .navbar-nav > a.btn:disabled.active,
  .navbar .navbar-nav > a.btn[disabled],
  .navbar .navbar-nav > a.btn[disabled]:hover,
  .navbar .navbar-nav > a.btn[disabled]:focus,
  .navbar .navbar-nav > a.btn[disabled]:active,
  .navbar .navbar-nav > a.btn[disabled].active {
    background-color: #888888;
    border-color: #888888; }
  .btn:hover, .btn:focus,
  .navbar .navbar-nav > a.btn:hover,
  .navbar .navbar-nav > a.btn:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    outline: 0 !important; }
  .btn:active, .btn.active,
  .open > .btn.dropdown-toggle,
  .navbar .navbar-nav > a.btn:active,
  .navbar .navbar-nav > a.btn.active,
  .open >
  .navbar .navbar-nav > a.btn.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important; }

.btn-primary {
  background-color: #443254;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:active:hover, .btn-primary.active:hover {
    background-color: #543d67;
    color: #ffffff;
    box-shadow: none; }
  .btn-primary:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17); }
   .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled:active, .btn-primary:disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active {
    background-color: #443254;
    border-color: #443254; }

.btn-neutral {
  background-color: #ffffff;
  color: #443254; }
  .btn-neutral:hover, .btn-neutral:focus, .btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active, .btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral:not(:disabled):not(.disabled).active:focus, .btn-neutral:active:hover, .btn-neutral.active:hover {
    background-color: #ffffff;
    color: #ffffff;
    box-shadow: none; }
  .btn-neutral:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17); }
   .btn-neutral:disabled, .btn-neutral:disabled:hover, .btn-neutral:disabled:focus, .btn-neutral:disabled:active, .btn-neutral:disabled.active, .btn-neutral[disabled], .btn-neutral[disabled]:hover, .btn-neutral[disabled]:focus, .btn-neutral[disabled]:active, .btn-neutral[disabled].active {
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-neutral.btn-primary {
    color: #443254; }
    .btn-neutral.btn-primary:hover, .btn-neutral.btn-primary:focus, .btn-neutral.btn-primary:active {
      color: #543d67 !important; }
  .btn-neutral:hover, .btn-neutral:focus, .btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active, .btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral:not(:disabled):not(.disabled).active:focus, .btn-neutral:active:hover, .btn-neutral.active:hover {
    background-color: #ffffff;
    color: #543d67;
    box-shadow: none; }
  .btn-neutral:hover, .btn-neutral:focus {
    color: #543d67 !important; }
    .btn-neutral:hover:not(.nav-link), .btn-neutral:focus:not(.nav-link) {
      box-shadow: none; }

[class*="btn-outline-"] {
  border: 1px solid;
  padding: 10px 22px;
  background-color: transparent; }

 [class*="btn-outline-"]:disabled, [class*="btn-outline-"]:disabled:hover, [class*="btn-outline-"]:disabled:focus, [class*="btn-outline-"]:disabled:active, [class*="btn-outline-"]:disabled.active, [class*="btn-outline-"][disabled], [class*="btn-outline-"][disabled]:hover, [class*="btn-outline-"][disabled]:focus, [class*="btn-outline-"][disabled]:active, [class*="btn-outline-"][disabled].active {
  background-color: transparent; }

.btn-lg {
  font-size: 1rem;
  border-radius: 0.25rem;
  padding: 15px 48px; }
  .btn-lg[class*="btn-outline-"] {
    padding: 14px 47px; }
  .open .form-control {
    border-radius: 0.25rem 0.25rem 0 0;
    border-bottom-color: transparent; }

.navbar {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  min-height: 53px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
  .navbar a {
    vertical-align: middle; }
    .navbar a:not(.btn):not(.dropdown-item) {
      color: #ffffff; }
  .navbar p {
    display: inline-block;
    margin: 0;
    line-height: 21px;
    font-weight: inherit;
    font-size: inherit; }
  .navbar .navbar-nav .nav-link.btn {
    padding: 11px 22px; }
    .navbar .navbar-nav .nav-link.btn.btn-lg {
      padding: 15px 48px; }
  .navbar .navbar-nav .nav-link:not(.btn) {
    text-transform: uppercase;
    font-size: 0.7142em;
    padding: 0.5rem 0.7rem;
    line-height: 1.625rem; }
  .navbar .navbar-nav .nav-item.active .nav-link:not(.btn),
  .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
  .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
  .navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.1875rem; }
  .navbar .navbar-brand {
    text-transform: uppercase;
    font-size: 0.8571em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.625rem; }
  .navbar .navbar-toggler {
    width: 37px;
    height: 27px;
    outline: 0;
    cursor: pointer; }
    .navbar .navbar-toggler .navbar-toggler-bar.middle-bar {
      width: 17px;
      transition: width .2s linear; }
    .navbar .navbar-toggler:hover .navbar-toggler-bar.middle-bar {
      width: 22px; }
  .navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item):not(.btn) {
    color: #888888; }
  .navbar.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn),
  .navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):focus,
  .navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):hover,
  .navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):active {
    background-color: rgba(222, 222, 222, 0.3); }

.bg-white {
  background-color: #ffffff !important; }

.navbar p {
  line-height: 1.8em;
  font-size: 1em;
  font-weight: 400; }

.navbar .navbar-toggler {
  vertical-align: middle; }

img {
  max-width: 100%;
  border-radius: 1px; }

.img-raised {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3); }

.icon.icon-primary {
  color: #e890a7; }

.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel .carousel-inner {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0.1875rem; }

.carousel .card {
  max-width: 650px;
  margin: 60px auto;
  display: block; }

.footer {
  padding: 1.125rem 0;
  text-align: center; }
  .footer nav {
    display: inline-block;
    float: left; }
  .footer .content {
    text-align: left; }
  .footer .nav-link {
    display: inline; }
  .footer.footer-big {
    padding: 30px 0; }
  .footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none; }
    .footer ul:not(.links-vertical) {
      line-height: 3.1; }
    .footer ul.links-vertical {
      line-height: 1.6; }
      .footer ul.links-vertical li {
        display: block;
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 0px; }
        .footer ul.links-vertical li a {
          padding: 5px;
          display: block; }
    .footer ul li {
      display: inline-block; }
      .footer ul li a {
        color: inherit;
        padding: 13px 0.5rem;
        font-size: 0.8571em;
        text-transform: uppercase;
        text-decoration: none; }
        .footer ul li a:hover {
          text-decoration: none; }
  .footer .copyright {
    font-size: 0.8571em;
    line-height: 3.5; }
  .footer:after {
    display: table;
    clear: both;
    content: " "; }

.card {
  border: 0;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2); }
  .card[data-background-color="orange"] {
    background-color: #443254; }
  .card[data-background-color="red"] {
    background-color: #ff3636; }
  .card[data-background-color="yellow"] {
    background-color: #ffb236; }
  .card[data-background-color="blue"] {
    background-color: #2ca8ff; }
  .card[data-background-color="green"] {
    background-color: #15b60d; }

.card a[data-toggle='collapse'] {
  text-decoration: none; }

.card a:not(.btn):not(.nav-link):not([data-toggle='collapse']):not(.footer-link) {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color: #444; }
  .card a:not(.btn):not(.nav-link):not([data-toggle='collapse']):not(.footer-link):hover, .card a:not(.btn):not(.nav-link):not([data-toggle='collapse']):not(.footer-link):focus {
    border-color: #444; }

.card .card-title {
  margin-top: 15px;
  line-height: 1.25em; }

.card-plain {
  background: transparent;
  box-shadow: none; }
  .card-plain .card-body {
    padding-left: 5px;
    padding-right: 5px; }

.card-pricing {
  text-align: center; }
  .card-pricing .card-title {
    margin-top: 30px; }
  .card-pricing .icon {
    padding: 10px 0 0px; }
    .card-pricing .icon i {
      font-size: 30px;
      line-height: 2.7;
      max-width: 80px;
      color: #888888;
      width: 80px;
      height: 80px;
      margin: 0 auto;
      border-radius: 50%;
      box-shadow: 0px 9px 35px -6px rgba(0, 0, 0, 0.3);
      background-color: #ffffff;
      position: relative; }
    .card-pricing .icon.icon-primary i {
      box-shadow: 0px 9px 30px -6px #443254;
      color: #443254; }
  .card-pricing ul {
    list-style: none;
    padding: 0;
    max-width: 240px;
    margin: 10px auto; }
    .card-pricing ul li {
      color: #888888;
      text-align: center;
      padding: 12px 0;
      border-bottom: 1px solid rgba(136, 136, 136, 0.3); }
      .card-pricing ul li:last-child {
        border: 0; }
      .card-pricing ul li b {
        color: #1a1a1a; }
      .card-pricing ul li i {
        top: 3px;
        right: 3px;
        position: relative;
        font-size: 20px; }

.card-profile {
  margin-top: 60px;
  text-align: center; }
  .card-profile .card-body .card-title {
    margin-top: 0; }
  .card-profile [class*=col-] .card-description {
    margin-bottom: 0; }
  .card-profile .card-avatar {
    max-width: 130px;
    max-height: 130px;
    margin: -60px auto 0; }
    .card-profile .card-avatar img {
      border-radius: 50% !important; }
    .card-profile .card-avatar + .card-body {
      margin-top: 15px; }
  .card-plain.card-profile .card-avatar {
    margin-top: 0; }
  .card-profile .card-body .card-avatar {
    margin: 0 auto 30px; }

.section {
  padding: 70px 0;
  position: relative;
  background: #ffffff; }
  .section .row + .category {
    margin-top: 15px; }

[data-background-color="orange"] {
  background-color: #e95e38; }

[data-background-color="black"] {
  background-color: #1a1a1a; }

[data-background-color]:not([data-background-color="gray"]) {
  color: #ffffff; }
  [data-background-color]:not([data-background-color="gray"]) .title,
  [data-background-color]:not([data-background-color="gray"]) p,
  [data-background-color]:not([data-background-color="gray"]) p.blockquote,
  [data-background-color]:not([data-background-color="gray"]) p.blockquote small {
    color: #ffffff; }
  [data-background-color]:not([data-background-color="gray"]) .navbar.bg-white p {
    color: #888888; }
  [data-background-color]:not([data-background-color="gray"]) h1, [data-background-color]:not([data-background-color="gray"]) h2, [data-background-color]:not([data-background-color="gray"]) h3, [data-background-color]:not([data-background-color="gray"]) h4, [data-background-color]:not([data-background-color="gray"]) h5, [data-background-color]:not([data-background-color="gray"]) h6, [data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
    color: #ffffff; }
  [data-background-color]:not([data-background-color="gray"]) .description {
    color: rgba(255, 255, 255, 0.8); }
  [data-background-color]:not([data-background-color="gray"]) p.blockquote {
    border-color: rgba(255, 255, 255, 0.2); }
  [data-background-color]:not([data-background-color="gray"]) .btn[class*="btn-outline-"] {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff; }
    [data-background-color]:not([data-background-color="gray"]) .btn[class*="btn-outline-"]:hover, [data-background-color]:not([data-background-color="gray"]) .btn[class*="btn-outline-"]:focus, [data-background-color]:not([data-background-color="gray"]) .btn[class*="btn-outline-"]:not(:disabled):not(.disabled):active, [data-background-color]:not([data-background-color="gray"]) .btn[class*="btn-outline-"]:not(:disabled):not(.disabled).active, [data-background-color]:not([data-background-color="gray"]) .btn[class*="btn-outline-"]:not(:disabled):not(.disabled):active:focus, [data-background-color]:not([data-background-color="gray"]) .btn[class*="btn-outline-"]:not(:disabled):not(.disabled).active:focus, [data-background-color]:not([data-background-color="gray"]) .btn[class*="btn-outline-"]:active:hover, [data-background-color]:not([data-background-color="gray"]) .btn[class*="btn-outline-"].active:hover {
      background-color: transparent;
      border-color: #ffffff;
      color: #ffffff; }

[data-background-color="gray"] {
  background-color: #eeeeee; }

[data-background-color]:not([data-background-color="gray"]) .card:not(.card-plain) .category,
[data-background-color]:not([data-background-color="gray"]) .card:not(.card-plain) .card-description,
[data-background-color]:not([data-background-color="gray"]) .card:not(.card-plain) .category,
[data-background-color]:not([data-background-color="gray"]) .card:not(.card-plain) .category {
  color: #6c757d; }

[data-background-color]:not([data-background-color="gray"]) .card:not(.card-plain) .card-title,
[data-background-color]:not([data-background-color="gray"]) .card:not(.card-plain) .card-title {
  color: initial; }

[data-background-color]:not([data-background-color="gray"]) .carousel .carousel-inner {
  box-shadow: none; }

[data-background-color]:not([data-background-color="gray"]) h1, [data-background-color]:not([data-background-color="gray"]) h2, [data-background-color]:not([data-background-color="gray"]) h3, [data-background-color]:not([data-background-color="gray"]) h4, [data-background-color]:not([data-background-color="gray"]) h5, [data-background-color]:not([data-background-color="gray"]) h6,
[data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item):not(.card-link),
[data-background-color]:not([data-background-color="gray"]).card-pricing ul li,
[data-background-color]:not([data-background-color="gray"]) .card-pricing.card-plain ul li {
  color: #ffffff; }

[data-background-color]:not([data-background-color="gray"]).card a:not(.btn):not(.dropdown-item) {
  color: #ffffff; }
  [data-background-color]:not([data-background-color="gray"]).card a:not(.btn):not(.dropdown-item):hover, [data-background-color]:not([data-background-color="gray"]).card a:not(.btn):not(.dropdown-item):focus {
    border-color: #ffffff; }


[data-background-color]:not([data-background-color="gray"]).card-pricing .icon i,
[data-background-color]:not([data-background-color="gray"]).card-pricing ul li {
  border-color: rgba(255, 255, 255, 0.2); }


[data-background-color]:not([data-background-color="gray"]).card-plain .category,
[data-background-color]:not([data-background-color="gray"]) .card-plain .category {
  color: rgba(255, 255, 255, 0.5); }

[data-background-color]:not([data-background-color="gray"]).card-pricing ul li i,
[data-background-color]:not([data-background-color="gray"]).card-pricing ul li b,
[data-background-color]:not([data-background-color="gray"]) .card-pricing.card-plain ul li b,
[data-background-color]:not([data-background-color="gray"]) .card-pricing.card-plain ul li i {
  color: rgba(255, 255, 255, 0.8) !important; }

[class*="features-"],
[class*="team-"],
[class*="projects-"],
[class*="pricing-"],
[class*="testimonials-"],
[class*="contactus-"] {
  padding: 80px 0; }

[class*="blogs-"] {
  padding: 50px 0; }

@media screen and (max-width: 576px) {
  .navbar-collapse {
    position: fixed;
    display: block !important;
    top: 0;
    height: 100% !important;
    width: 300px;
    right: 0;
    z-index: 1032;
    visibility: visible;
    background-color: #999;
    overflow-y: visible;
    border-top: none;
    text-align: left;
    max-height: none !important;
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1); }
    .navbar-collapse:before {
      background: #e890a7;
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(#e890a7 0%, #000 80%);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(#e890a7 0%, #000 80%);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(#e890a7 0%, #000 80%);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(#e890a7 0%, #000 80%);
      /* Standard syntax (must be last) */
      opacity: 0.76;
      filter: alpha(opacity=76);
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1; }
    .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
      margin: 0 1rem;
      margin-top: 0.3125rem; }
      .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
        color: #ffffff !important; }
  .navbar .navbar-nav {
    margin-top: 53px;
    position: relative;
    max-height: calc(100vh - 75px);
    min-height: 100%;
    overflow: auto; }
  .navbar .navbar-translate {
    width: 100%;
    position: relative;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1); }
  .navbar .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #f2f2f2; }
    .navbar .navbar-toggler-bar + .navbar-toggler-bar {
      margin-top: 7px; }
  .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
    background: #888888; }
  .top-bar {
    transform: rotate(0); }
  .middle-bar {
    opacity: 1; }
  .bottom-bar {
    transform: rotate(0); }
  .top-bar,
  .middle-bar,
  .bottom-bar {
    transition: all 0.2s; }
  .toggled .top-bar {
    transform: rotate(45deg);
    transform-origin: 0%; }
  .toggled .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0%; }
  .toggled .middle-bar {
    opacity: 0; }
  [class*="navbar-expand-"] .navbar-collapse {
    width: 300px; }
  [class*="navbar-toggleable-"] .navbar-collapse {
    width: 300px; }
  .footer .copyright {
    text-align: right; }
  .nav-open .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  .nav-open .wrapper {
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
    -o-transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0); }
  .nav-open .navbar-translate {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  .nav-open .menu-on-left .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  .nav-open .menu-on-left .navbar-translate {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  .nav-open .menu-on-left .wrapper {
    -webkit-transform: translate3d(150px, 0, 0);
    -moz-transform: translate3d(150px, 0, 0);
    -o-transform: translate3d(150px, 0, 0);
    -ms-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0); }
  .nav-open .menu-on-left #bodyClick {
    right: auto;
    left: 300px; } }

@media screen and (min-width: 577px) {
  .navbar-nav .nav-link.btn:not(.btn-sm) {
    margin: 0; }
  .navbar-nav .nav-item:not(:last-child) {
    margin-right: 5px; }
  .navbar-collapse:not(.has-image) {
    background: transparent !important; }
  .nav-open .burger-menu.menu-on-left .navbar .navbar-translate {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  .nav-open .burger-menu .navbar .navbar-translate {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  .nav-open .burger-menu.menu-on-left .navbar-collapse,
  .nav-open .burger-menu .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  .nav-open .burger-menu.menu-on-left #bodyClick {
    right: auto;
    left: 300px; }
  .footer:not(.footer-big) .copyright {
    float: right; } }

@media screen and (min-width: 768px) {
  .image-container.image-right {
    top: 80px;
    margin-left: -100px;
    margin-bottom: 130px; }
  .image-container.image-left {
    margin-right: -100px; } }

@media screen and (max-width: 768px) {
  .image-container.image-left {
    margin-bottom: 260px; }
    .image-container.image-left p.blockquote {
      margin: 0 auto;
      position: relative;
      right: 0; } }

@media screen and (max-width: 576px) {
  .navbar[class*='navbar-toggleable-'] .container {
    margin-left: 0;
    margin-right: 0; }
  .footer .copyright {
    text-align: center; } }

@media screen and (max-width: 768px) {
  .footer nav {
    display: block;
    float: none; } }

.mcp-navbar.navbar {
  box-shadow: none;
  color: #1a1a1a;
  padding: 20px 0.5rem;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s linear; }
  .mcp-navbar.navbar .nav-item a {
    color: #1a1a1a;
    font-weight: 600; }
  .mcp-navbar.navbar .nav-item a.nav-link:not(.btn):hover {
    background-color: rgba(58, 54, 81, 0.2); }
  .mcp-navbar.navbar .nav-item a.nav-link:not(.btn).active {
    background-color: rgba(58, 54, 81, 0.2); }
  @media (min-width: 768px) {
    .mcp-navbar.navbar {
      padding: 20px 0; } }
  .mcp-navbar.navbar.mark {
    box-shadow: 2px 2px 2px rgba(103, 81, 115, 0.1); }
  .mcp-navbar.navbar.light {
    background-color: rgba(255, 255, 255, 0.8); }

.mcp-navbar .navbar-toggler-bar {
  background-color: #3a3651; }

.mcp-navbar.scroll {
  background-color: rgba(255, 255, 255, 0.9); }
  .mcp-navbar.scroll .nav-item a {
    color: #1a1a1a;
    font-weight: 600; }

@media screen and (max-width: 576px) {
  [class*="navbar-expand-"] .navbar-collapse {
    width: 300px; } }

@media screen and (max-width: 576px) {
  .navbar-collapse:before {
    background: #f2f2f2;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
    color: #1a1a1a !important;
    text-transform: none;
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    text-align: center; } }

.cta-container {
  position: relative;
  padding: 8rem 0 2rem 0;
  overflow: hidden; }
  @media (min-width: 834px) {
    .cta-container {
      padding: 8rem 0 20rem 0; } }
  .cta-container .bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: cover; }
    .cta-container .bg-image:before {
      background: rgba(255, 255, 255, 0.7);
      display: block;
      height: 100%;
      width: 100%;
      content: " ";
      position: absolute; }

.cta-section {
  padding: 1rem; }

.cta {
  margin: 3rem auto; }

a.cta-link {
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(to bottom, #a089ab, #675173 159%);
  font-size: 1rem;
  padding-left: 4rem;
  padding-right: 4rem; }
  a.cta-link:hover {
    background: linear-gradient(to bottom, #675173, #a089ab 159%); }

h3.homepage-flavour {
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 3rem; }

h1.homepage-title {
  font-weight: bold;
  font-size: 2rem;
  text-align: center; }

.cta-buttons {
  display: flex;
  justify-content: center; }

.apple-link {
  display: flex;
  justify-content: center;
  margin-top: 1em; }

@media (min-width: 576px) {
  h3.homepage-flavour {
    font-size: 1.125rem;
    padding: 0 6rem;
    text-align: center;
    margin-bottom: 1rem; }
  h1.homepage-title {
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center; }
  a.cta-link {
    width: 49%; } }

@media (min-width: 834px) {
  .cta-section {
    padding-right: 2rem;
    padding-left: 0; }
  h1.homepage-title {
    text-align: left; }
  .cta-buttons {
    display: flex;
    justify-content: start; }
  a.cta-link {
    width: auto; }
  .apple-link {
    display: flex;
    justify-content: start; }
  h3.homepage-flavour {
    font-size: 1.125rem;
    text-align: left;
    padding: 0; } }

.footer.footer-big {
  padding-bottom: 6rem; }

.footer h5 {
  font-weight: 600;
  font-size: 0.8571em; }

.footer ul li a {
  font-size: 0.7142em; }

.footer ul.links-vertical li {
  margin-left: 0; }

.footer ul.links-vertical li a {
  padding: 0.2rem 0; }

.footer .support {
  margin-top: 2rem; }
  .footer .support p {
    font-size: 0.7rem;
    margin-bottom: 0; }
  .footer .support h5 {
    margin-bottom: 0; }

.footer .social-media {
  margin-top: 2rem; }

.footer p.copyright {
  margin-top: 2rem;
  font-size: 0.6rem;
  text-align: center; }

@media (min-width: 576px) {
  .footer .content {
    padding: 0 2rem; }
  .footer .support {
    margin-top: 0; }
    .footer .support h5 {
      margin-bottom: 1rem; }
  .footer .social-media {
    margin-top: 0; } }

@media (min-width: 834px) {
  .footer.footer-big {
    padding-bottom: 0; }
  .footer p.copyright {
    margin-top: 2rem;
    margin-bottom: 0; }
  .footer h5 {
    font-size: 1.13rem; }
  .footer ul li a {
    font-size: 0.75rem; }
  .footer ul.links-vertical li a {
    padding: 0.3rem 0; } }

@media (min-width: 1200px) {
  .footer .support {
    display: flex;
    justify-content: end; }
  .footer .social-media {
    display: flex;
    justify-content: start; } }

.actions {
  position: relative;
  z-index: 5;
  /*https://css-tricks.com/fluid-width-video/*/ }
  .actions .background-container {
    background: #675274;
    background: linear-gradient(90deg, #675274 0%, #9780a2 100%);
    background-repeat: repeat-y; }
    @media (min-width: 768px) {
      .actions .background-container {
        padding: 10rem 0; } }
  .actions .carousel {
    padding-bottom: 2rem; }
    .actions .carousel .carousel-inner {
      box-shadow: none;
      border: none; }
    .actions .carousel a.carousel-control-prev {
      bottom: 0;
      margin-bottom: 1rem;
      top: auto;
      position: relative;
      width: auto; }
    .actions .carousel a.carousel-control-next {
      bottom: 0;
      margin-bottom: 1rem;
      top: auto;
      position: relative;
      width: auto; }
    .actions .carousel .carousel-controls {
      position: relative;
      display: flex;
      align-content: baseline;
      justify-content: center;
      margin-top: 2rem; }
    .actions .carousel .carousel-control-prev-icon,
    .actions .carousel .carousel-control-next-icon {
      width: 1rem;
      height: 1rem; }
    .actions .carousel .carousel-indicators {
      margin-right: 1rem;
      margin-left: 1rem;
      position: relative; }
      .actions .carousel .carousel-indicators li {
        border-radius: 50%;
        border: 1px solid #fff;
        height: 1rem;
        width: 1rem;
        background-color: rgba(0, 0, 0, 0); }
        .actions .carousel .carousel-indicators li.active {
          background-color: #fff; }
  .actions .stack .action p {
    font-size: 1.5rem; }
  .actions .stack .action.i-1 {
    position: relative;
    background-image: url("../img/home/wavy-bg-solid.e23d1c6213fd.svg");
    background-size: cover;
    background-position: top;
    margin-top: -3.5rem; }
  .actions .stack .action.i-2 {
    background-image: url("../img/home/pattern.d56fa59e254e.png");
    background-repeat: repeat; }
    .actions .stack .action.i-2 p,
    .actions .stack .action.i-2 h2,
    .actions .stack .action.i-2 h3 {
      color: #1a1a1a; }
  .actions .stack .action.i-3 {
    background-image: url("../img/home/wavy-bg-solid-pink.e1ee0ff663d6.svg");
    background-size: cover;
    margin-top: -3.5rem; }
  .actions .home-section-title {
    color: #ffffff;
    font-size: 1.82rem;
    font-weight: 700;
    text-align: center;
    margin-top: 3.2rem;
    padding: 0 5%; }
  .actions .action-container {
    overflow: hidden;
    position: relative;
    padding: 2rem 0; }
    .actions .action-container.alternate h2.home-section-title {
      font-size: 2rem;
      margin-top: 1rem;
      padding: 0; }
      @media (max-width: 833.98px) {
        .actions .action-container.alternate h2.home-section-title {
          margin-top: 2rem; } }
    .actions .action-container.alternate .action-text {
      color: #ffffff;
      line-height: 1.5;
      font-size: 1rem;
      padding: 0; }
  .actions .action-text {
    color: #ffffff;
    padding: 0 5%;
    line-height: 1.5;
    font-size: 0.8rem;
    text-align: center; }
   .actions .tablet-portrait, .actions .tablet-landscape {
    position: relative;
    border: 10px solid #1a1a1a;
    border-radius: 1rem;
    background-color: white;
    overflow: hidden;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2); }
  .actions .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 4; }
    .actions .play-icon svg {
      max-width: 4rem;
      fill: #443254;
      transition: all 0.5s;
      width: 4rem; }
    .actions .play-icon:hover svg:active, .actions .play-icon:focus svg:active {
      fill: #2ca8ff;
      max-width: 6rem;
      width: 6rem; }
    .actions .play-icon.hidden {
      background: rgba(0, 0, 0, 0); }
      .actions .play-icon.hidden svg {
        display: none; }
  .actions .tablet-portrait {
    position: relative;
    width: 240px;
    height: 100%; }
    .actions .tablet-portrait.alternate {
      width: 100%;
      height: 100%; }
  .actions .tablet-landscape {
    position: relative;
    width: 305px;
    height: 222px; }
  .actions .video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    height: auto; }
  .actions video {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  @media (min-width: 768px) {
    .actions .action-text {
      font-size: 1.125rem;
      margin-top: 1rem; }
    .actions .home-section-title {
      font-size: 2.75rem;
      margin-top: 3rem; } }
  @media (min-width: 834px) {
    .actions .action-text {
      font-size: 1.125rem;
      text-align: left; }
    .actions .home-section-title {
      text-align: left;
      margin-bottom: 1rem;
      font-size: 3.125rem; }
    .actions .tablet-portrait {
      max-width: 100%;
      max-height: 100%;
      width: 333px;
      height: 464px; }
    .actions .tablet-landscape {
      max-width: 100%;
      max-height: 100%;
      width: 584px;
      height: 424px; } }
  @media (min-width: 768px) {
    .actions .background-container {
      background: #675274;
      background: linear-gradient(90deg, #675274 0%, #9780a2 100%);
      background-repeat: repeat-y; }
    .actions .asset img {
      max-height: 100%;
      text-align: center;
      display: block;
      margin: 0 auto; } }
  .actions .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
  .actions .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.options h2 {
  color: #1a1a1a;
  font-weight: bold;
  text-align: center;
  font-size: 1.82rem; }

.icon svg {
  fill: #444444; }

.nav-link.active .icon svg {
  fill: #ffffff; }

a.nav-link {
  font-size: 1.2rem;
  padding: 1rem 3rem;
  line-height: 1;
  transition: all 0.3s linear;
  border-radius: 15px;
  text-align: center;
  border: 5px solid rgba(0, 0, 0, 0);
  color: #1a1a1a; }
  a.nav-link.active {
    color: white;
    background-color: #e890a7;
    font-weight: bold;
    border: 8px solid #f1bac8; }

.options-titles {
  background-color: rgba(0, 0, 0, 0); }

.option-row {
  padding: 0 1.4rem; }
  .option-row .option-description {
    line-height: 1.5;
    font-size: 1rem;
    margin-bottom: 3rem; }
  .option-row .card-description {
    font-size: 0.84rem; }

@media (min-width: 576px) {
  .options h2 {
    font-size: 2.75rem;
    margin-bottom: 3rem; }
  a.nav-link {
    padding: 1rem 7rem; }
  .option-row {
    padding: 4rem 1.4rem; }
    .option-row .card {
      max-width: 22rem;
      border-radius: 20px;
      transform: rotateZ(2deg); }
    .option-row .option-description {
      text-align: center;
      font-size: 1.25rem; }
    .option-row .card-description {
      font-size: 1.06rem; } }

@media (min-width: 768px) {
  .options-titles {
    background-color: rgba(232, 144, 167, 0.2);
    padding: 0.3rem;
    border-radius: 15px; }
  a.nav-link {
    font-size: 0.8rem;
    padding: 1rem 3rem;
    line-height: 1;
    transition: all 0.3s linear;
    border-radius: 15px;
    text-align: center;
    border: none;
    color: #1a1a1a; }
    a.nav-link.active {
      border: none;
      border-radius: 12px; } }

@media (min-width: 834px) {
  .options h2 {
    font-size: 3.125rem;
    margin-bottom: 3rem; }
  .option-row {
    max-width: 1920px; }
    .option-row .option-description {
      text-align: left;
      margin-bottom: 0; }
  a.nav-link {
    font-size: 1.2rem;
    padding: 1rem 3rem;
    line-height: 1;
    transition: all 0.3s linear;
    border-radius: 5px;
    text-align: center;
    border: none;
    color: #1a1a1a; }
    a.nav-link.active {
      border: none;
      border-radius: 12px; } }

h1 {
  color: #1a1a1a; }

.standard-container {
  margin-top: 8rem; }
  .standard-container .intro {
    margin-top: 2rem; }

.dark-bg.about {
  background-color: #2c2c2c;
  color: #6c757d;
  padding-top: 3rem;
  font-size: 0.625rem;
  padding-bottom: 3rem; }
  .dark-bg.about .row {
    justify-content: center; }
  .dark-bg.about .tagline {
    text-align: center;
    font-weight: bold;
    font-size: 0.625rem;
    padding-bottom: 0;
    margin-bottom: 0.6rem; }
  .dark-bg.about .title {
    color: white;
    text-align: center;
    font-size: 1.75rem;
    padding-top: 0; }
  .dark-bg.about .image-container {
    height: 214px;
    position: relative;
    background-position: center center;
    background-size: cover;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.25rem; }
  .dark-bg.about .image-container.image-right {
    margin-bottom: 1.25rem;
    margin-top: 3.125rem; }
  .dark-bg.about .image-container.image-left {
    margin-bottom: 1.25rem;
    margin-top: 3.125rem; }
  .dark-bg.about .row.first .image-container.image-left {
    margin-top: 0; }
  .dark-bg.about .text-left,
  .dark-bg.about .text-right {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 0.5rem; }
    .dark-bg.about .text-left p,
    .dark-bg.about .text-right p {
      font-size: 0.5rem;
      color: #fff;
      line-height: 1.7;
      font-weight: 300;
      letter-spacing: -0.05px;
      text-align: center; }
    .dark-bg.about .text-left h4,
    .dark-bg.about .text-right h4 {
      color: #443254;
      text-align: center;
      font-weight: bold;
      letter-spacing: -0.05px;
      font-size: 0.4rem;
      margin-bottom: 0.3rem; }
    .dark-bg.about .text-left p > b,
    .dark-bg.about .text-right p > b {
      font-size: 0.6875rem;
      font-weight: 500; }
  @media (min-width: 576px) {
    .dark-bg.about .image-container {
      height: 214px; } }
  @media (min-width: 768px) {
    .dark-bg.about .row {
      margin-bottom: 3.5rem; }
    .dark-bg.about .row.title-row {
      margin-bottom: 4.1875rem; }
    .dark-bg.about .title {
      margin-bottom: 0; }
    .dark-bg.about .text-left p,
    .dark-bg.about .text-right p {
      font-size: 0.625rem;
      color: #fff;
      line-height: 1.74;
      font-weight: 300;
      letter-spacing: -0.05px;
      text-align: left; }
    .dark-bg.about .text-left h4,
    .dark-bg.about .text-right h4 {
      color: #443254;
      text-align: left;
      font-weight: bold;
      letter-spacing: -0.05px;
      font-size: 0.4rem;
      margin-bottom: 0.3rem; }
    .dark-bg.about .text-left p > b,
    .dark-bg.about .text-right p > b {
      font-size: 0.8375rem;
      font-weight: 500; }
    .dark-bg.about .text-left p {
      padding-right: 3rem; }
    .dark-bg.about .text-right {
      margin-left: -3.4rem; }
    .dark-bg.about .image-container.image-right {
      margin-left: -3.4rem;
      top: 0;
      z-index: 2; }
    .dark-bg.about .image-container.image-left {
      z-index: 1;
      margin-right: -3.4rem; }
    .dark-bg.about .row .image-container.image-left {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .dark-bg.about {
      padding-top: 5.5625rem; }
      .dark-bg.about .tagline {
        margin-bottom: 1.76rem;
        font-weight: bold; }
      .dark-bg.about .text-left h4,
      .dark-bg.about .text-right h4 {
        font-size: 0.625rem; }
      .dark-bg.about .text-left p,
      .dark-bg.about .text-right p {
        font-size: 0.77rem;
        letter-spacing: -0.08px;
        line-height: 1.75; }
      .dark-bg.about .text-left p > b,
      .dark-bg.about .text-right p > b {
        font-size: 1.05rem;
        font-weight: 500; }
      .dark-bg.about .text-right {
        margin-left: -2rem; }
      .dark-bg.about .row.title-row {
        margin-bottom: 6.75rem; } }
  @media (min-width: 834px) {
    .dark-bg.about {
      padding-top: 8rem; }
      .dark-bg.about .image-container {
        height: 335px; }
      .dark-bg.about .row.title-row {
        margin-bottom: 8.125rem; }
      .dark-bg.about .title {
        font-size: 2.1875rem; }
      .dark-bg.about .tagline {
        font-size: 0.7875rem; } }

.blog {
  padding-top: 2rem; }
  .blog h1 {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem; }
  .blog p.tagline {
    font-size: 0.5rem;
    color: #6c757d;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5rem; }
  .blog p.post-title {
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 500; }
    .blog p.post-title a {
      color: #1a1a1a; }
  .blog ul.pagination li.page-item.active > .page-link {
    border-color: #443254;
    background-color: #443254; }
  .blog ul.pagination li.page-item .page-link {
    font-size: 0, 875rem; }
  .blog ul.pagination li.page-item .page-link.previous,
  .blog ul.pagination li.page-item .page-link.next {
    font-size: 2rem; }
  .blog .post {
    margin-bottom: 4rem;
    padding: 0 10%; }
    .blog .post .post-intro {
      color: #9a9a9a;
      font-size: 0.85rem; }
      .blog .post .post-intro a {
        color: #6c757d;
        font-weight: bold; }
      .blog .post .post-intro .block-heading {
        color: #9a9a9a;
        font-size: 0.85rem;
        display: inline; }
      .blog .post .post-intro .block-paragraph {
        display: inline; }
      .blog .post .post-intro p {
        color: #9a9a9a;
        font-size: 0.85rem;
        display: inline; }
      .blog .post .post-intro .post-readmore {
        display: inline-block;
        font-size: 0.85rem; }
    .blog .post .post-date {
      color: #6c757d;
      font-size: 0.625rem; }
    .blog .post .post-category {
      color: #6c757d;
      font-size: 0.625rem;
      font-weight: bold; }
    .blog .post ul.post-categories {
      list-style-type: none;
      padding-inline-start: 0;
      margin-bottom: 0; }
      .blog .post ul.post-categories a {
        color: #443254; }
    .blog .post .meta {
      margin-top: 1rem;
      margin-bottom: 1rem; }
  @media (min-width: 576px) {
    .blog h1 {
      font-size: 2.5em; }
    .blog p.tagline {
      font-size: 0.75rem;
      margin-bottom: 2.3rem; }
    .blog .post-date {
      font-size: 0.8rem; }
    .blog .post-category {
      font-size: 0.8rem; }
    .blog p.post-title {
      font-size: 0.92rem; } }
  @media (min-width: 834px) {
    .blog {
      padding-top: 5rem; }
      .blog h1 {
        font-size: 2.5em;
        margin-bottom: 3.8rem; }
      .blog p.tagline {
        font-size: 0.75rem;
        margin-bottom: 2.3rem; }
      .blog p.post-title {
        font-size: 1.2rem; }
      .blog .post {
        padding: 0 3.2%; }
        .blog .post .post-category {
          font-size: 0.8rem; }
        .blog .post .post-date {
          font-size: 0.8rem; } }
.single-post .title-row {
  position: relative;
  min-height: 13rem;
  background-position: center;
  background-size: cover;
  padding: 0 10%; }
  .single-post .title-row::after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3); }
  .single-post .title-row .title {
    z-index: 2; }
  .single-post .title-row h1 {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: center; }
  .single-post .title-row h2 {
    color: #ffffff;
    font-size: 0.85rem;
    margin-bottom: 0;
    text-align: center; }
  .single-post .title-row .social-media-buttons {
    display: none; }

.single-post .single-post-body {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .single-post .single-post-body .block-heading {
    font-size: 1rem;
    margin-bottom: 1rem; }
  .single-post .single-post-body .block-paragraph {
    font-size: 0.84rem;
    line-height: 1.5;
    font-weight: normal; }
    .single-post .single-post-body .block-paragraph p {
      font-weight: normal;
      margin-top: 1rem;
      font-size: 0.84rem;
      line-height: 1.5; }
    .single-post .single-post-body .block-paragraph .box {
      background: #9e83b5;
      padding: 20px;
      border-radius: 5px; }
  .single-post .single-post-body .block-html {
    font-size: 0.84rem;
    line-height: 1.5;
    font-weight: normal; }
    .single-post .single-post-body .block-html p {
      font-weight: normal;
      margin-top: 1rem;
      font-size: 0.84rem;
      line-height: 1.5; }
    .single-post .single-post-body .block-html .box {
      background: #9e83b5;
      padding: 20px;
      border-radius: 5px; }

@media (min-width: 576px) {
  .single-post .title-row {
    min-height: 17rem; }
    .single-post .title-row h1 {
      font-size: 1.75rem;
      margin-bottom: 1.2rem;
      padding: 0 10%;
      line-height: 1.2; }
    .single-post .title-row h2 {
      font-size: 1.1rem; }
  .single-post .single-post-body {
    margin-top: 3rem; }
    .single-post .single-post-body .block-heading {
      font-size: 1.275rem;
      margin-bottom: 1.25rem;
      margin-top: 3rem; }
    .single-post .single-post-body .block-paragraph p {
      font-size: 0.83rem;
      line-height: 1.8;
      margin-bottom: 1.2rem; }
    .single-post .single-post-body .block-html {
      font-size: 0.83rem;
      line-height: 1.8;
      margin-bottom: 1.2rem; }
      .single-post .single-post-body .block-html p {
        font-weight: normal;
        margin-top: 1rem;
        font-size: 0.84rem;
        line-height: 1.5; } }

@media (min-width: 1200px) {
  .single-post .title-row {
    min-height: 38rem;
    margin-bottom: 2rem; }
    .single-post .title-row h1 {
      font-size: 2.2rem;
      padding: 0; }
    .single-post .title-row h2 {
      font-size: 1.32rem; }
    .single-post .title-row .social-media-buttons {
      display: flex;
      z-index: 3;
      position: absolute;
      bottom: -1.8rem;
      justify-content: center; }
      .single-post .title-row .social-media-buttons img:not(:first-child) {
        margin-left: 0.2rem; }
  .single-post .single-post-body {
    margin-top: 5rem; }
    .single-post .single-post-body .block-heading {
      font-size: 1.6rem;
      margin-bottom: 1.25rem;
      margin-top: 3rem; }
    .single-post .single-post-body .block-paragraph {
      font-size: 1rem;
      line-height: 1.8;
      margin-bottom: 1.2rem; }
      .single-post .single-post-body .block-paragraph p {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 1.2rem; } }
.reviews .primary-review-container {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  background: linear-gradient(226.33deg, rgba(160, 137, 171, 0.8) 0%, rgba(103, 81, 115, 0.8) 111.4%); }
  .reviews .primary-review-container .backdrop-filter {
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    filter: blur(5px);
    z-index: -1; }

.reviews h1 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 6rem; }
  @media (max-width: 833.98px) {
    .reviews h1 {
      font-size: 2rem; } }

.reviews .tagline {
  text-align: center;
  color: #ffffff; }

.reviews .primary-review-row {
  justify-content: flex-end; }

.reviews .review-description, .reviews .review-owner, .reviews .extra-reviews .extra-review-owner, .reviews .extra-reviews .extra-review-description {
  font-size: 1.125rem;
  line-height: 1.6875;
  color: #ffffff; }

.reviews .review-owner, .reviews .extra-reviews .extra-review-owner {
  font-size: 1rem;
  font-weight: bold; }

.reviews .review-text, .reviews .extra-reviews .extra-review-text-second, .reviews .extra-reviews .extra-review-text-first {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: bold; }
  @media (max-width: 833.98px) {
    .reviews .review-text, .reviews .extra-reviews .extra-review-text-second, .reviews .extra-reviews .extra-review-text-first {
      margin-top: 4rem;
      font-size: 1.4rem; } }

.reviews .review-balloon {
  max-width: 80%;
  background: rgba(103, 81, 115, 0.3);
  padding: 1rem 2rem;
  border-radius: 19px; }
  @media (max-width: 833.98px) {
    .reviews .review-balloon {
      max-width: 100%; } }

.reviews .mcp-background {
  background-repeat: repeat;
  padding: 2rem; }
  @media (min-width: 768px) {
    .reviews .mcp-background {
      padding: 10rem 0; } }

.reviews .extra-review-image {
  border-radius: 19px; }

.reviews .extra-reviews {
  margin-top: 2rem;
  justify-content: space-between; }
  .reviews .extra-reviews.reverse {
    flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .reviews .extra-reviews {
      margin-top: 10rem;
      flex-direction: row; }
      .reviews .extra-reviews.reverse {
        flex-direction: row; } }
  @media (min-width: 768px) {
    .reviews .extra-reviews {
      margin-top: 8rem; } }
  .reviews .extra-reviews .extra-review-description {
    color: #443254; }
  .reviews .extra-reviews .extra-review-owner {
    color: #443254; }
  .reviews .extra-reviews .extra-review-text-second {
    color: #95c339; }
  .reviews .extra-reviews .extra-review-text-first {
    color: #f99929; }
  @media (min-width: 768px) {
    .reviews .extra-reviews .review-right {
      text-align: right; } }

.pricing .cta-button, .gdpr-container .cta-button {
  font-size: 1rem;
  margin-top: 0;
  font-weight: 600;
  border-radius: 3.96078px;
  background: linear-gradient(226.33deg, #a089ab 0%, #675173 111.4%);
  box-shadow: 1px 0.79216px 3.16863px rgba(0, 0, 0, 0.06);
  padding: 0.6rem 0.3rem;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.6s linear;
  border: none; }
  .pricing .cta-button:hover, .gdpr-container .cta-button:hover {
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2); }

.pricing {
  background-color: #fafafa; }
  .pricing .cta-button {
    width: 80%; }
  .pricing .pricing-cards .card-container {
    margin-bottom: 2rem;
    text-align: center; }
  .pricing .card {
    background: linear-gradient(221.23deg, #a089ab -20.36%, #675173 213.91%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .pricing .row.title-row {
    padding-top: 3.2rem; }
  .pricing .card-plain {
    background: #fff;
    color: #3a3651; }
  .pricing h1.title {
    color: #3a3651;
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 1.875rem;
    padding-top: 0; }
  .pricing .cta-text {
    padding: 0 5%;
    margin-top: 2.5rem; }
    .pricing .cta-text p {
      text-align: center;
      line-height: 1.5;
      font-size: 0.875rem;
      color: #3a3651; }
    .pricing .cta-text p.card-plain {
      color: rgba(255, 255, 255, 0.8); }
    .pricing .cta-text b {
      font-weight: bold; }
  .pricing .card-title {
    color: #2c2c2c; }
  .pricing div.card-title {
    min-height: 50px; }
  .pricing .card-title {
    margin-top: 2.8125rem;
    font-size: 1.6rem; }
    .pricing .card-title p {
      font-size: 0.875rem; }
  .pricing .pricing-cards .card {
    margin-bottom: 0.5rem;
    border-radius: 15px; }
  .pricing .pricing-cards h5 {
    font-size: 1.1375rem;
    color: #9a9a9a;
    margin-bottom: 1.6875rem; }
  .pricing .pricing-cards h5.card-plain {
    color: rgba(255, 255, 255, 0.5); }
  .pricing .pricing-cards .card-pricing ul li {
    font-weight: 500;
    border: none;
    font-size: 0.8rem;
    padding: 0.25rem 0;
    color: #fff; }
  .pricing .pricing-cards .card-pricing.card-plain ul li {
    color: #3a3651;
    font-weight: 500; }
  .pricing .pricing-cards .card-pricing.card-plain {
    transform: scale(1); }
    .pricing .pricing-cards .card-pricing.card-plain h5 {
      color: #3a3651;
      font-weight: lighter; }
    .pricing .pricing-cards .card-pricing.card-plain h3 {
      color: #3a3651; }
  .pricing .pricing-cards .card-pricing {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px; }
    .pricing .pricing-cards .card-pricing h5 {
      color: #fff;
      font-weight: normal; }
    .pricing .pricing-cards .card-pricing h3 {
      color: #fff; }
    .pricing .pricing-cards .card-pricing p.bottom-text {
      color: #fff;
      margin-top: -1rem;
      margin-bottom: -1rem; }
  .pricing .pricing-cards .card-pricing .icon {
    padding: 0; }
  .pricing .pricing-cards .card-pricing ul {
    margin-bottom: 1.875rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .pricing .pricing-cards .card-pricing.card-plain ul {
    border-top: 1px solid rgba(68, 50, 84, 0.1); }
  .pricing .pricing-cards .cta-button-container {
    margin-bottom: 1rem;
    margin-top: 2rem; }
    .pricing .pricing-cards .cta-button-container.more {
      margin-top: 4rem; }
  .pricing .pricing-cards .cta-button {
    font-size: 0.75rem;
    margin-top: 0;
    box-shadow: 0 0.79216px 3.16863px rgba(0, 0, 0, 0.15);
    border-radius: 3.96078px; }
    .pricing .pricing-cards .cta-button.btn-primary {
      background: #fff;
      color: #3a3651; }
  .pricing p.bottom-text {
    color: #3a3651;
    text-align: center;
    font-size: 0.8rem;
    line-height: 2.2;
    margin-top: 2rem;
    font-weight: bold; }
  .pricing .icon {
    font-size: 30px;
    line-height: 2.7;
    max-width: 80px;
    color: #888888;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 9px 35px -6px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pricing .icon img {
      width: 19px;
      height: 19px; }
  .pricing .icon.icon-primary {
    box-shadow: 0 9px 30px -6px #443254;
    color: #443254; }
  @media (min-width: 576px) {
    .pricing .card {
      max-width: 25rem;
      width: 90%; }
    .pricing div.card-title {
      min-height: 33px; }
    .pricing .row.title-row {
      padding-top: 12rem; }
    .pricing h1.title {
      margin-bottom: 1.5rem; }
    .pricing .cta-text {
      margin-top: 0;
      padding: 0 4.2rem; }
      .pricing .cta-text p {
        font-size: 1.05rem; }
    .pricing .pricing-cards .row .col-md-4 {
      padding: 12px 0.8rem; }
    .pricing .pricing-cards h5 {
      font-size: 0.9125rem;
      margin-bottom: 1.3125rem; }
    .pricing .pricing-cards .cta-button {
      width: 100%;
      font-size: 0.8rem; }
    .pricing .pricing-cards h3.card-title {
      font-size: 1.275rem; }
    .pricing .pricing-cards .card-pricing ul li {
      padding: 0.15rem 0; }
    .pricing .pricing-cards .btn {
      margin-bottom: 0; }
    .pricing .pricing-cards .card-body {
      padding: 1.5rem;
      border-radius: 15px; } }
  @media (min-width: 768px) {
    .pricing .card {
      width: 100%; }
    .pricing div.card-title {
      min-height: 33px; }
    .pricing .row.title-row {
      padding-top: 6.25rem; }
    .pricing .cta-text p {
      font-size: 1rem; }
    .pricing .pricing-cards {
      margin-top: 3.8125rem;
      padding-top: 0; }
      .pricing .pricing-cards .row .col-md-4 {
        padding: 12px 1.5rem; }
      .pricing .pricing-cards .cta-button {
        font-size: 0.8rem; } }
  @media (min-width: 834px) {
    .pricing div.card-title {
      min-height: 31px; }
    .pricing .row.title-row {
      padding-top: 10.4375rem; }
    .pricing h1.title {
      font-size: 2.2rem; }
    .pricing .cta-text p {
      font-size: 1.3125rem; }
    .pricing .pricing-cards {
      margin-top: 4.8125rem; }
      .pricing .pricing-cards h5 {
        font-size: 1rem;
        margin-bottom: 1.3125rem; }
      .pricing .pricing-cards .cta-button {
        width: 80%;
        font-size: 0.8rem;
        margin-top: 0; }
      .pricing .pricing-cards h3.card-title {
        font-size: 1.275rem; }
      .pricing .pricing-cards .card-pricing ul li {
        padding: 0.15rem 0; }
      .pricing .pricing-cards .card-pricing ul {
        max-width: none; }
      .pricing .pricing-cards .card-pricing .card-body {
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
  @media (min-width: 1200px) {
    .pricing .card-pricing {
      transform: scale(1.05) translateY(-0.5rem); }
    .pricing div.card-title {
      min-height: 52px; } }

.organisation-pricing {
  background-image: url("../img/review-bg.ade682e084a8.png");
  background-repeat: repeat;
  padding: 8rem 0; }
  .organisation-pricing .container {
    padding: 4rem 2rem;
    border-radius: 23px; }
    .organisation-pricing .container.slider {
      padding: 2rem;
      margin-top: 4rem; }
  .organisation-pricing .main {
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .organisation-pricing .main {
        margin-bottom: 8rem; } }
  .organisation-pricing .title {
    color: #3a3651;
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 1.875rem;
    padding-top: 0; }
  .organisation-pricing .main-image {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .organisation-pricing h3 {
    color: #f99929;
    font-size: 1.75rem;
    font-weight: bold; }
  .organisation-pricing .organisation-benefit {
    margin-top: 4rem; }
    @media (min-width: 768px) {
      .organisation-pricing .organisation-benefit {
        margin-right: 4rem; } }
  @media (min-width: 768px) {
    .organisation-pricing .organisation-benefit-right {
      text-align: right; } }
  .organisation-pricing h3.user-number {
    color: #443254; }
  .organisation-pricing .count-info {
    color: rgba(58, 54, 81, 0.3);
    font-size: 0.875rem; }
  .organisation-pricing .total {
    color: #443254; }
    .organisation-pricing .total .cost {
      font-size: 0.875rem; }
    .organisation-pricing .total .costMonth {
      font-size: 0.7rem; }
  .organisation-pricing .plan {
    color: rgba(58, 54, 81, 0.3);
    border-bottom: 1px solid rgba(58, 54, 81, 0.3);
    text-transform: uppercase;
    font-size: 0.875rem; }
  .organisation-pricing .cta-button {
    font-size: 1rem;
    margin-top: 0;
    font-weight: 600;
    border-radius: 3.96078px;
    background: linear-gradient(226.33deg, #a089ab 0%, #675173 111.4%);
    box-shadow: 1px 0.79216px 3.16863px rgba(0, 0, 0, 0.06);
    padding: 0.6rem 0.3rem;
    color: #ffffff;
    min-width: 16rem;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.6s linear; }
    .organisation-pricing .cta-button:hover {
      box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2); }
  .organisation-pricing input[type="range"] {
    appearance: none;
    background: transparent;
    border: transparent; }
  .organisation-pricing input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #443254;
    border: none;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-top: -0.46rem; }
  .organisation-pricing input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    background: #443254;
    border: none;
    width: 1rem;
    height: 1rem;
    border-radius: 50%; }
  .organisation-pricing input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    cursor: pointer;
    border: none;
    background: #443254;
    outline: none; }
  .organisation-pricing input[type="range"]::-moz-range-track {
    appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #443254;
    border: none; }

.pricing .cta-button, .gdpr-container .cta-button {
  font-size: 1rem;
  margin-top: 0;
  font-weight: 600;
  border-radius: 3.96078px;
  background: linear-gradient(226.33deg, #a089ab 0%, #675173 111.4%);
  box-shadow: 1px 0.79216px 3.16863px rgba(0, 0, 0, 0.06);
  padding: 0.6rem 0.3rem;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.6s linear;
  border: none; }
  .pricing .cta-button:hover, .gdpr-container .cta-button:hover {
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2); }

.gdpr-container {
  z-index: 100;
  width: 100%;
  padding: 1rem 0;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center; }
  .gdpr-container .cta-button {
    width: 100%; }

body {
  background: #f2f2f2; }

main.white {
  background-color: #fff; }

body {
  min-height: 100vh;
  flex: 1; }

.flex-grow {
  flex: 1; }

h2.home-section-title {
  font-size: 1.82rem;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 768px) {
    h2.home-section-title {
      font-size: 2.75rem;
      margin-top: 3rem; } }
  @media (min-width: 834px) {
    h2.home-section-title {
      font-size: 3.125rem; } }

.instagram-button-container {
  margin-bottom: 10rem;
  margin-top: 5rem; }

.instagram-blocks img {
  margin-bottom: 0.8rem;
  display: block;
  text-align: center;
  border-radius: 22px; }
  @media (min-width: 768px) {
    .instagram-blocks img {
      margin-bottom: 2rem;
      border-radius: 45px; } }
  @media (min-width: 834px) {
    .instagram-blocks img {
      border-radius: 30px; } }

@media (min-width: 1200px) {
  .instagram-blocks {
    max-width: calc(100% - 35rem); } }

.as-seen-in {
  background: #fff;
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  position: relative; }
  .as-seen-in .image-container {
    height: 120px; }
  .as-seen-in svg {
    position: absolute;
    top: -5rem;
    left: 0;
    right: 0;
    bottom: auto; }
    @media (min-width: 834px) {
      .as-seen-in svg {
        top: -10rem; } }
  .as-seen-in .row {
    margin-top: -1rem; }
    @media (min-width: 834px) {
      .as-seen-in .row.as-seen-in {
        margin: 0 auto;
        max-width: 80%; } }
  .as-seen-in .col-12:last-child .image-container {
    margin-bottom: 0 !important; }
