@charset "UTF-8";
/*!
Theme Name: AdVis Startup
Theme URI: 
Author: AdVisible
Author URI: http://advisible.com.au/
Description: 
Version: 1.0
Text Domain: advis-startup
*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*!
 * Begin Theme's Stylesheet
 *
 */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@font-face {
  font-family: system;
  font-style: normal;
  src: local(".SFNSText"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
@font-face {
  font-display: swap;
  font-family: "CircularStd-Book";
  font-style: normal;
  src: url("assets/fonts/CircularStd-Book.woff2") format("woff2"), url("assets/fonts/CircularStd-Book.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "CircularStd-Medium";
  font-style: normal;
  src: url("assets/fonts/CircularStd-Medium.woff2") format("woff2"), url("assets/fonts/CircularStd-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "CircularStd-Bold";
  font-style: normal;
  src: url("assets/fonts/CircularStd-Bold.woff2") format("woff2"), url("assets/fonts/CircularStd-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "AkkuratStd-Light";
  font-style: normal;
  src: url("assets/fonts/AkkuratStd-Light.woff2") format("woff2"), url("assets/fonts/AkkuratStd-Light.woff") format("woff");
}
:root {
  --bodyFontBook: system;
  --bodyFontMedium: system;
  --bodyFontBold: system;
  --accentFontLight: system;
  --accentFontBold: system;
}

.fonts-loaded :root {
  --bodyFontBook: "CircularStd-Book", sans-serif;
  --bodyFontMedium: "CircularStd-Book", sans-serif;
  --bodyFontBold: "CircularStd-Bold", sans-serif;
  --accentFontLight: "AkkuratStd-Light", serif;
  --accentFontBold: "Black Han Sans", sans-serif;
}

.fonts-loaded {
  --bodyFontBook: "CircularStd-Book", sans-serif;
  --bodyFontMedium: "CircularStd-Book", sans-serif;
  --bodyFontBold: "CircularStd-Bold", sans-serif;
  --accentFontLight: "AkkuratStd-Light", serif;
  --accentFontBold: "Black Han Sans", sans-serif;
}

.btn {
  background-color: transparent;
  border: 1px solid;
  border-radius: 0.125em;
  color: #1d252c;
  display: inline-block;
  font-size: 1.125em;
  line-height: 1;
  padding: 0.625em 1.25em;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .btn {
    padding: 0.75em 1.875em;
  }
}
@media screen and (min-width: 85.375em) {
  .btn {
    padding-left: 2.1875em;
    padding-right: 2.1875em;
  }
}
.btn:hover {
  border-color: transparent;
  background-color: #1d252c;
  color: #fff;
}
.btn-primary {
  border-color: #ff5b35;
  color: #ff5b35;
}
.btn-primary:hover {
  background-color: #ff5b35;
}
.btn--solid {
  background-color: #cfd2d3;
}
.btn-icon-only {
  background: transparent;
  border: none;
  font-size: 1.25em;
  padding: 0;
}
.btn-icon-only .icon {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-icon-only:hover {
  background: transparent;
}
.btn-icon-only:hover .icon {
  transform: translateX(5px);
}
.btn-icon-only:hover .icon-social {
  filter: brightness(0) invert(1);
  transform: translateY(-3px);
}
.btn-has-icon .icon {
  height: 1.5em;
  width: 1.375em;
}

.btn-login {
  background-color: #ffb296;
  border: none;
  color: #323e48;
  max-height: 2.625em;
  max-width: 6em;
  padding: 0.625em;
}
.btn-login .icon {
  filter: brightness(0) saturate(100%) invert(19%) sepia(11%) saturate(1049%) hue-rotate(165deg) brightness(103%) contrast(89%);
  margin-right: 0.625em;
  margin-top: -0.25em;
}
.btn-login:hover {
  background-color: #f15e3e;
  color: inherit;
}

@media screen and (min-width: 40em) {
  .field-group {
    display: flex;
    margin-bottom: 1.25em;
    margin-left: -0.625em;
    margin-top: 1.25em;
    width: calc(100% + 1.25em);
  }
}
@media screen and (min-width: 48em) {
  .field-group {
    margin-left: -1.25em;
    width: calc(100% + 2.5em);
  }
}
@media screen and (min-width: 85.375em) {
  .field-group {
    margin-left: -2.5em;
    width: calc(100% + 5em);
  }
}
@media screen and (min-width: 40em) {
  .field-group > div {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
}
@media screen and (min-width: 48em) {
  .field-group > div {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media screen and (min-width: 85.375em) {
  .field-group > div {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}

.field-holder {
  margin-bottom: 1.25em;
  margin-top: 1.25em;
  position: relative;
  text-align: left;
}
.field-holder:last-child {
  margin-bottom: 0;
}
.field-holder label {
  display: block;
  margin-bottom: 0.9375em;
}
.field-holder .validation-msg {
  font-size: small;
}
.field-holder .validation-msg.error {
  color: #ff5b35;
}

.field-text {
  width: 100%;
}
.field-text .btn-icon-only {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.9375em;
}
.field-text .btn-icon-only + input[type=text] {
  padding-left: 2.5em;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea, input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(29, 37, 44, 0.3);
  border-radius: 0;
  font-family: var(--bodyFontBook);
  font-size: 1.125em;
  margin: 0;
  max-width: 100%;
  min-height: 3.125em;
  padding: 0.75em 0.9375em;
  width: 100%;
}
input[type=email].placeholder, input[type=number].placeholder, input[type=password].placeholder, input[type=search].placeholder, input[type=tel].placeholder, input[type=text].placeholder, input[type=url].placeholder, textarea.placeholder, input[type=color].placeholder, input[type=date].placeholder, input[type=datetime].placeholder, input[type=datetime-local].placeholder, input[type=month].placeholder, input[type=time].placeholder, input[type=week].placeholder,
select.placeholder {
  color: #c1c5c8;
}
input[type=email]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=url]:-moz-placeholder, textarea:-moz-placeholder, input[type=color]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=datetime]:-moz-placeholder, input[type=datetime-local]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=week]:-moz-placeholder,
select:-moz-placeholder {
  color: #c1c5c8;
}
input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder,
select::-moz-placeholder {
  color: #c1c5c8;
}
input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #c1c5c8;
}
input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #c1c5c8;
}

textarea {
  background: none;
}

select {
  padding: 0.75em 0.9375em;
}
select:not(:focus):invalid {
  color: #cfd2d3;
}

.select-css {
  display: block;
  background-color: #fff;
  background-image: url("assets/images/caret-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 1.25em top 50%, 0 0;
  background-size: 0.9375em auto, 100%;
}

.select-css::-ms-expand {
  display: none;
}

button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #c1c5c8;
  border-radius: 0;
  cursor: pointer;
}

.range input[type=range] {
  width: 100%;
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
  opacity: 0;
  position: absolute;
}

.checkbox label,
.radio label {
  display: inline-block;
  padding-left: 1.25em;
  position: relative;
}

.checkbox label::before,
.checkbox label::after,
.radio label::before,
.radio label::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.checkbox label::before {
  border: 1px solid;
  height: 1.25em;
  left: 0;
  top: 0.3rem;
  width: 1.25em;
}

.radio label::before {
  border: 1px solid;
  border-radius: 50%;
  height: 1.25em;
  left: 0;
  top: 0.3rem;
  width: 1.25em;
}

.checkbox label::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  height: 7px;
  left: 4px;
  top: 7px;
  transform: rotate(-45deg);
  width: 0.75em;
}

.radio label::after {
  background-color: #cfd2d3;
  border-radius: 50%;
  height: 8px;
  left: 6px;
  top: 9px;
  width: 8px;
}

.checkbox input[type=checkbox] + label::after,
.radio input[type=radio] + label::after {
  content: none;
}

.checkbox input[type=checkbox]:checked + label::after,
.radio input[type=radio]:checked + label::after {
  content: "";
}

@media screen and (min-width: 48em) {
  .option-group .checkbox {
    display: inline-block;
    margin-right: 1.25em;
  }
}
.option-group .checkbox:last-of-type {
  margin-right: 0;
}
.option-group .checkbox label::before {
  background-color: #cfd2d3;
  border: 0.3rem solid #cfd2d3;
}
.option-group .checkbox input[type=checkbox]:checked + label::after {
  color: #cfd2d3;
}

.form-holder {
  position: relative;
}
.form-holder fieldset {
  border: none;
  margin: 0;
  padding: 0 0 1.25em;
}
.form-holder fieldset:last-of-type {
  padding-bottom: 0;
}
.form-holder .checkbox input[type=checkbox]:checked + label,
.form-holder .radio input[type=radio]:checked + label {
  font-weight: bold;
}
.form-holder--is-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 43.75em;
}
.form-holder .field-message {
  margin-top: 2.5em;
}

.form-contact .form-contact__txt {
  border-left: none;
  border-right: none;
  border-top: none;
  padding-left: 1.875em;
}
.form-contact textarea {
  height: 11.25em;
}

.form-contact__txt {
  background: url("assets/images/arrow-right.svg") no-repeat 0 center;
  background-size: 1.25em;
}
.form-contact__txt.fill {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:not([class]) {
  color: #ff5b35;
}
a:not([class]):hover {
  color: #1d252c;
}
a:not([class]):hover, a:not([class]):focus {
  text-decoration: none;
}

.has-icon {
  color: #7b868c;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.has-icon:hover {
  color: #1d252c;
}

.l-text-split__action > .has-icon i:not(.icon--circled),
.c-card__action > .has-icon i:not(.icon--circled),
.d-lined-element > .has-icon i:not(.icon--circled),
.c-blurb__action > .has-icon i:not(.icon--circled),
.c-article--large .c-article__action > .has-icon i:not(.icon--circled) {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("assets/images/arrow-right-long.svg");
  background-position: right center;
  background-size: 1.6875em;
}
.l-text-split__action > .has-icon:hover,
.c-card__action > .has-icon:hover,
.d-lined-element > .has-icon:hover,
.c-blurb__action > .has-icon:hover,
.c-article--large .c-article__action > .has-icon:hover {
  color: #ff5b35;
}
.l-text-split__action > .has-icon:hover i:not(.icon--circled),
.c-card__action > .has-icon:hover i:not(.icon--circled),
.d-lined-element > .has-icon:hover i:not(.icon--circled),
.c-blurb__action > .has-icon:hover i:not(.icon--circled),
.c-article--large .c-article__action > .has-icon:hover i:not(.icon--circled) {
  padding-left: 1.5625em;
}

.has-icon {
  align-items: center;
  display: inline-flex;
  position: relative;
}
.has-icon .icon {
  margin-right: 0.3125em;
  top: -1px;
}
.has-icon .icon.icon--circled {
  margin-right: 0.9375em;
}
.has-icon--right .icon {
  margin-left: 0.3125em;
  margin-right: 0;
}
.has-icon--right .icon--circled {
  margin: 0.1875em 0 0 0.625em;
}

.link-icon [class$=-caption] {
  display: none;
}

.icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
}
.icon-arrow {
  height: 1.125em;
  width: 0.875em;
}
.icon-arrow-right {
  background-image: url("assets/images/arrow-right.svg");
}
.icon-arrow-left {
  background-image: url("assets/images/arrow-left.svg");
}
.icon-arrow.icon--circled::before {
  border-color: #ff5b35;
}
.icon-caret {
  height: 1.125em;
  width: 1.125em;
}
.icon-caret--small {
  height: 0.5em;
  width: 0.5em;
}
.icon-caret-down {
  background-image: url("assets/images/caret-down.svg");
}
.icon-caret-left {
  background-image: url("assets/images/caret-left.svg");
}
.icon-caret-left.icon-caret--small {
  background-image: url("assets/images/caret-left-small.svg");
}
.icon-caret-right {
  background-image: url("assets/images/caret-right.svg");
}
.icon-caret-right.icon-caret--small {
  background-image: url("assets/images/caret-right-small.svg");
}
.icon-service {
  height: 3.25em;
  width: 3.25em;
}
.icon-share {
  height: 3.4375em;
  width: 3.4375em;
}
.icon-social {
  height: 1.875em;
  width: 1.875em;
}
.icon--tall {
  height: 3.4375em;
  width: 2.5em;
}
.icon--circled {
  background-size: 75%;
  height: 1.375em;
  width: 1.125em;
}
.icon--circled::before, .icon--circled::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  padding: 0.75em;
}
.icon--circled::before {
  z-index: 1;
}
.icon--circled::after {
  background-color: #fff;
  z-index: -1;
}

ul:not([class]) {
  list-style-type: none;
  padding-left: 1.25em;
}
ul:not([class]) li {
  line-height: 1.4;
  margin-bottom: 0.9375em;
  padding-left: 1.875em;
  position: relative;
}
ul:not([class]) li::before {
  content: "—";
  display: block;
  font-size: 1em;
  left: 0;
  position: absolute;
}
ul:not([class]) li:last-child {
  margin-bottom: 0;
}
ul:not([class]) li ul, ul:not([class]) li ol {
  margin-top: 1.25em;
}

ol {
  counter-reset: count;
  list-style-type: none;
  padding-left: 1.25em;
}
ol li {
  margin-bottom: 1.25em;
}
ol li::before {
  counter-increment: count;
  content: counters(count, ".") ". ";
  padding-right: 0.125em;
}
ol li ul, ol li ol {
  margin-top: 1.25em;
}

img, video {
  height: auto;
  max-width: 100%;
}

a > img {
  display: inline-block;
  vertical-align: bottom;
}

div > img {
  vertical-align: bottom;
}

.thumbnail {
  border: 1px solid #cfd2d3;
  display: inline-block;
}

a.thumbnail:hover {
  border-color: #cfd2d3;
}

figure {
  display: inline-block;
  margin: 1.25em 0;
  padding: 0;
  text-align: center;
}
figure img {
  margin: 0;
  width: 100%;
}
figure figcaption {
  display: table;
  font-size: small;
  line-height: 1.4;
  padding: 0.625em 0;
  text-align: center;
  width: 100%;
}

.iframe-holder {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 2.1875em;
  position: relative;
}
.iframe-holder iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.site-logo {
  max-width: 8.125em;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .site-logo {
    max-width: 10.375em;
  }
}

table,
th,
td {
  border: 1px solid rgba(207, 210, 211, 0.2);
}

th,
td {
  text-align: center;
}

table {
  border-collapse: collapse;
}
table caption {
  font-family: inherit;
}
table thead {
  background-color: rgba(207, 210, 211, 0.2);
}
table thead th {
  color: #cfd2d3;
  font-weight: 700;
  text-transform: uppercase;
}
table td {
  color: #cfd2d3;
  padding: 0.625em 0.9375em;
}

:root {
  font-size: 16px;
}

body {
  color: #323e48;
  font-family: var(--bodyFontBook);
  line-height: 1.4;
}
@media screen and (min-width: 48em) {
  body {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 75em) {
  body {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
[class^=h-] {
  font-weight: normal;
  margin-top: 0;
}

.h-1 {
  color: #1d252c;
  font-family: var(--bodyFontBold);
  font-size: 2.1875em;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .h-1 {
    font-size: 3.4375em;
  }
}
@media screen and (min-width: 64em) {
  .h-1 {
    font-size: 4.125em;
  }
}
@media screen and (min-width: 75em) {
  .h-1 {
    font-size: 4.8125em;
  }
}
@media screen and (min-width: 85.375em) {
  .h-1 {
    font-size: 5.5em;
  }
}
.h-1__tag {
  display: block;
  font-size: 55%;
  padding-bottom: 0.625em;
}

.h-2 {
  color: #1d252c;
  font-family: var(--bodyFontBold);
  font-size: 1.5625em;
  line-height: 1.2;
}
@media screen and (min-width: 64em) {
  .h-2 {
    font-size: 2.75em;
  }
}
@media screen and (min-width: 85.375em) {
  .h-2 {
    font-size: 2.3125em;
  }
}

.h-3 {
  color: #ff5b35;
  font-size: 1.5625em;
  line-height: 1.2;
}
@media screen and (min-width: 64em) {
  .h-3 {
    font-size: 2.3125em;
  }
}
.h-3--alt {
  color: #323e48;
}
@media screen and (min-width: 64em) {
  .h-3--alt {
    font-size: 1.5625em;
  }
}

.h-4 {
  color: #7b868c;
  font-size: 1.375em;
  line-height: 1.2;
}
@media screen and (min-width: 64em) {
  .h-4 {
    font-size: 2.3125em;
  }
}
@media screen and (min-width: 75em) {
  .h-4 {
    font-size: 2em;
  }
}

.h-5 {
  font-size: 1.125em;
  line-height: 1.2;
}
@media screen and (min-width: 64em) {
  .h-5 {
    font-size: 1.5625em;
  }
}

.h-6 {
  color: #5b6670;
  font-size: 1em;
  line-height: 1.3;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .h-6 {
    font-size: 1.125em;
  }
}

.block-title {
  color: #ff5b35;
  display: table;
  font-size: 0.8125em;
  font-weight: normal;
  letter-spacing: 0.125em;
  margin-bottom: 2.5em;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 64em) {
  .block-title {
    font-size: 1.03125em;
    margin-bottom: 3.125em;
  }
}
@media screen and (min-width: 75em) {
  .block-title {
    margin-bottom: 3.75em;
    top: 0.15625em;
  }
}
.block-title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  position: absolute;
  background-color: #ff5b35;
  height: 1px;
  left: calc(100% + 0.4375em);
  width: 4.0625em;
}
@media screen and (min-width: 75em) {
  .block-title::after {
    width: 3.125em;
  }
}

.highlighted {
  color: #ff5b35;
}

address {
  font-style: normal;
}

.circled-numbers {
  display: flex;
}

.circled-number {
  border: 2px solid #1d252c;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
  height: 3.125em;
  margin-left: 0.9375em;
  width: 3.125em;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .circled-number {
    height: 3.75em;
    width: 3.75em;
  }
}
@media screen and (min-width: 75em) {
  .circled-number {
    border-width: 1px;
    height: 2.5em;
    width: 2.5em;
  }
}
.circled-number:first-child {
  margin-left: 0;
}
.circled-number b {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-family: var(--bodyFontBold);
  font-size: 1.5em;
}
@media screen and (min-width: 48em) {
  .circled-number b {
    font-size: 1.875em;
  }
}
@media screen and (min-width: 75em) {
  .circled-number b {
    font-size: 1.5em;
  }
}
.circled-number span {
  display: none;
}

html {
  height: 100vh;
  min-height: 100%;
}

.site-wrapper {
  padding-top: 0 !important;
}

body {
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  min-width: 20em;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif !important;
}

main.bp-test::after {
  background-color: red;
  color: white;
  content: "320";
  display: block;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 30em) {
  main.bp-test::after {
    content: "480";
  }
}
@media screen and (min-width: 48em) {
  main.bp-test::after {
    content: "768";
  }
}
@media screen and (min-width: 64em) {
  main.bp-test::after {
    content: "1024";
  }
}
@media screen and (min-width: 75em) {
  main.bp-test::after {
    content: "1200";
  }
}
@media screen and (min-width: 85.375em) {
  main.bp-test::after {
    content: "1366";
  }
}
@media screen and (min-width: 102.5em) {
  main.bp-test::after {
    content: "1600";
  }
}
@media screen and (min-width: 118.75em) {
  main.bp-test::after {
    content: "1900";
  }
}

@media screen and (min-width: 48em) {
  .site-wrapper {
    padding-top: 5.625em;
  }
}

section {
  overflow: hidden;
}

.container {
  width: 1300px;
}
.container.has-sidebar > .boundary {
  padding-top: 0;
}
@media screen and (min-width: 48em) {
  .container.has-sidebar > .boundary {
    display: flex;
  }
}
@media screen and (min-width: 48em) {
  .container.has-sidebar .main-content {
    padding-right: 5em;
    width: 70%;
  }
}
@media screen and (min-width: 75em) {
  .container.has-sidebar .main-content {
    width: 75%;
  }
}
@media screen and (min-width: 85.375em) {
  .container.has-sidebar .main-content {
    padding-right: 7.1875em;
  }
}
.container.has-sidebar .sidebar {
  padding-top: 2.5em;
}
@media screen and (min-width: 48em) {
  .container.has-sidebar .sidebar {
    padding-top: 0;
    width: 30%;
  }
}
@media screen and (min-width: 75em) {
  .container.has-sidebar .sidebar {
    width: 25%;
  }
}
.container.has-sidebar .sidebar .menu-vertical {
  max-width: 15.625em;
}
@media screen and (min-width: 48em) {
  .container.has-sidebar .sidebar .menu-vertical {
    max-width: initial;
  }
}
.container.has-sidebar .section-header {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1.25em;
  padding-top: 1.25em;
  position: relative;
}
.container.has-sidebar .section-header::before, .container.has-sidebar .section-header::after {
  width: 100%;
}
.container.has-sidebar .section-header h2,
.container.has-sidebar .section-header h3,
.container.has-sidebar .section-header h4 {
  margin-bottom: 0;
}
.container .c-breadcrumbs {
  padding-bottom: 1.875em;
  padding-top: 1.875em;
}
@media screen and (min-width: 85.375em) {
  .container .c-breadcrumbs {
    padding-bottom: 3.125em;
    padding-top: 3.125em;
  }
}

.boundary {
  padding: 4.375em 2.1875em;
}
@media screen and (min-width: 48em) {
  .boundary {
    padding-bottom: 4.375em;
    padding-top: 4.375em;
  }
}
@media screen and (min-width: 75em) {
  .boundary {
    padding-top: 5.625em;
    padding-bottom: 5.625em;
  }
}
@media screen and (min-width: 85.375em) {
  .boundary {
    margin-left: auto;
    margin-right: auto;
    max-width: 81.25em;
    padding: 6.875em 0;
  }
}
@media screen and (min-width: 64em) {
  .boundary--is-narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 60em;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 118.75em-0.0625em) {
  .boundary--is-wide {
    max-width: 108.75em;
  }
}
.boundary--is-full {
  max-width: 100%;
  padding: 0;
}

.content-break {
  background: no-repeat 50% 50%;
  background-size: cover;
}
.content-break .d-bg-img {
  position: relative;
}
.content-break .d-bg-img::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #1d252c;
  bottom: 0;
  left: 0;
  mix-blend-mode: saturation;
  right: 0;
  top: 0;
  z-index: 2;
}
.content-break .d-bg-img > * {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 64em) {
  .l-max--800 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50em;
  }
}
@media screen and (min-width: 64em) {
  .l-max--1040 {
    margin-left: auto;
    margin-right: auto;
    max-width: 56.25em;
  }
}
@media screen and (min-width: 75em) {
  .l-max--1040 {
    max-width: 65em;
  }
}

.l-padded-bottom {
  padding-bottom: 1.5625em;
}
@media screen and (min-width: 75em) {
  .l-padded-bottom {
    padding-bottom: 3.125em;
  }
}
.l-padded-bottom--not {
  padding-bottom: 0;
}
.l-padded-bottom--not > .boundary {
  padding-bottom: 0;
}
.l-padded-top {
  padding-top: 1.5625em;
}
@media screen and (min-width: 75em) {
  .l-padded-top {
    padding-top: 3.125em;
  }
}
.l-padded-top--not {
  padding-top: 0;
}
.l-padded-top--not > .boundary {
  padding-top: 0;
}

.site-header .site-logo {
  text-align: center;
}

.site-header .site-logo img {
  height: 100%;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 40em) {
  .l-grid-2 {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1.25em;
    width: calc(100% + 2.5em);
  }
}
@media screen and (min-width: 40em) {
  .l-grid-2 .l-grid__item {
    flex: 0 0 50%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media screen and (min-width: 48em) {
  .l-grid-3 {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1.25em;
    width: calc(100% + 2.5em);
  }
}
@media screen and (min-width: 75em) {
  .l-grid-3 {
    margin-left: -1.875em;
    width: calc(100% + 3.75em);
  }
}
@media screen and (min-width: 48em) {
  .l-grid-3 .l-grid__item {
    flex: 0 0 33.33%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media screen and (min-width: 75em) {
  .l-grid-3 .l-grid__item {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}
@media screen and (min-width: 37.5em) {
  .l-grid-4 {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1.25em;
    width: calc(100% + 2.5em);
  }
}
@media screen and (min-width: 37.5em) {
  .l-grid-4 .l-grid__item {
    flex: 0 0 50%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media screen and (min-width: 64em) {
  .l-grid-4 .l-grid__item {
    flex-basis: 33.33%;
  }
}
@media screen and (min-width: 75em) {
  .l-grid-4 .l-grid__item {
    flex-basis: 25%;
  }
}

.l-grid__item {
  padding-bottom: 1.25em;
  padding-top: 1.25em;
}
.l-grid__item:hover {
  z-index: 1;
}

@media screen and (min-width: 64em) {
  .l-split__block:first-child .l-grid {
    padding-right: 6.25em;
  }
}
@media screen and (min-width: 64em) {
  .l-split__block:last-child .l-grid {
    padding-left: 6.25em;
  }
}

.l-split {
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .l-split-2 {
    display: flex;
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 48em) {
  .l-split-2 > .l-split__block {
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .l-split-20-80 {
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  .l-split-20-80 > .l-split__block:first-child {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 75em) {
  .l-split-20-80 > .l-split__block:first-child {
    flex-basis: 20%;
  }
}
@media screen and (min-width: 64em) {
  .l-split-20-80 > .l-split__block:last-child {
    flex-basis: 70%;
  }
}
@media screen and (min-width: 75em) {
  .l-split-20-80 > .l-split__block:last-child {
    flex-basis: 80%;
  }
}
@media screen and (min-width: 64em) {
  .l-split-35-65 {
    display: flex;
  }
}
.l-split-35-65 > .l-split__block:first-child {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .l-split-35-65 > .l-split__block--35 {
    flex-basis: 35% !important;
  }
}
@media screen and (min-width: 64em) {
  .l-split-35-65 > .l-split__block--65 {
    flex-basis: 65% !important;
  }
}
@media screen and (min-width: 64em) {
  .l-split-70-30 {
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  .l-split-70-30 > .l-split__block:first-child {
    flex-basis: 70%;
  }
}
@media screen and (min-width: 64em) {
  .l-split-70-30 > .l-split__block:last-child {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 40em) {
  .l-split-3 {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1.25em;
    width: calc(100% + 2.5em);
  }
}
@media screen and (min-width: 40em) {
  .l-split-3 > .l-split__block {
    flex-basis: 33.33%;
  }
}
@media screen and (min-width: 40em) {
  .l-split-4 {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1.25em;
    width: calc(100% + 2.5em);
  }
}
@media screen and (min-width: 40em) {
  .l-split-4 > .l-split__block {
    flex: 0 0 50%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media screen and (min-width: 64em) {
  .l-split-4 > .l-split__block {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 40em) {
  .l-split-4 > .l-split__block:nth-child(3), .l-split-4 > .l-split__block:nth-child(4) {
    margin-bottom: 0;
  }
}
.l-split--reversed {
  flex-flow: row wrap;
  flex-direction: row-reverse;
}
.l-split--has-separator > .l-split__block {
  position: relative;
}
.l-split--has-separator > .l-split__block:first-child {
  margin-bottom: 6.25em;
  padding-bottom: 6.25em;
}
@media screen and (min-width: 48em) {
  .l-split--has-separator > .l-split__block:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em-1px) {
  .l-split--has-separator > .l-split__block:first-child {
    padding-right: 2.5em;
  }
}
.l-split--has-separator > .l-split__block:first-child::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #cfd2d3;
  bottom: 0;
  height: 1px;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .l-split--has-separator > .l-split__block:first-child::after {
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em-1px) {
  .l-split--has-separator > .l-split__block:last-child {
    padding-left: 2.5em;
  }
}

.l-split__block {
  margin-bottom: 30px;
}
@media screen and (min-width: 64em) {
  .l-split__block {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .l-split__block {
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.l-split__block:last-child {
  margin-bottom: 0;
}
.l-split__block:hover {
  z-index: 1;
}
.l-split__block .has-border::after, .l-split__block .has-border::before {
  width: 100%;
}
.l-split__block > .l-split {
  display: flex;
  height: 100%;
}
.l-split__block > .l-split > .l-split__block {
  flex: 0 0 50%;
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .split-third .l-split-35-65 {
    display: flex;
  }
}
@media screen and (min-width: 48em) {
  .split-third .l-split__block {
    flex-basis: 50%;
  }
}

.l-text-media--poster {
  text-align: center;
}
.l-text-media--poster .boundary {
  padding-bottom: 3.125em;
  padding-top: 3.125em;
}
@media screen and (min-width: 64em) {
  .l-text-media--poster .boundary {
    padding-bottom: 4.375em;
    padding-top: 4.375em;
  }
}
@media screen and (min-width: 25.875em) {
  .l-text-media--poster .l-split-2 {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 37.5em;
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  .l-text-media--poster .l-split-2 {
    align-items: flex-start;
    max-width: 62.5em;
  }
}
@media screen and (min-width: 75em) {
  .l-text-media--poster .l-split-2 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}
.l-text-media--poster .l-split__block:first-child img {
  max-height: 15.625em;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 64em) {
  .l-text-media--poster .l-split__block:first-child img {
    max-height: 25em;
  }
}
.l-text-media--poster .l-split__block:last-child p {
  color: #1d252c;
  font-family: var(--accentFontBold);
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 40em) {
  .l-text-media--poster .l-split__block:last-child p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .l-text-media--poster .l-split__block:last-child p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .l-text-media--poster .l-split__block:last-child p {
    font-size: 2.5625em;
  }
}
@media screen and (min-width: 25.875em) {
  .l-text-media--poster.breakout-people .l-split__block {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 25.875em) {
  .l-text-media--poster.breakout-people .l-split__block:first-child {
    flex: 1 1 auto;
    padding-right: 7%;
    text-align: center;
  }
}
@media screen and (min-width: 48em) {
  .l-text-media--poster.breakout-people .l-split__block:first-child {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 64em) {
  .l-text-media--poster.breakout-people .l-split__block:first-child {
    flex-basis: 48%;
  }
}
@media screen and (min-width: 75em) {
  .l-text-media--poster.breakout-people .l-split__block:first-child {
    flex-basis: 31.25em;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 75em) {
  .l-text-media--poster.breakout-people .l-split__block:first-child img {
    max-height: none;
  }
}
@media screen and (min-width: 25.875em) {
  .l-text-media--poster.breakout-people .l-split__block:last-child {
    flex: 0 0 63%;
  }
}
@media screen and (min-width: 48em) {
  .l-text-media--poster.breakout-people .l-split__block:last-child {
    flex-basis: 18.75em;
    padding-right: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .l-text-media--poster.breakout-people .l-split__block:last-child {
    flex-basis: 52%;
    max-width: 32.5em;
    padding-top: 3.75em;
  }
}
@media screen and (min-width: 64em) {
  .l-text-media--poster.breakout-planning .l-split-2 {
    max-width: 59.375em;
  }
}
@media screen and (min-width: 25.875em) {
  .l-text-media--poster.breakout-planning .l-split__block:first-child {
    flex: 0 0 37%;
    padding-left: 7%;
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .l-text-media--poster.breakout-planning .l-split__block:first-child {
    flex-basis: 50%;
    padding-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .l-text-media--poster.breakout-planning .l-split__block:first-child {
    flex-basis: 26.4375em;
    margin-left: 3.125em;
  }
}
@media screen and (min-width: 75em) {
  .l-text-media--poster.breakout-planning .l-split__block:first-child img {
    max-height: none;
  }
}
@media screen and (min-width: 25.875em) {
  .l-text-media--poster.breakout-planning .l-split__block:last-child {
    flex: 0 0 63%;
  }
}
@media screen and (min-width: 64em) {
  .l-text-media--poster.breakout-planning .l-split__block:last-child {
    flex-basis: 45%;
    padding-top: 3.75em;
  }
}
@media screen and (min-width: 75em) {
  .l-text-media--poster.breakout-planning .l-split__block:last-child {
    flex-basis: 29.75em;
    padding-top: 7.5em;
  }
}

.l-text-split {
  max-width: 25em;
}
@media screen and (min-width: 48em) {
  .l-text-split {
    display: flex;
  }
}
@media screen and (min-width: 48em) {
  .l-text-split__block {
    flex: 0 0 50%;
  }
}
.l-text-split__block:first-child {
  padding-bottom: 1.875em;
}
@media screen and (min-width: 48em) {
  .l-text-split__block:first-child {
    padding-bottom: 0;
  }
}

.l-text-split__blurb {
  line-height: 1.3;
}

.l-text-split__action a:hover {
  color: #1d252c;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

.hero--large {
  height: 800px;
}

.hero--regular {
  height: 650px;
}

.hero .hero-content {
  width: 100%;
}

.hero .hero-content h1 {
  font-size: 64px;
  line-height: 84px;
  font-family: "Roboto";
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}

.hero .hero-content p {
  font-size: 48px;
  line-height: normal;
  font-family: "Roboto";
  font-weight: normal;
  color: #fff;
}

.hero .hero-cta {
  font-size: 18px;
  line-height: normal;
  font-family: "Roboto";
  font-weight: normal;
  color: #fff;
  border-radius: 3px;
  background: #FF5C35;
  padding: 15px 40px;
  text-decoration: none;
}

.hero .hero-content {
  margin-bottom: 60px;
}

.hero .boundary {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .hero .hero-content {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hero .hero-content p {
    font-size: 24px;
  }
  .hero .boundary {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero-content h1 {
    font-size: 40px;
    line-height: normal;
  }
  .hero {
    height: unset;
  }
  .hero--large {
    min-height: 600px;
  }
}
@media screen and (max-width: 500px) {
  .hero .hero-content {
    width: 100%;
  }
}
.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.services-row {
  display: flex;
  flex-wrap: wrap;
  gap: unset !important;
}

.service-section .service-content {
  text-align: center;
}

.service-section .service-content h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
}

.service-section .service-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #000000;
}

.service-section .service-content {
  margin-bottom: 60px;
}

.service-section .services-row .service-item img {
  height: 32px;
  width: auto;
  margin-bottom: 20px;
}

.service-section .services-row .service-item h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #FF5C35;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: normal;
}

.service-section .services-row .service-item {
  padding: 40px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.service-section .services-row .service-item .sub-heading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 25px;
}

.service-section .item-footer-link a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
  text-decoration: none;
}

.service-section .service-wrapper-col {
  width: 75%;
}

.service-section .service-accordion-col {
  width: 25%;
  padding: 40px;
}

.accordion {
  max-width: 100%;
  margin: 20px auto;
}

.accordion-content p {
  margin: 0;
  margin-bottom: 10px;
  line-height: normal;
}

.accordion .accordion-item {
  border-bottom: 1px solid #6D6E70;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.accordion .accordion-item:last-child {
  border-bottom: none;
}

.accordion .accordion-header {
  background-color: #fff;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.accordion .accordion-content {
  padding: 0;
  display: none;
  background-color: #fff;
  overflow: hidden;
}

.accordion .toggle-icon {
  font-size: 18px;
  font-weight: bold;
}

.service-accordion-col .accordion-col-heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.accordion .accordion-header {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding: 0 !important;
  margin-bottom: 20px;
}

.accordion .accordion-content p a {
  color: #000 !important;
  text-decoration: none;
}

.service-section .service-wrapper-col .service-item h3 {
  max-width: 300px;
}

@media screen and (max-width: 1150px) {
  .services-row {
    display: block;
    flex-direction: column;
  }
  .service-section .service-wrapper-col .service-item h3 {
    max-width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 50%;
  }
  .col-4 {
    width: 50%;
  }
  .col-5 {
    width: 33%;
  }
  .service-section .service-wrapper-col, .service-section .service-accordion-col {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service-section .services-row .service-item {
    padding: 40px 10px;
  }
}
.our-client-section {
  background-color: #F8F8F8;
}

.our-client-section .links-row {
  display: flex;
  flex-wrap: wrap !important;
  -moz-column-gap: 80px;
  column-gap: 80px !important;
  row-gap: 30px;
  padding: 30px 0;
  width: 100% !important;
}

.our-client-section .section-content {
  text-align: center;
  margin-bottom: 50px;
}

.our-client-section .item-footer-link a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
  text-decoration: none;
}

.our-client-section .section-content h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
}

.our-client-section .section-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #000000;
}

@media screen and (max-width: 500px) {
  .our-client-section .links-row {
    flex-direction: column;
  }
}
.carousel-section .owl-theme .owl-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 3.125em;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-section .owl-theme .owl-dot {
  margin: 5px 0;
  transition: background 0.3s ease;
}

.carousel-section .item .slider-item__title {
  position: relative;
  display: flex;
  column-gap: 100px;
  align-items: center;
}

.carousel-section .item .slider-item__title h2 {
  text-align: left;
  line-height: 86px;
  font-size: 64px;
  font-family: "Roboto";
  font-weight: bold;
}

.carousel-section .item .slider-item__number {
  font-size: 1.875em;
  left: -5.625em;
  top: 0.625em;
}

.carousel-section .item .slider-item__number::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #1d252c;
  height: 1px;
  left: 30px;
  top: 50%;
  width: 1.875em;
}

.carousel-section .item .l-grouper {
  width: 58.125em;
}

.carousel-section .item .slider-item__blurb {
  font-family: "Roboto";
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
  margin-left: 110px;
}

.carousel-section .item .l-grouper a {
  text-decoration: none;
  color: #000;
}

.carousel-section .item .l-grouper a span {
  margin-bottom: 60px;
  margin-left: 110px;
}

.carousel-section .owl-item {
  height: 700px;
}

.carousel-section .item {
  flex-direction: column;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .carousel-section .item .l-grouper {
    width: 90%;
  }
  .carousel-section .owl-theme .owl-dots {
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 50%;
    top: unset;
    bottom: 3.125em;
    right: unset;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .carousel-section .item .slider-item__title h2 {
    line-height: normal;
    font-size: 36px;
  }
  .carousel-section .owl-carousel .owl-item {
    padding: 0;
  }
  .carousel-section .item .slider-item__blurb {
    font-size: 24px;
    line-height: normal;
  }
}
@media screen and (max-width: 600px) {
  .carousel-section .item .l-grouper {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .carousel-section .item .slider-item__title {
    flex-direction: column;
  }
  .carousel-section .item .slider-item__number::after {
    display: none;
  }
  .carousel-section .item .slider-item__blurb,
  .carousel-section .item .l-grouper a span {
    margin-left: 0;
    text-align: center;
  }
  .carousel-section .item .slider-item__title h2 {
    text-align: center;
  }
}
.partners-section {
  padding: 30px 10px;
  background: #F8F8F8;
}

.partners-section .image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  justify-content: space-evenly;
}

.partners-section .gallery-item img {
  display: block;
  width: auto;
  height: 70px;
  object-fit: contain;
}

.testimonial-carousel-section h2 {
  font-size: 36px;
  font-family: "Roboto";
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.testimonial-carousel-section .owl-carousel {
  width: 60%;
  margin: auto;
}

.testimonial-carousel-section .owl-nav .owl-prev,
.testimonial-carousel-section .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}

.testimonial-carousel-section .owl-nav .owl-prev {
  left: -60px;
}

.testimonial-carousel-section .owl-nav .owl-next {
  right: 0px;
}

.testimonial-carousel-section .owl-nav .owl-next:hover,
.testimonial-carousel-section .owl-nav .owl-prev:hover {
  background: none;
}

.testimonial-carousel-section .testimonial-item {
  padding: 30px;
  text-align: center;
}

.testimonial-carousel-section .author-name {
  margin-top: 40px;
  color: #FF5C35;
  font-weight: 700;
}

.testimonial-carousel-section .author-name .suburb {
  font-weight: lighter;
}

.testimonial-carousel-section .boundary {
  border-bottom: 1px solid #B5B5B5;
}

@media screen and (max-width: 768px) {
  .testimonial-carousel-section .owl-carousel {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .testimonial-carousel-section .owl-carousel .owl-nav {
    display: none;
  }
  .testimonial-carousel-section .owl-carousel .owl-item, .testimonial-carousel-section .testimonial-item {
    padding: 0;
  }
}
.latest-news-section h2 {
  margin-bottom: 50px;
  font-size: 36px;
  font-family: "Roboto";
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.latest-posts {
  display: flex;
  justify-content: center;
}

.latest-posts .latest-post-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 40px;
}

.latest-posts .latest-post-item .post-thumbnail img {
  height: 300px;
  object-fit: cover;
  object-position: center;
  filter: brightness(60%);
  width: 100%;
}

.latest-posts .latest-post-item .post-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.latest-posts .latest-post-item .post-title h3 {
  font-weight: bold;
}

.latest-posts .latest-post-item .post-title h3 a,
.latest-posts .latest-post-item .read-now a {
  text-decoration: none;
}

.latest-posts .latest-post-item .post-category {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .latest-posts .latest-post-item {
    width: 100%;
  }
  .latest-posts {
    flex-direction: column;
  }
}
.contact-us-cta {
  background: #F3F3F3;
}

.contact-us-cta .cta-col a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
  font-family: "Roboto", sans-serif;
}

.contact-us-cta .cta-col:first-child a {
  float: right;
}

.contact-us-cta .cta-row {
  display: flex;
  gap: 60px;
  align-items: center;
}

.contact-us-cta .cta-heading {
  text-align: center;
  margin-bottom: 30px;
}

.contact-us-cta .cta-heading span {
  color: #FF5C35;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
}

.contact-us-cta .cta-col {
  width: 50%;
}

.contact-us-cta .cta-col img {
  height: 70px;
  width: auto;
}

.contact-us-cta .cta-col .box-details .contact-no {
  font-size: 24px;
  padding: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .contact-us-cta .cta-col:first-child a {
    float: left;
  }
  .contact-us-cta .cta-row {
    flex-direction: column;
  }
  .contact-us-cta .cta-col {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .contact-us-cta .cta-heading span {
    font-size: 36px;
  }
}
.l-split-section .l-split-row {
  display: flex;
}

.l-split-section .l-split-row .main-col {
  width: 35%;
  padding-right: 50px;
}

.l-split-section .l-split-row .l-split-col {
  width: 65%;
}

.l-split-section .section-description, .l-split-section .tile-row h3.tile-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
}

.l-split-section .tile-row h3.tile-title {
  margin-bottom: 10px;
}

.l-split-section .l-split-row h2.block-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.l-split-section .l-split-row .l-split-col .section-content .split-heading {
  font-size: 24px;
  font-weight: bold;
  color: #ff5b35;
  margin-bottom: 15px;
}

.l-split-section .links-row {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 30px;
  padding: 30px 0;
}

.l-split-section .item-footer-link a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
  text-decoration: none;
}

.l-split-section .tile-description p {
  padding: 0;
}

.l-split-section .tile-row {
  display: flex;
  flex-wrap: wrap;
}

.l-split-section .tile-row .tile-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.l-split-section .tile-col {
  padding: 15px 30px 15px 0;
}

@media screen and (max-width: 991px) {
  .l-split-section .l-split-row {
    flex-direction: column;
  }
  .l-split-section .l-split-row .main-col,
  .l-split-section .l-split-row .l-split-col {
    width: 100%;
  }
  .l-split-section .l-split-row .main-col {
    margin-bottom: 40px;
  }
}
.leadership-team-section .boundary {
  padding-top: 0;
  padding-bottom: 0;
}

.leadership-team-section .team-row {
  display: flex;
  flex-wrap: wrap;
}

.leadership-team-section .team-row .team-col {
  width: 25%;
}

.leadership-team-section .team-row .team-col .person-item {
  padding: 10px;
}

.leadership-team-section .team-row .team-col .person-item img {
  height: 250px;
  width: auto;
  object-fit: cover;
  margin-bottom: 25px;
}

.leadership-team-section .team-row .team-col .person-item .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}

.leadership-team-section .team-row .team-col .person-item .position {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  .leadership-team-section .team-row .team-col {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .leadership-team-section .team-row .team-col {
    width: 100%;
  }
}
.steps-slider-section .step-item img {
  height: 70px;
  width: auto;
  margin: auto;
  margin-bottom: 0px;
}

.steps-slider-section .step-item {
  text-align: center;
}

.steps-slider-section .boundary {
  padding-top: 0;
  padding-bottom: 0;
}

.steps-slider-section h3.step-title {
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 17px;
  color: #ff5b35;
  font-size: 20px;
}

.steps-slider-section .owl-carousel .owl-nav {
  top: 6px;
}

.steps-slider-section .owl-nav .owl-prev,
.steps-slider-section .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}

.steps-slider-section .owl-nav .owl-prev {
  left: -60px;
}

.steps-slider-section .owl-nav .owl-next {
  right: 0px;
}

.steps-slider-section .owl-nav .owl-next:hover,
.steps-slider-section .owl-nav .owl-prev:hover {
  background: none;
}

.steps-slider-section .step-item .step-order {
  position: relative;
}

.steps-slider-section .step-item .step-order span {
  background: #343E47;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  position: relative;
  border: 3px solid #fff;
  margin-bottom: 60px;
}

.steps-slider-section .step-item .step-order span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 40px;
  background: #343E47;
}

.steps-slider-section .step-item svg {
  width: 100%;
  height: 100%;
}

.steps-slider-section .step-item .step-order span:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  top: calc(100% + 40px);
  background: #343E47;
  border-radius: 50%;
}

.steps-slider-section .step-item .step-timeline {
  height: 5px;
  background: #FF5C35;
  position: absolute;
  width: 110%;
  top: 10px;
  z-index: -1;
  border: none;
}

.steps-slider-section .step-item .step-content {
  padding: 0px;
}

.header-content {
  text-align: center;
  margin-bottom: 40px;
}

.header-content img {
  width: auto;
  height: 100px;
  margin-bottom: 15px;
}

.header-content h2 {
  font-weight: bold;
  color: #ff5b35;
  font-size: 40px;
  margin-bottom: 0;
}

.header-content p {
  font-weight: bold;
  font-size: 24px;
  max-width: 1000px;
  margin: auto;
}

.steps-slider-section .owl-item:nth-child(2) .step-item .step-order span::after {
  height: 240px;
}

.steps-slider-section .owl-item:nth-child(2) .step-item .step-order span::before {
  top: calc(100% + 240px);
}

.steps-slider-section .owl-item:nth-child(2) .step-item .step-order span {
  margin-bottom: 260px;
}

.steps-slider-section .owl-item:nth-child(3) .step-item .step-order span::after {
  height: 30px;
}

.steps-slider-section .owl-item:nth-child(3) .step-item .step-order span::before {
  top: calc(100% + 30px);
}

.steps-slider-section .owl-item:nth-child(3) .step-item .step-order span {
  margin-bottom: 50px;
}

.steps-slider-section .owl-item:nth-child(4) .step-item .step-order span::after {
  height: 150px;
}

.steps-slider-section .owl-item:nth-child(4) .step-item .step-order span::before {
  top: calc(100% + 150px);
}

.steps-slider-section .owl-item:nth-child(4) .step-item .step-order span {
  margin-bottom: 170px;
}

.steps-slider-section .owl-item:nth-child(6) .step-item .step-order span::after {
  height: 170px;
}

.steps-slider-section .owl-item:nth-child(6) .step-item .step-order span::before {
  top: calc(100% + 170px);
}

.steps-slider-section .owl-item:nth-child(6) .step-item .step-order span {
  margin-bottom: 190px;
}

.steps-slider-section .owl-item:nth-child(7) .step-item .step-order span::after {
  height: 50px;
}

.steps-slider-section .owl-item:nth-child(7) .step-item .step-order span::before {
  top: calc(100% + 50px);
}

.steps-slider-section .owl-item:nth-child(7) .step-item .step-order span {
  margin-bottom: 70px;
}

.steps-slider-section .owl-item:nth-child(1) .step-item .step-order .step-timeline {
  width: 60%;
  right: -10%;
}

.steps-slider-section .owl-item:nth-child(7) .step-item .step-order .step-timeline {
  width: 60%;
  left: -10%;
}

@media screen and (max-width: 1500px) {
  .steps-slider-section .owl-carousel .owl-nav {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .steps-slider-section .step-item .step-timeline {
    width: 130%;
  }
  .steps-slider-section .owl-item:nth-child(1) .step-item .step-order .step-timeline {
    width: 70%;
    right: -25%;
  }
  .steps-slider-section .owl-item:nth-child(7) .step-item .step-order .step-timeline {
    width: 70%;
    left: -25%;
  }
}
[class$=__title] h1, [class$=__title] h2, [class$=__title] h2, [class$=__title] h3, [class$=__title] h4, [class$=__title] h5, [class$=__title] h6,
[class$=__title] [class^=h-] {
  margin-bottom: 0;
}
[class$=__title] + [class$=__blurb] {
  margin-top: 1.25em;
}

[class$=__blurb] p:first-of-type {
  margin-top: 0;
}
[class$=__blurb] p:last-of-type {
  margin-bottom: 0;
}
[class$=__blurb] + [class$=__action] {
  margin-top: 1.875em;
}

.menu-toggle {
  border-bottom: none;
  display: block;
  padding-bottom: 0;
  text-decoration: none;
  z-index: 9999;
}
.menu-toggle::before {
  display: none;
}
@media screen and (min-width: 48em) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle.active span::before, .menu-toggle.active span::after {
  background-color: #ff8a66 !important;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  background-color: #ff8a66;
  display: inline-block;
  height: 0.1875em;
  width: 1.875em;
}

.menu-toggle span {
  position: relative;
  text-align: left;
  top: -0.375em;
}

.menu-toggle span::before,
.menu-toggle span::after {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  content: "";
  position: absolute;
  transform: rotate(0);
}

.menu-toggle span::before {
  top: -0.625em;
}

.menu-toggle span::after {
  bottom: -0.625em;
}

.menu-toggle b {
  display: none;
}

/* body.no-scroll{ overflow: hidden; } */
.menu-toggle.active span {
  visibility: hidden;
}

.menu-toggle.active span::before,
.menu-toggle.active span::after {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #1d252c;
  top: 0;
  visibility: visible;
}

.menu-toggle.active span::before {
  transform: rotate(-45deg);
}

.menu-toggle.active span::after {
  transform: rotate(45deg);
}

.c-hero .l-grouper {
  max-width: 25em;
  position: relative;
}
@media screen and (min-width: 48em) {
  .c-hero .l-grouper {
    max-width: 37.5em;
  }
}
@media screen and (min-width: 75em) {
  .c-hero .l-grouper {
    max-width: 50em;
  }
}
.c-hero .d-bg-img {
  display: inline-block;
}

@media screen and (min-width: 75em) {
  .c-hero__blurb {
    font-size: 1.5625em;
  }
}

@media screen and (min-width: 75em) {
  .c-hero__action {
    font-size: 1.25em;
  }
}

.c-hero__media {
  display: inline-block;
  position: absolute;
}

.c-hero__media-caption {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  bottom: 0.125em;
  font-family: var(--bodyFontBold);
}
@media screen and (min-width: 40em) {
  .c-hero__media-caption {
    font-size: 1.25em;
  }
}

.menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.menu-vertical li {
  font-size: 1em;
  line-height: 1;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
@media screen and (min-width: 64em) {
  .menu-vertical li {
    font-size: 1.25em;
  }
}
.menu-vertical li a {
  color: #7b868c;
  display: inline-flex;
  line-height: 1;
}
.menu-vertical li a:hover {
  color: #1d252c;
}
.menu-vertical li .icon--circled {
  margin-bottom: 0.3125em;
  margin-left: 0.3125em;
  margin-top: 0.3125em;
}
.menu-social li {
  display: inline-block;
  margin-right: 0.625em;
}
.menu-social li:last-child {
  margin-right: 0;
}

.c-intro {
  text-align: center;
}
.c-intro + div {
  margin-top: 3.125em;
}

.c-intro__blurb {
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5em;
}
@media screen and (min-width: 75em) {
  .c-intro__blurb {
    font-size: 1.125em;
  }
}

.c-blurb p {
  font-size: 1.25em;
}
.c-blurb p:first-of-type {
  margin-top: 0;
}
.c-blurb p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .c-blurb p {
    font-size: 2.3125em;
    line-height: 1.1;
  }
}

.c-blurb__action {
  margin-top: 1.5625em;
}
@media screen and (min-width: 75em) {
  .c-blurb__action {
    font-size: 1.25em;
    margin-top: 1.25em;
  }
}

.c-basic__blurb {
  color: #7b868c;
}
.c-basic__blurb + .c-basic__media {
  margin-top: 1.875em;
}

.c-basic--simple.has-border-top {
  margin-top: 0;
  padding-top: 0.625em;
}
.c-basic--simple.has-border-top::before {
  width: 100%;
}
.c-basic--simple .c-basic__title {
  color: #1d252c;
}

.c-basic--has-icon {
  display: flex;
}
.c-basic--has-icon .l-grouper {
  padding-left: 1.25em;
}
.c-basic--has-icon .c-basic__blurb {
  margin-top: 0.625em;
}

.c-card {
  height: 100%;
}

.c-super-smsf .c-card__media {
  padding: 3.125em;
}
@media screen and (min-width: 75em) {
  .c-super-smsf .c-card__media {
    position: relative;
  }
}
.c-super-smsf .c-card__media .d-bg-img {
  background-size: contain;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 75em) {
  .c-super-smsf .c-card__media .d-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.l-split-35-65 .c-card .l-grouper {
  padding: 3.125em 2.1875em;
}
@media screen and (min-width: 85.375em) {
  .l-split-35-65 .c-card .l-grouper {
    padding-left: 3.125em;
    padding-right: 3.125em;
  }
}
@media screen and (min-width: 102.5em) {
  .l-split-35-65 .c-card .l-grouper {
    padding: 3.75em 4.375em;
  }
}
@media screen and (min-width: 48em) {
  .l-split-35-65 .c-card .l-grouper .l-text-split {
    flex-direction: column;
  }
}
@media screen and (min-width: 64em) {
  .l-split-35-65 .c-card .l-grouper .l-text-split {
    max-width: none;
  }
}
@media screen and (min-width: 75em) {
  .l-split-35-65 .c-card .l-grouper .l-text-split {
    flex-direction: row;
    justify-content: space-between;
    max-width: 53.125em;
  }
}
@media screen and (min-width: 75em) {
  .l-split-35-65 .c-card .l-grouper .l-text-split__block:first-child {
    flex-basis: 45%;
  }
}
@media screen and (min-width: 85.375em) {
  .l-split-35-65 .c-card .l-grouper .l-text-split__block:first-child {
    flex-basis: 25.625em;
  }
}
@media screen and (min-width: 48em) {
  .l-split-35-65 .c-card .l-grouper .l-text-split__block:last-child {
    margin-top: 1.25em;
  }
}
@media screen and (min-width: 75em) {
  .l-split-35-65 .c-card .l-grouper .l-text-split__block:last-child {
    flex-basis: 40%;
    margin-top: 0;
  }
}
@media screen and (min-width: 85.375em) {
  .l-split-35-65 .c-card .l-grouper .l-text-split__block:last-child {
    flex-basis: 18.75em;
  }
}

.c-card-1 {
  max-width: 31.25em;
}
.c-card-1 .c-card__icon {
  margin-bottom: 2.5em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .c-card-1 .c-card__icon {
    text-align: left;
    margin-bottom: 1.875em;
  }
}
.c-card-1 .c-card__blurb {
  color: #7b868c;
}
@media screen and (min-width: 64em) {
  .c-card-1 .c-card__blurb {
    font-size: 1.125em;
  }
}

.c-card-2 {
  overflow: hidden;
}
.c-card-2 .c-card__icon {
  margin-bottom: 1.875em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .c-card-2 .c-card__icon {
    text-align: left;
  }
}
.c-card-2 .block-title {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 64em) {
  .c-card-2 .block-title {
    margin-bottom: 2.5em;
  }
}
.c-card-2 .c-card__blurb {
  color: #7b868c;
}
@media screen and (min-width: 64em) {
  .c-card-2 .c-card__blurb {
    font-size: 1.125em;
  }
}
.c-card-2 .c-card__action {
  display: table;
  margin-top: 1.875em;
}
@media screen and (min-width: 85.375em) {
  .c-card-2 .c-card__action .menu-vertical li {
    font-size: 1.375em;
  }
}

.c-card-3 {
  height: 100%;
  padding: 3.125em 2.8125em;
  text-align: center;
}
@media screen and (min-width: 25.875em) {
  .c-card-3 {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: left;
  }
}
@media screen and (min-width: 75em) {
  .c-card-3 {
    display: block;
    font-size: 1rem;
  }
}
@media screen and (min-width: 85.375em) {
  .c-card-3 {
    padding-left: 3.75em;
    padding-right: 3.75em;
  }
}
.c-card-3 .c-card__media {
  mix-blend-mode: multiply;
  text-align: center;
}
@media screen and (min-width: 25.875em) {
  .c-card-3 .c-card__media {
    flex: 0 0 30%;
    padding-right: 1.875em;
  }
}
@media screen and (min-width: 30em) {
  .c-card-3 .c-card__media {
    max-width: 9.375em;
    padding-right: 3.125em;
  }
}
@media screen and (min-width: 75em) {
  .c-card-3 .c-card__media {
    margin-bottom: 1.875em;
    max-width: none;
    padding-right: 0;
    text-align: left;
    width: 100%;
  }
}
.c-card-3 .c-card__media img {
  max-height: 9.375em;
}
@media screen and (min-width: 25.875em) {
  .c-card-3 .c-card__media img {
    max-height: 12.5em;
  }
}
.c-card-3 .l-grouper {
  padding-top: 1.875em;
}
@media screen and (min-width: 25.875em) {
  .c-card-3 .l-grouper {
    flex: 1 1 auto;
    max-width: 28.125em;
    padding-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .c-card-3 .l-grouper {
    max-width: 21.875em;
  }
}
.c-card-3 .c-card__title {
  margin-bottom: 1.25em;
}
.c-card-3 .c-card__title .h-3 {
  line-height: 1;
}
.c-card-3 .c-card__blurb {
  color: #7b868c;
  font-size: 0.7rem;
  line-height: 1.3;
}
@media screen and (min-width: 25.875em) {
  .c-card-3 .c-card__blurb {
    margin-top: 0.625em;
  }
}
@media screen and (min-width: 64em) {
  .c-card-3 .c-card__blurb {
    font-size: 1rem;
  }
}
.c-card-3 .c-card__blurb p {
  font-size: 1.5em;
}
@media screen and (min-width: 64em) {
  .c-card-3 .c-card__blurb p {
    font-size: 1.125em;
  }
}
.c-card-3 .c-card__action {
  font-size: 0.9rem;
  margin-top: 1.25em;
}
.c-card-3 .c-card__action a {
  color: #ff5b35;
}
.c-card-3 .c-card__action a:hover {
  color: #1d252c;
}

.c-card-4 {
  height: 100%;
}
@media screen and (min-width: 48em) {
  .c-card-4 {
    text-align: left;
  }
}
.c-card-4::after {
  content: "";
  clear: both;
  display: table;
}
.c-card-4 .c-card__media {
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .c-card-4 .c-card__media {
    height: 15.625em;
  }
}
@media screen and (min-width: 64em) {
  .c-card-4 .c-card__media {
    height: 20em;
  }
}
@media screen and (min-width: 85.375em) {
  .c-card-4 .c-card__media {
    height: 26.25em;
  }
}
.c-card-4 .c-card__media .d-bg-img {
  position: relative;
}
.c-card-4 .c-card__media .d-bg-img::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #1d252c;
  bottom: 0;
  left: 0;
  mix-blend-mode: saturation;
  right: 0;
  top: 0;
  z-index: 2;
}
.c-card-4 .c-card__media .d-bg-img > * {
  position: relative;
  z-index: 1;
}
.c-card-4 .c-card__blurb,
.c-card-4 .l-text-split__blurb {
  color: #7b868c;
}
@media screen and (min-width: 64em) {
  .c-card-4 .c-card__blurb p,
  .c-card-4 .l-text-split__blurb p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  .c-card-4 .c-card__action a,
  .c-card-4 .l-text-split__action a {
    font-size: 1.25em;
  }
}

.l-split-35-65 .l-split__block:last-child .c-card-4::after {
  content: "";
  clear: both;
  display: table;
}
.c-super-smsf .c-card__media .d-bg-img::before {
  display: none;
}

.c-card-6 {
  display: flex;
  flex-flow: column-reverse wrap;
}
@media screen and (min-width: 30em) {
  .c-card-6 {
    display: block;
  }
}
@media screen and (min-width: 40em) {
  .c-card-6 {
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 48em) {
  .c-card-6 {
    padding: 1.875em 1.25em 0;
  }
}
@media screen and (min-width: 64em) {
  .c-card-6 {
    padding-top: 3.75em;
  }
}
@media screen and (min-width: 85.375em) {
  .c-card-6 {
    padding-top: 1.875em;
  }
}
.c-card-6 .l-grouper {
  margin-top: 1.875em;
}
@media screen and (min-width: 30em) {
  .c-card-6 .l-grouper {
    margin-top: 0;
    padding-right: 45%;
  }
}
@media screen and (min-width: 48em) {
  .c-card-6 .l-grouper {
    padding-right: 0;
  }
}
@media screen and (min-width: 75em) {
  .c-card-6 .l-grouper {
    max-width: 28.125em;
  }
}
.c-card-6 .c-card__title {
  font-size: 0.9rem;
}
@media screen and (min-width: 85.375em) {
  .c-card-6 .c-card__title {
    font-size: 1.04rem;
  }
}
@media screen and (min-width: 64em) {
  .c-card-6 .c-card__blurb {
    margin-top: 3.125em;
    width: 15.625em;
  }
}
.c-card-6 .c-card__blurb strong {
  color: #1d252c;
  font-family: var(--accentFontBold);
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 75em) {
  .c-card-6 .c-card__blurb strong {
    font-size: 1.75rem;
  }
}
.c-card-6 .c-card__media {
  height: 18.75em;
  text-align: center;
}
@media screen and (min-width: 30em) {
  .c-card-6 .c-card__media {
    position: absolute;
    right: -3.125em;
    top: -0.625em;
  }
}
@media screen and (min-width: 36.25em) {
  .c-card-6 .c-card__media {
    right: 0;
  }
}
@media screen and (min-width: 40em) {
  .c-card-6 .c-card__media {
    top: -1.875em;
  }
}
@media screen and (min-width: 48em) {
  .c-card-6 .c-card__media {
    position: initial;
    margin-top: 1.875em;
  }
}
@media screen and (min-width: 64em) {
  .c-card-6 .c-card__media {
    height: 25em;
    position: absolute;
    top: 23%;
  }
}
@media screen and (min-width: 75em) {
  .c-card-6 .c-card__media {
    right: 5%;
  }
}
@media screen and (min-width: 85.375em) {
  .c-card-6 .c-card__media {
    height: 26.875em;
    left: 18.125em;
    right: 6.875em;
    top: 7.5em;
  }
}
.c-card-6 .c-card__media img {
  max-height: 100%;
}

.c-cta--simple {
  background-color: #f3f3f3;
  padding: 4.375em 2.1875em;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .c-cta--simple {
    padding-bottom: 6.25em;
    padding-top: 6.25em;
  }
}
.c-cta--simple .c-cta__title {
  margin-bottom: 2.5em;
  margin-left: auto;
  margin-right: auto;
  max-width: 53.125em;
}
@media screen and (min-width: 48em) {
  .c-cta--simple .c-cta__title h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 75em) {
  .c-cta--simple .c-cta__title h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 25.875em) {
  .c-cta--simple .c-cta__action {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  .c-cta--simple .c-cta__action {
    font-size: 1.45rem;
  }
}
.c-cta-call-appointment {
  background-color: #f3f3f3;
  padding: 3.75em 2.1875em;
}
.c-cta-call-appointment .c-cta__title {
  border-bottom: 1px solid #ff5b35;
  padding-bottom: 1.875em;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .c-cta-call-appointment .c-cta__title .h-3 {
    font-size: 2em;
  }
}
.c-cta-call-appointment .l-split-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 48.125em;
  padding-top: 3.75em;
}
@media screen and (min-width: 40em) {
  .c-cta-call-appointment .l-split-2 {
    display: flex;
  }
}
.c-cta-call-appointment .l-split__block {
  margin-left: auto;
  margin-right: auto;
  max-width: 20em;
}
@media screen and (min-width: 40em) {
  .c-cta-call-appointment .l-split__block:first-child {
    padding-right: 0.625em;
  }
}
@media screen and (min-width: 48em) {
  .c-cta-call-appointment .l-split__block:first-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 40em) {
  .c-cta-call-appointment .l-split__block:last-child {
    padding-left: 0.625em;
  }
}
@media screen and (min-width: 48em) {
  .c-cta-call-appointment .l-split__block:last-child {
    padding-left: 0;
  }
}
.c-cta-call-appointment .l-split__block .h-5 {
  font-size: 1.25em;
}
@media screen and (min-width: 64em) {
  .c-cta-call-appointment .l-split__block .h-5 {
    font-size: 1.5625em;
  }
}
.c-cta-call-appointment .l-split__block .h-5 a {
  color: inherit;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.c-cta-call-appointment .l-split__block .h-5 a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  background-color: #ff5b35;
  height: 1px;
  bottom: 1px;
  opacity: 0;
  width: 100%;
}
.c-cta-call-appointment .l-split__block .h-5 a:hover {
  color: #ff5b35;
}
.c-cta-call-appointment .l-split__block .h-5 a:hover::after {
  opacity: 1;
}
.c-cta-newsletter {
  background-color: #c1c5c8;
  padding: 3.125em 2.1875em;
  text-align: center;
}
@media screen and (min-width: 30em) {
  .c-cta-newsletter {
    text-align: left;
  }
}
@media screen and (min-width: 40em) {
  .c-cta-newsletter {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 40em) {
  .c-cta-newsletter .l-grouper,
  .c-cta-newsletter .form-holder {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 40em) {
  .c-cta-newsletter .l-grouper {
    flex-basis: 15.625em;
  }
}
@media screen and (min-width: 48em) {
  .c-cta-newsletter .l-grouper {
    flex-basis: auto;
    padding-right: 2.5em;
  }
}
@media screen and (min-width: 85.375em) {
  .c-cta-newsletter .c-cta__title h2 {
    font-size: 1.5625em;
  }
}
.c-cta-newsletter .c-cta__blurb {
  font-size: 1.125rem;
  margin-top: 0.3125em;
}
@media screen and (min-width: 48em) {
  .c-cta-newsletter .c-cta__blurb {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 75em) {
  .c-cta-newsletter .c-cta__blurb {
    margin-top: -0.1875em;
  }
}
@media screen and (min-width: 85.375em) {
  .c-cta-newsletter .c-cta__blurb {
    font-size: 1.5625em;
  }
}
@media screen and (min-width: 40em) {
  .c-cta-newsletter .form-holder {
    flex-basis: 18.75em;
    padding-top: 0;
  }
}
@media screen and (min-width: 85.375em) {
  .c-cta-newsletter .form-holder {
    flex-basis: 21.875em;
  }
}
@media screen and (min-width: 40em) {
  .c-cta-newsletter .form-holder .field-holder {
    margin-top: 0;
  }
}
.c-cta-newsletter .form-holder input[type=email], .c-cta-newsletter .form-holder input[type=number], .c-cta-newsletter .form-holder input[type=password], .c-cta-newsletter .form-holder input[type=search], .c-cta-newsletter .form-holder input[type=tel], .c-cta-newsletter .form-holder input[type=text], .c-cta-newsletter .form-holder input[type=url], .c-cta-newsletter .form-holder textarea, .c-cta-newsletter .form-holder input[type=color], .c-cta-newsletter .form-holder input[type=date], .c-cta-newsletter .form-holder input[type=datetime], .c-cta-newsletter .form-holder input[type=datetime-local], .c-cta-newsletter .form-holder input[type=month], .c-cta-newsletter .form-holder input[type=time], .c-cta-newsletter .form-holder input[type=week] {
  border: none;
}
.c-cta-newsletter--alt {
  background-color: #1d252c;
  display: block;
  padding-bottom: 2.8125em;
  padding-top: 2.8125em;
}
@media screen and (min-width: 48em) {
  .c-cta-newsletter--alt {
    align-items: flex-start;
    display: flex;
  }
}
.c-cta-newsletter--alt .l-grouper {
  margin-bottom: 1.875em;
}
@media screen and (min-width: 48em) {
  .c-cta-newsletter--alt .l-grouper {
    flex-basis: 25em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 85.375em) {
  .c-cta-newsletter--alt .l-grouper {
    flex-basis: 21.875em;
    margin-right: 5.625em;
    padding-right: 0;
  }
}
.c-cta-newsletter--alt .c-cta__title {
  margin-bottom: 0.625em;
}
.c-cta-newsletter--alt .c-cta__title h2 {
  color: #5b6670;
}
@media screen and (min-width: 85.375em) {
  .c-cta-newsletter--alt .c-cta__title h2 {
    font-size: 1.125rem;
  }
}
.c-cta-newsletter--alt .c-cta__blurb {
  color: #a2a9ad;
}
@media screen and (min-width: 48em) {
  .c-cta-newsletter--alt .c-cta__blurb {
    font-size: 1.05rem;
    max-width: 20em;
  }
}
@media screen and (min-width: 75em) {
  .c-cta-newsletter--alt .c-cta__blurb {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 85.375em) {
  .c-cta-newsletter--alt .form-holder {
    flex-basis: 22.5em;
  }
}
.c-cta-newsletter--alt .form-holder .field-holder {
  margin-top: 0;
}
.c-cta-newsletter--alt .form-holder .icon {
  filter: brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(1479%) hue-rotate(166deg) brightness(97%) contrast(90%);
}
.c-cta-newsletter--alt .form-holder input[type=email], .c-cta-newsletter--alt .form-holder input[type=number], .c-cta-newsletter--alt .form-holder input[type=password], .c-cta-newsletter--alt .form-holder input[type=search], .c-cta-newsletter--alt .form-holder input[type=tel], .c-cta-newsletter--alt .form-holder input[type=text], .c-cta-newsletter--alt .form-holder input[type=url], .c-cta-newsletter--alt .form-holder textarea, .c-cta-newsletter--alt .form-holder input[type=color], .c-cta-newsletter--alt .form-holder input[type=date], .c-cta-newsletter--alt .form-holder input[type=datetime], .c-cta-newsletter--alt .form-holder input[type=datetime-local], .c-cta-newsletter--alt .form-holder input[type=month], .c-cta-newsletter--alt .form-holder input[type=time], .c-cta-newsletter--alt .form-holder input[type=week] {
  background-color: #7b868c;
}

.c-testimonial {
  margin: 1.875em auto 0;
  max-width: 40.625em;
  padding-top: 1.875em;
  position: relative;
  text-align: center;
}
.c-testimonial::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  content: "";
  display: block;
  position: absolute;
  background-color: #ff5b35;
  height: 1px;
  top: 0;
  width: 12.5em;
}
.c-testimonial footer {
  margin-top: 1.25em;
}
.c-testimonial cite {
  display: block;
  font-size: 0.8125em;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 40em) {
  .c-testimonial cite {
    display: inline-block;
  }
}

.c-testimonial__quote {
  color: #7b868c;
  font-size: 1.125em;
  margin: 0;
}

.c-testimonial__author {
  color: #ff5b35;
}

.c-testimonial__location {
  color: #fda286;
}

.c-article--large {
  display: flex;
  flex-flow: column-reverse wrap;
}
@media screen and (min-width: 75em) {
  .c-article--large {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 85.375em) {
  .c-article--large {
    justify-content: space-between;
  }
}
.c-article--large .c-article__media {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 75em) {
  .c-article--large .c-article__media {
    flex: 0 0 40%;
    padding-top: 4.375em;
  }
}
@media screen and (min-width: 85.375em) {
  .c-article--large .c-article__media {
    flex-basis: 26.25em;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.c-article--large .c-article__media .d-bg-img {
  height: initial;
}
@media screen and (min-width: 85.375em) {
  .c-article--large .c-article__media .d-bg-img {
    height: 22.5em;
  }
}
.c-article--large .l-grouper {
  margin-bottom: 1.875em;
}
@media screen and (min-width: 75em) {
  .c-article--large .l-grouper {
    flex: 0 0 60%;
    padding-right: 3.125em;
  }
}
@media screen and (min-width: 85.375em) {
  .c-article--large .l-grouper {
    flex-basis: 25em;
    padding-right: 0;
  }
}
.c-article--large .c-article__meta {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 85.375em) {
  .c-article--large .c-article__meta {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 85.375em) {
  .c-article--large .c-article__title {
    line-height: 1.75;
  }
}
@media screen and (min-width: 64em) {
  .c-article--large .c-article__title h3 {
    font-size: 1.5625em;
  }
}
@media screen and (min-width: 85.375em) {
  .c-article--large .c-article__blurb {
    line-height: 1.5;
  }
}
.c-article--large .c-article__action {
  border-bottom: 1px solid #ff5b35;
  border-top: 1px solid #ff5b35;
  display: table;
  min-width: 9.375em;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
@media screen and (min-width: 75em) {
  .c-article--large .c-article__action {
    min-width: initial;
    width: 100%;
  }
}
@media screen and (min-width: 85.375em) {
  .c-article--large .c-article__action {
    margin-top: 3.125em;
  }
}
.c-article--small .l-grouper {
  padding: 1.875em 1.25em;
}
@media screen and (min-width: 25.875em) {
  .c-article--small .l-grouper {
    padding: 1.875em 2.1875em 2.1875em;
  }
}
@media screen and (min-width: 25.875em) {
  .c-article--small .l-grouper {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 85.375em) {
  .c-article--small .l-grouper {
    padding: 2.5em 3.4375em 0;
  }
}
.c-article--small .c-article__category {
  font-size: 1em;
  text-transform: uppercase;
}
.c-article--small .c-article__category b {
  font-weight: normal;
}
.c-article--small .c-article__title {
  margin-top: 0.9375em;
}
@media screen and (min-width: 40em) {
  .c-article--small .c-article__title p {
    font-size: 1em;
  }
}
.c-article--small .c-article__title a {
  color: inherit;
}
.c-article--small .c-article__action {
  margin-top: 0.3125em;
}
@media screen and (min-width: 40em) {
  .c-article--small .c-article__action {
    margin-top: 0.9375em;
  }
}
.c-article--small .c-article__action a {
  color: #ff5b35;
}
@media screen and (min-width: 40em) {
  .c-article--small .c-article__action a {
    font-size: 1em;
  }
}
.c-article--small .c-article__action a:hover {
  text-decoration: underline;
}
.c-article--small .c-article__media {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  transform: scale(1);
  display: inline-flex;
  margin: 0;
  overflow: hidden;
}
.c-article--small .c-article__media:hover {
  -webkit-box-shadow: 2px 4px 20px 0 rgba(29, 37, 44, 0.25);
  -moz-box-shadow: 2px 4px 20px 0 rgba(29, 37, 44, 0.25);
  box-shadow: 2px 4px 20px 0 rgba(29, 37, 44, 0.25);
  transform: scale(1.05);
  z-index: 1;
}
@media screen and (min-width: 75em) {
  .c-article--small .c-article__media {
    display: block;
  }
}

.c-article__media .d-bg-img {
  position: relative;
}
.c-article__media .d-bg-img::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #1d252c;
  bottom: 0;
  left: 0;
  mix-blend-mode: saturation;
  right: 0;
  top: 0;
  z-index: 2;
}
.c-article__media .d-bg-img > * {
  position: relative;
  z-index: 1;
}

.c-article__author {
  color: #7b868c;
  align-items: center;
  display: flex;
  margin-bottom: 1.25em;
}
.c-article__author-photo {
  border-radius: 50%;
  height: 2.8125em;
  margin-right: 1.25em;
  overflow: hidden;
  width: 2.8125em;
}
.c-article__author-name {
  font-weight: normal;
}

.c-article__meta {
  color: #7b868c;
}
.c-article__meta > span {
  display: block;
}

.c-article__title a {
  color: inherit;
  text-decoration: none;
}

.c-article__blurb {
  color: #7b868c;
}

.c-article__blurb {
  color: #7b868c;
}

.c-contact-info__field {
  display: block;
}
.c-contact-info__field a {
  color: inherit;
  text-decoration: none;
}
.c-contact-info__field--emphasized {
  font-size: 1.7em;
}

.c-contact-info__label {
  font-weight: normal;
}
.c-contact-info__label + .c-contact-info__value {
  padding-left: 0.625em;
}

@media screen and (min-width: 64em) {
  .contact-details .c-contact-info__field {
    margin-bottom: 0.9375em;
  }
}
.contact-details .c-contact-info__field--emphasized {
  margin-bottom: 0.625em;
}

.c-person .l-grouper {
  padding: 1.875em 3.125em 1.875em 5em;
}

.c-person__media {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  transform: scale(1);
}
.c-person__media:hover {
  -webkit-box-shadow: 2px 4px 20px 0 rgba(29, 37, 44, 0.25);
  -moz-box-shadow: 2px 4px 20px 0 rgba(29, 37, 44, 0.25);
  box-shadow: 2px 4px 20px 0 rgba(29, 37, 44, 0.25);
  transform: scale(1.05);
  z-index: 1;
}
@media screen and (min-width: 85.375em) {
  .c-person__media img {
    max-height: 15.625em;
    max-width: 25em;
  }
}
@media screen and (min-width: 102.5em) {
  .c-person__media img {
    max-height: 21.875em;
  }
}

.c-person__name {
  color: #323e48;
}
.c-person__name h3 {
  font-size: 1rem;
  margin-bottom: 0;
}

.c-person__position {
  color: #7b868c;
}
.c-person__position b {
  display: block;
  font-weight: normal;
  padding-left: 1.25em;
  position: relative;
}
.c-person__position b::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "—";
  display: block;
  font-size: 0.9375em;
  left: 0;
}

.c-person__blurb {
  color: #a2a9ad;
  margin-top: 0.625em;
}
.c-person__blurb p {
  font-size: 0.825rem;
}

.c-share__title {
  color: #ff5b35;
  font-family: var(--bodyFontBold);
}

.c-share__list {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  padding-left: 0;
}
@media screen and (min-width: 23.4375em) {
  .c-share__list {
    width: 5em;
    justify-content: space-between;
  }
}
.c-share__item {
  height: 2.25em;
  margin-right: 0.625em;
  width: 2.25em;
}
@media screen and (min-width: 23.4375em) {
  .c-share__item {
    margin-bottom: 0.5em;
    margin-right: 0;
  }
}
.c-share__item:first-child {
  margin-left: 0;
}
.c-share__item:last-child {
  margin-right: 0;
}

.c-share__link {
  display: block;
  height: 100%;
  width: 100%;
}
.c-share__link:hover .icon {
  transform: scale(0.9);
}
.c-share__link .icon {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 100%;
  transform: scale(1);
  width: 100%;
}

.slider-item {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 64em) {
  .slider-item {
    min-height: 31.25em;
  }
}
@media screen and (min-width: 48em) {
  .slider-item > .boundary {
    min-height: 31.25em;
  }
}
@media screen and (min-width: 75em) {
  .slider-item > .boundary {
    padding-bottom: 7.5em;
    padding-top: 7.5em;
  }
}
@media screen and (min-width: 85.375em) {
  .slider-item > .boundary {
    padding-bottom: 12.5em;
    padding-top: 12.5em;
  }
}
.slider-item .slider-item__number {
  display: none;
}
@media screen and (min-width: 64em) {
  .slider-item .slider-item__number {
    display: block;
    font-family: var(--bodyFontBold);
    font-size: 1.5em;
    left: -4.375em;
    position: absolute;
    top: 0.3125em;
  }
}
@media screen and (min-width: 85.375em) {
  .slider-item .slider-item__number {
    font-size: 1.875em;
    left: -5.625em;
    top: 0.625em;
  }
}
@media screen and (min-width: 64em) {
  .slider-item .slider-item__number::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #1d252c;
    height: 1px;
    left: 1.5625em;
    top: 0.75em;
    width: 1.875em;
  }
}
@media screen and (min-width: 85.375em) {
  .slider-item .slider-item__number::after {
    width: 3.125em;
  }
}
.slider-item .d-boxed-element {
  margin-bottom: 1.875em;
}
@media screen and (min-width: 85.375em) {
  .slider-item .d-boxed-element {
    margin-bottom: 3.125em;
  }
}
@media screen and (min-width: 48em) {
  .slider-item .l-grouper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.slider-item .slider-item__title {
  position: relative;
}
@media screen and (min-width: 48em) {
  .slider-item .slider-item__blurb {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 75em) {
  .slider-item .slider-item__blurb {
    font-size: 2rem;
  }
}
.slider-item .slider-item__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 75em) {
  .slider-item.no-media .boundary {
    min-height: 37.5em;
  }
}
@media screen and (min-width: 85.375em) {
  .slider-item.no-media .boundary {
    min-height: 43.75em;
  }
}
@media screen and (min-width: 48em) {
  .slider-item.no-media .l-grouper {
    width: 46.875em;
  }
}
@media screen and (min-width: 75em) {
  .slider-item.no-media .l-grouper {
    width: 58.125em;
  }
}

.wlm-slider .owl-carousel .owl-item {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 64em) {
  .wlm-slider .owl-carousel .owl-item.active .slider-item .l-grouper {
    animation-delay: 0.9s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: slideTextIn;
  }
}
@media screen and (min-width: 64em) {
  .wlm-slider .owl-carousel .owl-item.active .slider-item .c-hero__media {
    animation-delay: 1.4s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: slideMediaIn;
  }
}
.wlm-slider .owl-carousel .owl-item.active .slider-item__bg {
  opacity: 1;
}
.wlm-slider .owl-carousel .owl-animated-in {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .wlm-slider .owl-carousel .owl-animated-out {
    z-index: -1;
  }
}
@media screen and (min-width: 64em) {
  .wlm-slider .owl-carousel .owl-animated-out::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    display: block;
    position: absolute;
    background-color: #1d252c;
    height: 100vh;
    opacity: 0.7;
    width: 100vw;
  }
}
@media screen and (min-width: 64em) {
  .wlm-slider .owl-carousel .owl-animated-out .slider-item {
    animation-duration: 1s;
    animation-name: slideOutWide;
  }
}
.wlm-slider .owl-carousel .slider-item .boundary {
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .wlm-slider .owl-carousel .slider-item .boundary {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 64em) {
  .wlm-slider .owl-carousel .slider-item .l-grouper {
    opacity: 0;
  }
}
@media screen and (min-width: 64em) {
  .wlm-slider .owl-carousel .slider-item .c-hero__media {
    opacity: 0;
  }
}
.wlm-slider .owl-carousel .owl-dots {
  left: 0;
  bottom: 1.25em;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .wlm-slider .owl-carousel .owl-dots {
    bottom: initial;
    top: 50%;
    display: flex;
    flex-direction: column;
    height: auto;
    left: initial;
    right: 3.125em;
    transform: translateY(-50%);
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .wlm-slider .owl-carousel .owl-dots .owl-dot {
    margin: 0.4375em 0;
  }
}

@keyframes slideTextIn {
  from {
    margin-top: -50px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slideMediaIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutWide {
  from {
    margin-top: 0;
    transform: scale(1);
  }
  to {
    margin-top: -350px;
    transform: scale(0.95);
  }
}
.pagination {
  display: table;
}
.pagination ul {
  display: flex;
  margin: 0;
  padding-left: 0;
}
.pagination ul li {
  margin-bottom: 0;
  padding-left: 0.3125em;
  padding-right: 0.3125em;
}
@media screen and (min-width: 75em) {
  .pagination ul li {
    padding-left: 0.4375em;
    padding-right: 0.4375em;
  }
}
.pagination ul li:first-child {
  padding-left: 0;
}
.pagination ul li:last-child {
  padding-right: 0;
}
.pagination ul li::before {
  display: none;
}
.pagination ul li a {
  border: 1px solid #ff5b35;
  border-radius: 50%;
  display: block;
  font-family: var(--bodyFontBold);
  font-size: 1.125em;
  height: 1.875em;
  line-height: 1.875em;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 1.875em;
}
.pagination ul li a:hover {
  border-color: #1d252c;
}
.pagination__prev a, .pagination__next a {
  height: 0;
  padding-top: 1.25em;
}
.pagination__prev a:hover .icon, .pagination__next a:hover .icon {
  filter: brightness(0) saturate(100%);
}
.pagination__prev a .icon, .pagination__next a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 1.125em;
  margin: 0;
  width: 1.125em;
}
.pagination__prev a:hover .icon {
  transform: translate(-75%, -50%);
}
.pagination__next a:hover .icon {
  transform: translate(-25%, -50%);
}
.pagination__current a {
  background-color: rgba(255, 91, 53, 0.5);
}
.pagination__current a:hover {
  border-color: #ff5b35 !important;
  color: #ff5b35;
  cursor: text;
}

@media screen and (min-width: 75em) {
  .main-content::after {
    clear: both;
    content: "";
    display: table;
  }
}
.main-content .pagination {
  margin: 3.125em auto 0;
}
@media screen and (min-width: 48em) {
  .main-content .pagination {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 75em) {
  .main-content .pagination {
    float: right;
    margin-top: 9.375em;
  }
}

.c-pager {
  border-top: 1px solid #ff5b35;
  margin-left: auto;
  margin-right: auto;
  max-width: 95vw;
}
.c-pager > .boundary {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.375em;
  padding-top: 4.375em;
}
@media screen and (min-width: 40em) {
  .c-pager > .boundary {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 48em) {
  .c-pager .has-icon {
    font-size: 1rem;
  }
}
@media screen and (min-width: 85.375em) {
  .c-pager .has-icon {
    font-size: 1.3rem;
  }
}
.c-pager .has-icon .icon {
  filter: brightness(0) saturate(100%) invert(56%) sepia(10%) saturate(341%) hue-rotate(157deg) brightness(92%) contrast(87%);
  font-size: 0.85rem;
}
@media screen and (min-width: 75em) {
  .c-pager .has-icon .icon {
    font-size: 1rem;
  }
}
.c-pager .has-icon:hover {
  text-decoration: underline;
}

.c-pager__prev .icon {
  margin-right: 1.25em;
}

.c-pager__next .icon {
  margin-left: 1.25em;
}

.c-breadcrumbs > span, .c-breadcrumbs > i {
  font-size: 0.8125em;
}
.c-breadcrumbs > i {
  font-style: normal;
}
.c-breadcrumbs a {
  color: #5b6670;
  text-decoration: none;
}
.c-breadcrumbs a:hover {
  color: #ff5b35;
}

.c-side-menu {
  background-color: #fff;
  border: 1px solid #cfd2d3;
  margin-top: 0.5em;
  min-width: 8.125em;
  padding: 0.625em;
}
@media screen and (min-width: 25.875em) {
  .c-side-menu {
    margin-top: 0.25em;
    padding: 0.9375em;
  }
}
@media screen and (min-width: 48em) {
  .c-side-menu {
    display: none;
  }
}
.c-side-menu .menu-vertical {
  display: none;
  margin-top: 1.875em;
  min-width: 12.5em;
}
.c-side-menu .menu-vertical .d-lined-element:first-child {
  border-top: none;
}
.c-side-menu.active .menu-vertical {
  display: block;
}
.c-side-menu.active .c-side-menu__title .icon {
  transform: scaleY(-1);
}

.c-side-menu__title {
  color: #1d252c;
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
}
@media screen and (min-width: 25.875em) {
  .c-side-menu__title {
    font-size: 1rem;
  }
}
.c-side-menu__title a {
  color: inherit;
  display: flex;
  justify-content: space-between;
}
.c-side-menu__title a .icon {
  font-size: 0.6rem;
}

.c-gallery--simple .c-gallery__list {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.9375em;
  max-width: 37.5em;
  width: calc(100% + 1.875em);
}
@media screen and (min-width: 40em) {
  .c-gallery--simple .c-gallery__list {
    margin-left: -0.3125em;
    width: calc(100% + 0.625em);
  }
}
@media screen and (min-width: 48em) {
  .c-gallery--simple .c-gallery__list {
    margin-left: -0.9375em;
    width: calc(100% + 1.875em);
  }
}
@media screen and (min-width: 75em) {
  .c-gallery--simple .c-gallery__list {
    margin-left: -0.625em;
    max-width: none;
    width: calc(100% + 1.25em);
  }
}
.c-gallery--simple .c-gallery__item {
  flex: 0 0 50%;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
@media screen and (min-width: 30em) {
  .c-gallery--simple .c-gallery__item {
    flex-basis: 33.33%;
  }
}
@media screen and (min-width: 40em) {
  .c-gallery--simple .c-gallery__item {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 75em) {
  .c-gallery--simple .c-gallery__item {
    flex-basis: 14.285%;
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
}

.c-gallery__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.c-gallery-clients {
  min-height: 17.5em;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 64em) {
  .c-gallery-clients {
    height: 100%;
  }
}
.c-gallery-clients .c-gallery__item {
  opacity: 0;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 40em) {
  .c-gallery-clients .c-gallery__item {
    height: 100%;
    width: 50%;
  }
}
.c-gallery-clients .c-gallery__item:nth-child(1) {
  opacity: 1;
}
@media screen and (min-width: 40em) {
  .c-gallery-clients .c-gallery__item:nth-child(2) {
    opacity: 1;
  }
}
@media screen and (min-width: 40em) {
  .c-gallery-clients .c-gallery__item:nth-child(odd) {
    left: 0;
  }
}
@media screen and (min-width: 40em) {
  .c-gallery-clients .c-gallery__item:nth-child(even) {
    right: 0;
  }
}
.c-gallery-clients.hasCrossFade .c-gallery__item:nth-child(3) {
  animation: fadeIn 2s 3s ease-in forwards, fadeOut 2s 10.5s ease-out forwards;
  z-index: 3;
}
.c-gallery-clients.hasCrossFade .c-gallery__item:nth-child(4) {
  animation: fadeIn 2s 6s ease-in forwards, fadeOut 2s 13.5s ease-out forwards;
  z-index: 4;
}
.c-gallery-clients.hasCrossFade .c-gallery__item:nth-child(5) {
  animation: fadeIn 2s 9s ease-in forwards, fadeOut 2s 16.5s ease-out forwards;
  z-index: 5;
}
.c-gallery-clients.hasCrossFade .c-gallery__item:nth-child(6) {
  animation: fadeIn 2s 12s ease-in forwards, fadeOut 2s 19.5s ease-out forwards;
  z-index: 6;
}
.c-gallery-clients.hasCrossFade .c-gallery__item:nth-child(7) {
  animation: fadeIn 2s 15s ease-in forwards, fadeOut 2s 22.5s ease-out forwards;
  z-index: 7;
}
.c-gallery-clients.hasCrossFade .c-gallery__item:nth-child(8) {
  animation: fadeIn 2s 18s ease-in forwards, fadeOut 2s 25.5s ease-out forwards;
  z-index: 8;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.site-header {
  position: relative;
  z-index: 99;
}
.site-header > .boundary {
  overflow: hidden;
  padding-bottom: 1.875em;
  padding-top: 1.875em;
  position: relative;
}
@media screen and (min-width: 48em) {
  .site-header > .boundary {
    align-items: center;
    display: flex;
    justify-content: space-between;
    overflow: visible;
    padding-bottom: 0.875em;
    padding-top: 0.875em;
  }
}
@media screen and (min-width: 48em) {
  .site-header .site-logo,
  .site-header .header-menu,
  .site-header .header-menu-secondary {
    flex: 0 0 auto;
  }
}
.site-header .site-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 7.5em;
}
@media screen and (min-width: 48em) {
  .site-header .site-logo {
    left: 0;
    position: relative;
    top: 0;
    transform: none;
    width: 10.375em;
  }
}
@media screen and (min-width: 64em) {
  .site-header .site-logo {
    max-width: 11.875em;
  }
}
@media screen and (min-width: 48em) {
  .site-header .menu {
    display: flex;
    height: 100%;
  }
}
.site-header .menu > .menu-item > .menu-nav-link {
  color: #1d252c;
}
@media screen and (min-width: 48em) {
  .site-header .menu > .menu-item > .menu-nav-link {
    color: #a2a9ad;
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 48em) {
  .site-header .menu > .menu-item > .menu-nav-link::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    background-color: #1d252c;
    bottom: 2px;
    height: 1px;
    opacity: 0;
    width: calc(100% - 0.625em);
  }
}
.site-header .menu > .menu-item > .hovered > .menu-nav-link, .site-header .menu > .menu-item:hover > .menu-nav-link {
  color: #1d252c;
}
@media screen and (min-width: 48em) {
  .site-header .menu > .menu-item > .hovered > .menu-nav-link::after, .site-header .menu > .menu-item:hover > .menu-nav-link::after {
    opacity: 1;
  }
}
.site-header .menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .site-header .menu-item {
    border-bottom: none;
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
}
.site-header .menu-nav-link {
  display: inline-block;
  font-size: 1.5rem;
  padding: 0.625em 1.375em;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .site-header .menu-nav-link {
    font-size: 0.9rem;
    padding: 0.3125em;
  }
}
@media screen and (min-width: 64em) {
  .site-header .menu-nav-link {
    font-size: 1.125rem;
  }
}
.site-header .sub-menu {
  background-color: #cfd2d3;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .site-header .sub-menu {
    background-color: transparent;
    padding: 0;
  }
}
.site-header .sub-menu > .menu-item:first-child {
  padding-top: 1.25em;
}
@media screen and (min-width: 48em) {
  .site-header .sub-menu > .menu-item:first-child {
    padding-top: 0.625em;
  }
}
.site-header .sub-menu > .menu-item > .menu-nav-link {
  color: #5b6670;
}
@media screen and (min-width: 48em) {
  .site-header .sub-menu > .menu-item > .menu-nav-link {
    color: #c9d0d5;
  }
}
.site-header .sub-menu > .menu-item > .menu-nav-link:hover {
  color: #ff5b35;
}
@media screen and (min-width: 48em) {
  .site-header .menu-item-has-children::after {
    content: "";
    display: block;
    position: absolute;
    margin-left: 15px;
    width: 50px;
    height: 30px;
  }
}
@media screen and (min-width: 48em) {
  .site-header .menu-item-has-children:hover > .menu-nav-link::before, .site-header .menu-item-has-children.hovered > .menu-nav-link::before {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 48em) {
  .site-header .menu-item-has-children:hover > .sub-menu, .site-header .menu-item-has-children.hovered > .sub-menu {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
  }
}
@media screen and (min-width: 48em) {
  .site-header .menu-item-has-children > .sub-menu {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    align-items: center;
    background-color: #323e48;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    left: 50%;
    opacity: 0;
    padding: 0.3125em;
    top: 100%;
    transform: translate(-50%, 0);
    transition-delay: 0.25s;
    visibility: hidden;
    width: 100vw;
  }
}
@media screen and (min-width: 48em) {
  .site-header .menu-item-has-children > .sub-menu > .menu-item {
    flex: 0 0 auto;
    margin-bottom: 0.3125em;
    margin-top: 0.3125em;
    min-width: initial;
    padding-top: 0;
    text-align: center;
  }
}
@media screen and (min-width: 48em) {
  .site-header .menu-item-has-children > .sub-menu > .menu-item:hover {
    color: #ff5b35;
  }
}
.site-header .menu-item-has-children > .menu-nav-link {
  min-width: 7.5em;
  position: relative;
}
@media screen and (min-width: 48em) {
  .site-header .menu-item-has-children > .menu-nav-link {
    min-width: initial;
  }
}
@media screen and (min-width: 48em) {
  .site-header .menu-item-has-children > .menu-nav-link::before, .site-header .menu-item-has-children > .menu-nav-link::after {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    opacity: 0;
  }
}
@media screen and (min-width: 48em) {
  .site-header .menu-item-has-children > .menu-nav-link::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    bottom: -1.5625em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.75em 0.625em 0.75em;
    border-color: transparent transparent #323e48 transparent;
    left: 50%;
    transform: translate(-50%, 0);
    transition-delay: 0.2s;
    z-index: -1;
  }
}
@media screen and (min-width: 75em) {
  .site-header .menu-item-has-children > .menu-nav-link::before {
    bottom: -1.6875em;
  }
}
.site-header .menu-item-has-children .js-toggle-sub-menu {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: 1.25em;
}
@media screen and (min-width: 48em) {
  .site-header .menu-item-has-children .js-toggle-sub-menu {
    display: none;
  }
}

.header-menu,
.header-menu-secondary {
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  background-color: #ff5b35;
  left: 0;
  opacity: 1;
  overflow: hidden;
  padding-top: 2.5em;
  position: absolute;
  transform: translateX(100%);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 48em) {
  .header-menu,
  .header-menu-secondary {
    background-color: transparent;
    left: initial;
    position: relative;
    transform: none;
    z-index: 1;
    width: initial;
  }
}

@media screen and (min-width: 48em) {
  .header-menu {
    overflow: visible;
    padding: 0;
    position: initial;
  }
}

.header-menu-secondary {
  padding: 2.5em 2.1875em;
}
@media screen and (min-width: 48em) {
  .header-menu-secondary {
    padding: 0;
  }
}

.mobile-menu-active .site-header {
  position: absolute;
  width: 100%;
}
.mobile-menu-active .site-header .boundary {
  padding: 0;
}
.mobile-menu-active .site-header + main {
  padding-top: 5.125em;
}
.mobile-menu-active .site-logo {
  opacity: 0;
}
.mobile-menu-active .menu-toggle {
  position: absolute;
  right: 1.875em;
  top: 1.875em;
}
.mobile-menu-active .header-menu,
.mobile-menu-active .header-menu-secondary {
  display: block;
  position: relative;
  transform: translateX(0);
  z-index: 1;
}
.mobile-menu-active .js-toggle-sub-menu {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mobile-menu-active .js-toggle-sub-menu.active {
  transform: scaleY(-1);
}
.mobile-menu-active .js-toggle-sub-menu.active + .sub-menu, .mobile-menu-active .js-toggle-sub-menu.active + .sub-menu:hover {
  cursor: pointer;
  opacity: 1;
  position: relative;
  visibility: visible;
}

@media screen and (min-width: 48em) {
  .site-header {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #fff;
    margin-top: 0;
    position: sticky;
    top: 0;
    transform: translateY(0);
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .site-header.scrolledDown {
    transform: translateY(-150px);
    transition-delay: 0.25s;
  }
}
@media screen and (min-width: 48em) {
  .site-header.scrolledUp {
    box-shadow: 0 1px 2px #f3f3f3;
  }
}

.site-footer {
  background-color: #323e48;
  color: #a2a9ad;
  padding-bottom: 6.25em;
  padding-top: 3.125em;
}
@media screen and (min-width: 64em) {
  .site-footer {
    padding-top: 5em;
  }
}
.site-footer > .boundary {
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (min-width: 64em) {
  .site-footer > .boundary {
    padding-left: 15.625em;
  }
}
.site-footer .has-border-bottom {
  margin-bottom: 3.125em;
  padding-bottom: 3.125em;
}
.site-footer .has-border-bottom::after {
  background-color: #1d252c;
}
.site-footer .site-logo {
  margin-bottom: 1.875em;
}
@media screen and (min-width: 64em) {
  .site-footer .site-logo {
    left: 1.25em;
    position: absolute;
    top: -1.4375em;
  }
}
@media screen and (min-width: 85.375em) {
  .site-footer .site-logo {
    left: 0;
  }
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:hover {
  color: #ff5b35;
}
.site-footer .h-6 {
  display: block;
  margin-bottom: 0.625em;
}
@media screen and (min-width: 48em) {
  .site-footer .h-6 {
    margin-bottom: 0.9375em;
  }
}
@media screen and (min-width: 75em) {
  .site-footer .h-6 {
    margin-bottom: 1.25em;
  }
}
.site-footer .h-6 a {
  display: inline-block;
  position: relative;
}
.site-footer .h-6 a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  background-color: #ff5b35;
  height: 1px;
  bottom: 1px;
  opacity: 0;
  width: 100%;
}
.site-footer .h-6 a:hover::after {
  opacity: 1;
}
.site-footer p {
  line-height: 1.25;
}
.site-footer .c-contact-info {
  line-height: 1.6;
}
@media screen and (min-width: 48em) {
  .site-footer .l-split-2 .l-split__block {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .site-footer .l-split-4 {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .site-footer .l-split-4 .l-split__block {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.site-footer .l-split__block {
  margin-bottom: 2.5em;
}
.site-footer .l-split__block:last-child {
  margin-bottom: 0;
}
.site-footer .c-contact-info__label {
  color: #5b6670;
}
.site-footer .menu-item {
  margin-bottom: 0.4375em;
}
.site-footer .menu-item:last-child {
  margin-bottom: 0;
}
.site-footer .menu-item a {
  display: inline-block;
}
.site-footer .menu-item-has-children .sub-menu {
  list-style-type: none;
  margin-top: 0.3125em;
  padding-left: 0;
}
.site-footer .menu-item-has-children .sub-menu > .menu-item {
  padding-left: 2.1875em;
  position: relative;
}
.site-footer .menu-item-has-children .sub-menu > .menu-item::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "—";
  display: block;
  font-size: 1.25em;
  left: 0;
  position: absolute;
}
.site-footer .legal-notice p {
  color: #7b868c;
  font-size: 0.9rem;
  line-height: 1.4;
}

.hero {
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.hero .boundary {
  min-height: 15.625em;
  padding-bottom: 2.5em;
  padding-top: 2.5em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .hero .boundary {
    min-height: 25em;
    padding-bottom: 4.375em;
    padding-top: 4.375em;
  }
}
@media screen and (min-width: 75em) {
  .hero .boundary {
    min-height: 32.5em;
    max-height: 100%;
  }
}
.hero .c-hero {
  color: #1d252c;
}
@media screen and (min-width: 85.375em) {
  .hero .c-hero {
    position: relative;
  }
}
.hero .l-grouper {
  position: relative;
  z-index: 1;
}
.hero .c-hero__blurb {
  font-size: 1.125em;
  line-height: 1.1;
}
@media screen and (min-width: 48em) {
  .hero .c-hero__blurb {
    font-size: 2em;
  }
}
@media screen and (min-width: 75em) {
  .hero .c-hero__blurb {
    font-size: 2.25em;
    margin-top: 0.625em;
  }
}
@media screen and (min-width: 85.375em) {
  .hero .c-hero__blurb {
    font-size: 2.5625em;
  }
}
.hero .c-hero__action {
  margin-top: 1.25em;
}
@media screen and (min-width: 75em) {
  .hero .c-hero__action {
    margin-top: 1.875em;
  }
}
.hero--simple {
  padding-bottom: 0;
}
.hero--simple .boundary {
  min-height: initial;
}
@media screen and (min-width: 48em) {
  .hero--simple .boundary {
    padding-bottom: 3.75em;
  }
}
.hero--simple .has-decor-border {
  padding-top: 1.875em;
}
@media screen and (min-width: 48em) {
  .hero--simple .has-decor-border {
    padding-top: 3.75em;
  }
}
.hero--simple .has-decor-border::after {
  bottom: initial;
  top: 0;
}
.hero--simple .has-decor-border--accent::before {
  display: none;
}
.hero--simple .has-decor-border--accent::after {
  background-color: #ff8a66;
}
.hero--simple .has-decor-border--secondary-2::before {
  display: none;
}
.hero--simple .has-decor-border--secondary-2::after {
  background-color: #9594d2;
}
.hero--simple .c-hero__blurb {
  font-size: 1.25rem;
}
@media screen and (min-width: 48em) {
  .hero--simple .c-hero__blurb {
    max-width: 23.75em;
  }
}
@media screen and (min-width: 64em) {
  .hero--simple .c-hero__blurb {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .hero--simple .c-hero__blurb {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 85.375em) {
  .hero--simple .c-hero__blurb {
    font-size: 2.25rem;
  }
}
.hero .has-bg-img {
  min-height: 12.5em;
  opacity: 0.8;
}
@media screen and (min-width: 40em) {
  .hero .has-bg-img {
    min-height: 17.1875em;
  }
}
@media screen and (min-width: 48em) {
  .hero .has-bg-img {
    min-height: 21.875em;
  }
}
@media screen and (min-width: 85.375em) {
  .hero .has-bg-img {
    min-height: 31.25em;
  }
}

.hero.wlm-slider .has-bg-clr::before {
  z-index: 1;
}
.hero.wlm-slider .owl-carousel .slider-item {
  min-height: initial;
}
.hero.wlm-slider .owl-carousel .slider-item > .boundary {
  overflow: hidden;
  padding-bottom: 4.375em;
}
@media screen and (min-width: 40em) {
  .hero.wlm-slider .owl-carousel .slider-item > .boundary {
    padding-top: 3.125em;
  }
}
@media screen and (min-width: 48em) {
  .hero.wlm-slider .owl-carousel .slider-item > .boundary {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5em;
    overflow: visible;
  }
}
@media screen and (min-width: 64em) {
  .hero.wlm-slider .owl-carousel .slider-item > .boundary {
    min-height: 31.25em;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 75em) {
  .hero.wlm-slider .owl-carousel .slider-item > .boundary {
    max-width: 68.75em;
    height: 35em;
    padding-bottom: 4.375em;
    padding-top: 4.375em;
  }
}
@media screen and (min-width: 87.5em) {
  .hero.wlm-slider .owl-carousel .slider-item > .boundary {
    max-width: 81.25em;
  }
}
.hero.wlm-slider .owl-carousel .slider-item .c-hero {
  position: static;
}
.hero.wlm-slider .owl-carousel .slider-item .l-grouper {
  max-width: 16.25em;
}
@media screen and (min-width: 30em) {
  .hero.wlm-slider .owl-carousel .slider-item .l-grouper {
    max-width: 17.5em;
  }
}
@media screen and (min-width: 40em) {
  .hero.wlm-slider .owl-carousel .slider-item .l-grouper {
    max-width: 20.625em;
  }
}
@media screen and (min-width: 48em) {
  .hero.wlm-slider .owl-carousel .slider-item .l-grouper {
    left: initial;
    max-width: 25em;
    top: initial;
    transform: none;
  }
}
@media screen and (min-width: 64em) {
  .hero.wlm-slider .owl-carousel .slider-item .l-grouper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    max-width: 31.25em;
  }
}
@media screen and (min-width: 75em) {
  .hero.wlm-slider .owl-carousel .slider-item .l-grouper {
    max-width: 36.25em;
  }
}
@media screen and (min-width: 85.375em) {
  .hero.wlm-slider .owl-carousel .slider-item .l-grouper {
    max-width: 40.625em;
  }
}
@media screen and (min-width: 25.875em) {
  .hero.wlm-slider .owl-carousel .slide-wealth-oneness .c-hero {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 30em) {
  .hero.wlm-slider .owl-carousel .slide-wealth-oneness .c-hero {
    flex-flow: row-reverse wrap;
  }
}
@media screen and (min-width: 64em) {
  .hero.wlm-slider .owl-carousel .slide-wealth-oneness .c-hero {
    position: relative;
    width: 51.25em;
  }
}
@media screen and (min-width: 25.875em) {
  .hero.wlm-slider .owl-carousel .slide-wealth-oneness .l-grouper {
    flex: 0 0 calc(65% - 3.125em);
    max-width: none;
  }
}
@media screen and (min-width: 64em) {
  .hero.wlm-slider .owl-carousel .slide-wealth-oneness .l-grouper {
    left: initial;
    max-width: 34.375em;
    right: 0;
  }
}
.hero.wlm-slider .owl-carousel .slide-wealth-oneness .block-title {
  color: inherit;
}
.hero.wlm-slider .owl-carousel .slide-wealth-oneness .block-title::after {
  background-color: #1d252c;
}
@media screen and (min-width: 40em) {
  .hero.wlm-slider .owl-carousel .slide-wealth-oneness .c-hero__blurb {
    font-size: 1.25em;
    margin-bottom: 1.25em;
  }
}
@media screen and (min-width: 48em) {
  .hero.wlm-slider .owl-carousel .slide-wealth-oneness .c-hero__blurb {
    font-size: 1.625em;
  }
}
.hero.wlm-slider .owl-carousel .slide-wealth-oneness .c-hero__media {
  display: none;
}
@media screen and (min-width: 25.875em) {
  .hero.wlm-slider .owl-carousel .slide-wealth-oneness .c-hero__media {
    display: block;
    flex: 0 0 30%;
    position: initial;
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .hero.wlm-slider .owl-carousel .slide-wealth-oneness .c-hero__media {
    flex: none;
    height: 17.5em;
    left: 0;
    position: absolute;
    width: 13.75em;
  }
}
.hero.wlm-slider .owl-carousel .slide-wealth-oneness .c-hero__media .d-bg-img {
  background-size: contain;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .hero.wlm-slider .owl-carousel .slide-wealth-oneness .c-hero__media .d-bg-img {
    width: 11.25em;
  }
}
@media screen and (min-width: 64em) {
  .hero.wlm-slider .owl-carousel .slide-wealth-oneness .c-hero__media .d-bg-img {
    width: 100%;
  }
}
@media screen and (min-width: 85.375em) {
  .hero.wlm-slider .owl-carousel .slider-item-3 .l-grouper {
    max-width: 53.125em;
  }
}
@media screen and (min-width: 85.375em) {
  .hero.wlm-slider .owl-carousel .slider-item-3 .c-hero__title {
    max-width: 80%;
  }
}
@media screen and (min-width: 75em) {
  .hero.wlm-slider .owl-carousel .slider-item-4 .l-grouper {
    max-width: 43.75em;
  }
}
@media screen and (min-width: 85.375em) {
  .hero.wlm-slider .owl-carousel .slider-item-4 .l-grouper {
    max-width: 50em;
  }
}
@media screen and (min-width: 85.375em) {
  .hero.wlm-slider .owl-carousel .slider-item-4 .c-hero__blurb {
    max-width: 80%;
  }
}

.introduction > .boundary {
  margin-bottom: 2.5em;
  margin-top: 2.5em;
  padding-bottom: 2.5em;
  padding-top: 2.5em;
}
.introduction .c-blurb {
  max-width: 51.875em;
}

.has-block-title .l-split-35-65 .l-split__block:last-child p {
  color: #7b868c;
}

@media screen and (min-width: 75em) {
  .our-story .c-intro,
  .our-story .c-intro__blurb {
    max-width: 56.25em;
  }
}
.our-story .c-intro__blurb br {
  display: none;
}
@media screen and (min-width: 75em) {
  .our-story .c-intro__blurb br {
    display: initial;
  }
}
@media screen and (min-width: 64em) {
  .our-story .c-basic__title {
    text-align: center;
  }
}
@media screen and (min-width: 75em) {
  .our-story .c-basic__blurb {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 75em) {
  .our-story .l-split-4 {
    margin-top: 2.5em;
  }
}

@media screen and (min-width: 75em) {
  .landing-overview > .boundary {
    padding-bottom: 4.6875em;
  }
}
.landing-overview .l-split-35-65 + .has-border-top {
  margin-top: 3.75em;
  padding-top: 3.75em;
}
@media screen and (min-width: 64em) {
  .landing-overview .l-split-35-65 + .has-border-top {
    margin-top: 5em;
    padding-top: 5em;
  }
}
.landing-overview .l-split-35-65 + .has-border-top::before {
  background-color: #c1c5c8;
}
@media screen and (min-width: 64em) {
  .landing-overview .l-split-35-65 + .has-border-top::before {
    background-color: #ff5b35;
  }
}
@media screen and (min-width: 64em) {
  .landing-overview .l-split-35-65 .l-max--800 {
    margin-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .landing-overview .l-split-35-65 .c-blurb p {
    font-size: 2em;
  }
}
.landing-overview .l-split-2 {
  margin-top: 2.5em;
}
@media screen and (min-width: 64em) {
  .landing-overview .l-split-2 {
    margin-top: 3.125em;
  }
}
@media screen and (min-width: 75em) {
  .landing-overview .l-split-2 {
    padding-top: 0;
  }
}
.landing-overview .l-split-2 .l-split__block:first-child {
  margin-bottom: 4.375em;
}
@media screen and (min-width: 48em) {
  .landing-overview .l-split-2 .l-split__block:first-child {
    margin-bottom: 0;
    padding-right: 2.8125em;
  }
}
@media screen and (min-width: 85.375em) {
  .landing-overview .l-split-2 .l-split__block:first-child {
    padding-left: 2.625em;
    padding-right: 3.75em;
  }
}
@media screen and (min-width: 64em) {
  .landing-overview .l-split-2 .l-split__block:first-child .c-basic {
    padding-left: 2.8125em;
  }
}
@media screen and (min-width: 48em) {
  .landing-overview .l-split-2 .l-split__block:last-child {
    padding-left: 2.8125em;
  }
}
@media screen and (min-width: 85.375em) {
  .landing-overview .l-split-2 .l-split__block:last-child {
    padding-left: 3.75em;
    padding-right: 2.625em;
  }
}
@media screen and (min-width: 64em) {
  .landing-overview .l-split-2 .l-split__block:last-child .c-basic {
    padding-right: 2.8125em;
  }
}
.landing-overview .c-basic {
  margin-left: auto;
  margin-right: auto;
  max-width: 18.75em;
}
@media screen and (min-width: 48em) {
  .landing-overview .c-basic {
    max-width: none;
  }
}
.landing-overview .c-basic.has-border-top {
  margin-top: 0;
}
@media screen and (min-width: 85.375em) {
  .landing-overview .c-basic.has-border-top {
    padding-top: 3.125em;
  }
}
.landing-overview .c-basic.has-border-top::before {
  max-width: 7.8125em;
  left: 0;
  transform: translateX(0);
}
@media screen and (min-width: 48em) {
  .landing-overview .c-basic.has-border-top::before {
    max-width: none;
  }
}
.page-business .landing-overview {
  background-color: #e3eef9;
}

.page-individual .landing-overview {
  background-color: #ecf7e4;
}

.our-values .l-split {
  padding-top: 0.625em;
}
@media screen and (min-width: 75em) {
  .our-values .l-split__block:first-child {
    flex-basis: 25%;
    padding-right: 0;
  }
}
@media screen and (min-width: 85.375em) {
  .our-values .l-split__block:first-child {
    flex-basis: 18.75em;
  }
}
@media screen and (min-width: 64em) {
  .our-values .l-split__block:last-child {
    padding-left: 3.125em;
  }
}
@media screen and (min-width: 75em) {
  .our-values .l-split__block:last-child {
    flex-basis: 70%;
    padding-left: 0;
  }
}
.our-values .l-split__block:last-child .l-grid {
  padding-left: 0;
}
@media screen and (min-width: 75em) {
  .our-values .l-split__block:last-child .l-grid {
    max-width: 59.375em;
  }
}
.our-values .l-split__block .h-3 {
  font-size: 1.1rem;
}
@media screen and (min-width: 64em) {
  .our-values .l-split__block .h-3 {
    font-size: 1.5625rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  .our-values .l-grid-3 {
    margin-left: -1.25em;
    margin-top: -1.25em;
    width: calc(100% + 2.5em);
  }
}
@media screen and (min-width: 48em) {
  .our-values .l-grid-3 .l-grid__item {
    padding-top: 0;
  }
}
@media screen and (min-width: 75em) {
  .our-values .l-grid-3 .l-grid__item {
    padding: 1.25em 1.25em;
  }
}
.our-values .l-grid-3 .l-grid__item:first-child {
  padding-top: 0;
}
@media screen and (min-width: 75em) {
  .our-values .l-grid-3 .l-grid__item:first-child {
    padding-top: 1.25em;
  }
}
@media screen and (min-width: 75em) {
  .our-values .c-basic__blurb {
    font-size: 1.125rem;
    margin-top: 0.875rem;
  }
}

@media screen and (min-width: 48em) {
  .wealth-oneness .l-split__block:last-child {
    position: relative;
  }
}

.services-grid .c-intro {
  display: none;
}
@media screen and (min-width: 64em) {
  .services-grid .c-intro {
    display: block;
  }
}
@media screen and (min-width: 40em) {
  .services-grid .l-grid-3 {
    display: flex;
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 64em) {
  .services-grid .l-grid-3 {
    margin-left: 0;
    width: 100%;
  }
}
.services-grid .l-grid-3 .l-grid__item {
  margin-bottom: 2.8125em;
}
@media screen and (min-width: 40em) {
  .services-grid .l-grid-3 .l-grid__item {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 64em) {
  .services-grid .l-grid-3 .l-grid__item {
    flex-basis: 33.33%;
    margin-bottom: 0;
  }
}
.services-grid .l-grid-3 .l-grid__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .services-grid .l-grid-4 {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .services-grid .d-lined-block .c-basic .c-basic__media {
    max-height: 11.25em;
    overflow: hidden;
    position: absolute;
  }
}
@media screen and (min-width: 64em) {
  #business-services .d-lined-block:hover .hover-bg {
    background-color: #91bde6;
  }
}

@media screen and (min-width: 64em) {
  #individual-services .d-lined-block:hover .hover-bg {
    background-color: #badf93;
  }
}

@media screen and (min-width: 75em) {
  .featured-services > .boundary {
    padding-bottom: 4.6875em;
    padding-top: 4.6875em;
  }
}
.featured-services .l-split-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 18.75em;
}
@media screen and (min-width: 40em) {
  .featured-services .l-split-2 {
    max-width: none;
  }
}
@media screen and (min-width: 75em) {
  .featured-services .l-split-2 {
    max-width: 67.5em;
  }
}
@media screen and (min-width: 64em) {
  .featured-services .l-split-2 .l-split__block > div {
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 48em) {
  .featured-services .l-split-2 .l-split__block:first-child {
    padding-right: 1.5625em;
  }
}
@media screen and (min-width: 64em) {
  .featured-services .l-split-2 .l-split__block:first-child {
    padding-right: 3.125em;
  }
}
@media screen and (min-width: 85.375em) {
  .featured-services .l-split-2 .l-split__block:first-child {
    padding-right: 4.375em;
  }
}
@media screen and (min-width: 64em) {
  .featured-services .l-split-2 .l-split__block:first-child > div {
    float: none;
  }
}
@media screen and (min-width: 48em) {
  .featured-services .l-split-2 .l-split__block:last-child {
    padding-left: 1.5625em;
  }
}
@media screen and (min-width: 64em) {
  .featured-services .l-split-2 .l-split__block:last-child {
    padding-left: 3.125em;
  }
}
@media screen and (min-width: 85.375em) {
  .featured-services .l-split-2 .l-split__block:last-child {
    padding-left: 4.375em;
  }
}
@media screen and (min-width: 64em) {
  .featured-services .l-split-2 .l-split__block:last-child > div {
    float: none;
  }
}
@media screen and (min-width: 64em) {
  .featured-services .c-card-2 {
    max-width: 31.25em;
  }
}
@media screen and (min-width: 64em) {
  .featured-services .c-card__action {
    margin-top: 1.25em;
  }
}
@media screen and (min-width: 64em) {
  .featured-services .c-card__action {
    margin-top: 2.5em;
  }
}
@media screen and (min-width: 85.375em) {
  .featured-services .c-card__action {
    margin-top: 2.1875em;
  }
}

@media screen and (min-width: 85.375em) {
  .featured-services__business .c-card__blurb {
    max-width: 18.75em;
  }
}
@media screen and (min-width: 64em) {
  .featured-services__business .c-card__action {
    margin-top: 2.75em;
  }
}
@media screen and (min-width: 75em) {
  .featured-services__business .c-card__action {
    margin-top: 2.1875em;
  }
}
@media screen and (min-width: 64em) {
  .featured-services__business .hover-bg {
    background-color: #91bde6;
  }
}

@media screen and (min-width: 64em) {
  .featured-services__individual .hover-bg {
    background-color: #badf93;
  }
}

.we-help .l-text-split {
  max-width: 15.625em;
}
@media screen and (min-width: 25.875em) {
  .we-help .l-text-split {
    max-width: 25em;
  }
}
@media screen and (min-width: 48em) {
  .we-help .l-text-split {
    max-width: 36.25em;
  }
}
@media screen and (min-width: 64em) {
  .we-help .l-text-split {
    max-width: 46.875em;
  }
}
@media screen and (min-width: 75em) {
  .we-help .l-text-split {
    max-width: 53.125em;
  }
}
@media screen and (min-width: 48em) {
  .we-help .l-text-split__block:first-child {
    padding-right: 3.125em;
  }
}
@media screen and (min-width: 64em) {
  .we-help .l-text-split__block:first-child {
    padding-right: 5em;
  }
}
@media screen and (min-width: 75em) {
  .we-help .l-text-split__block:first-child {
    padding-right: 0;
    flex-basis: 52.5%;
  }
}
@media screen and (min-width: 75em) {
  .we-help .l-text-split__block:last-child {
    flex-basis: 47.5%;
    padding-left: 5em;
  }
}
.we-help .l-text-split__blurb {
  line-height: 1.4;
}
@media screen and (min-width: 64em) {
  .we-help .l-text-split__blurb {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  .we-help .l-text-split__action {
    font-size: 1.375em;
  }
}

.articles .has-border-bottom {
  margin-bottom: 0;
}
.articles .l-split-3 {
  justify-content: center;
}

.article-content {
  color: #7b868c;
  position: relative;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6,
.article-content [class^=h-] {
  margin-top: 1.25em;
}
.article-content > .article-content__cover:first-of-type {
  margin-top: 0;
}
.article-content .c-article__media {
  width: 100%;
}
.article-content .c-article__media .d-bg-img {
  width: 100%;
}
.article-content .h-2 {
  font-family: var(--bodyFontBook);
}
.article-content .h-3 {
  font-size: 1.25em;
}
@media screen and (min-width: 64em) {
  .article-content .h-3 {
    font-size: 1.5625em;
  }
}
.article-content .l-grid-2 {
  margin-bottom: 2.5em;
  margin-top: 1.875em;
}

.article-content__cover {
  margin-bottom: 2.5em;
  margin-top: 2.5em;
}
.article-content__cover figure {
  margin-bottom: 0;
  margin-top: 0;
}

.testimonials h2 {
  font-family: var(--bodyFontMedium);
  text-align: center;
  text-transform: none;
}

.people > .boundary:first-of-type {
  padding-bottom: 2.5em;
}
.people .c-intro__blurb {
  max-width: 43.75em;
}
@media screen and (min-width: 600px) {
  .people .l-grid-4 {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .people .l-grid-4 .l-grid__item {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .people .l-grid-4 .l-grid__item {
    width: 33.33%;
  }
}
@media screen and (min-width: 75em) {
  .people .l-grid-4 .l-grid__item {
    width: 25%;
  }
}

.client-onboarding {
  background-color: #ff5b35;
  color: #1d252c;
}
.client-onboarding > .boundary {
  padding-bottom: 2.1875em;
  padding-top: 2.1875em;
}
@media screen and (min-width: 64em) {
  .client-onboarding > .boundary {
    padding-bottom: 1.5625em;
    padding-top: 1.5625em;
    text-align: center;
  }
}
.client-onboarding a {
  color: inherit;
}
.client-onboarding a .icon {
  filter: brightness(0) saturate(100%) invert(100%);
}
.client-onboarding a .icon::after {
  display: none;
}
.client-onboarding .h-3 {
  color: inherit;
}

@media screen and (min-width: 48em) {
  .client-onboarding__intro {
    display: inline-flex;
    text-align: left;
  }
}
@media screen and (min-width: 85.375em) {
  .client-onboarding__intro {
    margin-left: -5em;
    max-width: 73.75em;
  }
}
.client-onboarding__intro .circled-numbers {
  padding-bottom: 1.875em;
}
@media screen and (min-width: 48em) {
  .client-onboarding__intro .circled-numbers {
    align-items: center;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  .client-onboarding__intro .circled-numbers {
    max-width: none;
    flex-basis: 12.5em;
  }
}
@media screen and (min-width: 48em) {
  .client-onboarding__intro .client-onboarding__overview {
    padding-left: 3.125em;
  }
}
@media screen and (min-width: 75em) {
  .client-onboarding__intro .client-onboarding__overview {
    flex-basis: 100%;
    padding-left: 2.5em;
  }
}

@media screen and (min-width: 64em) {
  .client-onboarding__overview {
    display: inline-flex;
  }
}
.client-onboarding__overview .l-grouper {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 64em) {
  .client-onboarding__overview .l-grouper {
    margin-bottom: 0;
    padding-right: 3.125em;
  }
}
@media screen and (min-width: 75em) {
  .client-onboarding__overview .l-grouper {
    align-items: center;
    display: flex;
    padding-right: 0;
  }
}
.client-onboarding__overview .h-3 {
  font-family: var(--bodyFontBold);
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .client-onboarding__overview .h-3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 85.375em) {
  .client-onboarding__overview .h-3 {
    font-size: 1.125rem;
    position: relative;
  }
}
@media screen and (min-width: 75em) {
  .client-onboarding__overview .h-3::after {
    content: "|";
    display: inline-block;
    margin-left: 1.25em;
    margin-right: 1.25em;
  }
}
@media screen and (min-width: 75em) {
  .client-onboarding__overview p {
    font-size: 1.2rem;
    margin-top: 0;
    max-width: 18.75em;
  }
}
@media screen and (min-width: 85.375em) {
  .client-onboarding__overview p {
    font-size: 1.125rem;
    max-width: none;
  }
}
.client-onboarding__overview p:first-child {
  margin-top: 0;
}
.client-onboarding__overview p:last-child {
  margin-bottom: 0;
}
.client-onboarding__overview .has-icon:hover {
  color: #fff;
}
@media screen and (min-width: 64em) {
  .client-onboarding__overview .has-icon .icon {
    height: 1.875em;
    width: 1.875em;
  }
}
@media screen and (min-width: 64em) {
  .client-onboarding__overview .has-icon .icon::before {
    height: 3.125em;
    width: 3.125em;
  }
}
@media screen and (min-width: 64em) {
  .client-onboarding__overview .has-icon span {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .client-onboarding__overview .js-show-client-onboarding {
    display: none;
  }
}
.client-onboarding__overview .pop-client-onboarding {
  display: none;
}
@media screen and (min-width: 48em) {
  .client-onboarding__overview .pop-client-onboarding {
    display: inline-flex;
  }
}
@media screen and (min-width: 85.375em) {
  .client-onboarding__overview .pop-client-onboarding {
    margin-left: 1.875em;
  }
}

.client-onboarding__content {
  background-color: #ff5b35;
  color: #1d252c;
  margin-left: auto;
  margin-right: auto;
  max-width: 56.25em;
}
@media screen and (min-width: 48em) {
  .client-onboarding__content {
    overflow: hidden;
    padding: 3.125em;
    width: 95vw;
  }
}
.client-onboarding__content > .h-3 {
  color: inherit;
  font-family: var(--bodyFontBold);
}
@media screen and (min-width: 48em) {
  .client-onboarding__content > p {
    font-size: 1.2rem;
  }
}

.client-onboarding__process .has-border {
  margin-bottom: 0;
  margin-top: 3.75em;
  padding-bottom: 3.75em;
  padding-top: 3.75em;
}
.client-onboarding__process .has-border::before, .client-onboarding__process .has-border::after {
  background-color: #1d252c;
  max-width: 50em;
}
@media screen and (min-width: 64em) {
  .client-onboarding__process .has-border {
    margin-top: 6.25em;
  }
}
.client-onboarding__process .r-tabs-accordion-title {
  margin-bottom: 1.875em;
}
.client-onboarding__process .r-tabs-accordion-title span {
  display: none;
}
.client-onboarding__process .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor,
.client-onboarding__process .client-onboarding__tab-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #1d252c;
}
.client-onboarding__process .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor b,
.client-onboarding__process .client-onboarding__tab-title.r-tabs-state-active .r-tabs-anchor b {
  color: #ff5b35;
}
.client-onboarding__process .r-tabs-accordion-title .r-tabs-anchor,
.client-onboarding__process .client-onboarding__tab-title .r-tabs-anchor {
  border: 2px solid #1d252c;
  border-radius: 50%;
  color: #1d252c;
  display: block;
  height: 5em;
  width: 5em;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.client-onboarding__process .r-tabs-accordion-title .r-tabs-anchor b,
.client-onboarding__process .client-onboarding__tab-title .r-tabs-anchor b {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-family: var(--bodyFontBold);
  font-size: 2.8125em;
}
@media screen and (min-width: 48em) {
  .client-onboarding__process .client-onboarding__tab-headings {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 43.75em;
  }
}
@media screen and (min-width: 48em) {
  .client-onboarding__process .client-onboarding__tab-title-link span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    display: block;
    padding-top: 6.25em;
    white-space: nowrap;
  }
}

.client-onboarding__tab-content .client-onboarding__tab-block {
  padding: 0 0 1.875em;
}
@media screen and (min-width: 48em) {
  .client-onboarding__tab-content .client-onboarding__tab-block {
    padding-bottom: 0;
  }
}
.client-onboarding__tab-content .client-onboarding__tab-block:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 48em) {
  .client-onboarding__tab-content .client-onboarding__tab-block .l-split-2 .l-split__block:first-child {
    padding-right: 3.125em;
  }
}
@media screen and (min-width: 48em) {
  .client-onboarding__tab-content .client-onboarding__tab-block .l-split-2 .l-split__block:last-child {
    padding-left: 3.125em;
  }
}
.client-onboarding__tab-content .client-onboarding__tab-block .l-split-2 .l-split__block .d-bg-img {
  background-size: contain;
}
.client-onboarding__tab-content .client-onboarding__tab-block-title {
  color: #1d252c;
  display: block;
  font-weight: normal;
  margin-bottom: 1.875em;
  text-transform: uppercase;
}

.what-to-expect {
  background-color: #eff7e7;
}
.what-to-expect .l-split-2 .d-lined-block:after, .what-to-expect .l-split-2 .d-lined-block:before, .what-to-expect .l-split-2 .d-lined-block > div:after, .what-to-expect .l-split-2 .d-lined-block > div:before {
  background-color: #eff7e7;
}
.what-to-expect > .boundary {
  margin-top: 0;
  padding-top: 3.75em;
}
.what-to-expect .l-split-2 {
  margin-top: 3.125em;
}
.what-to-expect .l-split-2 .l-split__block {
  margin-bottom: 3.125em;
}
@media screen and (min-width: 48em) {
  .what-to-expect .l-split-2 .l-split__block {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .what-to-expect .l-split-2 .l-split__block:first-child {
    padding-right: 1.875em;
  }
}
@media screen and (min-width: 85.375em) {
  .what-to-expect .l-split-2 .l-split__block:first-child {
    padding-right: 3.75em;
  }
}
@media screen and (min-width: 48em) {
  .what-to-expect .l-split-2 .l-split__block:last-child {
    padding-left: 1.875em;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 85.375em) {
  .what-to-expect .l-split-2 .l-split__block:last-child {
    padding-left: 0.625em;
  }
}
.what-to-expect .l-split-2 .d-lined-block:last-child {
  margin-top: 2.8125em;
}
@media screen and (min-width: 64em) {
  .what-to-expect .l-split-2 .d-lined-block:last-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .what-to-expect .l-split-2 .d-lined-block {
    padding-bottom: 3.75em;
    padding-top: 3.75em;
  }
}
.what-to-expect .l-split-2 .c-basic__title {
  padding-top: 1.875em;
  position: relative;
}
@media screen and (min-width: 64em) {
  .what-to-expect .l-split-2 .c-basic__title {
    padding-top: 0;
  }
}
.what-to-expect .l-split-2 .c-basic__title::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ff5b35;
  height: 0.0625em;
  top: 0;
  width: 9.375em;
}
@media screen and (min-width: 64em) {
  .what-to-expect .l-split-2 .c-basic__title::before {
    display: none;
  }
}

.person__media {
  margin: 0 0 1.875em;
}
@media screen and (min-width: 75em) {
  .person__media {
    margin-bottom: 3.75em;
  }
}

.person__info {
  max-width: 46.875em;
}

.person__info-basic .h-3 {
  color: #1d252c;
  margin-bottom: 0.3125em;
}
.person__info-credentials {
  color: #ff5b35;
}
.person__info-credentials.has-border-top {
  margin-top: 1.875em;
  padding-top: 1.875em;
}
.person__info-credentials.has-border-top::before {
  width: 100%;
}
.person__info-credentials p:first-of-type {
  margin-top: 0;
}
.person__info-credentials p:last-of-type {
  margin-bottom: 0;
}

.lity-content .person {
  background-color: #fff;
  overflow-y: scroll;
  padding: 3.125em;
}
@media screen and (min-width: 64em) {
  .lity-content .person {
    overflow: hidden;
  }
}
.lity-content .person > .boundary {
  padding: 0;
}
@media screen and (min-width: 64em) {
  .lity-content .person > .boundary {
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  .lity-content .person__media {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 64em) {
  .lity-content .person__info {
    flex: 0 0 60%;
    padding-left: 4.375em;
  }
}

.articles-list {
  padding-top: 3.125em;
}
@media screen and (min-width: 48em) {
  .articles-list {
    padding-top: 5em;
  }
}

.articles-list__item {
  border-bottom: 1px solid #c1c5c8;
  margin-bottom: 3.75em;
  padding-bottom: 3.75em;
}
@media screen and (min-width: 48em) {
  .articles-list__item {
    border-color: #ff5b35;
    margin-bottom: 5em;
    padding-bottom: 5em;
  }
}
.articles-list__item:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 48em) {
  .contact-wlm > .boundary {
    display: flex;
    flex-flow: row-reverse wrap;
    padding-top: 3.125em;
    position: relative;
  }
}
@media screen and (min-width: 48em) {
  .contact-wlm > .boundary::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    content: "";
    display: block;
    position: absolute;
    background-color: #ff5b35;
    height: 1px;
    top: 0;
    width: 95%;
  }
}
@media screen and (min-width: 85.375em) {
  .contact-wlm > .boundary::before {
    width: 102%;
  }
}
.contact-wlm .h-5 {
  color: #ff5b35;
}
@media screen and (min-width: 48em) {
  .contact-wlm .company-contact {
    flex: 0 0 40%;
    position: relative;
    right: -2.1875em;
    top: -1.875em;
  }
}
@media screen and (min-width: 85.375em) {
  .contact-wlm .company-contact {
    right: -3.125em;
  }
}
@media screen and (min-width: 102.5em) {
  .contact-wlm .company-contact {
    right: 0;
  }
}
@media screen and (min-width: 48em) {
  .contact-wlm .contact-details {
    background-color: #f3f3f3;
    padding: 1.875em;
  }
}
@media screen and (min-width: 85.375em) {
  .contact-wlm .contact-details {
    min-height: 21.875em;
  }
}
.contact-wlm .location-map {
  display: none;
}
@media screen and (min-width: 48em) {
  .contact-wlm .location-map {
    background-color: #c1c5c8;
    display: block;
  }
}
.contact-wlm .form-holder {
  border-top: 1px solid #ff5b35;
  margin-top: 2.5em;
  padding-top: 2.5em;
}
@media screen and (min-width: 48em) {
  .contact-wlm .form-holder {
    border-top: none;
    flex: 0 0 60%;
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .contact-wlm .form-holder {
    padding-right: 1.875em;
  }
}
@media screen and (min-width: 102.5em) {
  .contact-wlm .form-holder {
    padding-right: 5em;
  }
}

.response-content {
  background-color: #f3f3f3;
}
.response-content .l-grouper {
  margin-left: auto;
  margin-right: auto;
  max-width: 50em;
}
.response-content .l-grouper .h-1 {
  margin-bottom: 0.3125em;
}

.digital-dashboard > .boundary {
  padding-bottom: 3.75em;
  padding-top: 0;
}

.page-business .hero .c-hero__media {
  max-width: 6.25em;
}
@media screen and (min-width: 40em) {
  .page-business .hero .c-hero__media {
    max-width: 7.8125em;
  }
}
@media screen and (min-width: 48em) {
  .page-business .hero .c-hero__media {
    max-width: 12.5em;
    right: 3.125em;
  }
}
@media screen and (min-width: 85.375em) {
  .page-business .hero .c-hero__media {
    bottom: -9.375em;
    max-width: initial;
  }
}
@media screen and (min-width: 64em) {
  .page-business .landing-overview .l-split-35-65 .l-max--800 {
    max-width: 38.75em;
  }
}
@media screen and (min-width: 48em) {
  .page-business .t-illustration-breakout .l-split-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

.page-individual .landing-overview > .boundary {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .page-individual .landing-overview .l-split-35-65 .l-max--800 {
    max-width: 33.125em;
  }
}

.page-listing-articles .c-side-menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.page-listing-articles .sidebar {
  display: none;
}
@media screen and (min-width: 48em) {
  .page-listing-articles .sidebar {
    display: block;
  }
}

.page-article .container.has-sidebar {
  border-top: 1px solid #ff5b35;
  padding-top: 1.875em;
}
@media screen and (min-width: 48em) {
  .page-article .container.has-sidebar {
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .page-article .container.has-sidebar {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5em;
  }
}
.page-article .container.has-sidebar > .boundary {
  display: flex;
  flex-flow: column-reverse wrap;
}
@media screen and (min-width: 48em) {
  .page-article .container.has-sidebar > .boundary {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 48em) {
  .page-article .container.has-sidebar .main-content {
    padding-right: 0;
    padding-top: 3.125em;
  }
}
@media screen and (min-width: 75em) {
  .page-article .container.has-sidebar .main-content {
    width: 70%;
  }
}
.page-article .container.has-sidebar .main-content .h-3 {
  font-size: 1.5625em;
}
.page-article .container.has-sidebar .sidebar {
  padding-top: 0;
}
@media screen and (min-width: 23.4375em) {
  .page-article .container.has-sidebar .sidebar {
    display: inline-flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 48em) {
  .page-article .container.has-sidebar .sidebar {
    display: block;
    padding-top: 3.125em;
  }
}
@media screen and (min-width: 75em) {
  .page-article .container.has-sidebar .sidebar {
    width: 30%;
  }
}
.page-article .container.has-sidebar .sidebar__block {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 75em) {
  .page-article .container.has-sidebar .sidebar__block {
    max-width: 11.25em;
  }
}
.page-article .container.has-sidebar .sidebar__block:last-of-type {
  margin-bottom: 0;
}
.page-article .c-article__media {
  transform: none;
}

.page-service .hero .has-bg-img,
.page-service .hero .boundary {
  min-height: 11.25em;
}
@media screen and (min-width: 64em) {
  .page-service .hero .has-bg-img,
  .page-service .hero .boundary {
    min-height: 16.5625em;
  }
}
.page-service .c-hero {
  visibility: hidden;
}
.page-service .container.has-sidebar .sidebar {
  display: none;
}
@media screen and (min-width: 48em) {
  .page-service .container.has-sidebar .sidebar {
    display: block;
    padding-top: 10.625em;
  }
}
@media screen and (min-width: 64em) {
  .page-service .container.has-sidebar .sidebar {
    padding-top: 18.125em;
  }
}
@media screen and (min-width: 75em) {
  .page-service .container.has-sidebar .sidebar {
    padding-top: 14.0625em;
  }
}
@media screen and (min-width: 75em) {
  .page-service .container.has-sidebar .sidebar {
    padding-top: 18.3125em;
  }
}
.page-service .articles .boundary {
  margin-top: 0;
}

@media screen and (min-width: 85.375em) {
  .response-page .response-content {
    min-height: 41.25em;
  }
}

.clr-accent {
  color: #ff5b35;
}
.clr-accent-light {
  color: #ff8a66;
}
.clr-base-light {
  color: #5b6670;
}
.clr-base-lighter {
  color: #7b868c;
}

.has-bg-clr--accent {
  background-color: #ff5b35;
}
.has-bg-clr--accent.has-decor-border::before {
  background-color: #ff5b35;
}
.has-bg-clr--accent.has-decor-border::after {
  background-image: url("assets/images/border-bottom-accent.png");
}
.has-bg-clr--accent-lighter {
  background-color: #fcd8cb;
}
.has-bg-clr--accent-darker {
  background-color: #dd5638;
}
.has-bg-clr--gray {
  background-color: #cfd2d3;
}
.has-bg-clr--gray.has-decor-border::before {
  background-color: #cfd2d3;
}
.has-bg-clr--gray.has-decor-border::after {
  background-image: url("assets/images/border-bottom-gray.png");
}
.has-bg-clr--gray-a {
  background-color: #f3f3f3;
}
.has-bg-clr--gray-f {
  background-color: #e0e4e5;
}
.has-bg-clr--secondary-1 {
  background-color: #f0d283;
}
.has-bg-clr--secondary-1.has-decor-border::before {
  background-color: #f0d283;
}
.has-bg-clr--secondary-1.has-decor-border::after {
  background-image: url("assets/images/border-bottom-secondary-1.png");
}
.has-bg-clr--secondary-1-a {
  background-color: #f9f3de;
}
.has-bg-clr--secondary-2 {
  background-color: #9594d2;
}
.has-bg-clr--secondary-2.has-decor-border::before {
  background-color: #9594d2;
}
.has-bg-clr--secondary-2-a {
  background-color: #e3e2f3;
}
.has-bg-clr--secondary-3 {
  background-color: #91bde6;
}
.has-bg-clr--secondary-3.has-decor-border::before {
  background-color: #91bde6;
}
.has-bg-clr--secondary-3.has-decor-border::after {
  background-image: url("assets/images/border-bottom-secondary-3.png");
}
.has-bg-clr--secondary-3-a {
  background-color: #e3eef9;
}
.has-bg-clr--secondary-4 {
  background-color: #badf93;
}
.has-bg-clr--secondary-4.has-decor-border::before {
  background-color: #badf93;
}
.has-bg-clr--secondary-4.has-decor-border::after {
  background-image: url("assets/images/border-bottom-secondary-4.png");
}
.has-bg-clr--secondary-4-a {
  background-color: #ecf7e4;
}
.has-bg-clr--secondary-5 {
  background-color: #fda286;
}
.has-bg-clr--secondary-5.has-decor-border::before {
  background-color: #fda286;
}
.has-bg-clr--secondary-5-a {
  background-color: #ffa168;
}

.has-decor-border {
  position: relative;
}
.has-decor-border::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  display: block;
  position: absolute;
  opacity: 0.39;
}
.has-decor-border::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  content: "";
  display: block;
  position: absolute;
  background-position: 50% 50%;
  background-size: contain;
  bottom: 0;
  height: 1.875em;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .has-decor-border::after {
    height: 3.75em;
  }
}

section.has-decor-border + section {
  padding-top: 1.875em;
}
@media screen and (min-width: 48em) {
  section.has-decor-border + section {
    padding-top: 3.75em;
  }
}

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

.d-bg-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
.d-bg-img a {
  display: block;
}
.d-bg-img img {
  visibility: hidden;
}
.d-bg-img--auto {
  background-size: auto;
}

.d-lined-element {
  border-bottom: 1px solid #ff5b35;
  border-top: 1px solid #ff5b35;
}
.d-lined-element + .d-lined-element {
  margin-top: -1px;
}

:root {
  --box-shadow-color: #ff5b35;
  --box-shadow-right: 1px 0 0 0 var(--box-shadow-color);
  --box-shadow-bottom: 0 1px 0 0 var(--box-shadow-color);
  --box-shadow-corner-fix: 1px 1px 0 0 transparent; /* corner fix */
  --box-shadow-left: 1px 0 0 0 var(--box-shadow-color) inset;
  --box-shadow-top: 0 1px 0 0 var(--box-shadow-color) inset;
  --box-shadow-all: var(--box-shadow-right), var(--box-shadow-bottom),
    var(--box-shadow-corner-fix), var(--box-shadow-left), var(--box-shadow-top);
}

@media screen and (min-width: 64em) {
  .d-lined-block {
    box-shadow: var(--box-shadow-all);
    position: relative;
  }
}
@media screen and (min-width: 64em) {
  .d-lined-block::before, .d-lined-block::after, .d-lined-block > div::before, .d-lined-block > div::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    z-index: 2;
  }
}
.d-lined-block:hover .hover-bg {
  opacity: 1;
}
@media screen and (min-width: 64em) {
  .d-lined-block .hover-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: block;
    width: 90%;
    height: 87%;
    opacity: 0;
    z-index: -1;
  }
}

.d-boxed-element {
  border: 1px solid #1d252c;
  display: table;
  line-height: 1;
  padding: 0.625em 1em;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .d-boxed-element {
    font-size: 1.25em;
    padding: 0.75em 1.5em;
  }
}

.has-border {
  position: relative;
}
.has-border::before, .has-border::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #ff5b35;
  height: 1px;
  width: 90vw;
}
@media screen and (min-width: 48em) {
  .has-border::before, .has-border::after {
    width: 92.5vw;
  }
}
@media screen and (min-width: 64em) {
  .has-border::before, .has-border::after {
    width: 95vw;
  }
}
@media screen and (min-width: 85.375em) {
  .has-border::before, .has-border::after {
    width: 100%;
  }
}
.has-border-bottom {
  margin-bottom: 3.125em;
  padding-bottom: 3.125em;
}
@media screen and (min-width: 85.375em) {
  .has-border-bottom {
    margin-bottom: 5em;
    padding-bottom: 5.625em;
  }
}
.has-border-bottom::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
.has-border-top {
  margin-top: 3.125em;
  padding-top: 3.125em;
}
@media screen and (min-width: 85.375em) {
  .has-border-top {
    margin-top: 5em;
    padding-top: 5.625em;
  }
}
.has-border-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.has-bg-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 64em) {
  .l-split-2 .d-lined-block {
    padding: 3.4375em 3.125em;
  }
}
.l-split-2 .d-lined-block::before, .l-split-2 .d-lined-block::after, .l-split-2 .d-lined-block > div::before, .l-split-2 .d-lined-block > div::after {
  display: none;
}
@media screen and (min-width: 64em) {
  .l-split-2 .d-lined-block::before, .l-split-2 .d-lined-block::after, .l-split-2 .d-lined-block > div::before, .l-split-2 .d-lined-block > div::after {
    display: block;
    height: 4.375em;
    width: 2.5em;
  }
}
@media screen and (min-width: 64em) {
  .l-split-2 .d-lined-block::before {
    right: -1.5625em;
    top: -1.875em;
  }
}
@media screen and (min-width: 64em) {
  .l-split-2 .d-lined-block::after {
    bottom: -1.875em;
    right: -1.5625em;
  }
}
@media screen and (min-width: 64em) {
  .l-split-2 .d-lined-block > div::before {
    left: -1.5625em;
    top: -1.875em;
  }
}
@media screen and (min-width: 64em) {
  .l-split-2 .d-lined-block > div::after {
    bottom: -1.875em;
    left: -1.5625em;
  }
}
.l-split-2 .d-lined-block > div {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 64em) {
  .l-grid .d-lined-block {
    box-shadow: var(--box-shadow-all);
    padding: 3.125em;
  }
}
.l-grid .d-lined-block::before, .l-grid .d-lined-block::after, .l-grid .d-lined-block > div::before, .l-grid .d-lined-block > div::after {
  display: none;
  height: 2.625em;
  width: 6.25em;
}
@media screen and (min-width: 64em) {
  .l-grid .d-lined-block::before, .l-grid .d-lined-block::after, .l-grid .d-lined-block > div::before, .l-grid .d-lined-block > div::after {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .l-grid .d-lined-block::before {
    right: -3.125em;
    top: -1.25em;
  }
}
@media screen and (min-width: 64em) {
  .l-grid .d-lined-block::after {
    bottom: -1.25em;
    right: -3.125em;
  }
}
@media screen and (min-width: 64em) {
  .l-grid .d-lined-block > div::before {
    left: -3.125em;
    top: -1.25em;
  }
}
@media screen and (min-width: 64em) {
  .l-grid .d-lined-block > div::after {
    bottom: -1.25em;
    left: -3.125em;
  }
}
.l-grid .d-lined-block > div {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 64em) {
  .l-grid .d-lined-block > div {
    margin-left: initial;
    margin-right: initial;
  }
}
.l-grid .d-lined-block .c-basic,
.l-grid .d-lined-block .c-card-2 {
  max-width: 16.875em;
}
@media screen and (min-width: 48em) {
  .l-grid .d-lined-block .c-basic,
  .l-grid .d-lined-block .c-card-2 {
    max-width: 20.625em;
  }
}
@media screen and (min-width: 85.375em) {
  .l-grid .d-lined-block .c-basic,
  .l-grid .d-lined-block .c-card-2 {
    max-width: 23.75em;
  }
}

@media screen and (min-width: 64em) {
  .l-grid-3 .d-lined-block:nth-child(3n+1), .l-grid-3 .d-lined-block:nth-child(3n+3) {
    box-shadow: var(--box-shadow-top), var(--box-shadow-bottom);
  }
}
@media screen and (min-width: 75em) {
  .l-grid-3 .d-lined-block:nth-child(3n+1), .l-grid-3 .d-lined-block:nth-child(3n+3) {
    flex-basis: 31.5%;
  }
}
@media screen and (min-width: 64em) {
  .l-grid-3 .d-lined-block:nth-child(3n+1) {
    padding-left: 1.25em;
  }
}
@media screen and (min-width: 64em) {
  .l-grid-3 .d-lined-block:nth-child(3n+1) > div::before, .l-grid-3 .d-lined-block:nth-child(3n+1) > div::after {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .l-grid-3 .d-lined-block:nth-child(3n+1) > .hover-bg {
    margin-left: -0.625em;
    width: 95%;
  }
}
@media screen and (min-width: 64em) {
  .l-grid-3 .d-lined-block:nth-child(3n+2) {
    box-shadow: var(--box-shadow-all);
  }
}
@media screen and (min-width: 75em) {
  .l-grid-3 .d-lined-block:nth-child(3n+2) {
    flex-grow: 1;
    flex-basis: 37%;
  }
}
@media screen and (min-width: 64em) {
  .l-grid-3 .d-lined-block:nth-child(3n+2) > div {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 64em) {
  .l-grid-3 .d-lined-block:nth-child(3n+3) {
    padding-right: 1.25em;
  }
}
@media screen and (min-width: 64em) {
  .l-grid-3 .d-lined-block:nth-child(3n+3)::before, .l-grid-3 .d-lined-block:nth-child(3n+3)::after {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .l-grid-3 .d-lined-block:nth-child(3n+3) > .hover-bg {
    margin-left: 0.625em;
    width: 95%;
  }
}

@media screen and (min-width: 75em) {
  .l-grid-4 .d-lined-block {
    flex-basis: 26.5%;
  }
}
@media screen and (min-width: 75em) {
  .l-grid-4 .d-lined-block > div {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 75em) {
  .l-grid-4 .d-lined-block:nth-child(4n+1), .l-grid-4 .d-lined-block:nth-child(4n+4) {
    box-shadow: var(--box-shadow-top), var(--box-shadow-bottom);
  }
}
@media screen and (min-width: 75em) {
  .l-grid-4 .d-lined-block:nth-child(4n+1), .l-grid-4 .d-lined-block:nth-child(4n+4) {
    flex-basis: 23.5%;
  }
}
@media screen and (min-width: 75em) {
  .l-grid-4 .d-lined-block:nth-child(4n+1) {
    padding-left: 0.9375em;
  }
}
@media screen and (min-width: 75em) {
  .l-grid-4 .d-lined-block:nth-child(4n+1) > div {
    float: left;
  }
}
@media screen and (min-width: 75em) {
  .l-grid-4 .d-lined-block:nth-child(4n+1) > div::before, .l-grid-4 .d-lined-block:nth-child(4n+1) > div::after {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .l-grid-4 .d-lined-block:nth-child(4n+1) > .hover-bg {
    margin-left: -0.625em;
    width: 95%;
  }
}
@media screen and (min-width: 75em) {
  .l-grid-4 .d-lined-block:nth-child(4n+4) {
    padding-right: 0.9375em;
  }
}
@media screen and (min-width: 75em) {
  .l-grid-4 .d-lined-block:nth-child(4n+4)::before, .l-grid-4 .d-lined-block:nth-child(4n+4)::after {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .l-grid-4 .d-lined-block:nth-child(4n+4) > div {
    float: right;
  }
}
@media screen and (min-width: 75em) {
  .l-grid-4 .d-lined-block:nth-child(4n+4) > .hover-bg {
    margin-left: 0.625em;
    width: 95%;
  }
}

@media screen and (min-width: 64em) {
  .l-split-4 .d-lined-block {
    padding: 3.125em 1.875em;
  }
}
@media screen and (min-width: 85.375em) {
  .l-split-4 .d-lined-block {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
.l-split-4 .d-lined-block::before, .l-split-4 .d-lined-block::after, .l-split-4 .d-lined-block > div::before, .l-split-4 .d-lined-block > div::after {
  display: none;
}
@media screen and (min-width: 64em) {
  .l-split-4 .d-lined-block::before, .l-split-4 .d-lined-block::after, .l-split-4 .d-lined-block > div::before, .l-split-4 .d-lined-block > div::after {
    display: block;
    height: 4.375em;
    width: 2.5em;
  }
}
@media screen and (min-width: 64em) {
  .l-split-4 .d-lined-block::before {
    right: -1.5625em;
    top: -1.875em;
  }
}
@media screen and (min-width: 64em) {
  .l-split-4 .d-lined-block::after {
    bottom: -1.875em;
    right: -1.5625em;
  }
}
@media screen and (min-width: 64em) {
  .l-split-4 .d-lined-block > div::before {
    left: -1.5625em;
    top: -1.875em;
  }
}
@media screen and (min-width: 64em) {
  .l-split-4 .d-lined-block > div::after {
    bottom: -1.875em;
    left: -1.5625em;
  }
}
.l-split-4 .d-lined-block > div {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 64em) {
  .l-split-4 .d-lined-block:first-child {
    box-shadow: var(--box-shadow-top), var(--box-shadow-bottom);
  }
}
@media screen and (min-width: 64em) {
  .l-split-4 .d-lined-block:last-child {
    box-shadow: var(--box-shadow-top), var(--box-shadow-bottom);
  }
}

.tablet-and-up {
  display: none;
}
@media screen and (min-width: 48em) {
  .tablet-and-up {
    display: block;
  }
}

@media screen and (min-width: 48em) {
  .up-to-tablet {
    display: none;
  }
}

.owl-carousel .owl-item {
  padding-left: 1.5625em;
  padding-right: 1.5625em;
}
@media screen and (min-width: 48em) {
  .owl-carousel .owl-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: calc(100% + 3.125em);
}
@media screen and (min-width: 48em) {
  .owl-carousel .owl-nav {
    width: calc(100% + 9.375em);
  }
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  filter: brightness(0) saturate(100%) invert(40%) sepia(21%) saturate(281%) hue-rotate(167deg) brightness(90%) contrast(87%);
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  filter: none;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin: 1.25em auto 0;
  max-width: 100%;
}
.owl-carousel .owl-dots .owl-dot {
  height: 0.9375em;
  margin-left: 0.3125em;
  margin-right: 0.3125em;
  width: 0.9375em;
}
@media screen and (min-width: 64em) {
  .owl-carousel .owl-dots .owl-dot {
    height: 1.25em;
    width: 1.25em;
  }
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: transparent;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #1d252c;
}
.owl-carousel .owl-dots .owl-dot span {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: transparent;
  border: 1px solid #1d252c;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
}

.no-backgroundblendmode .d-bg-img::before {
  opacity: 0.3;
}

@media screen and (min-width: 48em) {
  .no-supports .site-header .boundary {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .boundary::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .site-logo,
  .no-supports .site-header .header-menu,
  .no-supports .site-header .header-menu-secondary {
    display: inline-block;
    flex: none;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .site-logo {
    width: auto;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .header-menu {
    top: -0.625em;
    transform: none;
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .site-header .header-menu {
    top: -0.9375em;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .site-nav > .menu {
    margin-left: 6.5vw;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .site-header .site-nav > .menu {
    margin-left: 8.5vw;
  }
}
@media screen and (min-width: 85.375em) {
  .no-supports .site-header .site-nav > .menu {
    margin-left: 0;
    padding-left: 30%;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .menu-item-has-children {
    text-align: center;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .menu-item-has-children.menu-item-373 {
    width: 5.625em;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .site-header .menu-item-has-children.menu-item-373 {
    width: 6.25em;
  }
}
@media screen and (min-width: 85.375em) {
  .no-supports .site-header .menu-item-has-children.menu-item-373 {
    width: 6.875em;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .menu-item-has-children.menu-item-373 .menu-nav-link::after {
    width: 3.125em;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .menu-item-has-children.menu-item-378 {
    width: 6.25em;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .site-header .menu-item-has-children.menu-item-378 {
    width: 7.1875em;
  }
}
@media screen and (min-width: 85.375em) {
  .no-supports .site-header .menu-item-has-children.menu-item-378 {
    width: 7.8125em;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .menu-item-has-children.menu-item-378 .menu-nav-link::after {
    width: 3.75em;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .menu-item-has-children.menu-item-386 {
    width: 7.5em;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .site-header .menu-item-has-children.menu-item-386 {
    width: 8.75em;
  }
}
@media screen and (min-width: 85.375em) {
  .no-supports .site-header .menu-item-has-children.menu-item-386 {
    width: 9.6875em;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .menu-item-has-children.menu-item-386 .menu-nav-link::after {
    width: 4.375em;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .menu-item-has-children::after {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .menu-item-has-children > .sub-menu {
    margin-top: 1.5625em;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .site-header .menu-item-has-children > .sub-menu {
    margin-top: 1.875em;
  }
}
@media screen and (min-width: 75em) {
  .no-supports .site-header .menu-item-has-children > .sub-menu {
    margin-left: 6.5%;
  }
}
@media screen and (min-width: 85.375em) {
  .no-supports .site-header .menu-item-has-children > .sub-menu {
    margin-left: 8.5%;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .menu-item-has-children > .menu-item {
    flex: none;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .site-header .header-menu-secondary {
    float: right;
    top: 0.625em;
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .wlm-slider .owl-carousel .owl-dots {
    left: 95%;
    position: absolute;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .wlm-slider .slide-wealth-oneness .c-hero {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .wlm-slider .slide-wealth-oneness .l-grouper {
    left: 0;
    position: relative !important;
    right: 0;
    top: 6.25em !important;
    transform: none !important;
  }
}
@media screen and (min-width: 75em) {
  .no-supports .wlm-slider .slide-wealth-oneness .l-grouper {
    top: 0 !important;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .wlm-slider .slide-wealth-oneness .c-hero__media {
    top: 4.375em !important;
  }
}
@media screen and (min-width: 75em) {
  .no-supports .wlm-slider .slide-wealth-oneness .c-hero__media {
    top: 0 !important;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .wlm-slider .slide-wealth-oneness .c-hero__media .d-bg-img {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .c-cta-call-appointment .l-split-2 .l-split__block .c-basic {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 24.0625em;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .lity-content .person > .boundary {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .lity-content .person > .boundary::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .lity-content .person .person__media {
    flex: none;
    float: left;
    width: 40%;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .lity-content .person .person__info {
    flex: none;
    float: right;
    width: 60%;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .our-values .l-grid-3 .l-grid__item {
    flex-basis: 29%;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .client-onboarding .client-onboarding__intro {
    display: block;
    margin-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .client-onboarding .client-onboarding__intro .circled-numbers {
    display: inline-block;
    position: relative;
    top: 0.8125em;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .client-onboarding .client-onboarding__intro .client-onboarding__overview .l-grouper {
    margin-top: -1.875em;
  }
}
@media screen and (min-width: 64em) {
  .no-supports .client-onboarding .client-onboarding__intro .client-onboarding__overview .pop-client-onboarding {
    margin-top: -2.1875em;
  }
}
.no-supports .client-onboarding .client-onboarding__intro .client-onboarding__overview .pop-client-onboarding .icon {
  background: white;
  filter: none;
}
@media screen and (min-width: 64em) {
  .no-supports .l-split-4 > .l-split__block {
    flex-basis: 22%;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .page-contact .hero .boundary {
    min-height: 9.375em !important;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .contact-wlm > .boundary {
    display: block;
    min-height: initial;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .contact-wlm > .boundary::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .contact-wlm .company-contact {
    float: right;
  }
}
@media screen and (min-width: 48em) {
  .no-supports .contact-wlm .form-holder {
    float: left;
  }
}

.nowrap {
  white-space: nowrap;
}

/* 
 *  HEADER
 ************************************************/
/* 
 *  MODULE - Share Icons
 ***********************************************/
.c-share .addtoany_shortcode > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style-type: none;
  padding-left: 0;
  width: 5em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-share .addtoany_shortcode > div a {
  height: 2.25em;
  margin-right: 0.625em;
  width: 2.25em;
}
.c-share .addtoany_shortcode > div a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 23.4375em) {
  .c-share .addtoany_shortcode > div a {
    margin-bottom: 0.5em;
    margin-right: 0;
  }
}
.c-share .addtoany_shortcode > div a span {
  border: 1px #ff5c39 solid;
  border-radius: 0 !important;
}

/* 
 *  HERO
 ************************************************/
.hero .has-bg-img {
  filter: saturate(0.25);
  -webkit-filter: saturate(0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 
 *  CONTACT FORM
 ************************************************/
.field-text .btn-icon-only {
  z-index: 1;
}
.field-text .btn-icon-only:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.field-text .btn-icon-only + .wpcf7-form-control-wrap {
  display: block;
}
.field-text .btn-icon-only + .wpcf7-form-control-wrap input[type=text], .field-text .btn-icon-only + .wpcf7-form-control-wrap input[type=email] {
  padding-left: 2.5em;
}
.field-text .btn-icon-only + .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  bottom: -20px;
  font-size: 0.75rem;
}

input[type=submit].btn:not(:hover) {
  background-color: transparent;
}

.c-cta-newsletter div.wpcf7-validation-errors {
  position: absolute;
  top: -30px;
  width: 100%;
  margin: 0;
  font-size: 0.8rem;
}
@media screen and (max-width: 639px) {
  .c-cta-newsletter div.wpcf7-validation-errors {
    top: 15px;
  }
}

.c-cta-newsletter--alt div.wpcf7-validation-errors {
  color: #fff;
}

/* 
 *  FORM - HubSpot
 ************************************************/
.hbspt-form form {
  width: calc(100% + 2.5em);
  margin-left: -1.25em;
}
.hbspt-form form > .field {
  position: relative;
}
.hbspt-form form > .field .hs-error-msgs {
  position: absolute;
  width: 100%;
  font-size: 12px;
  color: #ff0000;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}
.hbspt-form form .hs-fieldtype-text > label {
  display: none;
}
.hbspt-form input[type=email], .hbspt-form input[type=number], .hbspt-form input[type=tel], .hbspt-form input[type=text] {
  background: url(assets/images/arrow-right.svg) no-repeat 0 center;
  background-size: 1.25em;
  border-left: none;
  border-right: none;
  border-top: none;
  padding-left: 1.875em;
}
.hbspt-form form > .field.hs-fieldtype-textarea {
  width: 100%;
}
.hbspt-form form > .field.hs-fieldtype-textarea textarea {
  min-height: 200px;
}
.hbspt-form .hs_error_rollup .hs-error-msgs {
  color: red;
  font-size: 12px;
  list-style: none;
  padding-left: 1.6em;
}

.hs-button {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgb(193, 197, 200);
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid;
  border-radius: 0.125em;
  color: rgb(29, 37, 44);
  display: inline-block;
  font-size: 1.125em;
  line-height: 1;
  padding: 0.625em 1.25em;
  text-align: center;
  text-decoration: none;
}
.hs-button:not(:hover) {
  background-color: transparent;
}
.hs-button:hover {
  border-color: transparent;
  background-color: rgb(28, 36, 43);
  color: rgb(255, 255, 255);
}
.hs-button.primary {
  border-color: rgb(255, 91, 53);
  color: rgb(255, 91, 53);
}
.hs-button.primary:hover {
  color: rgb(255, 255, 255);
  background-color: #ff5b35;
}

@media screen and (min-width: 640px) {
  .form-contact .hbspt-form form > .field:not(.hs-fieldtype-textarea) {
    width: 50%;
    display: inline-block;
  }
}
.form-contact .hbspt-form form > .field, .form-contact .hbspt-form form .hs_submit.hs-submit {
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin: 0.625em 0;
}

/* 
 *  FORM - HubSpot Newsletter
 ************************************************/
.c-cta-newsletter .hbspt-form form input {
  background: #fff;
}
.c-cta-newsletter .hbspt-form form input[type=submit] {
  background-color: transparent;
  background-image: url(assets/images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 20px;
  height: 56px;
  position: relative;
  border: none;
  text-indent: -9999px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.c-cta-newsletter .hbspt-form form input[type=submit]:hover {
  background-position: 15px center;
}
.c-cta-newsletter .hbspt-form form input[type=submit]:focus {
  outline: none;
}
.c-cta-newsletter .hbspt-form form > .field .hs-error-msgs {
  bottom: -21px;
}
.c-cta-newsletter .hbspt-form form .hs_submit.hs-submit {
  position: absolute;
  top: 0;
  height: 100%;
}
.c-cta-newsletter .hbspt-form form .hs_submit.hs-submit .btn-icon-only {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.5em;
}
.c-cta-newsletter .hbspt-form form .hs_error_rollup {
  display: none;
}

.c-cta-newsletter--alt .hbspt-form form input {
  background-color: #7b868c;
}

/* 
 *  CARD
 ************************************************/
/*
              .c-card-6 .c-card__media img {
                  width: auto;
              }
*/
/* 
 *  MAP
 ***********************************************/
.map-holder {
  padding-top: 55%;
}

#map-id {
  position: absolute;
  overflow: hidden;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.map-holder .gm-style-iw button {
  display: none !important;
}

.map-holder .gm-style img[src*="icon-marker-1.svg"] {
  width: 100% !important;
  height: auto !important;
}

/* 
 *  SECTION - Contact Form
 ************************************************/
#contact-form .boundary {
  margin-bottom: 0;
}

/* 
 *  SECTION - Popup Person
 ************************************************/
.lity-content .person {
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1024) {
  .lity-content .person {
    max-width: 90%;
  }
}

/* 
 *  SECTION - Happy Man
 ************************************************/
.l-text-media--poster .l-split__block:last-child img {
  width: auto;
}

/* 
 *  PAGINATION
 ************************************************/
a.page-numbers {
  color: #ff5c39;
}
a.page-numbers:hover {
  color: #1d252c;
}

/* 
 *  PAGE - Business Single Page
 ************************************************/
.page-business-single .container.has-sidebar .sidebar {
  display: none;
}

@media screen and (min-width: 48em) {
  .page-business-single .container.has-sidebar .sidebar {
    display: block;
    padding-top: 10.625em;
  }
}
@media screen and (min-width: 64em) {
  .page-business-single .container.has-sidebar .sidebar {
    padding-top: 18.125em;
  }
}
@media screen and (min-width: 75em) {
  .page-business-single .container.has-sidebar .sidebar {
    padding-top: 18.3125em;
  }
}
/* 
 *  PAGE - Business and Individual (single page) Service Page
 ***************************************************************/
.page-service .articles .boundary {
  padding: 4.375em 2.1875em;
}

.page-service .articles .boundary:after {
  display: none;
}

@media screen and (min-width: 48em) {
  .page-service .articles .boundary {
    padding-bottom: 4.375em;
    padding-top: 4.375em;
  }
}
@media screen and (min-width: 75em) {
  .page-service .articles .boundary {
    padding-top: 5.625em;
    padding-bottom: 5.625em;
  }
}/*# sourceMappingURL=style.css.map */