.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: url('link.cur'), 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: url('link.cur'), 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: url('link.cur'), 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;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !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: url('link.cur'), 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:url('pointer.cur'),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: url('link.cur'), 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:url('pointer.cur'),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: url('link.cur'), 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:url('pointer.cur'),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:url('pointer.cur'),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: url('link.cur'), 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:url('pointer.cur'),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: url('link.cur'), 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;
  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:url('pointer.cur'),default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:url('link.cur'),pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:url('link.cur'),pointer;}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active{height: auto}.fancybox-is-hidden{left: -9999px;margin: 0;position: absolute !important;top: -9999px;visibility: hidden}.fancybox-container{-webkit-backface-visibility: hidden;height: 100%;left: 0;outline: none;position: fixed;-webkit-tap-highlight-color: transparent;top: 0;-ms-touch-action: manipulation;touch-action: manipulation;transform: translateZ(0);width: 100%;z-index: 99992}.fancybox-container *{box-sizing: border-box}.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage{bottom: 0;left: 0;position: absolute;right: 0;top: 0}.fancybox-outer{-webkit-overflow-scrolling: touch;overflow-y: auto}.fancybox-bg{background: rgb(48, 24, 58);opacity: 0;transition-duration: inherit;transition-property: opacity;transition-timing-function: cubic-bezier(.47, 0, .74, .71)}.fancybox-is-open .fancybox-bg{opacity: .9;transition-timing-function: cubic-bezier(.22, .61, .36, 1)}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button{direction: ltr;opacity: 0;position: absolute;transition: opacity .25s ease, visibility 0s ease .25s;visibility: hidden;z-index: 99997}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button{opacity: 1;transition: opacity .25s ease 0s, visibility 0s ease 0s;visibility: visible}.fancybox-infobar{color: #ccc;font-size: 13px;-webkit-font-smoothing: subpixel-antialiased;height: 44px;left: 0;line-height: 44px;min-width: 44px;mix-blend-mode: difference;padding: 0 10px;pointer-events: none;top: 0;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}.fancybox-toolbar{right: 0;top: 0}.fancybox-stage{direction: ltr;overflow: visible;transform: translateZ(0);z-index: 99994}.fancybox-is-open .fancybox-stage{overflow: hidden}.fancybox-slide{-webkit-backface-visibility: hidden;display: none;height: 100%;left: 0;outline: none;overflow: auto;-webkit-overflow-scrolling: touch;padding: 44px;position: absolute;text-align: center;top: 0;transition-property: transform, opacity;white-space: normal;width: 100%;z-index: 99994}.fancybox-slide::before{content: '';display: inline-block;font-size: 0;height: 100%;vertical-align: middle;width: 0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next{display: block}.fancybox-slide--image{overflow: hidden;padding: 44px 0}.fancybox-slide--image::before{display: none}.fancybox-slide--html{padding: 6px}.fancybox-content{background: #fff;display: inline-block;margin: 0;max-width: 100%;overflow: auto;-webkit-overflow-scrolling: touch;padding: 44px;position: relative;text-align: left;vertical-align: middle}.fancybox-slide--image .fancybox-content{animation-timing-function: cubic-bezier(.5, 0, .14, 1);-webkit-backface-visibility: hidden;background: transparent;background-repeat: no-repeat;background-size: 100% 100%;left: 0;max-width: none;overflow: visible;padding: 0;position: absolute;top: 0;-ms-transform-origin: top left;transform-origin: top left;transition-property: transform, opacity;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;z-index: 99995}.fancybox-can-zoomOut .fancybox-content{cursor: zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor: zoom-in}.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content{cursor: -webkit-grab;cursor: grab}.fancybox-is-grabbing .fancybox-content{cursor: -webkit-grabbing;cursor: grabbing}.fancybox-container [data-selectable='true']{cursor: text}.fancybox-image,.fancybox-spaceball{background: transparent;border: 0;height: 100%;left: 0;margin: 0;max-height: none;max-width: none;padding: 0;position: absolute;top: 0;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;width: 100%}.fancybox-spaceball{z-index: 1}.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .fancybox-content{height: 100%;overflow: visible;padding: 0;width: 100%}.fancybox-slide--video .fancybox-content{background: #000}.fancybox-slide--map .fancybox-content{background: #e5e3df}.fancybox-slide--iframe .fancybox-content{background: #fff}.fancybox-video,.fancybox-iframe{background: transparent;border: 0;display: block;height: 100%;margin: 0;overflow: hidden;padding: 0;width: 100%}.fancybox-iframe{left: 0;position: absolute;top: 0}.fancybox-error{background: #fff;cursor:url('pointer.cur'),default;max-width: 400px;padding: 40px;width: 100%}.fancybox-error p{color: #444;font-size: 16px;line-height: 20px;margin: 0;padding: 0}.fancybox-button{background: rgba(48, 24, 58, .6);border: 0;border-radius: 0;box-shadow: none;cursor: pointer;display: inline-block;height: 44px;margin: 0;padding: 10px;position: relative;transition: color .2s;vertical-align: top;visibility: inherit;width: 44px}.fancybox-button,.fancybox-button:visited,.fancybox-button:link{color: #00acbb}.fancybox-button:hover{color: #fff}.fancybox-button:focus{outline: none}.fancybox-button.fancybox-focus{outline: 1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color: #888;cursor:url('pointer.cur'),default;outline: none}.fancybox-button div{height: 100%}.fancybox-button svg{display: block;height: 100%;overflow: visible;position: relative;width: 100%}.fancybox-button svg path{fill: currentColor;stroke-width: 0}.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2){display: none}.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1){display: none}.fancybox-progress{background: #ff5268;height: 2px;left: 0;position: absolute;right: 0;top: 0;-ms-transform: scaleX(0);transform: scaleX(0);-ms-transform-origin: 0;transform-origin: 0;transition-property: transform;transition-timing-function: linear;z-index: 99998}.fancybox-close-small{background: transparent;border: 0;border-radius: 0;color: #ccc;cursor: url('link.cur'), pointer;opacity: .8;padding: 8px;position: absolute;right: -12px;top: -44px;z-index: 401}.fancybox-close-small:hover{color: #fff;opacity: 1}.fancybox-slide--html .fancybox-close-small{color: currentColor;padding: 10px;right: 0;top: 0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow: hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display: none}.fancybox-navigation .fancybox-button{background-clip: content-box;height: 100px;opacity: 0;position: absolute;top: calc(50% - 50px);width: 70px}.fancybox-navigation .fancybox-button div{padding: 7px}.fancybox-navigation .fancybox-button--arrow_left{left: 0;left: env(safe-area-inset-left);padding: 31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding: 31px 6px 31px 26px;right: 0;right: env(safe-area-inset-right)}.fancybox-caption{font-family: "Neutraface 2 Text";background: linear-gradient(to top,rgba(0, 0, 0, .85) 0%,rgba(0, 0, 0, .3) 50%,rgba(0, 0, 0, .15) 65%,rgba(0, 0, 0, .075) 75.5%,rgba(0, 0, 0, .037) 82.85%,rgba(0, 0, 0, .019) 88%,rgba(0, 0, 0, 0) 100%);bottom: 0;color: #00acbb;font-size: 18px;font-weight: 600;letter-spacing: 1px;left: 0;line-height: 1.5;padding: 75px 44px 25px 44px;pointer-events: none;right: 0;text-align: center;z-index: 99996}@supports (padding: max(0px)){.fancybox-caption{padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top: -50px}.fancybox-caption__body{max-height: 50vh;overflow: auto;pointer-events: all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color: #ccc;text-decoration: none}.fancybox-caption a:hover{color: #fff;text-decoration: underline}.fancybox-loading{animation: fancybox-rotate 1s linear infinite;background: transparent;border: 4px solid #888;border-bottom-color: #fff;border-radius: 50%;height: 50px;left: 50%;margin: -25px 0 0 -25px;opacity: .7;padding: 0;position: absolute;top: 50%;width: 50px;z-index: 99999}@keyframes fancybox-rotate{100%{transform: rotate(360deg)}}.fancybox-animated{transition-timing-function: cubic-bezier(0, 0, .25, 1)}.fancybox-fx-slide.fancybox-slide--previous{opacity: 0;transform: translate3d(-100%, 0, 0)}.fancybox-fx-slide.fancybox-slide--next{opacity: 0;transform: translate3d(100%, 0, 0)}.fancybox-fx-slide.fancybox-slide--current{opacity: 1;transform: translate3d(0, 0, 0)}.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{opacity: 0;transition-timing-function: cubic-bezier(.19, 1, .22, 1)}.fancybox-fx-fade.fancybox-slide--current{opacity: 1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity: 0;transform: scale3d(1.5, 1.5, 1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity: 0;transform: scale3d(.5, .5, .5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity: 1;transform: scale3d(1, 1, 1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity: 0;-ms-transform: rotate(-360deg);transform: rotate(-360deg)}.fancybox-fx-rotate.fancybox-slide--next{opacity: 0;-ms-transform: rotate(360deg);transform: rotate(360deg)}.fancybox-fx-rotate.fancybox-slide--current{opacity: 1;-ms-transform: rotate(0deg);transform: rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity: 0;transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)}.fancybox-fx-circular.fancybox-slide--next{opacity: 0;transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)}.fancybox-fx-circular.fancybox-slide--current{opacity: 1;transform: scale3d(1, 1, 1) translate3d(0, 0, 0)}.fancybox-fx-tube.fancybox-slide--previous{transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform: translate3d(0, 0, 0) scale(1)}@media all and (max-height: 576px){.fancybox-slide{padding-left: 6px;padding-right: 6px}.fancybox-slide--image{padding: 6px 0}.fancybox-close-small{right: -6px}.fancybox-slide--image .fancybox-close-small{background: #4e4e4e;color: #f2f4f6;height: 36px;opacity: 1;padding: 6px;right: 0;top: 0;width: 36px}.fancybox-caption{padding-left: 12px;padding-right: 12px}@supports (padding: max(0px)){.fancybox-caption{padding-left: max(12px, env(safe-area-inset-left));padding-right: max(12px, env(safe-area-inset-right))}}}.fancybox-share{background: #f4f4f4;border-radius: 3px;max-width: 90%;padding: 30px;text-align: center}.fancybox-share h1{color: #222;font-size: 35px;font-weight: 700;margin: 0 0 20px 0}.fancybox-share p{margin: 0;padding: 0}.fancybox-share__button{border: 0;border-radius: 3px;display: inline-block;font-size: 14px;font-weight: 700;line-height: 40px;margin: 0 5px 10px 5px;min-width: 130px;padding: 0 15px;text-decoration: none;transition: all .2s;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;white-space: nowrap}.fancybox-share__button:visited,.fancybox-share__button:link{color: #fff}.fancybox-share__button:hover{text-decoration: none}.fancybox-share__button--fb{background: #3b5998}.fancybox-share__button--fb:hover{background: #344e86}.fancybox-share__button--pt{background: #bd081d}.fancybox-share__button--pt:hover{background: #aa0719}.fancybox-share__button--tw{background: #1da1f2}.fancybox-share__button--tw:hover{background: #0d95e8}.fancybox-share__button svg{height: 25px;margin-right: 7px;position: relative;top: -1px;vertical-align: middle;width: 25px}.fancybox-share__button svg path{fill: #fff}.fancybox-share__input{background: transparent;border: 0;border-bottom: 1px solid #d7d7d7;border-radius: 0;color: #5d5b5b;font-size: 14px;margin: 10px 0 0 0;outline: none;padding: 10px 15px;width: 100%}.fancybox-thumbs{background: #ddd;bottom: 0;display: none;margin: 0;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;padding: 2px 2px 4px 2px;position: absolute;right: 0;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);top: 0;width: 212px;z-index: 99995}.fancybox-thumbs-x{overflow-x: auto;overflow-y: hidden}.fancybox-show-thumbs .fancybox-thumbs{display: block}.fancybox-show-thumbs .fancybox-inner{right: 212px}.fancybox-thumbs__list{font-size: 0;height: 100%;list-style: none;margin: 0;overflow-x: hidden;overflow-y: auto;padding: 0;position: absolute;position: relative;white-space: nowrap;width: 100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow: hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width: 7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background: #fff;border-radius: 10px;box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background: #2a2a2a;border-radius: 10px}.fancybox-thumbs__list a{-webkit-backface-visibility: hidden;backface-visibility: hidden;background-color: rgba(0, 0, 0, .1);background-position: center center;background-repeat: no-repeat;background-size: cover;cursor: url('link.cur'), pointer;float: left;height: 75px;margin: 2px;max-height: calc(100% - 8px);max-width: calc(50% - 4px);outline: none;overflow: hidden;padding: 0;position: relative;-webkit-tap-highlight-color: transparent;width: 100px}.fancybox-thumbs__list a::before{border: 6px solid #ff5268;bottom: 0;content: '';left: 0;opacity: 0;position: absolute;right: 0;top: 0;transition: all .2s cubic-bezier(.25, .46, .45, .94);z-index: 99991}.fancybox-thumbs__list a:focus::before{opacity: .5}.fancybox-thumbs__list a.fancybox-thumbs-active::before{opacity: 1}@media all and (max-width: 576px){.fancybox-thumbs{width: 110px}.fancybox-show-thumbs .fancybox-inner{right: 110px}.fancybox-thumbs__list a{max-width: calc(100% - 10px)}}
@charset "UTF-8";

/* line 26, resources/assets/styles/common/_isidoor.scss */

h1,
.title1 {
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((6.5 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 114.2%;
  letter-spacing: normal;
  color: #fdfdfd;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}
.block--banner__titlewrap .title1 {
  line-height: 1.5;
}

.title1.titleh {
  color: #dfdfdf;
  text-transform: uppercase;
}

.block--form .title1 {
  font-size: calc((((((5.8 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  font-variant: small-caps;
  color: #00acbb;
}
/* line 30, resources/assets/styles/common/_isidoor.scss */

h2,
.title2 {
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((5.1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 6.4rem;
  letter-spacing: normal;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 34, resources/assets/styles/common/_isidoor.scss */

h3,
.title3 {
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((8.2 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 114.2%;
  letter-spacing: normal;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

h3,
.title3.block--quote__quote {
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((7.8 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  color: #454E66;
  text-transform: none;
  font-variant: small-caps;
}


.title3.block--quote__quote span.small-lt {
  font-family: "Didot";
  font-style: normal;
  font-weight: 600;
  font-size: calc((((((4.3 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 114.2%;
  letter-spacing: 0.1em;
  color: #454E66;
  text-transform: none;
  font-variant: small-caps;
  bottom: 0vw;
  padding-right: 0vw;
  display: contents;
}
/* line 38, resources/assets/styles/common/_isidoor.scss */

h4,
.title4 {
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((5 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 100%;
  letter-spacing: normal;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 42, resources/assets/styles/common/_isidoor.scss */

h5,
.title5 {
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((5 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 100%;
  letter-spacing: normal;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 46, resources/assets/styles/common/_isidoor.scss */

h6,
.title6 {
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((5 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 100%;
  letter-spacing: normal;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 50, resources/assets/styles/common/_isidoor.scss */

p,
.paragraph1 {
  font-family: "Segoe UI Regular";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.06em;
  color: #fdfdfd;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

.paragraph1.paragraphh {
  font-family: "Neutraface 2 Text";
  font-size: calc((((((2.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  color: #dfdfdf;
  line-height: 160.2%;
  text-transform: uppercase;
  opacity:.7;
}

.s-caps {
font-variant: small-caps;
}

/* line 54, resources/assets/styles/common/_isidoor.scss */

/*.paragraph2 {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((3.0 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.05em;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}*/
.paragraph2 {
  font-family: "Segoe UI Regular";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.5 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 161.7%;
  letter-spacing: 0.08em;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}
/* line 58, resources/assets/styles/common/_isidoor.scss */

.paragraph3 {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.05em;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 62, resources/assets/styles/common/_isidoor.scss */

.paragraph4 {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.05em;
  color: #F4F0EB;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 66, resources/assets/styles/common/_isidoor.scss */

.paragraph5 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: calc((((((1.8 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 70, resources/assets/styles/common/_isidoor.scss */

.paragraph6 {
  font-family: "Segoe UI Regular";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.06em;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}
.paragraph2 .paragraph6{
    color: #00acbb;
}
.paragraph2 .paragraph6.rm-arrow__animate2 svg path, .paragraph2 .paragraph6.rm-arrow__animate2 svg rect {
    fill: #00acbb;
}

/* line 74, resources/assets/styles/common/_isidoor.scss */

.anchor {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.11em;
  color: #fdfdfd;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 79, resources/assets/styles/common/_isidoor.scss */

a,
.link {
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((5 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 100%;
  letter-spacing: normal;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}


#swag a,
#swag .link {
  color: #fdfdfd;
}
.block--form__subtitle a, 
.block--form__subtitle .link {
  color: #fdfdfd;
  font-size: calc((((((3.5 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 171.7%;
  letter-spacing: 2px;
}

.block--form__subtitle span {
	font-family: "Didot";
    font-style: normal;
    font-weight: normal;
	text-transform: none;
	cursor: url('link.cur'), pointer;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    text-decoration: underline;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  color: #e5e5e5;
  font-size: calc((((((3.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 171.7%;
  letter-spacing: 2px;
  text-decoration: none;
   background-color: transparent;
}

.block--form__subtitle.social-link span {
	font-family: "Neutraface 2 Text";
    font-style: normal;
    font-weight: normal;
	text-transform: uppercase;
	cursor: url('link.cur'), pointer;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  color: #e5e5e5;
  font-size: calc((((((1.5 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 171.7%;
  letter-spacing: 2px;
  text-decoration: none;
   background-color: transparent;
}
.block--form__subtitle.social-link {
   margin: 0 0 calc(20px + 0.764vw);
}
/* line 85, resources/assets/styles/common/_isidoor.scss */

.no-touchevents a:hover,
.no-touchevents span:hover,
.no-touchevents .link:hover {
  text-decoration: none;
  color: #00acbb;
}

/* line 93, resources/assets/styles/common/_isidoor.scss */

ul li,
.ul-list li {
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((5 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 100%;
  letter-spacing: normal;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 99, resources/assets/styles/common/_isidoor.scss */

ol li,
.ol-list li {
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((5 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 100%;
  letter-spacing: normal;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 104, resources/assets/styles/common/_isidoor.scss */

button,
.btn {
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((5 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 100%;
  letter-spacing: normal;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 108, resources/assets/styles/common/_isidoor.scss */

.vertical-chinese {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  text-align: left;
}

/* line 114, resources/assets/styles/common/_isidoor.scss */

.anchor.vertical-chinese {
  -webkit-transform: translateX(-50%) rotate(0deg);
       -o-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

/************************   SPACERS   ****************************/

/* 2.8rem */

/* 4.5rem */

/* 10rem   */

/* 11.7rem */

/* 13.4rem */

/* 15.1rem */

/* 16.8rem */

/* 19.6rem */

/* 22.4rem */

/* 25.2rem */

/* ********** Colors ********** */

/* ********** Body ********** */

/* ********** Variables for Lists ********** */

/* *** This Map need to have as much items as Map $colorLists *** */

/***/

/* !! DO NOT EDIT BELOW THIS LINE !!
/***/

/* line 157, resources/assets/styles/common/_variables.scss */

.bg-primary-darken-10 {
  background-color: #0a101a;
}

/* line 160, resources/assets/styles/common/_variables.scss */

.bg-secondary-darken-10 {
  background-color: #e2d7ca;
}

/* line 163, resources/assets/styles/common/_variables.scss */

.bg-primary-lighten-10 {
  background-color: #263c64;
}

/* line 166, resources/assets/styles/common/_variables.scss */

.bg-secondary-lighten-10 {
  background-color: white;
}

/* line 157, resources/assets/styles/common/_variables.scss */

.bg-primary-darken-20 {
  background-color: black;
}

/* line 160, resources/assets/styles/common/_variables.scss */

.bg-secondary-darken-20 {
  background-color: #d0bfa9;
}

/* line 163, resources/assets/styles/common/_variables.scss */

.bg-primary-lighten-20 {
  background-color: #345389;
}

/* line 166, resources/assets/styles/common/_variables.scss */

.bg-secondary-lighten-20 {
  background-color: white;
}

/* line 157, resources/assets/styles/common/_variables.scss */

.bg-primary-darken-30 {
  background-color: black;
}

/* line 160, resources/assets/styles/common/_variables.scss */

.bg-secondary-darken-30 {
  background-color: #bea688;
}

/* line 163, resources/assets/styles/common/_variables.scss */

.bg-primary-lighten-30 {
  background-color: #4269ae;
}

/* line 166, resources/assets/styles/common/_variables.scss */

.bg-secondary-lighten-30 {
  background-color: white;
}

/* line 157, resources/assets/styles/common/_variables.scss */

.bg-primary-darken-40 {
  background-color: black;
}

/* line 160, resources/assets/styles/common/_variables.scss */

.bg-secondary-darken-40 {
  background-color: #ac8d67;
}

/* line 163, resources/assets/styles/common/_variables.scss */

.bg-primary-lighten-40 {
  background-color: #6084c3;
}

/* line 166, resources/assets/styles/common/_variables.scss */

.bg-secondary-lighten-40 {
  background-color: white;
}

/* line 157, resources/assets/styles/common/_variables.scss */

.bg-primary-darken-50 {
  background-color: black;
}

/* line 160, resources/assets/styles/common/_variables.scss */

.bg-secondary-darken-50 {
  background-color: #91744f;
}

/* line 163, resources/assets/styles/common/_variables.scss */

.bg-primary-lighten-50 {
  background-color: #85a0d1;
}

/* line 166, resources/assets/styles/common/_variables.scss */

.bg-secondary-lighten-50 {
  background-color: white;
}

/* ***************************************** */

/* ********** Container Variables ********** */

/* ***************************************** */

/* ***************************** */

/* ********** Shadows ********** */

/* ***************************** */

/* ******************************** */

/* ********** Animations ********** */

/* ******************************** */

/* ***** Import everything from autoload ***** */

/* line 1, node_modules/bootstrap/scss/_root.scss */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #454E66;
  --secondary: #F4F0EB;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #e9e9e9;
  --dark: #212121;
  --tertiary: #f2eee8;
  --white: #fff;
  --black: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 25, node_modules/bootstrap/scss/_reboot.scss */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
	background: linear-gradient(
    to top,
    #454E66 0%,
    #454E66 10%,
    #fdfdfd 10%,
    #fdfdfd 100%
  );
}
body,
html {
	
  cursor: url('pointer.cur'), auto;
}
a,
button {
  cursor: url('link.cur'), pointer;
}
/* line 35, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 46, node_modules/bootstrap/scss/_reboot.scss */


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

/* line 62, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 72, node_modules/bootstrap/scss/_reboot.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 97, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 110, node_modules/bootstrap/scss/_reboot.scss */

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 119, node_modules/bootstrap/scss/_reboot.scss */

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 132, node_modules/bootstrap/scss/_reboot.scss */

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 139, node_modules/bootstrap/scss/_reboot.scss */

dt {
  font-weight: 700;
}

/* line 143, node_modules/bootstrap/scss/_reboot.scss */

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, node_modules/bootstrap/scss/_reboot.scss */

blockquote {
  margin: 0 0 1rem;
}

/* line 152, node_modules/bootstrap/scss/_reboot.scss */

b,
strong {
  font-weight: bolder;
}

/* line 157, node_modules/bootstrap/scss/_reboot.scss */

small {
  font-size: 80%;
}

/* line 166, node_modules/bootstrap/scss/_reboot.scss */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, node_modules/bootstrap/scss/_reboot.scss */

sub {
  bottom: -.25em;
}

/* line 175, node_modules/bootstrap/scss/_reboot.scss */

sup {
  top: -.5em;
}

/* line 182, node_modules/bootstrap/scss/_reboot.scss */

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

a:hover {
  color: #0c0c0c;
  -webkit-text-decoration: #0b0b0b;
          text-decoration: #0b0b0b;
}

/* line 199, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 208, node_modules/bootstrap/scss/_reboot.scss */

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 226, node_modules/bootstrap/scss/_reboot.scss */

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 240, node_modules/bootstrap/scss/_reboot.scss */

figure {
  margin: 0 0 1rem;
}

/* line 250, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 255, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 267, node_modules/bootstrap/scss/_reboot.scss */

table {
  border-collapse: collapse;
}

/* line 271, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 279, node_modules/bootstrap/scss/_reboot.scss */

th {
  text-align: inherit;
}

/* line 290, node_modules/bootstrap/scss/_reboot.scss */

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 299, node_modules/bootstrap/scss/_reboot.scss */

button {
  border-radius: 0;
}

/* line 307, node_modules/bootstrap/scss/_reboot.scss */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 312, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 323, node_modules/bootstrap/scss/_reboot.scss */

button,
input {
  overflow: visible;
}

/* line 328, node_modules/bootstrap/scss/_reboot.scss */

button,
select {
  text-transform: none;
}

/* line 336, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 344, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 352, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 359, node_modules/bootstrap/scss/_reboot.scss */

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 371, node_modules/bootstrap/scss/_reboot.scss */

textarea {
  overflow: auto;
  resize: vertical;
}

/* line 377, node_modules/bootstrap/scss/_reboot.scss */

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 392, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 404, node_modules/bootstrap/scss/_reboot.scss */

progress {
  vertical-align: baseline;
}

/* line 409, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 414, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 427, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 436, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 445, node_modules/bootstrap/scss/_reboot.scss */

output {
  display: inline-block;
}

/* line 449, node_modules/bootstrap/scss/_reboot.scss */

summary {
  display: list-item;
  cursor: url('link.cur'), pointer;
}

/* line 454, node_modules/bootstrap/scss/_reboot.scss */

template {
  display: none;
}

/* line 460, node_modules/bootstrap/scss/_reboot.scss */

[hidden] {
  display: none !important;
}

/* line 8, node_modules/bootstrap/scss/_images.scss */

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

/* line 14, node_modules/bootstrap/scss/_images.scss */

.img-thumbnail {
  padding: 0.25rem;
  background-color: #E5E5E5;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, node_modules/bootstrap/scss/_images.scss */

.figure,
.wp-caption {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */

.figure-img,
.wp-caption img {
  margin-bottom: 0.2rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/* line 6, node_modules/bootstrap/scss/_grid.scss */

.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 1140px;
  }
}

/* line 18, node_modules/bootstrap/scss/_grid.scss */

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

/* line 28, node_modules/bootstrap/scss/_grid.scss */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

/* line 34, node_modules/bootstrap/scss/_grid.scss */

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, node_modules/bootstrap/scss/_grid.scss */

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

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

/* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.16667%;
          flex: 0 0 4.16667%;
  max-width: 4.16667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.83333%;
          flex: 0 0 20.83333%;
  max-width: 20.83333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.16667%;
          flex: 0 0 29.16667%;
  max-width: 29.16667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  max-width: 37.5%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.83333%;
          flex: 0 0 45.83333%;
  max-width: 45.83333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-13 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.16667%;
          flex: 0 0 54.16667%;
  max-width: 54.16667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-14 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  max-width: 62.5%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-16 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-17 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70.83333%;
          flex: 0 0 70.83333%;
  max-width: 70.83333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-18 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-19 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 79.16667%;
          flex: 0 0 79.16667%;
  max-width: 79.16667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-21 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
  max-width: 87.5%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-22 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-23 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95.83333%;
          flex: 0 0 95.83333%;
  max-width: 95.83333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-last {
  -webkit-box-ordinal-group: 26;
      -ms-flex-order: 25;
          order: 25;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-19 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-20 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-21 {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-22 {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-23 {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-24 {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-1 {
  margin-left: 4.16667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-2 {
  margin-left: 8.33333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-3 {
  margin-left: 12.5%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-4 {
  margin-left: 16.66667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-5 {
  margin-left: 20.83333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-6 {
  margin-left: 25%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-7 {
  margin-left: 29.16667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-8 {
  margin-left: 33.33333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-9 {
  margin-left: 37.5%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-10 {
  margin-left: 41.66667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-11 {
  margin-left: 45.83333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-12 {
  margin-left: 50%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-13 {
  margin-left: 54.16667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-14 {
  margin-left: 58.33333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-15 {
  margin-left: 62.5%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-16 {
  margin-left: 66.66667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-17 {
  margin-left: 70.83333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-18 {
  margin-left: 75%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-19 {
  margin-left: 79.16667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-20 {
  margin-left: 83.33333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-21 {
  margin-left: 87.5%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-22 {
  margin-left: 91.66667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-23 {
  margin-left: 95.83333%;
}

@media (min-width: 576px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-1 {
    margin-left: 4.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-2 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-3 {
    margin-left: 12.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-4 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-5 {
    margin-left: 20.83333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-6 {
    margin-left: 25%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-7 {
    margin-left: 29.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-8 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-9 {
    margin-left: 37.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-10 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-11 {
    margin-left: 45.83333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-12 {
    margin-left: 50%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-13 {
    margin-left: 54.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-14 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-15 {
    margin-left: 62.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-16 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-17 {
    margin-left: 70.83333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-18 {
    margin-left: 75%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-19 {
    margin-left: 79.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-20 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-21 {
    margin-left: 87.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-22 {
    margin-left: 91.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-23 {
    margin-left: 95.83333%;
  }
}

@media (min-width: 768px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-1 {
    margin-left: 4.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-2 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-3 {
    margin-left: 12.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-4 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-5 {
    margin-left: 20.83333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-6 {
    margin-left: 25%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-7 {
    margin-left: 29.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-8 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-9 {
    margin-left: 37.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-10 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-11 {
    margin-left: 45.83333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-12 {
    margin-left: 50%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-13 {
    margin-left: 54.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-14 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-15 {
    margin-left: 62.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-16 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-17 {
    margin-left: 70.83333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-18 {
    margin-left: 75%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-19 {
    margin-left: 79.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-20 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-21 {
    margin-left: 87.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-22 {
    margin-left: 91.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-23 {
    margin-left: 95.83333%;
  }
}

@media (min-width: 992px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-1 {
    margin-left: 4.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-2 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-3 {
    margin-left: 12.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-4 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-5 {
    margin-left: 20.83333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-6 {
    margin-left: 25%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-7 {
    margin-left: 29.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-8 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-9 {
    margin-left: 37.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-10 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-11 {
    margin-left: 45.83333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-12 {
    margin-left: 50%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-13 {
    margin-left: 54.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-14 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-15 {
    margin-left: 62.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-16 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-17 {
    margin-left: 70.83333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-18 {
    margin-left: 75%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-19 {
    margin-left: 79.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-20 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-21 {
    margin-left: 87.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-22 {
    margin-left: 91.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-23 {
    margin-left: 95.83333%;
  }
}

@media (min-width: 1200px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-1 {
    margin-left: 4.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-2 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-3 {
    margin-left: 12.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-4 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-5 {
    margin-left: 20.83333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-6 {
    margin-left: 25%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-7 {
    margin-left: 29.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-8 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-9 {
    margin-left: 37.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-10 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-11 {
    margin-left: 45.83333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-12 {
    margin-left: 50%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-13 {
    margin-left: 54.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-14 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-15 {
    margin-left: 62.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-16 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-17 {
    margin-left: 70.83333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-18 {
    margin-left: 75%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-19 {
    margin-left: 79.16667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-20 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-21 {
    margin-left: 87.5%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-22 {
    margin-left: 91.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-23 {
    margin-left: 95.83333%;
  }
}

/* line 5, node_modules/bootstrap/scss/_card.scss */

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

/* line 16, node_modules/bootstrap/scss/_card.scss */

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 28, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, node_modules/bootstrap/scss/_card.scss */

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 41, node_modules/bootstrap/scss/_card.scss */

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

/* line 45, node_modules/bootstrap/scss/_card.scss */

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 50, node_modules/bootstrap/scss/_card.scss */

.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.card-link:hover {
  text-decoration: none;
}

/* line 59, node_modules/bootstrap/scss/_card.scss */

.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 68, node_modules/bootstrap/scss/_card.scss */

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 75, node_modules/bootstrap/scss/_card.scss */

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 80, node_modules/bootstrap/scss/_card.scss */

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 86, node_modules/bootstrap/scss/_card.scss */

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 91, node_modules/bootstrap/scss/_card.scss */

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 101, node_modules/bootstrap/scss/_card.scss */

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 108, node_modules/bootstrap/scss/_card.scss */

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 114, node_modules/bootstrap/scss/_card.scss */

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 123, node_modules/bootstrap/scss/_card.scss */

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 129, node_modules/bootstrap/scss/_card.scss */

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 134, node_modules/bootstrap/scss/_card.scss */

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 142, node_modules/bootstrap/scss/_card.scss */

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 146, node_modules/bootstrap/scss/_card.scss */

.card-deck .card {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  /* line 142, node_modules/bootstrap/scss/_card.scss */

  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: 0;
    margin-left: 0;
  }

  /* line 155, node_modules/bootstrap/scss/_card.scss */

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

/* line 172, node_modules/bootstrap/scss/_card.scss */

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 178, node_modules/bootstrap/scss/_card.scss */

.card-group > .card {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  /* line 172, node_modules/bootstrap/scss/_card.scss */

  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  /* line 186, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 191, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 198, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 201, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  /* line 205, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  /* line 211, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 214, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  /* line 218, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  /* line 224, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  /* line 227, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  /* line 231, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  /* line 237, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  /* line 240, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 258, node_modules/bootstrap/scss/_card.scss */

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

@media (min-width: 576px) {
  /* line 257, node_modules/bootstrap/scss/_card.scss */

  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 268, node_modules/bootstrap/scss/_card.scss */

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 281, node_modules/bootstrap/scss/_card.scss */

.accordion .card {
  overflow: hidden;
}

/* line 285, node_modules/bootstrap/scss/_card.scss */

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 289, node_modules/bootstrap/scss/_card.scss */

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 295, node_modules/bootstrap/scss/_card.scss */

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 301, node_modules/bootstrap/scss/_card.scss */

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 306, node_modules/bootstrap/scss/_card.scss */

.accordion .card .card-header {
  margin-bottom: -1px;
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */

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

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */

.align-top {
  vertical-align: top !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */

.align-middle {
  vertical-align: middle !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */

.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-primary {
  background-color: #454E66 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0a101a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-secondary {
  background-color: #F4F0EB !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e2d7ca !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-success {
  background-color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-light {
  background-color: #e9e9e9 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d0d0d0 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-dark {
  background-color: #212121 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #080808 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-tertiary {
  background-color: #f2eee8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-tertiary:hover,
a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #e0d6c7 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-black {
  background-color: #000 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */

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

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */

.bg-transparent {
  background-color: transparent !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */

.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-0 {
  border: 0 !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top-0 {
  border-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right-0 {
  border-right: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left-0 {
  border-left: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-primary {
  border-color: #454E66 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-secondary {
  border-color: #F4F0EB !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-success {
  border-color: #28a745 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-light {
  border-color: #e9e9e9 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-dark {
  border-color: #212121 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-tertiary {
  border-color: #f2eee8 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-black {
  border-color: #000 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded {
  border-radius: 0.25rem !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 53, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-pill {
  border-radius: 50rem !important;
}

/* line 61, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-row {
  display: table-row !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-cell {
  display: table-cell !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table {
    display: table !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table {
    display: table !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table-row {
    display: table-row !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table {
    display: table !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 15, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table {
    display: table !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 29, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 30, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table {
    display: table !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table-row {
    display: table-row !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 36, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-3by4::before {
  padding-top: 133.33333%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

/* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

.float-left {
  float: left !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

.float-right {
  float: right !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-left {
    float: left !important;
  }

  /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-right {
    float: right !important;
  }

  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-left {
    float: left !important;
  }

  /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-right {
    float: right !important;
  }

  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-left {
    float: left !important;
  }

  /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-right {
    float: right !important;
  }

  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-left {
    float: left !important;
  }

  /* line 6, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-right {
    float: right !important;
  }

  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-none {
    float: none !important;
  }
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

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

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 18, node_modules/bootstrap/scss/utilities/_position.scss */

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 26, node_modules/bootstrap/scss/utilities/_position.scss */

  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, node_modules/bootstrap/scss/utilities/_screenreaders.scss */

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, node_modules/bootstrap/scss/mixins/_screen-reader.scss */

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-auto {
  width: auto !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-25 {
  height: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-50 {
  height: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-75 {
  height: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-100 {
  height: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-auto {
  height: auto !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mw-100 {
  max-width: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mh-100 {
  max-height: 100% !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_sizing.scss */

.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_sizing.scss */

.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_sizing.scss */

.vw-100 {
  width: 100vw !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_sizing.scss */

.vh-100 {
  height: 100vh !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-0 {
  margin: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-1 {
  margin: 0.1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-1,
.my-1 {
  margin-top: 0.1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-1,
.mx-1 {
  margin-right: 0.1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-1,
.my-1 {
  margin-bottom: 0.1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-1,
.mx-1 {
  margin-left: 0.1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-2 {
  margin: 0.2rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-2,
.my-2 {
  margin-top: 0.2rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-2,
.mx-2 {
  margin-right: 0.2rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-2,
.my-2 {
  margin-bottom: 0.2rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-2,
.mx-2 {
  margin-left: 0.2rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-3 {
  margin: 0.4rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-3,
.mx-3 {
  margin-right: 0.4rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-3,
.mx-3 {
  margin-left: 0.4rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-4 {
  margin: 0.6rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-4,
.my-4 {
  margin-top: 0.6rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-4,
.mx-4 {
  margin-right: 0.6rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-4,
.my-4 {
  margin-bottom: 0.6rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-4,
.mx-4 {
  margin-left: 0.6rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-5 {
  margin: 1.2rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-5,
.mx-5 {
  margin-right: 1.2rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-5,
.mx-5 {
  margin-left: 1.2rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-0 {
  padding: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-1 {
  padding: 0.1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-1,
.py-1 {
  padding-top: 0.1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-1,
.px-1 {
  padding-right: 0.1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-1,
.py-1 {
  padding-bottom: 0.1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-1,
.px-1 {
  padding-left: 0.1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-2 {
  padding: 0.2rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-2,
.py-2 {
  padding-top: 0.2rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-2,
.px-2 {
  padding-right: 0.2rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-2,
.py-2 {
  padding-bottom: 0.2rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-2,
.px-2 {
  padding-left: 0.2rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-3 {
  padding: 0.4rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-3,
.px-3 {
  padding-left: 0.4rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-4 {
  padding: 0.6rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-4,
.py-4 {
  padding-top: 0.6rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-4,
.px-4 {
  padding-right: 0.6rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-4,
.py-4 {
  padding-bottom: 0.6rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-4,
.px-4 {
  padding-left: 0.6rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-5 {
  padding: 1.2rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-5,
.px-5 {
  padding-left: 1.2rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n1 {
  margin: -0.1rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n1,
.my-n1 {
  margin-top: -0.1rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n1,
.mx-n1 {
  margin-right: -0.1rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n1,
.my-n1 {
  margin-bottom: -0.1rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n1,
.mx-n1 {
  margin-left: -0.1rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n2 {
  margin: -0.2rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n2,
.my-n2 {
  margin-top: -0.2rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n2,
.mx-n2 {
  margin-right: -0.2rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n2,
.my-n2 {
  margin-bottom: -0.2rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n2,
.mx-n2 {
  margin-left: -0.2rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n3 {
  margin: -0.4rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n3,
.my-n3 {
  margin-top: -0.4rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n3,
.mx-n3 {
  margin-right: -0.4rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n3,
.my-n3 {
  margin-bottom: -0.4rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n3,
.mx-n3 {
  margin-left: -0.4rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n4 {
  margin: -0.6rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n4,
.my-n4 {
  margin-top: -0.6rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n4,
.mx-n4 {
  margin-right: -0.6rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n4,
.my-n4 {
  margin-bottom: -0.6rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n4,
.mx-n4 {
  margin-left: -0.6rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n5 {
  margin: -1.2rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n5,
.my-n5 {
  margin-top: -1.2rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n5,
.mx-n5 {
  margin-right: -1.2rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n5,
.my-n5 {
  margin-bottom: -1.2rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n5,
.mx-n5 {
  margin-left: -1.2rem !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-auto {
  margin: auto !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-1 {
    margin: 0.1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-2 {
    margin: 0.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-3 {
    margin: 0.4rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.4rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.4rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-4 {
    margin: 0.6rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 0.6rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 0.6rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 0.6rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 0.6rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-5 {
    margin: 1.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-1 {
    padding: 0.1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-2 {
    padding: 0.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-3 {
    padding: 0.4rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.4rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-4 {
    padding: 0.6rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 0.6rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 0.6rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 0.6rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 0.6rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-5 {
    padding: 1.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.2rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n1 {
    margin: -0.1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n2 {
    margin: -0.2rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.2rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.2rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.2rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.2rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n3 {
    margin: -0.4rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.4rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.4rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.4rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.4rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n4 {
    margin: -0.6rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -0.6rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -0.6rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -0.6rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -0.6rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n5 {
    margin: -1.2rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.2rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.2rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.2rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.2rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-1 {
    margin: 0.1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-2 {
    margin: 0.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-3 {
    margin: 0.4rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.4rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.4rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-4 {
    margin: 0.6rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-4,
  .my-md-4 {
    margin-top: 0.6rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-4,
  .mx-md-4 {
    margin-right: 0.6rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 0.6rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.6rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-5 {
    margin: 1.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-1 {
    padding: 0.1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-2 {
    padding: 0.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-3 {
    padding: 0.4rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-3,
  .px-md-3 {
    padding-left: 0.4rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-4 {
    padding: 0.6rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-4,
  .py-md-4 {
    padding-top: 0.6rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-4,
  .px-md-4 {
    padding-right: 0.6rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 0.6rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-4,
  .px-md-4 {
    padding-left: 0.6rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-5 {
    padding: 1.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-5,
  .px-md-5 {
    padding-left: 1.2rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n1 {
    margin: -0.1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n2 {
    margin: -0.2rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.2rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.2rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.2rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.2rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n3 {
    margin: -0.4rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.4rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.4rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.4rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.4rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n4 {
    margin: -0.6rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -0.6rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -0.6rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -0.6rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -0.6rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n5 {
    margin: -1.2rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.2rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.2rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.2rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.2rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-1 {
    margin: 0.1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-2 {
    margin: 0.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-3 {
    margin: 0.4rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.4rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.4rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-4 {
    margin: 0.6rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 0.6rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 0.6rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 0.6rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 0.6rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-5 {
    margin: 1.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-1 {
    padding: 0.1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-2 {
    padding: 0.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-3 {
    padding: 0.4rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.4rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-4 {
    padding: 0.6rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 0.6rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 0.6rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 0.6rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 0.6rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-5 {
    padding: 1.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.2rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n1 {
    margin: -0.1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n2 {
    margin: -0.2rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.2rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.2rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.2rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.2rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n3 {
    margin: -0.4rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.4rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.4rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.4rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.4rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n4 {
    margin: -0.6rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -0.6rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -0.6rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -0.6rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -0.6rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n5 {
    margin: -1.2rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.2rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.2rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.2rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.2rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-1 {
    margin: 0.1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-2 {
    margin: 0.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-3 {
    margin: 0.4rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.4rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.4rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-4 {
    margin: 0.6rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 0.6rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 0.6rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 0.6rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 0.6rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-5 {
    margin: 1.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-1 {
    padding: 0.1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-2 {
    padding: 0.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-3 {
    padding: 0.4rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.4rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-4 {
    padding: 0.6rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 0.6rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 0.6rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 0.6rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 0.6rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-5 {
    padding: 1.2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.2rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n1 {
    margin: -0.1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n2 {
    margin: -0.2rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.2rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.2rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.2rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.2rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n3 {
    margin: -0.4rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.4rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.4rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.4rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.4rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n4 {
    margin: -0.6rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -0.6rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -0.6rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -0.6rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -0.6rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n5 {
    margin: -1.2rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.2rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.2rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.2rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.2rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_text.scss */

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 11, node_modules/bootstrap/scss/utilities/_text.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_text.scss */

.text-wrap {
  white-space: normal !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_text.scss */

.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_text.scss */

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

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

/* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

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

@media (min-width: 576px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, node_modules/bootstrap/scss/utilities/_text.scss */

.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_text.scss */

.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_text.scss */

.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_text.scss */

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

/* line 40, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_text.scss */

.font-italic {
  font-style: italic !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_text.scss */

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

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-secondary {
  color: #F4F0EB !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-secondary:hover,
a.text-secondary:focus {
  color: #d9cbba !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-success {
  color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-info {
  color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-warning {
  color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-danger {
  color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-light {
  color: #e9e9e9 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-light:hover,
a.text-light:focus {
  color: #c3c3c3 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-dark {
  color: #212121 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-tertiary {
  color: #f2eee8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-tertiary:hover,
a.text-tertiary:focus {
  color: #d6cab7 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-black {
  color: #000 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-black:hover,
a.text-black:focus {
  color: black !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_text.scss */

.text-body {
  color: #454E66 !important;
}

/* line 52, node_modules/bootstrap/scss/utilities/_text.scss */

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

/* line 54, node_modules/bootstrap/scss/utilities/_text.scss */

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, node_modules/bootstrap/scss/utilities/_text.scss */

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, node_modules/bootstrap/scss/utilities/_text.scss */

.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, node_modules/bootstrap/scss/utilities/_text.scss */

.text-reset {
  color: inherit !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_visibility.scss */

.visible {
  visibility: visible !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_visibility.scss */

.invisible {
  visibility: hidden !important;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* ***** Select2 ***** */

/* ***** Swiper ***** */

/* ***** Fancybox ***** */

/* ***** Import theme styles ***** */

/* ******************************** */

/* ********** Box Shadow ********** */

/* ******************************** */

/* line 5, resources/assets/styles/utilities/_shadow.scss */

.box-shadow--0 {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 5, resources/assets/styles/utilities/_shadow.scss */

.box-shadow--1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 5, resources/assets/styles/utilities/_shadow.scss */

.box-shadow--2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* line 5, resources/assets/styles/utilities/_shadow.scss */

.box-shadow--3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* line 5, resources/assets/styles/utilities/_shadow.scss */

.box-shadow--4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* line 5, resources/assets/styles/utilities/_shadow.scss */

.box-shadow--5,
.select2-dropdown .select2-results__options {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/* line 5, resources/assets/styles/utilities/_shadow.scss */

.box-shadow--6 {
  -webkit-box-shadow: 0 22px 46px rgba(0, 0, 0, 0.36), 0 30px 24px rgba(0, 0, 0, 0.22);
          box-shadow: 0 22px 46px rgba(0, 0, 0, 0.36), 0 30px 24px rgba(0, 0, 0, 0.22);
}

/* ********************************* */

/* ********** Shadow Mask ********** */

/* ********************************* */

/* line 19, resources/assets/styles/utilities/_shadow.scss */

.shadow-mask--image:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}

/* line 2, resources/assets/styles/utilities/_spacing.scss */

.component-spacer--0 {
  height: 0;
}

/* line 2, resources/assets/styles/utilities/_spacing.scss */

.component-spacer--1 {
  height: 0.1rem;
}

/* line 2, resources/assets/styles/utilities/_spacing.scss */

.component-spacer--2 {
  height: 0.2rem;
}

/* line 2, resources/assets/styles/utilities/_spacing.scss */

.component-spacer--3 {
  height: 0.4rem;
}

/* line 2, resources/assets/styles/utilities/_spacing.scss */

.component-spacer--4 {
  height: 0.6rem;
}

/* line 2, resources/assets/styles/utilities/_spacing.scss */

.component-spacer--5 {
  height: 1.2rem;
}

/* ******************************* */

/* ********** Container ********** */

/* ******************************* */

/* ***** Loop Through Map "$containers" ***** */

/* line 6, resources/assets/styles/layouts/_container.scss */

.container--xs {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding-left: calc((0.4rem + 0.5vw) * 2.5);
  padding-right: calc((0.4rem + 0.5vw) * 2.5);
  width: 640px;
}

/* line 6, resources/assets/styles/layouts/_container.scss */

.container--sm {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding-left: calc((0.4rem + 0.5vw) * 2.5);
  padding-right: calc((0.4rem + 0.5vw) * 2.5);
  width: 860px;
}

/* line 6, resources/assets/styles/layouts/_container.scss */

.container--md {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding-left: calc((0.4rem + 0.5vw) * 2.5);
  padding-right: calc((0.4rem + 0.5vw) * 2.5);
  width: 1360px;
}

/* line 6, resources/assets/styles/layouts/_container.scss */

.container--lg {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding-left: calc((0.4rem + 0.5vw) * 2.5);
  padding-right: calc((0.4rem + 0.5vw) * 2.5);
  width: 1680px;
}

/* ********** Loop to Create Gutters within Containers - Uses $spacersContainer Map ********** */

/*@each $element, $sizeSpacing in $spacersContainer {*/

/* line 26, resources/assets/styles/layouts/_container.scss */

.container-gutter--0 .row {
  margin-left: calc(0 * -1);
  margin-right: calc(0 * -1);
}

/* line 30, resources/assets/styles/layouts/_container.scss */

.container-gutter--0 .row .col {
  padding-left: 0;
  padding-right: 0;
}

/* line 26, resources/assets/styles/layouts/_container.scss */

.container-gutter--1 .row {
  margin-left: calc(0.1rem * -1);
  margin-right: calc(0.1rem * -1);
}

/* line 30, resources/assets/styles/layouts/_container.scss */

.container-gutter--1 .row .col {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

/* line 26, resources/assets/styles/layouts/_container.scss */

.container-gutter--2 .row {
  margin-left: calc(0.2rem * -1);
  margin-right: calc(0.2rem * -1);
}

/* line 30, resources/assets/styles/layouts/_container.scss */

.container-gutter--2 .row .col {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

/* line 26, resources/assets/styles/layouts/_container.scss */

.container-gutter--3 .row {
  margin-left: calc(0.4rem * -1);
  margin-right: calc(0.4rem * -1);
}

/* line 30, resources/assets/styles/layouts/_container.scss */

.container-gutter--3 .row .col {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

/* line 26, resources/assets/styles/layouts/_container.scss */

.container-gutter--4 .row {
  margin-left: calc(0.6rem * -1);
  margin-right: calc(0.6rem * -1);
}

/* line 30, resources/assets/styles/layouts/_container.scss */

.container-gutter--4 .row .col {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

/* line 26, resources/assets/styles/layouts/_container.scss */

.container-gutter--5 .row {
  margin-left: calc(1.2rem * -1);
  margin-right: calc(1.2rem * -1);
}

/* line 30, resources/assets/styles/layouts/_container.scss */

.container-gutter--5 .row .col {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

/* ********** Hr / Border ********** */

/* line 2, resources/assets/styles/utilities/_border.scss */

hr,
.hr {
  border: none;
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin: 0 0 calc((0.4rem + 0.5vw) * 2.5) 0;
  background: inherit;
}

/* line 11, resources/assets/styles/utilities/_border.scss */

hr,
.hr,
hr--1,
.hr--1 {
  background: #000;
}

/* line 15, resources/assets/styles/utilities/_border.scss */

hr--2,
.hr--2 {
  background: #454E66;
}

/* line 19, resources/assets/styles/utilities/_border.scss */

hr--3,
.hr--3 {
  background: #F4F0EB;
}

/* ********** Hr / Border ********** */

/* line 2, resources/assets/styles/utilities/_image.scss */

.bg-cover,
.page-thankyou .row .left-content .thankyou__figure,
.page-thankyou .row .left-content .thankyou__figure .thankyou__img,
.block--banner__image .block--banner__img,
.block--text-image-left__left .block--text-image-left__figure-wrapper .block--text-image-left__figure,
.block--text-image-left__left .block--text-image-left__figure-wrapper .block--text-image-left__figure .block--text-image-left__img,
.block--text-image-right__right .block--text-image-right__figure,.block--text-image-right__right .block--text-image-right__figure2,
.block--text-image-right__right .block--text-image-right__figure .block--text-image-right__img,.block--text-image-right__right .block--text-image-right__figure2 .block--text-image-right__img,
.block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__figure1,
.block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__figure1 .block--text-image-with-pattern-animation__image-absolute1,
.block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__left1 .block--text-image-with-pattern-animation__figure2,
.block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__left1 .block--text-image-with-pattern-animation__figure2 .block--text-image-with-pattern-animation__image-absolute2,
.block--text-image-with-pattern-animation__bottom .block--text-image-with-pattern-animation__right2 .block--text-image-with-pattern-animation__figure3,
.block--text-image-with-pattern-animation__bottom .block--text-image-with-pattern-animation__right2 .block--text-image-with-pattern-animation__figure3 .block--text-image-with-pattern-animation__image-absolute3,
.block--text-image-with-pattern__image-absolute .block--text-image-with-pattern__figure,
.block--text-image-with-pattern__image-absolute .block--text-image-with-pattern__figure .block--text-image-with-pattern__img,
.block--three-images-and-text__translate-content5 .block--three-images-and-text__figure1,
.block--three-images-and-text__translate-content5 .block--three-images-and-text__figure1 .block--three-images-and-text__image1,
.block--three-images-and-text__translate-content5 .block--three-images-and-text__figure2,
.block--three-images-and-text__translate-content5 .block--three-images-and-text__figure2 .block--three-images-and-text__image2,
.block--three-images-and-text__translate-content5 .block--three-images-and-text__figure3,
.block--three-images-and-text__translate-content5 .block--three-images-and-text__figure3 .block--three-images-and-text__image3,
.block--three-images-and-text .block--three-images-and-text__figure_close,
.block--three-images-and-text .block--three-images-and-text__figure_close .block--three-images-and-text__image_close,
.block--two-images-and-text__figure,
.block--two-images-and-text__figure .block--two-images-and-text__img2 {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 1, resources/assets/styles/common/_base.scss */

html {
  font-size: 62.5%;
  /* 1rem = 10px */
}

/* line 5, resources/assets/styles/common/_base.scss */

body {
  fill: #454E66;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  scroll-behavior: smooth;
  /*@include transition-base(1s);
	opacity:0;
	
	.dom-loaded &{
		opacity:1;
	}*/
}
/**/
body .footer__legal-popup, .founder__bio-popup{
  overflow: auto;
  scroll-behavior: smooth;
}
body .footer__legal-popup::-webkit-scrollbar, .founder__bio-popup::-webkit-scrollbar{
    display: none;
  }
.footer__legal-popup p::-webkit-scrollbar, .founder__bio-popup p::-webkit-scrollbar{
    display: none;
  }
.footer__legal-popup p::-webkit-scrollbar, .founder__bio-popup p::-webkit-scrollbar  {
    width: 0 !important
    }
	
body .footer__legal-popup, body .founder__bio-popup{
    -ms-overflow-style: none;
  }
  .footer__legal-popup, .founder__bio-popup{
    -ms-overflow-style: none;
  }
  .footer__legal-popup p, .founder__bio-popup p{
    scrollbar-width: none;
  }
  html .footer__legal-popup,  html .founder__bio-popup{
    scrollbar-width: none;
  }
  .footer__legal-popup,  .founder__bio-popup{
    overflow: -moz-scrollbars-none;
    }
/* line 22, resources/assets/styles/common/_base.scss */

::selection {
  color: #fdfdfd;
  background: #00acbb;
}
 #africa-unconcealed ::selection, #africa-party-capital ::selection {
  color: #fdfdfd;
  background: #00acbb;
}
 #the-africa-whisperer ::selection {
  color: #fdfdfd;
  background: #00acbb;
}
 #entrepreneur ::selection {
  color: #00acbb;
  background: #fdfdfd;
}
 #founder ::selection {
  color: #000;
  background: transparent;
}
 #swag ::selection {
  color: #fdfdfd;
  background: #454E66;
}
 #footer-contact ::selection {
  color: #000;
  background: transparent;
}
 footer ::selection {
  color: #000;
  background: transparent;
}
#hero ::selection {
  color: #454E66;
  background: transparent;
}
/* line 26, resources/assets/styles/common/_base.scss */

::selection svg {
  fill: #fff;
  background-color: #454E66;
}

/* line 32, resources/assets/styles/common/_base.scss */

::-moz-selection {
  color: #fff;
  background: #454E66;
}

/* line 36, resources/assets/styles/common/_base.scss */

::-moz-selection svg {
  fill: #fff;
  background-color: #454E66;
}

/* line 42, resources/assets/styles/common/_base.scss */

img {
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

/* line 48, resources/assets/styles/common/_base.scss */

figure {
  max-width: 100%;
}

/* line 52, resources/assets/styles/common/_base.scss */

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: 0;
  border: inherit;
  cursor: url('link.cur'), pointer;
  background: inherit;
}

/* line 60, resources/assets/styles/common/_base.scss */

svg {
  fill: inherit;
  padding: 1px;
}

/* line 65, resources/assets/styles/common/_base.scss */

canvas {
  display: block;
}

/* ********** ScrollBar ********** */

/* Reference Link - https://css-tricks.com/custom-scrollbars-in-webkit/ */

/*::-webkit-scrollbar{width:10px; height:12px;}
::-webkit-scrollbar-button{}
::-webkit-scrollbar-track{}
::-webkit-scrollbar-track-piece{background:$white;}
::-webkit-scrollbar-thumb{background:$black;}
::-webkit-scrollbar-corner{background:$primary-lighten;}
::-webkit-resizer{}

::-webkit-scrollbar-thumb:hover{
	background:$primary-color;
}*/

/* line 84, resources/assets/styles/common/_base.scss */

body ::-webkit-scrollbar {
  width: 10px;
  height: 12px;
}

/* line 87, resources/assets/styles/common/_base.scss */

body ::-webkit-scrollbar-track-piece {
  background: #fff;
}

/* line 88, resources/assets/styles/common/_base.scss */

body ::-webkit-scrollbar-thumb {
  background: #000;
}

/* line 89, resources/assets/styles/common/_base.scss */

body ::-webkit-scrollbar-corner {
  background: #454E66;
}

/* ********** Fancybox ********** */

/* line 94, resources/assets/styles/common/_base.scss */

[data-fancybox] {
  cursor: url('link.cur'), pointer;
}

/* line 98, resources/assets/styles/common/_base.scss */

.fancybox-container {
  z-index: 999999999;
}

/* ********** Js Class ********** */

/* line 103, resources/assets/styles/common/_base.scss */

.scroll-to {
  cursor: url('link.cur'), pointer;
}

/* ********** Popup - Old browser ********** */

/* line 108, resources/assets/styles/common/_base.scss */

.browser-old {
  display: none;
}

/* line 113, resources/assets/styles/common/_base.scss */

body.internet-explorer .browser-old {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: calc((0.4rem + 0.5vw) * 2) 5.5rem;
  background: #454E66;
  z-index: 9999999;
}

/* line 122, resources/assets/styles/common/_base.scss */

body.internet-explorer .browser-old .popup-text {
  color: #F4F0EB;
  text-align: center;
}

/* line 127, resources/assets/styles/common/_base.scss */

body.internet-explorer .browser-old .popup-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc((0.4rem + 0.5vw) * 1.5);
}

/* ******************************************************************** */

/* ********** Component Scroll Animate - Animation in Groups ********** */

/* ******************************************************************** */

/* line 4, resources/assets/styles/utilities/_animation.scss */

.c-sa {
  /*&__item{
		
	}*/
}

/* line 7, resources/assets/styles/utilities/_animation.scss */

.c-sa__overflow-hidden {
  overflow: hidden;
}

/* line 16, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__translate-x {
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 20, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__translate-x-medium {
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 24, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__translate-x-small {
  -webkit-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}

/* line 28, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__translate-x-reverse {
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 32, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__translate-y-thin {
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 36, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__translate-y-big {
  -webkit-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}

/* line 40, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__opacity {
  opacity: 0;
}

/* line 44, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__box {
  position: relative;
}

/* line 47, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__box:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #454E66;
  z-index: 9;
}

/* line 59, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__box.c-sa__box--black:before {
  background: #454E66;
}

/* line 65, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__box.c-sa__box--white:before {
  background: #fff;
}

/* line 71, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__box.c-sa__box--primary:before {
  background: #454E66;
}

/* line 77, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__box.c-sa__box--secondary:before {
  background: #fdfdfd;
}

/* line 83, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__box.c-sa__box--tertiary:before {
  background: #f2eee8;
}

/* line 89, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__box.c-sa__box--fourth:before {
  background: #00acbb;
}

.c-sa.sa.sa-init .c-sa__box.c-sa__box--fourth.color1:before {
  background: #00acbb;
}
/* line 95, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__box.c-sa__box-reverse:before {
  left: 0;
}

/* line 102, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init .c-sa__box--height:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0%;
  width: 100%;
  height: 0%;
  background: #fff;
  z-index: 9;
}

/* line 115, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__translate-x,
.c-sa.sa.sa-init.sa-active .c-sa__translate-x-medium,
.c-sa.sa.sa-init.sa-active .c-sa__translate-x-small,
.c-sa.sa.sa-init.sa-active .c-sa__translate-x-reverse {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.c-sa.sa.sa-init.sa-active .slow-sa.c-sa__translate-x-reverse {
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.c-sa.sa.sa-init.sa-active .slow-sa {
  -webkit-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}
/* line 120, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__translate-y-thin,
.c-sa.sa.sa-init.sa-active .c-sa__translate-y-big {
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

/* line 125, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__opacity {
  opacity: 1;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

/* line 131, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__box:before {
  width: 0%;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

/* line 138, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__box--vertical:before {
  width: 100%;
  height: 0%;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

/* line 146, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__box--height:before {
  height: 100%;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-1 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
     transition-delay: 0.1s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-1.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-1.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-1.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-1.c-sa__box--height:before {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
     transition-delay: 0.1s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
     transition-delay: 0.2s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-2.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-2.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-2.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-2.c-sa__box--height:before {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
     transition-delay: 0.2s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-3 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
     transition-delay: 0.3s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-3.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-3.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-3.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-3.c-sa__box--height:before {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
     transition-delay: 0.3s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-4 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
     transition-delay: 0.4s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-4.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-4.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-4.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-4.c-sa__box--height:before {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
     transition-delay: 0.4s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-5 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
     transition-delay: 0.5s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-5.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-5.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-5.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-5.c-sa__box--height:before {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
     transition-delay: 0.5s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-6 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
     transition-delay: 0.6s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-6.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-6.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-6.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-6.c-sa__box--height:before {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
     transition-delay: 0.6s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-7 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
     transition-delay: 0.7s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-7.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-7.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-7.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-7.c-sa__box--height:before {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
     transition-delay: 0.7s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-8 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
     transition-delay: 0.8s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-8.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-8.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-8.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-8.c-sa__box--height:before {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
     transition-delay: 0.8s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-9 {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
     transition-delay: 0.9s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-9.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-9.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-9.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-9.c-sa__box--height:before {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
     transition-delay: 0.9s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-10 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
     transition-delay: 1s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-10.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-10.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-10.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-10.c-sa__box--height:before {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
     transition-delay: 1s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-11 {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
     transition-delay: 1.1s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-11.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-11.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-11.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-11.c-sa__box--height:before {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
     transition-delay: 1.1s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-12 {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
     transition-delay: 1.2s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-12.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-12.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-12.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-12.c-sa__box--height:before {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
     transition-delay: 1.2s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-13 {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
     transition-delay: 1.3s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-13.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-13.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-13.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-13.c-sa__box--height:before {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
     transition-delay: 1.3s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-14 {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
     transition-delay: 1.4s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-14.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-14.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-14.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-14.c-sa__box--height:before {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
     transition-delay: 1.4s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-15 {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
     transition-delay: 1.5s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-15.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-15.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-15.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-15.c-sa__box--height:before {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
     transition-delay: 1.5s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-16 {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
     transition-delay: 1.6s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-16.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-16.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-16.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-16.c-sa__box--height:before {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
     transition-delay: 1.6s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-17 {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
     transition-delay: 1.7s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-17.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-17.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-17.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-17.c-sa__box--height:before {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
     transition-delay: 1.7s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-18 {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
     transition-delay: 1.8s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-18.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-18.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-18.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-18.c-sa__box--height:before {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
     transition-delay: 1.8s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-19 {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
     transition-delay: 1.9s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-19.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-19.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-19.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-19.c-sa__box--height:before {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
     transition-delay: 1.9s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-20 {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
     transition-delay: 2s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-20.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-20.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-20.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-20.c-sa__box--height:before {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
     transition-delay: 2s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-21 {
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
     transition-delay: 2.1s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-21.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-21.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-21.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-21.c-sa__box--height:before {
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
     transition-delay: 2.1s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-22 {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
     transition-delay: 2.2s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-22.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-22.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-22.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-22.c-sa__box--height:before {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
     transition-delay: 2.2s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-23 {
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
     transition-delay: 2.3s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-23.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-23.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-23.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-23.c-sa__box--height:before {
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
     transition-delay: 2.3s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-24 {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
     transition-delay: 2.4s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-24.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-24.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-24.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-24.c-sa__box--height:before {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
     transition-delay: 2.4s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-25 {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
     transition-delay: 2.5s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-25.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-25.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-25.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-25.c-sa__box--height:before {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
     transition-delay: 2.5s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-26 {
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
     transition-delay: 2.6s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-26.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-26.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-26.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-26.c-sa__box--height:before {
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
     transition-delay: 2.6s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-27 {
  -webkit-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
     transition-delay: 2.7s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-27.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-27.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-27.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-27.c-sa__box--height:before {
  -webkit-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
     transition-delay: 2.7s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-28 {
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
     transition-delay: 2.8s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-28.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-28.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-28.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-28.c-sa__box--height:before {
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
     transition-delay: 2.8s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-29 {
  -webkit-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
     transition-delay: 2.9s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-29.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-29.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-29.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-29.c-sa__box--height:before {
  -webkit-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
     transition-delay: 2.9s;
}

/* line 153, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-30 {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
     transition-delay: 3s;
}

/* line 158, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-30.c-sa__box,
.c-sa.sa.sa-init.sa-active .c-sa__delay-30.c-sa__box--height {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 162, resources/assets/styles/utilities/_animation.scss */

.c-sa.sa.sa-init.sa-active .c-sa__delay-30.c-sa__box:before,
.c-sa.sa.sa-init.sa-active .c-sa__delay-30.c-sa__box--height:before {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
     transition-delay: 3s;
}

/* ***************************************************************** */

/* ********** Animation Custom - ScrollMagic Toggle Class ********** */

/* ***************************************************************** */

/* line 179, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class {
  /* ********** Animation Opacity ********** */
  /* ********** Animation Translate X ********** */
  /* ********** Animation Translate Y ********** */
  /* ********** Animation Translate X + Y ********** */
  /* ********** Animation Scale ********** */
  /* ********** Animation Translate Y + Scale ********** */
  /* ********** Animation Translate X + Scale ********** */
}

/* line 181, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-opacity {
  -webkit-transition: 0.8s, opacity;
  -o-transition: 0.8s, opacity;
  transition: 0.8s, opacity;
  opacity: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 181, resources/assets/styles/utilities/_animation.scss */

  .scrollmagic-toggle-class.scroll-opacity {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 185, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-opacity.scrollmagic-active {
  -webkit-transition: 1.4s, opacity;
  -o-transition: 1.4s, opacity;
  transition: 1.4s, opacity;
  opacity: 1;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 185, resources/assets/styles/utilities/_animation.scss */

  .scrollmagic-toggle-class.scroll-opacity.scrollmagic-active {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 193, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-x,
.scrollmagic-toggle-class.scroll-translate-x-reverse {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 193, resources/assets/styles/utilities/_animation.scss */

  .scrollmagic-toggle-class.scroll-translate-x,
  .scrollmagic-toggle-class.scroll-translate-x-reverse {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 196, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-x.scrollmagic-active,
.scrollmagic-toggle-class.scroll-translate-x-reverse.scrollmagic-active {
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 196, resources/assets/styles/utilities/_animation.scss */

  .scrollmagic-toggle-class.scroll-translate-x.scrollmagic-active,
  .scrollmagic-toggle-class.scroll-translate-x-reverse.scrollmagic-active {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 202, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-x {
  -webkit-transform: translateX(-180px);
  -o-transform: translateX(-180px);
  transform: translateX(-180px);
}

/* line 206, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-x-reverse {
  -webkit-transform: translateX(180px);
  -o-transform: translateX(180px);
  transform: translateX(180px);
}

/* line 212, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-y,
.scrollmagic-toggle-class.scroll-translate-y-reverse {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 212, resources/assets/styles/utilities/_animation.scss */

  .scrollmagic-toggle-class.scroll-translate-y,
  .scrollmagic-toggle-class.scroll-translate-y-reverse {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 215, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-y.scrollmagic-active,
.scrollmagic-toggle-class.scroll-translate-y-reverse.scrollmagic-active {
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 215, resources/assets/styles/utilities/_animation.scss */

  .scrollmagic-toggle-class.scroll-translate-y.scrollmagic-active,
  .scrollmagic-toggle-class.scroll-translate-y-reverse.scrollmagic-active {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 221, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-y {
  -webkit-transform: translateY(180px);
  -o-transform: translateY(180px);
  transform: translateY(180px);
}

/* line 225, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-y-reverse {
  /* Bug Frontend */
  -webkit-transform: translateY(-180px);
  -o-transform: translateY(-180px);
  transform: translateY(-180px);
}

/* line 233, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-x.scroll-translate-y.scrollmagic-active,
.scrollmagic-toggle-class.scroll-translate-x-reverse.scroll-translate-y.scrollmagic-active,
.scrollmagic-toggle-class.scroll-translate-x.scroll-translate-y-reverse.scrollmagic-active,
.scrollmagic-toggle-class.scroll-translate-x-reverse.scroll-translate-y-reverse.scrollmagic-active {
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
  -webkit-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 233, resources/assets/styles/utilities/_animation.scss */

  .scrollmagic-toggle-class.scroll-translate-x.scroll-translate-y.scrollmagic-active,
  .scrollmagic-toggle-class.scroll-translate-x-reverse.scroll-translate-y.scrollmagic-active,
  .scrollmagic-toggle-class.scroll-translate-x.scroll-translate-y-reverse.scrollmagic-active,
  .scrollmagic-toggle-class.scroll-translate-x-reverse.scroll-translate-y-reverse.scrollmagic-active {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 239, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-x.scroll-translate-y {
  -webkit-transform: translateX(-180px) translateY(180px);
  -o-transform: translateX(-180px) translateY(180px);
  transform: translateX(-180px) translateY(180px);
}

/* line 243, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-x-reverse.scroll-translate-y {
  -webkit-transform: translateX(180px) translateY(180px);
  -o-transform: translateX(180px) translateY(180px);
  transform: translateX(180px) translateY(180px);
}

/* line 247, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-x.scroll-translate-y-reverse {
  -webkit-transform: translateX(-180px) translateY(-180px);
  -o-transform: translateX(-180px) translateY(-180px);
  transform: translateX(-180px) translateY(-180px);
}

/* line 251, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-x-reverse.scroll-translate-y-reverse {
  -webkit-transform: translateX(180px) translateY(-180px);
  -o-transform: translateX(180px) translateY(-180px);
  transform: translateX(180px) translateY(-180px);
}

/* line 257, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-scale,
.scrollmagic-toggle-class.scroll-scale-2,
.scrollmagic-toggle-class.scroll-scale-reverse {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 257, resources/assets/styles/utilities/_animation.scss */

  .scrollmagic-toggle-class.scroll-scale,
  .scrollmagic-toggle-class.scroll-scale-2,
  .scrollmagic-toggle-class.scroll-scale-reverse {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 260, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-scale.scrollmagic-active,
.scrollmagic-toggle-class.scroll-scale-2.scrollmagic-active,
.scrollmagic-toggle-class.scroll-scale-reverse.scrollmagic-active {
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 260, resources/assets/styles/utilities/_animation.scss */

  .scrollmagic-toggle-class.scroll-scale.scrollmagic-active,
  .scrollmagic-toggle-class.scroll-scale-2.scrollmagic-active,
  .scrollmagic-toggle-class.scroll-scale-reverse.scrollmagic-active {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 266, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-scale {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 270, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-scale-2 {
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

/* line 274, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-scale-reverse {
  /* Bug Frontend */
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 282, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-y.scroll-scale.scrollmagic-active,
.scrollmagic-toggle-class.scroll-translate-y-reverse.scroll-scale.scrollmagic-active,
.scrollmagic-toggle-class.scroll-translate-y.scroll-scale-reverse.scrollmagic-active,
.scrollmagic-toggle-class.scroll-translate-y-reverse.scroll-scale-reverse.scrollmagic-active {
  -webkit-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 288, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-y.scroll-scale {
  -webkit-transform: scale(0.8) translateY(180px);
  -o-transform: scale(0.8) translateY(180px);
  transform: scale(0.8) translateY(180px);
}

/* line 292, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-y-reverse.scroll-scale {
  -webkit-transform: scale(0.8) translateY(-180px);
  -o-transform: scale(0.8) translateY(-180px);
  transform: scale(0.8) translateY(-180px);
}

/* line 296, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-y.scroll-scale-reverse {
  -webkit-transform: scale(1.2) translateY(180px);
  -o-transform: scale(1.2) translateY(180px);
  transform: scale(1.2) translateY(180px);
}

/* line 300, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-y-reverse.scroll-scale-reverse {
  -webkit-transform: scale(1.2) translateY(-180px);
  -o-transform: scale(1.2) translateY(-180px);
  transform: scale(1.2) translateY(-180px);
}

/* line 307, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-x.scroll-scale.scrollmagic-active,
.scrollmagic-toggle-class.scroll-translate-x-reverse.scroll-scale.scrollmagic-active,
.scrollmagic-toggle-class.scroll-translate-x.scroll-scale-reverse.scrollmagic-active,
.scrollmagic-toggle-class.scroll-translate-x-reverse.scroll-scale-reverse.scrollmagic-active {
  -webkit-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 313, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-x.scroll-scale {
  -webkit-transform: scale(0.8) translateX(180px);
  -o-transform: scale(0.8) translateX(180px);
  transform: scale(0.8) translateX(180px);
}

/* line 317, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-x-reverse.scroll-scale {
  -webkit-transform: scale(0.8) translateX(-180px);
  -o-transform: scale(0.8) translateX(-180px);
  transform: scale(0.8) translateX(-180px);
}

/* line 321, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-x.scroll-scale-reverse {
  -webkit-transform: scale(1.2) translateX(180px);
  -o-transform: scale(1.2) translateX(180px);
  transform: scale(1.2) translateX(180px);
}

/* line 325, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-translate-x-reverse.scroll-scale-reverse {
  -webkit-transform: scale(1.2) translateX(-180px);
  -o-transform: scale(1.2) translateX(-180px);
  transform: scale(1.2) translateX(-180px);
}

/* line 329, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-animate-width {
  width: 0%;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 329, resources/assets/styles/utilities/_animation.scss */

  .scrollmagic-toggle-class.scroll-animate-width {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 333, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scroll-animate-width.scrollmagic-active {
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
  width: 100%;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 333, resources/assets/styles/utilities/_animation.scss */

  .scrollmagic-toggle-class.scroll-animate-width.scrollmagic-active {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 340, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scrollmagic-text-animation-custom-01.scrollmagic-active {
  -webkit-animation: animationTextCustom01 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation: animationTextCustom01 1.2s cubic-bezier(0.4, 0, 0.2, 1);
     animation: animationTextCustom01 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 348, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scrollmagic-animate-height-before:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #454E66;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
  z-index: -1;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 348, resources/assets/styles/utilities/_animation.scss */

  .scrollmagic-toggle-class.scrollmagic-animate-height-before:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 360, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scrollmagic-animate-height-before:before {
  height: 0%;
}

/* line 365, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scrollmagic-animate-height-before.scrollmagic-active:before {
  height: 100%;
}

/* line 372, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scrollmagic-animate-height-0-before:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #454E66;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
  z-index: -1;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 372, resources/assets/styles/utilities/_animation.scss */

  .scrollmagic-toggle-class.scrollmagic-animate-height-0-before:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 384, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scrollmagic-animate-height-0-before:before {
  height: 100%;
}

/* line 389, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-toggle-class.scrollmagic-animate-height-0-before.scrollmagic-active:before {
  height: 0%;
}


.scrollmagic-parallax-enter {
  -webkit-transition: -webkit-transform 700ms cubic-bezier(.19,1,.22,1);
    transition: transform 700ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 700ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;

}

/* line 399, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-parallax-enter .spe-animate:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
     transition-delay: 0.2s;
}

/* line 399, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-parallax-enter .spe-animate:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
     transition-delay: 0.4s;
}

/* line 399, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-parallax-enter .spe-animate:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
     transition-delay: 0.6s;
}

/* line 399, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-parallax-enter .spe-animate:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
     transition-delay: 0.8s;
}

/* line 399, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-parallax-enter .spe-animate:nth-child(6) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
     transition-delay: 1s;
}

/* line 399, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-parallax-enter .spe-animate:nth-child(7) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
     transition-delay: 1.2s;
}

/* line 399, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-parallax-enter .spe-animate:nth-child(8) {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
     transition-delay: 1.4s;
}

/* line 399, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-parallax-enter .spe-animate:nth-child(9) {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
     transition-delay: 1.6s;
}

/* line 399, resources/assets/styles/utilities/_animation.scss */

.scrollmagic-parallax-enter .spe-animate:nth-child(10) {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
     transition-delay: 1.8s;
}

/* line 414, resources/assets/styles/utilities/_animation.scss */

.spe-animate-base .spe-animate {
  -webkit-transition: 2.4s;
  -o-transition: 2.4s;
  transition: 2.4s;
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$gradientColor1, endColorstr=$gradientColor2,GradientType=$gradientType );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  opacity: 0;
  /*@include transformScaleTranslate(0.95, -3%, 0);*/
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 414, resources/assets/styles/utilities/_animation.scss */

  .spe-animate-base .spe-animate {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 424, resources/assets/styles/utilities/_animation.scss */

.spe-animate-base.scrollmagic-done .spe-animate {
  background: white;
  background: -webkit-linear-gradient(left, white 0%, white 100%);
  background: -webkit-gradient(linear, left top, right top, from(white), to(white));
  background: -o-linear-gradient(left, white 0%, white 100%);
  background: linear-gradient(to right, white 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$gradientColor1, endColorstr=$gradientColor2,GradientType=$gradientType );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  opacity: 1;
  /*@include transformScaleTranslate(1, 0, 0);*/
}

/* line 435, resources/assets/styles/utilities/_animation.scss */

.spe-animate-base-center .spe-animate {
  -webkit-transition: 2.4s;
  -o-transition: 2.4s;
  transition: 2.4s;
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=1 );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  opacity: 0;
  /*@include transformScaleTranslate(0.95, -3%, 0);*/
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 435, resources/assets/styles/utilities/_animation.scss */

  .spe-animate-base-center .spe-animate {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 448, resources/assets/styles/utilities/_animation.scss */

.spe-animate-base-center.scrollmagic-done .spe-animate {
  background: white;
  background: -webkit-linear-gradient(left, white 0%, white 50%, white 100%);
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, white), to(white));
  background: -o-linear-gradient(left, white 0%, white 50%, white 100%);
  background: linear-gradient(to right, white 0%, white 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=1 );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  opacity: 1;
  /*@include transformScaleTranslate(1, 0, 0);*/
}

/* line 462, resources/assets/styles/utilities/_animation.scss */

.spe-animate-opacity {
  opacity: 0.4;
}

/* line 465, resources/assets/styles/utilities/_animation.scss */

.spe-animate-opacity.scrollmagic-done {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 1;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 465, resources/assets/styles/utilities/_animation.scss */

  .spe-animate-opacity.scrollmagic-done {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 472, resources/assets/styles/utilities/_animation.scss */

.spe-animate-img-grayscale img {
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  transition: 1.6s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 472, resources/assets/styles/utilities/_animation.scss */

  .spe-animate-img-grayscale img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 478, resources/assets/styles/utilities/_animation.scss */

.spe-animate-img-grayscale.scrollmagic-done img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

/* line 485, resources/assets/styles/utilities/_animation.scss */

.spe-animate-img-hue-rotate img {
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  transition: 1.6s;
  -webkit-filter: hue-rotate(90deg);
          filter: hue-rotate(90deg);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 485, resources/assets/styles/utilities/_animation.scss */

  .spe-animate-img-hue-rotate img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 491, resources/assets/styles/utilities/_animation.scss */

.spe-animate-img-hue-rotate.scrollmagic-done img {
  -webkit-filter: hue-rotate(0deg);
          filter: hue-rotate(0deg);
}

/* line 498, resources/assets/styles/utilities/_animation.scss */

.spe-animate-img-contrast img {
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  transition: 1.6s;
  -webkit-filter: contrast(160%);
          filter: contrast(160%);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 498, resources/assets/styles/utilities/_animation.scss */

  .spe-animate-img-contrast img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 504, resources/assets/styles/utilities/_animation.scss */

.spe-animate-img-contrast.scrollmagic-done img {
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
}

/* line 510, resources/assets/styles/utilities/_animation.scss */

.spe-animate-box-1 {
  position: relative;
}

/* line 513, resources/assets/styles/utilities/_animation.scss */

.spe-animate-box-1:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #454E66;
  opacity: 1;
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 513, resources/assets/styles/utilities/_animation.scss */

  .spe-animate-box-1:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 526, resources/assets/styles/utilities/_animation.scss */

.spe-animate-box-1.scrollmagic-done:before {
  height: 0%;
}

/* ************************************ */

/* ********** Css3 Animation ********** */

/* ************************************ */

@-webkit-keyframes animationCircleArrowDown {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 90%;
    height: 90%;
    opacity: 0;
  }
}

@-o-keyframes animationCircleArrowDown {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 90%;
    height: 90%;
    opacity: 0;
  }
}

@keyframes animationCircleArrowDown {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 90%;
    height: 90%;
    opacity: 0;
  }
}

@-webkit-keyframes animationCircleArrowDown2 {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 90%;
    height: 90%;
    opacity: 0;
  }
}

@-o-keyframes animationCircleArrowDown2 {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 90%;
    height: 90%;
    opacity: 0;
  }
}

@keyframes animationCircleArrowDown2 {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 90%;
    height: 90%;
    opacity: 0;
  }
}

@-webkit-keyframes animationBubble1 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes animationBubble1 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animationBubble1 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* line 609, resources/assets/styles/utilities/_animation.scss */

.rotate {
  -webkit-animation: rotate 14s linear infinite;
  -o-animation: rotate 14s linear infinite;
     animation: rotate 14s linear infinite;
  -webkit-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-o-keyframes rotate {
  100% {
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes animationImageScale1 {
  0% {
    -webkit-transform: scale(1.1) translateX(-45%) translateY(-45%);
    -o-transform: scale(1.1) translateX(-45%) translateY(-45%);
    transform: scale(1.1) translateX(-45%) translateY(-45%);
  }

  100% {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    -o-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
  }
}

@-o-keyframes animationImageScale1 {
  0% {
    -webkit-transform: scale(1.1) translateX(-45%) translateY(-45%);
    -o-transform: scale(1.1) translateX(-45%) translateY(-45%);
    transform: scale(1.1) translateX(-45%) translateY(-45%);
  }

  100% {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    -o-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
  }
}

@keyframes animationImageScale1 {
  0% {
    -webkit-transform: scale(1.1) translateX(-45%) translateY(-45%);
    -o-transform: scale(1.1) translateX(-45%) translateY(-45%);
    transform: scale(1.1) translateX(-45%) translateY(-45%);
  }

  100% {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    -o-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
  }
}

/* ********** Animation Text Custom 01 ********** */

@-webkit-keyframes animationTextCustom01 {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    color: #454E66;
    opacity: 0;
  }

  20% {
    color: #454E66;
  }

  21% {
    color: #F4F0EB;
  }

  30% {
    color: #454E66;
    opacity: 1;
  }

  31% {
    color: #F4F0EB;
  }

  40% {
    color: #454E66;
  }

  41% {
    color: #F4F0EB;
  }

  50% {
    color: #454E66;
  }

  51% {
    color: #F4F0EB;
  }

  52% {
    color: #454E66;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #454E66;
  }
}

@-o-keyframes animationTextCustom01 {
  0% {
    -o-transform: scale(0.7);
       transform: scale(0.7);
    color: #454E66;
    opacity: 0;
  }

  20% {
    color: #454E66;
  }

  21% {
    color: #F4F0EB;
  }

  30% {
    color: #454E66;
    opacity: 1;
  }

  31% {
    color: #F4F0EB;
  }

  40% {
    color: #454E66;
  }

  41% {
    color: #F4F0EB;
  }

  50% {
    color: #454E66;
  }

  51% {
    color: #F4F0EB;
  }

  52% {
    color: #454E66;
  }

  100% {
    -o-transform: scale(1);
       transform: scale(1);
    color: #454E66;
  }
}

@keyframes animationTextCustom01 {
  0% {
    -webkit-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
    color: #454E66;
    opacity: 0;
  }

  20% {
    color: #454E66;
  }

  21% {
    color: #F4F0EB;
  }

  30% {
    color: #454E66;
    opacity: 1;
  }

  31% {
    color: #F4F0EB;
  }

  40% {
    color: #454E66;
  }

  41% {
    color: #F4F0EB;
  }

  50% {
    color: #454E66;
  }

  51% {
    color: #F4F0EB;
  }

  52% {
    color: #454E66;
  }

  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    color: #454E66;
  }
}

/* ********** Animation Image Custom 01 ********** */

@-webkit-keyframes animationImageCustom01 {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }

  10% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.98);
            transform: translateX(-50%) translateY(-50%) scale(0.98);
  }

  30% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.02);
            transform: translateX(-50%) translateY(-50%) scale(1.02);
  }

  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.98);
            transform: translateX(-50%) translateY(-50%) scale(0.98);
  }

  70% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.02);
            transform: translateX(-50%) translateY(-50%) scale(1.02);
  }

  90% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.98);
            transform: translateX(-50%) translateY(-50%) scale(0.98);
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

@-o-keyframes animationImageCustom01 {
  0% {
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
       transform: translateX(-50%) translateY(-50%) scale(1);
  }

  10% {
    -o-transform: translateX(-50%) translateY(-50%) scale(0.98);
       transform: translateX(-50%) translateY(-50%) scale(0.98);
  }

  30% {
    -o-transform: translateX(-50%) translateY(-50%) scale(1.02);
       transform: translateX(-50%) translateY(-50%) scale(1.02);
  }

  50% {
    -o-transform: translateX(-50%) translateY(-50%) scale(0.98);
       transform: translateX(-50%) translateY(-50%) scale(0.98);
  }

  70% {
    -o-transform: translateX(-50%) translateY(-50%) scale(1.02);
       transform: translateX(-50%) translateY(-50%) scale(1.02);
  }

  90% {
    -o-transform: translateX(-50%) translateY(-50%) scale(0.98);
       transform: translateX(-50%) translateY(-50%) scale(0.98);
  }

  100% {
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
       transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

@keyframes animationImageCustom01 {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
         -o-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }

  10% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.98);
         -o-transform: translateX(-50%) translateY(-50%) scale(0.98);
            transform: translateX(-50%) translateY(-50%) scale(0.98);
  }

  30% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.02);
         -o-transform: translateX(-50%) translateY(-50%) scale(1.02);
            transform: translateX(-50%) translateY(-50%) scale(1.02);
  }

  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.98);
         -o-transform: translateX(-50%) translateY(-50%) scale(0.98);
            transform: translateX(-50%) translateY(-50%) scale(0.98);
  }

  70% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.02);
         -o-transform: translateX(-50%) translateY(-50%) scale(1.02);
            transform: translateX(-50%) translateY(-50%) scale(1.02);
  }

  90% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.98);
         -o-transform: translateX(-50%) translateY(-50%) scale(0.98);
            transform: translateX(-50%) translateY(-50%) scale(0.98);
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
         -o-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

/* ********** Animation Btn Arrow Down ********** */

@-webkit-keyframes animationBtnArrowDown {
  0% {
    top: 50%;
  }

  4% {
    top: 66%;
  }

  8% {
    top: 50%;
  }

  12% {
    top: 66%;
  }

  16% {
    top: 50%;
  }

  100% {
    top: 50%;
  }
}

@-o-keyframes animationBtnArrowDown {
  0% {
    top: 50%;
  }

  4% {
    top: 66%;
  }

  8% {
    top: 50%;
  }

  12% {
    top: 66%;
  }

  16% {
    top: 50%;
  }

  100% {
    top: 50%;
  }
}

@keyframes animationBtnArrowDown {
  0% {
    top: 50%;
  }

  4% {
    top: 66%;
  }

  8% {
    top: 50%;
  }

  12% {
    top: 66%;
  }

  16% {
    top: 50%;
  }

  100% {
    top: 50%;
  }
}

/* ********** Animation Line Custom 01 ********** */

@-webkit-keyframes animationLineCustom01 {
  0% {
    height: 0%;
  }

  50% {
    height: 100%;
    top: 0;
  }

  100% {
    height: 0%;
    top: 100%;
  }
}

@-o-keyframes animationLineCustom01 {
  0% {
    height: 0%;
  }

  50% {
    height: 100%;
    top: 0;
  }

  100% {
    height: 0%;
    top: 100%;
  }
}

@keyframes animationLineCustom01 {
  0% {
    height: 0%;
  }

  50% {
    height: 100%;
    top: 0;
  }

  100% {
    height: 0%;
    top: 100%;
  }
}

/* ********** Animation Line Custom 02 ********** */

@-webkit-keyframes animationLineCustom02 {
  0% {
    width: 0%;
  }

  50% {
    width: calc(100% - 0.6rem);
    left: 0.6rem;
  }

  100% {
    width: 0%;
    left: 100%;
  }
}

@-o-keyframes animationLineCustom02 {
  0% {
    width: 0%;
  }

  50% {
    width: calc(100% - 0.6rem);
    left: 0.6rem;
  }

  100% {
    width: 0%;
    left: 100%;
  }
}

@keyframes animationLineCustom02 {
  0% {
    width: 0%;
  }

  50% {
    width: calc(100% - 0.6rem);
    left: 0.6rem;
  }

  100% {
    width: 0%;
    left: 100%;
  }
}

/* ********** Animation Line Custom 03 ********** */

@-webkit-keyframes animationLineCustom03 {
  0% {
    width: 0%;
    left: calc(0% - 2px);
  }

  50% {
    width: calc(100% + 4px);
    left: calc(0% - 2px);
  }

  100% {
    width: 0%;
    left: calc(100% + 2px);
  }
}

@-o-keyframes animationLineCustom03 {
  0% {
    width: 0%;
    left: calc(0% - 2px);
  }

  50% {
    width: calc(100% + 4px);
    left: calc(0% - 2px);
  }

  100% {
    width: 0%;
    left: calc(100% + 2px);
  }
}

@keyframes animationLineCustom03 {
  0% {
    width: 0%;
    left: calc(0% - 2px);
  }

  50% {
    width: calc(100% + 4px);
    left: calc(0% - 2px);
  }

  100% {
    width: 0%;
    left: calc(100% + 2px);
  }
}

/* ************************************ */

/* ********** Arrow Animation ********* */

/* ************************************ */

/* line 841, resources/assets/styles/utilities/_animation.scss */

.arrow__animate {
  display: inline-block;
}

/* line 844, resources/assets/styles/utilities/_animation.scss */

.arrow__animate.up {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 848, resources/assets/styles/utilities/_animation.scss */

.arrow__animate.down {
  -webkit-transform: rotate(90deg) translate(-25%, 0);
       -o-transform: rotate(90deg) translate(-25%, 0);
          transform: rotate(90deg) translate(-25%, 0);
}

.arrow__animate.down.arrow__line {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
/* line 851, resources/assets/styles/utilities/_animation.scss */

.arrow__animate.down svg {
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* line 857, resources/assets/styles/utilities/_animation.scss */

.arrow__animate.left {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 863, resources/assets/styles/utilities/_animation.scss */

.arrow__animate.right-grow-from-center svg {
  width: 5.6rem;
}

/* line 866, resources/assets/styles/utilities/_animation.scss */

.arrow__animate.right-grow-from-center svg rect {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 870, resources/assets/styles/utilities/_animation.scss */

.arrow__animate.right-grow-from-center svg:hover {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 876, resources/assets/styles/utilities/_animation.scss */

.arrow__animate.right-grow-from-center:hover svg {
  width: 100%;
}

/* line 882, resources/assets/styles/utilities/_animation.scss */

.arrow__animate svg {
  width: 100px;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 887, resources/assets/styles/utilities/_animation.scss */

.arrow__animate svg.variant1 {
  -webkit-transform: translateX(-25%);
       -o-transform: translateX(-25%);
          transform: translateX(-25%);
}

/* line 891, resources/assets/styles/utilities/_animation.scss */

.arrow__animate svg.variant2 {
  -webkit-transform: translateX(0%);
       -o-transform: translateX(0%);
          transform: translateX(0%);
}

/* line 894, resources/assets/styles/utilities/_animation.scss */

.arrow__animate svg.variant2:hover {
  -webkit-transform: translateX(-25%);
       -o-transform: translateX(-25%);
          transform: translateX(-25%);
}

/* line 900, resources/assets/styles/utilities/_animation.scss */

.arrow__animate svg rect {
  -webkit-transform: scale(0.75, 1);
       -o-transform: scale(0.75, 1);
          transform: scale(0.75, 1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: right;
       -o-transform-origin: right;
          transform-origin: right;
}

/* line 906, resources/assets/styles/utilities/_animation.scss */

.arrow__animate svg:hover {
  -webkit-transform: translateX(25%);
       -o-transform: translateX(25%);
          transform: translateX(25%);
}

/* line 909, resources/assets/styles/utilities/_animation.scss */

.arrow__animate svg:hover rect {
  -webkit-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* line 917, resources/assets/styles/utilities/_animation.scss */

.arrow__animate path,
.arrow__animate rect {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* ************************************ */

/* *******  Read more - Arrow  ******** */

/* ************************************ */

/* line 928, resources/assets/styles/utilities/_animation.scss */

.rm-arrow__animate {
  position: relative;
  padding: 2rem 2rem 5rem;
  margin-top: -2rem;
}

/* line 933, resources/assets/styles/utilities/_animation.scss */

.rm-arrow__animate svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
  padding-top: 10%;
  width: 50%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* line 941, resources/assets/styles/utilities/_animation.scss */

.rm-arrow__animate svg rect {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: right;
       -o-transform-origin: right;
          transform-origin: right;
}

/* line 949, resources/assets/styles/utilities/_animation.scss */

.rm-arrow__animate:hover svg {
  width: calc(100% - 4rem);
}

/* line 954, resources/assets/styles/utilities/_animation.scss */

.rm-arrow__animate path,
.rm-arrow__animate rect {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 962, resources/assets/styles/utilities/_animation.scss */

.rm-arrow__animate2 {
  cursor: url('link.cur'), pointer;
  position: relative;
  top: -5px;
}

/* line 968, resources/assets/styles/utilities/_animation.scss */

.rm-arrow__animate2 svg {
  display: block;
  -webkit-transform: translateX(-10%);
       -o-transform: translateX(-10%);
          transform: translateX(-10%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 1.3rem;
  margin: 0 auto;
  height: 1.1em;
}

.paragraph2 .paragraph6.rm-arrow__animate2 svg {
  margin: 0;
}
/* line 977, resources/assets/styles/utilities/_animation.scss */

.rm-arrow__animate2 svg path,
.rm-arrow__animate2 svg rect {
  fill: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 982, resources/assets/styles/utilities/_animation.scss */

.rm-arrow__animate2 svg rect {
  -webkit-transform: scale(0.75, 1);
       -o-transform: scale(0.75, 1);
          transform: scale(0.75, 1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: right;
       -o-transform-origin: right;
          transform-origin: right;
}

/* line 991, resources/assets/styles/utilities/_animation.scss */

.rm-arrow__animate2:hover svg {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* line 994, resources/assets/styles/utilities/_animation.scss */

.rm-arrow__animate2:hover svg rect {
  -webkit-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-o-keyframes slideInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(50%);
       transform: translateY(50%);
  }

  100% {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

/* line 1, resources/assets/styles/components/_typography.scss */

b,
strong {
  font-weight: bold;
}

/* line 5, resources/assets/styles/components/_typography.scss */

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ********** Button Default ********** */

/* ********** Button Small ********** */

/* ********** Button Large ********** */

/* ********** Btn Border Width ********** */

/* ********** Buttons Fonts ********** */

/* ********** Buttons Radius ********** */

/* line 44, resources/assets/styles/components/_buttons.scss */

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 1.6rem 3.2rem;
  font-size: 1.6rem;
  line-height: 1.2em;
  border-radius: 0px;
  font-size: calc((((((1.6 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
  /* ********** Btn Vertical ********** */
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 44, resources/assets/styles/components/_buttons.scss */

  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 57, resources/assets/styles/components/_buttons.scss */

.btn:before {
  content: " ";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 0%;
  height: calc(100% + 4px);
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block--text__link .btn:before {
  background-color: rgba(255, 255, 255, 0.0);
}
/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.no-mobile .btn:hover {
  color: #fff;
  text-decoration: none;
  /*background:$primary-color;
			border-color:$primary-color;*/
}

/* line 76, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn:hover:before {
  /*animation: animationLineCustom03 0.5s;*/
  width: calc(100% + 4px);
}

/* line 83, resources/assets/styles/components/_buttons.scss */

.btn:focus,
.btn.focus {
  outline: 0;
}

/* line 90, resources/assets/styles/components/_buttons.scss */

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

/* line 97, resources/assets/styles/components/_buttons.scss */

.btn:not(:disabled):not(.disabled) {
  cursor: url('link.cur'), pointer;
}

/* line 111, resources/assets/styles/components/_buttons.scss */

.btn.btn--vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 119, resources/assets/styles/components/_buttons.scss */

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 129, resources/assets/styles/components/_buttons.scss */

.btn--primary {
  color: #fff;
  background-color: #454E66;
  border-color: #454E66;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--primary:hover {
  color: #fff;
  background-color: #0d1523;
  border-color: #0a101a;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--primary:focus,
.btn--primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 71, 92, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(59, 71, 92, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--primary.disabled,
.btn--primary:disabled {
  color: #fff;
  background-color: #454E66;
  border-color: #454E66;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--primary:not(:disabled):not(.disabled):active,
.btn--primary:not(:disabled):not(.disabled).active,
.show > .btn--primary.dropdown-toggle {
  color: #fff;
  background-color: #0a101a;
  border-color: #060a11;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--primary:not(:disabled):not(.disabled):active:focus,
.btn--primary:not(:disabled):not(.disabled).active:focus,
.show > .btn--primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 71, 92, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(59, 71, 92, 0.5);
}

/* line 132, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--primary {
  border-color: #454E66;
}

/* line 135, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--primary:hover {
  background: #454E66;
}

/* line 129, resources/assets/styles/components/_buttons.scss */

.btn--secondary {
  color: #212529;
  background-color: #F4F0EB;
  border-color: #F4F0EB;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--secondary:hover {
  color: #212529;
  background-color: #e6ddd2;
  border-color: #e2d7ca;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--secondary:focus,
.btn--secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 210, 206, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 210, 206, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--secondary.disabled,
.btn--secondary:disabled {
  color: #212529;
  background-color: #F4F0EB;
  border-color: #F4F0EB;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--secondary:not(:disabled):not(.disabled):active,
.btn--secondary:not(:disabled):not(.disabled).active,
.show > .btn--secondary.dropdown-toggle {
  color: #212529;
  background-color: #e2d7ca;
  border-color: #ddd1c2;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--secondary:not(:disabled):not(.disabled):active:focus,
.btn--secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn--secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 210, 206, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 210, 206, 0.5);
}

/* line 132, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--secondary {
  border-color: #F4F0EB;
}

/* line 135, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--secondary:hover {
  background: #F4F0EB;
}

/* line 129, resources/assets/styles/components/_buttons.scss */

.btn--success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--success:focus,
.btn--success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--success.disabled,
.btn--success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--success:not(:disabled):not(.disabled):active,
.btn--success:not(:disabled):not(.disabled).active,
.show > .btn--success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--success:not(:disabled):not(.disabled):active:focus,
.btn--success:not(:disabled):not(.disabled).active:focus,
.show > .btn--success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 132, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--success {
  border-color: #28a745;
}

/* line 135, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--success:hover {
  background: #28a745;
}

/* line 129, resources/assets/styles/components/_buttons.scss */

.btn--info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--info:focus,
.btn--info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--info.disabled,
.btn--info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--info:not(:disabled):not(.disabled):active,
.btn--info:not(:disabled):not(.disabled).active,
.show > .btn--info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--info:not(:disabled):not(.disabled):active:focus,
.btn--info:not(:disabled):not(.disabled).active:focus,
.show > .btn--info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 132, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--info {
  border-color: #17a2b8;
}

/* line 135, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--info:hover {
  background: #17a2b8;
}

/* line 129, resources/assets/styles/components/_buttons.scss */

.btn--warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--warning:focus,
.btn--warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--warning.disabled,
.btn--warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--warning:not(:disabled):not(.disabled):active,
.btn--warning:not(:disabled):not(.disabled).active,
.show > .btn--warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--warning:not(:disabled):not(.disabled):active:focus,
.btn--warning:not(:disabled):not(.disabled).active:focus,
.show > .btn--warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 132, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--warning {
  border-color: #ffc107;
}

/* line 135, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--warning:hover {
  background: #ffc107;
}

/* line 129, resources/assets/styles/components/_buttons.scss */

.btn--danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--danger:focus,
.btn--danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--danger.disabled,
.btn--danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--danger:not(:disabled):not(.disabled):active,
.btn--danger:not(:disabled):not(.disabled).active,
.show > .btn--danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--danger:not(:disabled):not(.disabled):active:focus,
.btn--danger:not(:disabled):not(.disabled).active:focus,
.show > .btn--danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 132, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--danger {
  border-color: #dc3545;
}

/* line 135, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--danger:hover {
  background: #dc3545;
}

/* line 129, resources/assets/styles/components/_buttons.scss */

.btn--light {
  color: #212529;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--light:hover {
  color: #212529;
  background-color: #d6d6d6;
  border-color: #d0d0d0;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--light:focus,
.btn--light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 204, 204, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--light.disabled,
.btn--light:disabled {
  color: #212529;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--light:not(:disabled):not(.disabled):active,
.btn--light:not(:disabled):not(.disabled).active,
.show > .btn--light.dropdown-toggle {
  color: #212529;
  background-color: #d0d0d0;
  border-color: #c9c9c9;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--light:not(:disabled):not(.disabled):active:focus,
.btn--light:not(:disabled):not(.disabled).active:focus,
.show > .btn--light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 204, 204, 0.5);
}

/* line 132, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--light {
  border-color: #e9e9e9;
}

/* line 135, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--light:hover {
  background: #e9e9e9;
}

/* line 129, resources/assets/styles/components/_buttons.scss */

.btn--dark {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--dark:hover {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #080808;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--dark:focus,
.btn--dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--dark.disabled,
.btn--dark:disabled {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--dark:not(:disabled):not(.disabled):active,
.btn--dark:not(:disabled):not(.disabled).active,
.show > .btn--dark.dropdown-toggle {
  color: #fff;
  background-color: #080808;
  border-color: #010101;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--dark:not(:disabled):not(.disabled):active:focus,
.btn--dark:not(:disabled):not(.disabled).active:focus,
.show > .btn--dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
}

/* line 132, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--dark {
  border-color: #212121;
}

/* line 135, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--dark:hover {
  background: #212121;
}

/* line 129, resources/assets/styles/components/_buttons.scss */

.btn--tertiary {
  color: #212529;
  background-color: #f2eee8;
  border-color: #f2eee8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--tertiary:hover {
  color: #212529;
  background-color: #e4dcd0;
  border-color: #e0d6c7;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--tertiary:focus,
.btn--tertiary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 208, 203, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 208, 203, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--tertiary.disabled,
.btn--tertiary:disabled {
  color: #212529;
  background-color: #f2eee8;
  border-color: #f2eee8;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--tertiary:not(:disabled):not(.disabled):active,
.btn--tertiary:not(:disabled):not(.disabled).active,
.show > .btn--tertiary.dropdown-toggle {
  color: #212529;
  background-color: #e0d6c7;
  border-color: #dbd0bf;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--tertiary:not(:disabled):not(.disabled):active:focus,
.btn--tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn--tertiary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 208, 203, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 208, 203, 0.5);
}

/* line 132, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--tertiary {
  border-color: #f2eee8;
}

/* line 135, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--tertiary:hover {
  background: #f2eee8;
}

/* line 129, resources/assets/styles/components/_buttons.scss */

.btn--white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--white:focus,
.btn--white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--white.disabled,
.btn--white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--white:not(:disabled):not(.disabled):active,
.btn--white:not(:disabled):not(.disabled).active,
.show > .btn--white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--white:not(:disabled):not(.disabled):active:focus,
.btn--white:not(:disabled):not(.disabled).active:focus,
.show > .btn--white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 132, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--white {
  border-color: #fff;
}

/* line 135, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--white:hover {
  background: #fff;
}

/* line 129, resources/assets/styles/components/_buttons.scss */

.btn--black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--black:focus,
.btn--black.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--black.disabled,
.btn--black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--black:not(:disabled):not(.disabled):active,
.btn--black:not(:disabled):not(.disabled).active,
.show > .btn--black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--black:not(:disabled):not(.disabled):active:focus,
.btn--black:not(:disabled):not(.disabled).active:focus,
.show > .btn--black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

/* line 132, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--black {
  border-color: #000;
}

/* line 135, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn--black:hover {
  background: #000;
}

/* line 143, resources/assets/styles/components/_buttons.scss */

.btn--outline-primary {
  color: #454E66;
  border-color: #454E66;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--outline-primary:hover {
  color: #fff;
  background-color: #454E66;
  border-color: #454E66;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-primary:focus,
.btn--outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 38, 63, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(24, 38, 63, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-primary.disabled,
.btn--outline-primary:disabled {
  color: #454E66;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-primary:not(:disabled):not(.disabled):active,
.btn--outline-primary:not(:disabled):not(.disabled).active,
.show > .btn--outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #454E66;
  border-color: #454E66;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-primary:not(:disabled):not(.disabled):active:focus,
.btn--outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn--outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 38, 63, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(24, 38, 63, 0.5);
}

/*.no-mobile &{
		.btn--primary:hover{
			&:before{

			}
		}
	}*/

/* line 143, resources/assets/styles/components/_buttons.scss */

.btn--outline-secondary {
  color: #F4F0EB;
  border-color: #F4F0EB;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--outline-secondary:hover {
  color: #212529;
  background-color: #F4F0EB;
  border-color: #F4F0EB;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-secondary:focus,
.btn--outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 240, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 240, 235, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-secondary.disabled,
.btn--outline-secondary:disabled {
  color: #F4F0EB;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-secondary:not(:disabled):not(.disabled):active,
.btn--outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn--outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #F4F0EB;
  border-color: #F4F0EB;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn--outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn--outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 240, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 240, 235, 0.5);
}

/*.no-mobile &{
		.btn--secondary:hover{
			&:before{

			}
		}
	}*/

/* line 143, resources/assets/styles/components/_buttons.scss */

.btn--outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-success:focus,
.btn--outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-success.disabled,
.btn--outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-success:not(:disabled):not(.disabled):active,
.btn--outline-success:not(:disabled):not(.disabled).active,
.show > .btn--outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-success:not(:disabled):not(.disabled):active:focus,
.btn--outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn--outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/*.no-mobile &{
		.btn--success:hover{
			&:before{

			}
		}
	}*/

/* line 143, resources/assets/styles/components/_buttons.scss */

.btn--outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-info:focus,
.btn--outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-info.disabled,
.btn--outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-info:not(:disabled):not(.disabled):active,
.btn--outline-info:not(:disabled):not(.disabled).active,
.show > .btn--outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-info:not(:disabled):not(.disabled):active:focus,
.btn--outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn--outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/*.no-mobile &{
		.btn--info:hover{
			&:before{

			}
		}
	}*/

/* line 143, resources/assets/styles/components/_buttons.scss */

.btn--outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-warning:focus,
.btn--outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-warning.disabled,
.btn--outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-warning:not(:disabled):not(.disabled):active,
.btn--outline-warning:not(:disabled):not(.disabled).active,
.show > .btn--outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-warning:not(:disabled):not(.disabled):active:focus,
.btn--outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn--outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/*.no-mobile &{
		.btn--warning:hover{
			&:before{

			}
		}
	}*/

/* line 143, resources/assets/styles/components/_buttons.scss */

.btn--outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-danger:focus,
.btn--outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-danger.disabled,
.btn--outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-danger:not(:disabled):not(.disabled):active,
.btn--outline-danger:not(:disabled):not(.disabled).active,
.show > .btn--outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-danger:not(:disabled):not(.disabled):active:focus,
.btn--outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn--outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/*.no-mobile &{
		.btn--danger:hover{
			&:before{

			}
		}
	}*/

/* line 143, resources/assets/styles/components/_buttons.scss */

.btn--outline-light {
  color: #e9e9e9;
  border-color: #e9e9e9;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--outline-light:hover {
  color: #212529;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-light:focus,
.btn--outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 233, 233, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 233, 233, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-light.disabled,
.btn--outline-light:disabled {
  color: #e9e9e9;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-light:not(:disabled):not(.disabled):active,
.btn--outline-light:not(:disabled):not(.disabled).active,
.show > .btn--outline-light.dropdown-toggle {
  color: #212529;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-light:not(:disabled):not(.disabled):active:focus,
.btn--outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn--outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 233, 233, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 233, 233, 0.5);
}

/*.no-mobile &{
		.btn--light:hover{
			&:before{

			}
		}
	}*/

/* line 143, resources/assets/styles/components/_buttons.scss */

.btn--outline-dark {
  color: #212121;
  border-color: #212121;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--outline-dark:hover {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-dark:focus,
.btn--outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-dark.disabled,
.btn--outline-dark:disabled {
  color: #212121;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-dark:not(:disabled):not(.disabled):active,
.btn--outline-dark:not(:disabled):not(.disabled).active,
.show > .btn--outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-dark:not(:disabled):not(.disabled):active:focus,
.btn--outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn--outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}

/*.no-mobile &{
		.btn--dark:hover{
			&:before{

			}
		}
	}*/

/* line 143, resources/assets/styles/components/_buttons.scss */

.btn--outline-tertiary {
  color: #f2eee8;
  border-color: #f2eee8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--outline-tertiary:hover {
  color: #212529;
  background-color: #f2eee8;
  border-color: #f2eee8;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-tertiary:focus,
.btn--outline-tertiary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 238, 232, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242, 238, 232, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-tertiary.disabled,
.btn--outline-tertiary:disabled {
  color: #f2eee8;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-tertiary:not(:disabled):not(.disabled):active,
.btn--outline-tertiary:not(:disabled):not(.disabled).active,
.show > .btn--outline-tertiary.dropdown-toggle {
  color: #212529;
  background-color: #f2eee8;
  border-color: #f2eee8;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-tertiary:not(:disabled):not(.disabled):active:focus,
.btn--outline-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn--outline-tertiary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 238, 232, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242, 238, 232, 0.5);
}

/*.no-mobile &{
		.btn--tertiary:hover{
			&:before{

			}
		}
	}*/

/* line 143, resources/assets/styles/components/_buttons.scss */

.btn--outline-white {
  color: #fff;
  border-color: #fff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-white:focus,
.btn--outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-white.disabled,
.btn--outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-white:not(:disabled):not(.disabled):active,
.btn--outline-white:not(:disabled):not(.disabled).active,
.show > .btn--outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-white:not(:disabled):not(.disabled):active:focus,
.btn--outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn--outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/*.no-mobile &{
		.btn--white:hover{
			&:before{

			}
		}
	}*/

/* line 143, resources/assets/styles/components/_buttons.scss */

.btn--outline-black {
  color: #000;
  border-color: #000;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-black:focus,
.btn--outline-black.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-black.disabled,
.btn--outline-black:disabled {
  color: #000;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-black:not(:disabled):not(.disabled):active,
.btn--outline-black:not(:disabled):not(.disabled).active,
.show > .btn--outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn--outline-black:not(:disabled):not(.disabled):active:focus,
.btn--outline-black:not(:disabled):not(.disabled).active:focus,
.show > .btn--outline-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

/*.no-mobile &{
		.btn--black:hover{
			&:before{

			}
		}
	}*/

/* line 162, resources/assets/styles/components/_buttons.scss */

.btn--link {
  font-weight: 400;
  color: #000;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn--link:hover {
  color: #0c0c0c;
  -webkit-text-decoration: #0b0b0b;
          text-decoration: #0b0b0b;
}

/* line 171, resources/assets/styles/components/_buttons.scss */

.btn--link:focus,
.btn--link.focus {
  -webkit-text-decoration: #0b0b0b;
          text-decoration: #0b0b0b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 177, resources/assets/styles/components/_buttons.scss */

.btn--link:disabled,
.btn--link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* ********** Button Plus ********** */

/* line 188, resources/assets/styles/components/_buttons.scss */

.btn-plus {
  position: relative;
  color: #4c4c4c;
  fill: #4c4c4c;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: calc((0.4rem + 0.5vw) * 1.25) 4.8rem calc((0.4rem + 0.5vw) * 1.25) 0;
}

/* line 195, resources/assets/styles/components/_buttons.scss */

.btn-plus:before,
.btn-plus:after {
  content: " ";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #4c4c4c;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation: none !important;
       -o-animation: none !important;
          animation: none !important;
}

/* line 208, resources/assets/styles/components/_buttons.scss */

.btn-plus:after {
  background: #454E66;
}

/* line 212, resources/assets/styles/components/_buttons.scss */

.btn-plus svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
     transition-delay: 0;
}

/* line 221, resources/assets/styles/components/_buttons.scss */

.btn-plus--white {
  color: #fff;
  fill: #fff;
}

/* line 225, resources/assets/styles/components/_buttons.scss */

.btn-plus--white:before {
  background: #fff;
}

/* line 230, resources/assets/styles/components/_buttons.scss */

.btn-plus--primary {
  color: #454E66;
  fill: #454E66;
}

/* line 234, resources/assets/styles/components/_buttons.scss */

.btn-plus--primary:before {
  background: #454E66;
}

/* line 238, resources/assets/styles/components/_buttons.scss */

.btn-plus--primary:after {
  background: #0f0f0f;
}

/* line 243, resources/assets/styles/components/_buttons.scss */

.btn-plus--underscore {
  padding-right: 3rem;
  letter-spacing: 0.14em;
}

/* line 247, resources/assets/styles/components/_buttons.scss */

.btn-plus--underscore:before {
  width: 100%;
}

/* line 251, resources/assets/styles/components/_buttons.scss */

.btn-plus--underscore svg {
  width: 1.6rem;
  height: 1.6rem;
}

/* line 258, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn-plus:hover {
  color: #454E66;
}

/* line 261, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn-plus:hover:before {
  width: 100%;
}

/* line 265, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn-plus:hover:after {
  width: 100%;
}

/* line 269, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn-plus:hover svg {
  -webkit-transform: scale(1.2) translateY(-44%);
  -o-transform: scale(1.2) translateY(-44%);
  transform: scale(1.2) translateY(-44%);
  fill: #454E66;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
     transition-delay: 0.3s;
}

/* line 277, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn-plus--primary:hover {
  color: #0f0f0f;
}

/* line 280, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn-plus--primary:hover:after {
  width: 100%;
}

/* line 284, resources/assets/styles/components/_buttons.scss */

.no-mobile .btn-plus--primary:hover svg {
  -webkit-transform: scale(1.2) translateY(-44%);
  -o-transform: scale(1.2) translateY(-44%);
  transform: scale(1.2) translateY(-44%);
  fill: #0f0f0f;
}

/* line 1, resources/assets/styles/components/_dropdown.scss */

select.select2-js {
  width: 100%;
}

/* ********** Select2 Container ********** */

/* line 6, resources/assets/styles/components/_dropdown.scss */

.select2-container {
  height: 4.2rem;
  max-width: 100%;
  position: relative;
  outline: 0;
}

/* line 12, resources/assets/styles/components/_dropdown.scss */

.select2-container:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

/* line 23, resources/assets/styles/components/_dropdown.scss */

.select2-container.select2-container--open:before {
  opacity: 0;
}

/* line 28, resources/assets/styles/components/_dropdown.scss */

.select2-container .select2-selection--single {
  position: relative;
  height: 4.2rem;
  border-radius: 40px 40px 40px 40px;
  background-clip: padding-box;
  background-color: transparent;
  padding-right: 4rem;
  outline: 0 !important;
}

/* line 36, resources/assets/styles/components/_dropdown.scss */

.select2-container .select2-selection--single .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 36, resources/assets/styles/components/_dropdown.scss */

  .select2-container .select2-selection--single .select2-selection__rendered {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 43, resources/assets/styles/components/_dropdown.scss */

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQ3LDBsMywzLjNMMjUsMzBMMCwzLjNMMywwbDIyLDIzLjRMNDcsMHoiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 15px 11px;
  background-position: 50% 50%;
  margin-right: 0.6rem;
  top: 0;
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 43, resources/assets/styles/components/_dropdown.scss */

  .select2-container .select2-selection--single .select2-selection__arrow {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 54, resources/assets/styles/components/_dropdown.scss */

.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

/* line 59, resources/assets/styles/components/_dropdown.scss */

.select2-container--open .select2-container .select2-selection--single .select2-selection__arrow.select2-container--below .select2-container--open .select2-container .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 67, resources/assets/styles/components/_dropdown.scss */

.select2-container.select2-container--focus .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

/* line 74, resources/assets/styles/components/_dropdown.scss */

.variant-form-white .select2-container:before {
  background-color: #fff;
}

/* line 78, resources/assets/styles/components/_dropdown.scss */

.variant-form-white .select2-container .select2-selection {
  color: #fff;
  border-color: #fff !important;
}

/* line 83, resources/assets/styles/components/_dropdown.scss */

.variant-form-white .select2-container .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.5);
}

/* line 87, resources/assets/styles/components/_dropdown.scss */

.variant-form-white .select2-container .select2-selection--single .select2-selection__arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQ3LDBsMywzLjNMMjUsMzBMMCwzLjNMMywwbDIyLDIzLjRMNDcsMHoiLz4KPC9zdmc+Cg==);
}

/* line 92, resources/assets/styles/components/_dropdown.scss */

.variant-form-white .select2-container.select2-container--focus .select2-selection--single .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.5);
}

/* line 100, resources/assets/styles/components/_dropdown.scss */

.no-touchevents .select2-container:hover .select2-selection,
.no-touchevents .select2-container:hover .select2-selection__rendered {
  color: #fff;
}

/* line 109, resources/assets/styles/components/_dropdown.scss */

.no-touchevents .variant-form-white .select2-container:hover .select2-selection,
.no-touchevents .variant-form-white .select2-container:hover .select2-selection__rendered {
  color: #fff;
}

/* ********** Select2 Dropdown ********** */

/* line 116, resources/assets/styles/components/_dropdown.scss */

.select2-dropdown {
  border-radius: 0 !important;
  background-color: transparent;
  border: none;
  z-index: 999999;
  margin-top: -1px;
}

/* line 123, resources/assets/styles/components/_dropdown.scss */

.select2-dropdown .select2-results__options {
  min-width: 26rem;
  background-color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0px !important;
  max-height: 52rem !important;
}

/* line 131, resources/assets/styles/components/_dropdown.scss */

.select2-dropdown .select2-results__options .select2-results__option {
  font-family: #fff;
  color: #fff;
  padding: 0.8rem 1.5rem 0.8rem 3rem;
  margin-bottom: 0;
  background-color: transparent !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 131, resources/assets/styles/components/_dropdown.scss */

  .select2-dropdown .select2-results__options .select2-results__option {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 139, resources/assets/styles/components/_dropdown.scss */

.select2-dropdown .select2-results__options .select2-results__option:before {
  display: none;
}

/* line 143, resources/assets/styles/components/_dropdown.scss */

.select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #454E66;
}

@media screen and (max-width: 1024px) {
  /* line 150, resources/assets/styles/components/_dropdown.scss */

  .select2-dropdown .select2-results__options {
    max-height: 52rem !important;
  }
}

@media screen and (max-width: 650px) {
  /* line 156, resources/assets/styles/components/_dropdown.scss */

  .select2-dropdown .select2-results__options {
    max-height: 52rem !important;
  }
}

/* ********************************** */

/* ********** Content Form ********** */

/* ********************************** */

/* line 4, resources/assets/styles/components/_forms.scss */

.content-form {
  /*overflow:hidden;*/
  padding-top: calc((0.4rem + 0.5vw) * 1.25);
  /*.select2-container{
        width:100% !important;
        @include borderRadius(40px);
        height:4.85rem;
        
        .select2-selection{
            color:$white;
            height:auto;
            text-align:left;
            border-bottom:none;
            padding-right:3rem;
        }
        
        .select2-selection__rendered{
            line-height:inherit;
            padding-left:0;
            color:#9dc3df;
        }
        
        .select2-selection__arrow{
            top:50%;
            right:2rem;
            width:1.9rem;
            height:1rem;
            background-repeat:no-repeat;
            @include transformTranslateY(-50%);
            
            b{
                display:none;
                @include transition-base();
            }
        }
    }*/
  /*input[type="submit"]{
        cursor:pointer;
        outline:0;
        -webkit-appearance:none;
        appearance:none;
        @include image("btn-arrow-right-submit.svg");
        background-repeat:no-repeat;
        background-size:2.6rem 1.5rem;
        background-position:top 50% right 2.6rem;
        padding-right:8rem;
	}*/
  /* CheckBox */
}

/* line 8, resources/assets/styles/components/_forms.scss */

.content-form .row {
  margin-left: calc(calc((0.4rem + 0.5vw) * 2.5) * -1);
  margin-right: calc(calc((0.4rem + 0.5vw) * 2.5) * -1);
}

/* line 12, resources/assets/styles/components/_forms.scss */

.content-form .row .col {
  padding-left: calc((0.4rem + 0.5vw) * 2.5);
  padding-right: calc((0.4rem + 0.5vw) * 2.5);
  margin-bottom: calc((0.4rem + 0.5vw) * 2.5);
}

/* line 19, resources/assets/styles/components/_forms.scss */

.content-form label,
.content-form input:not([type="submit"]),
.content-form textarea,
.content-form .select2-container .select2-selection .select2-selection__rendered {
  font-size: calc((((((1.8 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  text-transform: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
  background: transparent;
}

/* line 51, resources/assets/styles/mixins/_mixins.scss */

.content-form label else,
.content-form input:not([type="submit"]) else,
.content-form textarea else,
.content-form .select2-container .select2-selection .select2-selection__rendered else {
  font-size: 1.8rem;
}

/* line 26, resources/assets/styles/components/_forms.scss */

.content-form label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 0.8rem calc((0.4rem + 0.5vw) * 1.75) 0;
  text-align: left;
  z-index: 9;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}

/* line 38, resources/assets/styles/components/_forms.scss */

.content-form textarea {
  border: none;
  background-color: transparent;
}

/* line 43, resources/assets/styles/components/_forms.scss */

.content-form input:not([type="submit"]),
.content-form textarea,
.content-form .select2-container .select2-selection {
  color: #fff;
  width: 100%;
  padding: 0 0.8rem calc((0.4rem + 0.5vw) * 1.75) 0;
  display: inline-block;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
  /*@include transition-base();*/
  outline: 0;
}

/* line 53, resources/assets/styles/components/_forms.scss */

.content-form .select2-container .select2-selection {
  padding-top: calc((0.4rem + 0.5vw) * 1.75);
  margin-top: calc(calc((0.4rem + 0.5vw) * 1.75) * -1);
}

/* line 58, resources/assets/styles/components/_forms.scss */

.content-form .select2-js {
  display: none;
}

/* line 96, resources/assets/styles/components/_forms.scss */

.content-form .wpcf7-form-control-wrap.message {
  line-height: 0;
}

/* line 100, resources/assets/styles/components/_forms.scss */

.content-form textarea {
  height: calc((0.4rem + 0.5vw) * 9);
  min-height: calc((0.4rem + 0.5vw) * 4);
}

/* line 117, resources/assets/styles/components/_forms.scss */

.content-form input[type="submit"] {
  margin-top: calc((0.4rem + 0.5vw) * 3);
}

/* line 121, resources/assets/styles/components/_forms.scss */

.no-mobile .content-form input[type="submit"]:hover {
  border-color: #373737;
  background: #373737;
}

/* line 128, resources/assets/styles/components/_forms.scss */

.content-form .over-input {
  position: relative;
  line-height: 0;
  display: block;
  border-bottom: 1px solid #000;
}

/* line 134, resources/assets/styles/components/_forms.scss */

.content-form .over-input:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 999;
}

/* line 147, resources/assets/styles/components/_forms.scss */

.content-form .over-input.active label {
  color: #fff;
}

/* line 151, resources/assets/styles/components/_forms.scss */

.content-form .over-input.active:before {
  width: 100%;
}

/* line 155, resources/assets/styles/components/_forms.scss */

.content-form .over-input.active ::-webkit-input-placeholder {
  color: #acc5e5;
}

/* line 158, resources/assets/styles/components/_forms.scss */

.content-form .over-input.active ::-moz-placeholder {
  color: #acc5e5;
}

/* line 161, resources/assets/styles/components/_forms.scss */

.content-form .over-input.active :-ms-input-placeholder {
  color: #acc5e5;
}

/* line 164, resources/assets/styles/components/_forms.scss */

.content-form .over-input.active :-moz-placeholder {
  color: #acc5e5;
}

/* line 170, resources/assets/styles/components/_forms.scss */

.content-form .over-input.active label,
.content-form .over-input.not-empty label {
  top: calc(calc((0.4rem + 0.5vw) * 1.5) * -1);
  /*padding-left:0;*/
  font-size: 1rem;
}

/* line 177, resources/assets/styles/components/_forms.scss */

.content-form .over-input small {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  font-size: 1.2rem;
  text-align: left;
  padding-left: 1rem;
  font-weight: 400;
}

/* line 189, resources/assets/styles/components/_forms.scss */

.content-form .over-input + p {
  display: none;
}

/* line 194, resources/assets/styles/components/_forms.scss */

.content-form .over-input.textarea:before {
  bottom: 3px;
}

/* line 200, resources/assets/styles/components/_forms.scss */

.content-form input[type="checkbox"] {
  display: none;
}

/* line 204, resources/assets/styles/components/_forms.scss */

.content-form input[type="checkbox"] + label {
  position: relative;
  left: 0;
  top: 0;
  padding: 0 0 0 3.2rem;
  /*@include image("svg-icon-checkbox.svg");*/
  background-size: 19px 16px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  cursor: url('link.cur'), pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}

/* line 218, resources/assets/styles/components/_forms.scss */

.content-form input[type="checkbox"] + label em {
  font-style: initial;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 224, resources/assets/styles/components/_forms.scss */

.content-form input[type="checkbox"]:checked + label {
  /*@include image("svg-icon-checkbox-checked.svg");*/
}

/* line 228, resources/assets/styles/components/_forms.scss */

.content-form ::-webkit-input-placeholder {
  color: transparent;
  text-transform: uppercase;
}

/* line 232, resources/assets/styles/components/_forms.scss */

.content-form ::-moz-placeholder {
  color: transparent;
  text-transform: uppercase;
}

/* line 236, resources/assets/styles/components/_forms.scss */

.content-form :-ms-input-placeholder {
  color: transparent;
  text-transform: uppercase;
}

/* line 240, resources/assets/styles/components/_forms.scss */

.content-form :-moz-placeholder {
  color: transparent;
  text-transform: uppercase;
}

/* line 245, resources/assets/styles/components/_forms.scss */

.content-form .wpcf7-mail-sent-ok,
.content-form .wpcf7-validation-errors {
  display: inline-block;
  padding: 0;
  margin: 0;
}

/* line 252, resources/assets/styles/components/_forms.scss */

.content-form .wpcf7-form-control-wrap {
  display: block;
}

/* line 256, resources/assets/styles/components/_forms.scss */

.content-form .wpcf7-not-valid-tip {
  content: " ";
  position: relative;
  /*color:#ff0042;*/
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: calc((0.4rem + 0.5vw) * 1.25) 0 calc((0.4rem + 0.5vw) * 1.25) calc((0.4rem + 0.5vw) * 3);
  z-index: 9;
  font-size: calc((((((1.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  height: 0;
  color: transparent;
  pointer-events: none;
  /*&:after{
			content:" ";
			position:absolute;
			left:0;
			top:50%;
			width:$spacer-7;
			height:$spacer-7;
			@include transformTranslateY(-50%);
			@include image("form-icon-info-white.svg");
			background-size:$spacer-7 $spacer-7;
			background-repeat:no-repeat;
		}*/
}

/* line 51, resources/assets/styles/mixins/_mixins.scss */

.content-form .wpcf7-not-valid-tip else {
  font-size: 1.4rem;
}

/* line 272, resources/assets/styles/components/_forms.scss */

.content-form .wpcf7-not-valid-tip:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.2rem;
  /*background:#ff0042;*/
  background: #f7e700;
}

/* line 297, resources/assets/styles/components/_forms.scss */

.content-form .select2-container + .wpcf7-not-valid-tip {
  margin-top: -0.2rem;
}

/* line 301, resources/assets/styles/components/_forms.scss */

.content-form input[type=checkbox].error + label {
  color: red;
}

/* line 304, resources/assets/styles/components/_forms.scss */

.content-form input[type=checkbox].error + label em {
  color: red;
}

/* line 309, resources/assets/styles/components/_forms.scss */

.content-form .wpcf7-response-output {
  margin-top: calc(0.4rem + 0.5vw);
  padding: calc((0.4rem + 0.5vw) * 1.5) calc((0.4rem + 0.5vw) * 2);
  font-size: calc((((((1.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  text-transform: none;
}

/* line 51, resources/assets/styles/mixins/_mixins.scss */

.content-form .wpcf7-response-output else {
  font-size: 1.4rem;
}

/* line 315, resources/assets/styles/components/_forms.scss */

.content-form .screen-reader-response {
  position: static !important;
  width: auto !important;
  height: auto !important;
}

/* line 321, resources/assets/styles/components/_forms.scss */

.content-form .ajax-loader {
  background-size: 30px 30px;
  width: 30px !important;
  height: 30px !important;
}

/* line 330, resources/assets/styles/components/_forms.scss */

.content-form.select-white .select2-container .select2-selection,
.content-form.select-white .select2-container .select2-selection__rendered {
  color: #fff;
}

/* line 334, resources/assets/styles/components/_forms.scss */

.content-form.select-white .select2-container .select2-selection__arrow {
  /*@include image("svg-icon-arrow-select-white.png");*/
}

/* line 341, resources/assets/styles/components/_forms.scss */

.no-mobile .content-form input[type="checkbox"] + label:hover {
  color: #454E66;
}

/* line 344, resources/assets/styles/components/_forms.scss */

.no-mobile .content-form input[type="checkbox"] + label:hover em {
  color: #454E66;
}

/* line 349, resources/assets/styles/components/_forms.scss */

.no-mobile .content-form input[type="submit"]:hover {
  color: #fff;
}

@media screen and (max-width: 992px) {
  /* line 355, resources/assets/styles/components/_forms.scss */

  .content-form label,
  .content-form input:not([type="submit"]),
  .content-form textarea,
  .content-form .select2-container .select2-selection .select2-selection__rendered {
    font-size: 1.4rem;
  }

  /* line 360, resources/assets/styles/components/_forms.scss */

  .content-form .row .col {
    margin-bottom: calc((0.4rem + 0.5vw) * 3);
  }

  /* line 367, resources/assets/styles/components/_forms.scss */

  .content-form .over-input.active label,
  .content-form .over-input.not-empty label {
    top: calc(calc((0.4rem + 0.5vw) * 2) * -1);
  }
}

@media screen and (max-width: 650px) {
  /* line 375, resources/assets/styles/components/_forms.scss */

  .content-form label,
  .content-form input:not([type="submit"]),
  .content-form textarea,
  .content-form .select2-container .select2-selection .select2-selection__rendered {
    font-size: 1.3rem;
  }

  /* line 380, resources/assets/styles/components/_forms.scss */

  .content-form .row .col {
    margin-bottom: calc((0.4rem + 0.5vw) * 4);
  }

  /* line 387, resources/assets/styles/components/_forms.scss */

  .content-form .over-input.active label,
  .content-form .over-input.not-empty label {
    top: calc(calc((0.4rem + 0.5vw) * 2.5) * -1);
  }
}

/* line 396, resources/assets/styles/components/_forms.scss */

.wpcf7 .screen-reader-response {
  display: none;
}

/* *************************** */

/* ********** Label ********** */

/* *************************** */

/* line 406, resources/assets/styles/components/_forms.scss */

label {
  font-size: calc((((((1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 51, resources/assets/styles/mixins/_mixins.scss */

label else {
  font-size: 1rem;
}

/* *************************************** */

/* ********** Select2 Container ********** */

/* *************************************** */

/* line 415, resources/assets/styles/components/_forms.scss */

.select2-container {
  width: 100%;
  max-width: 100%;
  /*height:$spacer-13;*/
  height: auto;
}

/* line 421, resources/assets/styles/components/_forms.scss */

.select2-container:before {
  background: #000;
}

/* line 425, resources/assets/styles/components/_forms.scss */

.select2-container .select2-selection--single {
  position: relative;
  /*height:$spacer-13;*/
  height: auto;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
  border: none;
  background-color: transparent;
  padding-right: 4rem;
}

/* line 434, resources/assets/styles/components/_forms.scss */

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-size: calc((((((1.8 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  text-transform: none;
  padding-left: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-right: 4rem;
  /*position:absolute;
			width:100%;
			left:0;
			top:50%;
			@include transformTranslateY(-50%);*/
}

/* line 51, resources/assets/styles/mixins/_mixins.scss */

.select2-container .select2-selection--single .select2-selection__rendered else {
  font-size: 1.8rem;
}

/* line 447, resources/assets/styles/components/_forms.scss */

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  /*@include image("svg-icon-arrow-select.png");*/
  background-repeat: no-repeat;
  background-size: 1.9rem 0.9rem;
  background-position: 50% 50%;
  margin-right: 0.6rem;
}

/* line 455, resources/assets/styles/components/_forms.scss */

.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

/* line 463, resources/assets/styles/components/_forms.scss */

.no-mobile .select2-container:hover .select2-selection,
.no-mobile .select2-container:hover .select2-selection__rendered {
  color: #fff;
}

/* line 470, resources/assets/styles/components/_forms.scss */

.select2-dropdown {
  border-radius: 0 !important;
  background-color: transparent;
  border: none;
  z-index: 999999;
  width: 52rem;
  max-width: calc(100vw / 24 * 20);
}

/* line 478, resources/assets/styles/components/_forms.scss */

.select2-dropdown.select2-dropdown--below {
  /*margin-top:-9rem;*/
}

/* line 482, resources/assets/styles/components/_forms.scss */

.select2-dropdown .select2-results__options {
  max-width: 40%;
  min-width: 36rem;
  background-color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0 !important;
  max-height: 52rem !important;
}

/* line 492, resources/assets/styles/components/_forms.scss */

.select2-dropdown .select2-results__options .select2-results__option {
  font-size: calc((((((1.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  text-transform: none;
  color: #F4F0EB;
  padding: 1rem 1.5rem 1rem 3rem;
  margin-bottom: 0;
  background-color: transparent !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*&:before{
                display:none;
            }*/
}

/* line 51, resources/assets/styles/mixins/_mixins.scss */

.select2-dropdown .select2-results__options .select2-results__option else {
  font-size: 1.4rem;
}

/* line 504, resources/assets/styles/components/_forms.scss */

.select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #454E66;
}

@media screen and (max-width: 1200px) {
  /* line 511, resources/assets/styles/components/_forms.scss */

  .select2-dropdown .select2-results__options {
    max-width: 45%;
  }
}

@media screen and (max-width: 1024px) {
  /* line 517, resources/assets/styles/components/_forms.scss */

  .select2-dropdown .select2-results__options {
    max-height: 52rem !important;
  }
}

@media screen and (max-width: 991px) {
  /* line 523, resources/assets/styles/components/_forms.scss */

  .select2-dropdown .select2-results__options {
    max-width: 40%;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  /* line 530, resources/assets/styles/components/_forms.scss */

  .select2-dropdown .select2-results__options {
    max-width: 98%;
  }
  
.block--form__subtitle.social-link {
   margin: 0 0 calc(10px + 0.764vw);
}
}

@media screen and (max-width: 650px) {
  /* line 536, resources/assets/styles/components/_forms.scss */

  .select2-dropdown .select2-results__options {
    max-height: 52rem !important;
  }
}

/* ******************************** */

/* ********** Input File ********** */

/* ******************************** */

/* line 548, resources/assets/styles/components/_forms.scss */

.inputfile {
  display: block;
  margin-bottom: 2px;
  padding-left: 1rem;
  margin-left: -1rem;
  cursor: url('link.cur'), pointer;
}

/* line 555, resources/assets/styles/components/_forms.scss */

.inputfile button {
  background: transparent;
}

/* line 559, resources/assets/styles/components/_forms.scss */

.inputfile .upload-button {
  display: inline-block;
  position: relative;
}

/* line 563, resources/assets/styles/components/_forms.scss */

.inputfile .upload-button input[type="file"] {
  left: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  cursor: url('link.cur'), pointer;
}

/* line 575, resources/assets/styles/components/_forms.scss */

.inputfile .previous-file {
  display: inline-block;
}

/* line 578, resources/assets/styles/components/_forms.scss */

.inputfile .previous-file .upload-button-link {
  display: inline-block;
  overflow: visible;
  text-align: right;
  white-space: nowrap;
}

/* line 585, resources/assets/styles/components/_forms.scss */

.inputfile .previous-file .upload-button-link[href="#"] {
  cursor:url('pointer.cur'),default;
  text-decoration: none;
}

/* line 590, resources/assets/styles/components/_forms.scss */

.inputfile .previous-file .upload-button-remove {
  margin-right: 15px;
}

/* line 593, resources/assets/styles/components/_forms.scss */

.inputfile .previous-file .upload-button-remove .remove-icon {
  display: inline-block;
}

/* line 597, resources/assets/styles/components/_forms.scss */

.inputfile .previous-file .upload-button-remove .restore-icon {
  display: none;
}

/* line 603, resources/assets/styles/components/_forms.scss */

.inputfile .previous-file.deleted .upload-button-link {
  text-decoration: line-through;
}

/* line 607, resources/assets/styles/components/_forms.scss */

.inputfile .previous-file.deleted .upload-button-remove .remove-icon {
  display: none;
}

/* line 611, resources/assets/styles/components/_forms.scss */

.inputfile .previous-file.deleted .upload-button-remove .restore-icon {
  display: inline-block;
}

/* line 617, resources/assets/styles/components/_forms.scss */

.inputfile .upload-button-link {
  margin-top: 0.5rem;
}

/* line 622, resources/assets/styles/components/_forms.scss */

.no-mobile .inputfile .btn-upload-folder,
.no-mobile .inputfile .btn-remove-folder {
  color: #454E66;
}

/* line 625, resources/assets/styles/components/_forms.scss */

.no-mobile .inputfile .btn-upload-folder a,
.no-mobile .inputfile .btn-remove-folder a {
  color: #454E66;
}

/* ********** List Primary ********** */

/* line 2, resources/assets/styles/components/_lists.scss */

.list--primary {
  list-style-type: none;
  padding-left: 0;
  /* ***** Loop Through Map "$colorLists" ***** */
}

/* line 6, resources/assets/styles/components/_lists.scss */

.list--primary li {
  position: relative;
  font-size: calc((((((1.6 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  color: #0f0f0f;
  margin-bottom: calc((0.4rem + 0.5vw) * 1.75);
  padding-left: 3.2rem;
}

/* line 51, resources/assets/styles/mixins/_mixins.scss */

.list--primary li else {
  font-size: 1.6rem;
}

/* line 13, resources/assets/styles/components/_lists.scss */

.list--primary li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: calc(1rem + 0.15vw);
  /*top: 0.5em;*/
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50% 50% 50% 50%;
  background-clip: padding-box;
  background: #0f0f0f;
}

/* line 26, resources/assets/styles/components/_lists.scss */

.list--primary li a {
  text-decoration: underline;
}

/* line 31, resources/assets/styles/components/_lists.scss */

.list--primary ul {
  margin-left: calc(4.166666vw - 3.2rem);
}

/* ********** List Secondary ********** */

/* line 44, resources/assets/styles/components/_lists.scss */

.list--secondary {
  counter-reset: count-number;
  padding: 0px;
  /* ***** Loop Through Map "$colorLists" ***** */
}

/* line 48, resources/assets/styles/components/_lists.scss */

.list--secondary li {
  position: relative;
  font-family: "Neutraface 2 Text";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #454E66;
  margin: 0 0 2.2rem 0;
  padding: 0;
  padding-left: 7.2rem;
  counter-increment: count-number;
  min-height: 4rem;
}

/* line 61, resources/assets/styles/components/_lists.scss */

.list--secondary li:before {
  content: counter(count-number);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: transparent;
  border: 2px solid #454E66;
  color: #454E66;
  text-align: center;
  font-family: "Neutraface 2 Text";
  font-size: 2rem;
  font-weight: 600;
  border-radius: 50% 50% 50% 50%;
  background-clip: padding-box;
}

/* ********** List Tertiary ********** */

/* line 90, resources/assets/styles/components/_lists.scss */

.list--tertiary {
  padding-left: 0;
  /* ***** Loop Through Map "$colorLists" ***** */
}

/* line 93, resources/assets/styles/components/_lists.scss */

.list--tertiary li {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.4em;
  text-transform: uppercase;
  font-family: "Neutraface 2 Text";
  color: #454E66;
  padding: 0.3rem 1.4rem 0.2rem 3.6rem;
  margin-right: 0.5rem;
  margin-bottom: 0;
}

/* line 105, resources/assets/styles/components/_lists.scss */

.list--tertiary li svg {
  position: absolute;
  left: 0;
  top: 50%;
  fill: #454E66;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 113, resources/assets/styles/components/_lists.scss */

.list--tertiary li:before {
  display: none;
}

/* line 117, resources/assets/styles/components/_lists.scss */

.list--tertiary li:after {
  content: " ";
  display: block;
  position: absolute;
  right: -0.8rem;
  top: 50%;
  height: 1.6rem;
  width: 1px;
  background: #454E66;
  opacity: 0.6;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 130, resources/assets/styles/components/_lists.scss */

.list--tertiary li:last-child {
  padding-right: 0;
  margin-right: 0;
}

/* line 134, resources/assets/styles/components/_lists.scss */

.list--tertiary li:last-child:after {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 142, resources/assets/styles/components/_lists.scss */

  .list--tertiary li:after {
    display: none;
  }
}

/* ********** List Ol ********** */

/* line 158, resources/assets/styles/components/_lists.scss */

.list--ol,
ol {
  counter-reset: count-ol;
  /* ***** Loop Through Map "$colorLists" ***** */
}

/* line 161, resources/assets/styles/components/_lists.scss */

.list--ol > li,
ol > li {
  padding-left: 3.6rem;
  position: relative;
  counter-increment: count-ol;
  margin-bottom: 0.8rem;
}

/* line 168, resources/assets/styles/components/_lists.scss */

.list--ol > li:after,
ol > li:after {
  content: counter(count-ol) ".";
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 3.4rem;
  text-align: left;
}

/* ********** List Social ********** */

/* line 189, resources/assets/styles/components/_lists.scss */

.list--social {
  display: block;
  list-style: none;
  padding-left: 0;
  line-height: 1em;
  /*&--white{
		li{
			a{
				border-color:$white;
			}

			svg{
				fill:$white;
			}
		}
	}*/
  /* *** Hover *** */
  /* ***** Loop Through Map "$colorLists" ***** */
}

/* line 195, resources/assets/styles/components/_lists.scss */

.list--social li {
  position: relative;
  display: inline-block;
  margin: 0 2.2rem 0.2rem 0;
  padding: 0;
  line-height: 1em;
}

/* line 202, resources/assets/styles/components/_lists.scss */

.list--social li a {
  display: inline-block;
  position: relative;
  width: 4rem;
  height: 4rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 202, resources/assets/styles/components/_lists.scss */

  .list--social li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 210, resources/assets/styles/components/_lists.scss */

.list--social li:last-child {
  margin-right: 0;
}

/* line 215, resources/assets/styles/components/_lists.scss */

.list--social svg {
  position: absolute;
  left: 50%;
  top: 50%;
  fill: #454E66;
  opacity: 1;
  -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
  -o-transform: scale(1) translateX(-50%) translateY(-50%);
  transform: scale(1) translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 215, resources/assets/styles/components/_lists.scss */

  .list--social svg {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 225, resources/assets/styles/components/_lists.scss */

.list--social .icon-mail-js {
  cursor: url('link.cur'), pointer;
}

/* line 232, resources/assets/styles/components/_lists.scss */

.hover-double-parent-js .hover-parent-active.list--social a svg,
.hover-double-parent-js.hover-parent-active.list--social a svg {
  opacity: 0.6;
}

/* line 254, resources/assets/styles/components/_lists.scss */

.no-mobile .list--social li a:hover svg {
  opacity: 1;
  -webkit-transform: scale(1.2) translateX(-40%) translateY(-40%);
  -o-transform: scale(1.2) translateX(-40%) translateY(-40%);
  transform: scale(1.2) translateX(-40%) translateY(-40%);
}

/* **************************************************** */

/* ********** Loop Through Map "$colorLists" ********** */

/* **************************************************** */

/* ********** List Primary ********** */

/* line 278, resources/assets/styles/components/_lists.scss */

.list--primary__primary.list--primary li,
.list--primary__primary .list--primary li {
  color: #454E66;
}

/* ********** List Secondary ********** */

/* line 285, resources/assets/styles/components/_lists.scss */

.list--secondary__primary.list--secondary li,
.list--secondary__primary .list--secondary li {
  color: #454E66;
}

/* line 288, resources/assets/styles/components/_lists.scss */

.list--secondary__primary.list--secondary li:before,
.list--secondary__primary .list--secondary li:before {
  border-color: #454E66;
  color: #454E66;
}

/* line 293, resources/assets/styles/components/_lists.scss */

.list--secondary__primary.list--secondary li a,
.list--secondary__primary .list--secondary li a {
  color: #454E66;
}

/* ********** List Tertiary ********** */

/* line 301, resources/assets/styles/components/_lists.scss */

.list--tertiary__primary.list--tertiary li,
.list--tertiary__primary .list--tertiary li {
  color: #454E66;
}

/* line 304, resources/assets/styles/components/_lists.scss */

.list--tertiary__primary.list--tertiary li:after,
.list--tertiary__primary .list--tertiary li:after {
  background: #454E66;
}

/* ********** List Social ********** */

/* line 311, resources/assets/styles/components/_lists.scss */

.list--social__primary.list--social,
.list--social__primary .list--social {
  /* ***** Hover ***** */
}

/* line 313, resources/assets/styles/components/_lists.scss */

.list--social__primary.list--social li a,
.list--social__primary .list--social li a {
  border-color: #454E66;
}

/* line 317, resources/assets/styles/components/_lists.scss */

.list--social__primary.list--social li svg,
.list--social__primary .list--social li svg {
  fill: #454E66;
}

/* line 324, resources/assets/styles/components/_lists.scss */

.no-mobile .list--social__primary.list--social li a:hover,
.no-mobile .list--social__primary .list--social li a:hover,
.list--social__primary .no-mobile .list--social li a:hover {
  border-color: #454E66;
  opacity: 1;
}

/* line 328, resources/assets/styles/components/_lists.scss */

.no-mobile .list--social__primary.list--social li a:hover svg,
.no-mobile .list--social__primary .list--social li a:hover svg,
.list--social__primary .no-mobile .list--social li a:hover svg {
  fill: #454E66;
}

/* ********** List Ol ********** */

/* line 337, resources/assets/styles/components/_lists.scss */

.list--ol__primary.list--ol li,
ol.list--ol__primary li,
.list--ol__primary .list--ol li,
.list--ol__primary ol li {
  color: #454E66;
}

/* ********** List Primary ********** */

/* line 278, resources/assets/styles/components/_lists.scss */

.list--primary__secondary.list--primary li,
.list--primary__secondary .list--primary li {
  color: #F4F0EB;
}

/* ********** List Secondary ********** */

/* line 285, resources/assets/styles/components/_lists.scss */

.list--secondary__secondary.list--secondary li,
.list--secondary__secondary .list--secondary li {
  color: #F4F0EB;
}

/* line 288, resources/assets/styles/components/_lists.scss */

.list--secondary__secondary.list--secondary li:before,
.list--secondary__secondary .list--secondary li:before {
  border-color: #F4F0EB;
  color: #F4F0EB;
}

/* line 293, resources/assets/styles/components/_lists.scss */

.list--secondary__secondary.list--secondary li a,
.list--secondary__secondary .list--secondary li a {
  color: #F4F0EB;
}

/* ********** List Tertiary ********** */

/* line 301, resources/assets/styles/components/_lists.scss */

.list--tertiary__secondary.list--tertiary li,
.list--tertiary__secondary .list--tertiary li {
  color: #F4F0EB;
}

/* line 304, resources/assets/styles/components/_lists.scss */

.list--tertiary__secondary.list--tertiary li:after,
.list--tertiary__secondary .list--tertiary li:after {
  background: #F4F0EB;
}

/* ********** List Social ********** */

/* line 311, resources/assets/styles/components/_lists.scss */

.list--social__secondary.list--social,
.list--social__secondary .list--social {
  /* ***** Hover ***** */
}

/* line 313, resources/assets/styles/components/_lists.scss */

.list--social__secondary.list--social li a,
.list--social__secondary .list--social li a {
  border-color: #F4F0EB;
}

/* line 317, resources/assets/styles/components/_lists.scss */

.list--social__secondary.list--social li svg,
.list--social__secondary .list--social li svg {
  fill: #F4F0EB;
}

/* line 324, resources/assets/styles/components/_lists.scss */

.no-mobile .list--social__secondary.list--social li a:hover,
.no-mobile .list--social__secondary .list--social li a:hover,
.list--social__secondary .no-mobile .list--social li a:hover {
  border-color: #F4F0EB;
  opacity: 1;
}

/* line 328, resources/assets/styles/components/_lists.scss */

.no-mobile .list--social__secondary.list--social li a:hover svg,
.no-mobile .list--social__secondary .list--social li a:hover svg,
.list--social__secondary .no-mobile .list--social li a:hover svg {
  fill: #F4F0EB;
}

/* ********** List Ol ********** */

/* line 337, resources/assets/styles/components/_lists.scss */

.list--ol__secondary.list--ol li,
ol.list--ol__secondary li,
.list--ol__secondary .list--ol li,
.list--ol__secondary ol li {
  color: #F4F0EB;
}

/* ********** List Primary ********** */

/* line 278, resources/assets/styles/components/_lists.scss */

.list--primary__tertiary.list--primary li,
.list--primary__tertiary .list--primary li {
  color: #f2eee8;
}

/* ********** List Secondary ********** */

/* line 285, resources/assets/styles/components/_lists.scss */

.list--secondary__tertiary.list--secondary li,
.list--secondary__tertiary .list--secondary li {
  color: #f2eee8;
}

/* line 288, resources/assets/styles/components/_lists.scss */

.list--secondary__tertiary.list--secondary li:before,
.list--secondary__tertiary .list--secondary li:before {
  border-color: #f2eee8;
  color: #f2eee8;
}

/* line 293, resources/assets/styles/components/_lists.scss */

.list--secondary__tertiary.list--secondary li a,
.list--secondary__tertiary .list--secondary li a {
  color: #f2eee8;
}

/* ********** List Tertiary ********** */

/* line 301, resources/assets/styles/components/_lists.scss */

.list--tertiary__tertiary.list--tertiary li,
.list--tertiary__tertiary .list--tertiary li {
  color: #f2eee8;
}

/* line 304, resources/assets/styles/components/_lists.scss */

.list--tertiary__tertiary.list--tertiary li:after,
.list--tertiary__tertiary .list--tertiary li:after {
  background: #f2eee8;
}

/* ********** List Social ********** */

/* line 311, resources/assets/styles/components/_lists.scss */

.list--social__tertiary.list--social,
.list--social__tertiary .list--social {
  /* ***** Hover ***** */
}

/* line 313, resources/assets/styles/components/_lists.scss */

.list--social__tertiary.list--social li a,
.list--social__tertiary .list--social li a {
  border-color: #f2eee8;
}

/* line 317, resources/assets/styles/components/_lists.scss */

.list--social__tertiary.list--social li svg,
.list--social__tertiary .list--social li svg {
  fill: #f2eee8;
}

/* line 324, resources/assets/styles/components/_lists.scss */

.no-mobile .list--social__tertiary.list--social li a:hover,
.no-mobile .list--social__tertiary .list--social li a:hover,
.list--social__tertiary .no-mobile .list--social li a:hover {
  border-color: #f2eee8;
  opacity: 1;
}

/* line 328, resources/assets/styles/components/_lists.scss */

.no-mobile .list--social__tertiary.list--social li a:hover svg,
.no-mobile .list--social__tertiary .list--social li a:hover svg,
.list--social__tertiary .no-mobile .list--social li a:hover svg {
  fill: #f2eee8;
}

/* ********** List Ol ********** */

/* line 337, resources/assets/styles/components/_lists.scss */

.list--ol__tertiary.list--ol li,
ol.list--ol__tertiary li,
.list--ol__tertiary .list--ol li,
.list--ol__tertiary ol li {
  color: #f2eee8;
}

/* ********** List Primary ********** */

/* line 278, resources/assets/styles/components/_lists.scss */

.list--primary__white.list--primary li,
.list--primary__white .list--primary li {
  color: #fff;
}

/* ********** List Secondary ********** */

/* line 285, resources/assets/styles/components/_lists.scss */

.list--secondary__white.list--secondary li,
.list--secondary__white .list--secondary li {
  color: #fff;
}

/* line 288, resources/assets/styles/components/_lists.scss */

.list--secondary__white.list--secondary li:before,
.list--secondary__white .list--secondary li:before {
  border-color: #fff;
  color: #fff;
}

/* line 293, resources/assets/styles/components/_lists.scss */

.list--secondary__white.list--secondary li a,
.list--secondary__white .list--secondary li a {
  color: #fff;
}

/* ********** List Tertiary ********** */

/* line 301, resources/assets/styles/components/_lists.scss */

.list--tertiary__white.list--tertiary li,
.list--tertiary__white .list--tertiary li {
  color: #fff;
}

/* line 304, resources/assets/styles/components/_lists.scss */

.list--tertiary__white.list--tertiary li:after,
.list--tertiary__white .list--tertiary li:after {
  background: #fff;
}

/* ********** List Social ********** */

/* line 311, resources/assets/styles/components/_lists.scss */

.list--social__white.list--social,
.list--social__white .list--social {
  /* ***** Hover ***** */
}

/* line 313, resources/assets/styles/components/_lists.scss */

.list--social__white.list--social li a,
.list--social__white .list--social li a {
  border-color: #fff;
}

/* line 317, resources/assets/styles/components/_lists.scss */

.list--social__white.list--social li svg,
.list--social__white .list--social li svg {
  fill: #fff;
}

/* line 324, resources/assets/styles/components/_lists.scss */

.no-mobile .list--social__white.list--social li a:hover,
.no-mobile .list--social__white .list--social li a:hover,
.list--social__white .no-mobile .list--social li a:hover {
  border-color: #fff;
  opacity: 1;
}

/* line 328, resources/assets/styles/components/_lists.scss */

.no-mobile .list--social__white.list--social li a:hover svg,
.no-mobile .list--social__white .list--social li a:hover svg,
.list--social__white .no-mobile .list--social li a:hover svg {
  fill: #fff;
}

/* ********** List Ol ********** */

/* line 337, resources/assets/styles/components/_lists.scss */

.list--ol__white.list--ol li,
ol.list--ol__white li,
.list--ol__white .list--ol li,
.list--ol__white ol li {
  color: #fff;
}

/* ********** List Primary ********** */

/* line 278, resources/assets/styles/components/_lists.scss */

.list--primary__black.list--primary li,
.list--primary__black .list--primary li {
  color: #000;
}

/* ********** List Secondary ********** */

/* line 285, resources/assets/styles/components/_lists.scss */

.list--secondary__black.list--secondary li,
.list--secondary__black .list--secondary li {
  color: #000;
}

/* line 288, resources/assets/styles/components/_lists.scss */

.list--secondary__black.list--secondary li:before,
.list--secondary__black .list--secondary li:before {
  border-color: #000;
  color: #000;
}

/* line 293, resources/assets/styles/components/_lists.scss */

.list--secondary__black.list--secondary li a,
.list--secondary__black .list--secondary li a {
  color: #000;
}

/* ********** List Tertiary ********** */

/* line 301, resources/assets/styles/components/_lists.scss */

.list--tertiary__black.list--tertiary li,
.list--tertiary__black .list--tertiary li {
  color: #000;
}

/* line 304, resources/assets/styles/components/_lists.scss */

.list--tertiary__black.list--tertiary li:after,
.list--tertiary__black .list--tertiary li:after {
  background: #000;
}

/* ********** List Social ********** */

/* line 311, resources/assets/styles/components/_lists.scss */

.list--social__black.list--social,
.list--social__black .list--social {
  /* ***** Hover ***** */
}

/* line 313, resources/assets/styles/components/_lists.scss */

.list--social__black.list--social li a,
.list--social__black .list--social li a {
  border-color: #000;
}

/* line 317, resources/assets/styles/components/_lists.scss */

.list--social__black.list--social li svg,
.list--social__black .list--social li svg {
  fill: #000;
}

/* line 324, resources/assets/styles/components/_lists.scss */

.no-mobile .list--social__black.list--social li a:hover,
.no-mobile .list--social__black .list--social li a:hover,
.list--social__black .no-mobile .list--social li a:hover {
  border-color: #000;
  opacity: 1;
}

/* line 328, resources/assets/styles/components/_lists.scss */

.no-mobile .list--social__black.list--social li a:hover svg,
.no-mobile .list--social__black .list--social li a:hover svg,
.list--social__black .no-mobile .list--social li a:hover svg {
  fill: #000;
}

/* ********** List Ol ********** */

/* line 337, resources/assets/styles/components/_lists.scss */

.list--ol__black.list--ol li,
ol.list--ol__black li,
.list--ol__black .list--ol li,
.list--ol__black ol li {
  color: #000;
}

/* ********** Lists ********** */

/* line 346, resources/assets/styles/components/_lists.scss */

.list {
  list-style-type: none;
  /* ********** List Primary ********** */
  /* ********** List Secondary ********** */
  /* ********** List Tertiary ********** */
  /* ********** List Ol ********** */
  /* ********** List Social ********** */
}

/* ********** Base ********** */

/* line 377, resources/assets/styles/components/_lists.scss */

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 382, resources/assets/styles/components/_lists.scss */

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 1.5rem;
}

/* ********** Base - List Ul ********** */

/* line 389, resources/assets/styles/components/_lists.scss */

ul {
  /*@extend %list--primary !optional;*/
}

/* line 393, resources/assets/styles/components/_lists.scss */

ul li a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 393, resources/assets/styles/components/_lists.scss */

  ul li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 399, resources/assets/styles/components/_lists.scss */

.no-mobile ul li a:hover {
  text-decoration: underline;
}

/* ********** Base - List Ol ********** */

/* ********** List Icon ********** */

/* line 415, resources/assets/styles/components/_lists.scss */

.list-icon {
  fill: #fff;
}

/* line 418, resources/assets/styles/components/_lists.scss */

.list-icon li {
  display: block;
  font-size: calc((((((1.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: calc((0.4rem + 0.5vw) * 1.75);
  padding-left: 3.6rem;
}

/* line 51, resources/assets/styles/mixins/_mixins.scss */

.list-icon li else {
  font-size: 1.4rem;
}

/* line 425, resources/assets/styles/components/_lists.scss */

.list-icon li a {
  text-decoration: none !important;
  display: inline;
  position: relative;
  margin-left: -3.6rem;
  padding-left: 3.6rem;
}

/* line 432, resources/assets/styles/components/_lists.scss */

.list-icon li a:before,
.list-icon li a:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 3.6rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 443, resources/assets/styles/components/_lists.scss */

.list-icon li a:after {
  width: 0;
  /*background:$primary-color;*/
  background: #4269ae;
}

/* line 450, resources/assets/styles/components/_lists.scss */

.list-icon li svg {
  position: absolute;
  left: 0;
  top: 0.9rem;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 461, resources/assets/styles/components/_lists.scss */

.no-mobile .list-icon li a:hover {
  color: #fff;
  /*color:$primary-lighten-40;*/
}

/* line 465, resources/assets/styles/components/_lists.scss */

.no-mobile .list-icon li a:hover:after {
  width: calc(100% - 3.6rem);
}

/* line 469, resources/assets/styles/components/_lists.scss */

.no-mobile .list-icon li a:hover svg {
  /*fill:$primary-lighten-40;*/
  -webkit-transform: scale(1.2) translateY(-44%);
  -o-transform: scale(1.2) translateY(-44%);
  transform: scale(1.2) translateY(-44%);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
     transition-delay: 0.3s;
}

/* ********** List Icon Check ********** */

/* line 484, resources/assets/styles/components/_lists.scss */

.list-icon-check {
  display: block;
}

/* line 487, resources/assets/styles/components/_lists.scss */

.list-icon-check li {
  position: relative;
  padding-left: 8rem;
  margin-bottom: calc((0.4rem + 0.5vw) * 4);
}

/* line 492, resources/assets/styles/components/_lists.scss */

.list-icon-check li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 1.4rem;
  width: 4.6rem;
  height: 4.6rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2LDBDNy4yLDAsMCw3LjIsMCwxNnM3LjIsMTYsMTYsMTZzMTYtNy4yLDE2LTE2UzI0LjgsMCwxNiwweiBNMjIuOSw4LjlsMi4yLDJsLTEyLDEzLjNMNi45LDE4TDksMTUuOQoJbDMuOSwzLjlMMjIuOSw4LjlMMjIuOSw4Ljl6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  /* line 507, resources/assets/styles/components/_lists.scss */

  .list-icon-check li {
    padding-left: 7.2rem;
  }

  /* line 510, resources/assets/styles/components/_lists.scss */

  .list-icon-check li:before {
    width: 4rem;
    height: 4rem;
  }
}

@media (max-width: 767.98px) {
  /* line 518, resources/assets/styles/components/_lists.scss */

  .list-icon-check li {
    padding-left: 6.2rem;
  }

  /* line 521, resources/assets/styles/components/_lists.scss */

  .list-icon-check li:before {
    width: 3.6rem;
    height: 3.6rem;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 0.2rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 0.2rem;
  height: auto;
}

@media (min-width: 576px) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 0.2rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 0.2rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* ***************************************************** */

/* *****************   Menu perso   ******************** */

/* ***************************************************** */

/* line 6, resources/assets/styles/components/_menu-hamburger.scss */

.component-hamburger-menu-perso {
  position: fixed;
  right: 0;
  top: 50%;
  height: 15rem;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: url('link.cur'), pointer;
  z-index: 999999;
  background: transparent;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 23, resources/assets/styles/components/_menu-hamburger.scss */

.component-hamburger-menu-perso.currentWhite .ham-text,
.component-hamburger-menu-perso.currentWhite .ham-text h5 {
  color: #fff;
}

/* line 28, resources/assets/styles/components/_menu-hamburger.scss */

.component-hamburger-menu-perso.currentWhite .ham-icon .bar1,
.component-hamburger-menu-perso.currentWhite .ham-icon .bar2 {
  background: #fff;
}

/* line 36, resources/assets/styles/components/_menu-hamburger.scss */

.component-hamburger-menu-perso .ham-text .menu-text {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 0;
  letter-spacing: 0.06em;
  color: #00acbb;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  mix-blend-mode: difference;
  padding: 1.5rem 0.5rem;
}

/* line 41, resources/assets/styles/components/_menu-hamburger.scss */

.currentWhite .component-hamburger-menu-perso .ham-text .menu-text .component-hamburger-menu-perso .ham-text .menu-text {
  color: #fff;
}

/* line 48, resources/assets/styles/components/_menu-hamburger.scss */

.component-hamburger-menu-perso .ham-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  padding-right: 5%;
}

/* line 55, resources/assets/styles/components/_menu-hamburger.scss */

.component-hamburger-menu-perso .ham-icon .bar1 {
  width: 2px;
  height: 2.7rem;
  background: #00acbb;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0 0.4rem;
}

/* line 63, resources/assets/styles/components/_menu-hamburger.scss */

.component-hamburger-menu-perso .ham-icon .bar2 {
  width: 2px;
  height: 1.2rem;
  background: #00acbb;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0 0.4rem;
}

/* line 73, resources/assets/styles/components/_menu-hamburger.scss */

.no-mobile .component-hamburger-menu-perso:hover {
  cursor: url('link.cur'), pointer;
}

/* line 76, resources/assets/styles/components/_menu-hamburger.scss */

.no-mobile .component-hamburger-menu-perso:hover .bar2 {
  height: 2.7rem;
}

@media screen and (max-width: 767px) {
  /* line 6, resources/assets/styles/components/_menu-hamburger.scss */

  .component-hamburger-menu-perso {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 87, resources/assets/styles/components/_menu-hamburger.scss */

  .desktop-only {
    display: none;
  }
}

/* line 93, resources/assets/styles/components/_menu-hamburger.scss */

.mobile-only {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 93, resources/assets/styles/components/_menu-hamburger.scss */

  .mobile-only {
    display: block;
  }
}

/* line 101, resources/assets/styles/components/_menu-hamburger.scss */

.component-hamburger-menu-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 101, resources/assets/styles/components/_menu-hamburger.scss */

  .component-hamburger-menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem;
    background-color: #00acbb;
    cursor: url('link.cur'), pointer;
  }

  /* line 114, resources/assets/styles/components/_menu-hamburger.scss */

  .component-hamburger-menu-mobile .bar1,
  .component-hamburger-menu-mobile .bar2,
  .component-hamburger-menu-mobile .bar3 {
    content: "";
    background: #fff;
    width: 3rem;
    height: 0.2rem;
    border-radius: 10px;
  }

  /* line 122, resources/assets/styles/components/_menu-hamburger.scss */

  .component-hamburger-menu-mobile .bar1,
  .component-hamburger-menu-mobile .bar2 {
    margin-bottom: 0.6rem;
  }
}

/* line 130, resources/assets/styles/components/_menu-hamburger.scss */

.menu-perso {
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: auto;
  background: #F4F0EB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 146, resources/assets/styles/components/_menu-hamburger.scss */

.menu-perso .menu-inner {
  width: 100%;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  opacity: 0;
}

/* line 157, resources/assets/styles/components/_menu-hamburger.scss */

.menu-perso .menu-inner .gotosite {
  display: block;
  padding-top: calc((0.4rem + 0.5vw) * 4);
  margin-bottom: calc((0.4rem + 0.5vw) * 4);
  text-decoration: none;
  font-family: "Didot";
  font-style: italic;
  font-weight: normal;
  font-size: calc((((((3.5 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 138.9%;
  letter-spacing: normal;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 165, resources/assets/styles/components/_menu-hamburger.scss */

.menu-perso .menu-inner .lang-mobile {
  display: block;
  text-decoration: none;
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((4.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 138.9%;
  letter-spacing: normal;
  color: #454E66;
  text-transform: capitalize;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 170, resources/assets/styles/components/_menu-hamburger.scss */

.menu-perso .menu-inner .lang-mobile a {
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((4.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 138.9%;
  letter-spacing: normal;
  color: #454E66;
  text-transform: capitalize;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 175, resources/assets/styles/components/_menu-hamburger.scss */

.menu-perso .menu-inner .menu-item {
  padding: 0.9rem;
  -webkit-transform: skewX(0);
       -o-transform: skewX(0);
          transform: skewX(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 181, resources/assets/styles/components/_menu-hamburger.scss */

.no-mobile .menu-perso .menu-inner .menu-item:hover {
  -webkit-transform: skewX(-17deg);
       -o-transform: skewX(-17deg);
          transform: skewX(-17deg);
}

/* line 186, resources/assets/styles/components/_menu-hamburger.scss */

.menu-perso .menu-inner .menu-item a {
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((4.2 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 138.9%;
  letter-spacing: normal;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  text-decoration: none;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

/* line 192, resources/assets/styles/components/_menu-hamburger.scss */

.no-mobile .menu-perso .menu-inner .menu-item a:hover {
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((5 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 138.9%;
  letter-spacing: normal;
  color: #00acbb;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

@media screen and (max-width: 767px) {
  /* line 175, resources/assets/styles/components/_menu-hamburger.scss */

  .menu-perso .menu-inner .menu-item {
    padding: 0.4rem;
  }
}

/* line 205, resources/assets/styles/components/_menu-hamburger.scss */

.menu-perso .close-button {
  position: absolute;
  top: 50%;
  right: 4rem;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: url('link.cur'), pointer;
}

/* line 216, resources/assets/styles/components/_menu-hamburger.scss */

.menu-perso .close-button .ham-icon {
  padding-right: 5%;
}

/* line 219, resources/assets/styles/components/_menu-hamburger.scss */

.menu-perso .close-button .ham-icon svg {
  width: 1.45vw;
}

@media screen and (max-width: 767px) {
  /* line 219, resources/assets/styles/components/_menu-hamburger.scss */

  .menu-perso .close-button .ham-icon svg {
    width: 2.45vw;
  }
}

/* line 228, resources/assets/styles/components/_menu-hamburger.scss */

.menu-perso .close-button .ham-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}

/* line 233, resources/assets/styles/components/_menu-hamburger.scss */

.menu-perso .close-button .ham-text .menu-text {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: normal;
  letter-spacing: 0.06em;
  color: #00acbb;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0;
}

/* ***************************************************** */

/* ********** Component Toggle Hamburger Menu ********** */

/* ***************************************************** */

/* line 247, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu,
.component-toggle-hamburger-menu-2 {
  position: fixed;
  z-index: 99999999;
  right: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  color: #454E66;
  /*&.menu-active{
        .list-nav li a:before{
            height:100%;
        }
    }*/
}

/* line 257, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-mask,
.component-toggle-hamburger-menu-2 .content-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: url('link.cur'), pointer;
}

/* line 267, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-inner,
.component-toggle-hamburger-menu-2 .content-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}

/* line 276, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-inner-2,
.component-toggle-hamburger-menu-2 .content-inner-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow-y: auto;
  background: #F4F0EB;
  padding: 5rem;
}

/* line 287, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-inner-2 a,
.component-toggle-hamburger-menu-2 .content-inner-2 a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 290, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-inner-2 a:hover,
.component-toggle-hamburger-menu-2 .content-inner-2 a:hover {
  font-style: initial;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 296, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-inner-2 .menu-element,
.component-toggle-hamburger-menu-2 .content-inner-2 .menu-element {
  padding: calc((0.4rem + 0.5vw) * 1.5);
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((3.6 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 138.9%;
  letter-spacing: normal;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* line 301, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-inner-2 .menu-element:hover,
.component-toggle-hamburger-menu-2 .content-inner-2 .menu-element:hover {
  font-style: italic;
  cursor: url('link.cur'), pointer;
  color: #00acbb;
  -webkit-transform: scale(1.1) !important;
       -o-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}

/* line 312, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .block-animate,
.component-toggle-hamburger-menu-2 .block-animate {
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #454E66;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  z-index: -1;
}

/* line 323, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-language-switcher,
.component-toggle-hamburger-menu-2 .content-language-switcher {
  position: absolute;
  -webkit-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  right: 4.35rem;
  top: 7rem;
}

/* line 330, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-language-switcher li a,
.component-toggle-hamburger-menu-2 .content-language-switcher li a {
  color: rgba(14, 28, 44, 0.2);
}

/* line 333, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-language-switcher li a.active,
.component-toggle-hamburger-menu-2 .content-language-switcher li a.active {
  color: #F4F0EB;
}

/* line 339, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-language-switcher li:first-child a:before,
.component-toggle-hamburger-menu-2 .content-language-switcher li:first-child a:before {
  background-color: rgba(14, 28, 44, 0.2);
}

/* line 347, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .row .col,
.component-toggle-hamburger-menu-2 .row .col {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
}

/* line 354, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .component-back-hamburger-menu,
.component-toggle-hamburger-menu-2 .component-back-hamburger-menu {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 360, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .list-separator,
.component-toggle-hamburger-menu-2 .list-separator {
  height: 4vh;
}

/* line 364, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .text-medium,
.component-toggle-hamburger-menu-2 .text-medium {
  margin-top: 2rem;
  margin-bottom: 2.6rem;
  font-size: 3.2rem;
}

/* line 370, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu p,
.component-toggle-hamburger-menu-2 p {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4em;
  color: #F4F0EB;
  margin-bottom: 3rem;
}

/* line 377, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu p a,
.component-toggle-hamburger-menu-2 p a {
  color: #F4F0EB;
}

/* line 382, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .text-small,
.component-toggle-hamburger-menu-2 .text-small {
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 1.4rem;
  letter-spacing: 0;
}

/* line 388, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .text-small a,
.component-toggle-hamburger-menu-2 .text-small a {
  color: #fff;
}

/* line 393, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu hr,
.component-toggle-hamburger-menu-2 hr {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.2rem;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
}

/* line 401, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .list-social,
.component-toggle-hamburger-menu-2 .list-social {
  margin-bottom: 2rem;
}

/* line 405, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .navlang,
.component-toggle-hamburger-menu-2 .navlang {
  text-transform: uppercase;
}

/* line 410, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .brand svg,
.component-toggle-hamburger-menu-2 .brand svg {
  fill: #fff;
  margin-bottom: calc((0.4rem + 0.5vw) * 4);
}

/* line 416, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul,
.component-toggle-hamburger-menu-2 ul {
  margin-bottom: 3.2vh;
  padding-left: 0;
}

/* line 421, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul li,
.component-toggle-hamburger-menu-2 ul li {
  padding: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: calc((((((2.8 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  text-transform: none;
  display: block;
  width: 100%;
}

/* line 51, resources/assets/styles/mixins/_mixins.scss */

.component-toggle-hamburger-menu ul li else,
.component-toggle-hamburger-menu-2 ul li else {
  font-size: 2.8rem;
}

/* line 429, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul li a,
.component-toggle-hamburger-menu-2 ul li a {
  color: inherit;
  text-decoration: none;
  padding: 1rem 0;
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*&:before, &:after{
                    content:" ";
                    position:absolute;
                    left:0;
                    top:0;
                    width:1px;
                    height:0%;
                    background-color:$primary-darken5;
                    @include transition-base();
                }

                &:before{
                    @include transitionAppear(0.4s);
                }

                &:after{
                    height:0;
                    background-color:rgba(255,255,255,0.9);
                }*/
}

/* line 460, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul li ul.sub-menu,
.component-toggle-hamburger-menu-2 ul li ul.sub-menu {
  display: none;
  margin-top: 0;
  padding-top: 0;
  padding-left: 3rem;
}

/* line 466, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul li ul.sub-menu span,
.component-toggle-hamburger-menu-2 ul li ul.sub-menu span {
  display: none;
}

/* line 470, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul li ul.sub-menu img,
.component-toggle-hamburger-menu-2 ul li ul.sub-menu img {
  display: none;
}

/* line 474, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul li ul.sub-menu ul.sub-menu,
.component-toggle-hamburger-menu-2 ul li ul.sub-menu ul.sub-menu {
  margin-bottom: 1rem;
  padding-top: 0;
  margin-top: 0;
  padding-left: 2rem;
}

/* line 482, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul li.small,
.component-toggle-hamburger-menu-2 ul li.small {
  font-size: 2.2rem;
  margin-top: 2vh;
}

/* line 486, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul li.small a,
.component-toggle-hamburger-menu-2 ul li.small a {
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
  /*&:before, &:after{
                        left:auto;
                        right:0;
                        top:auto;
                        bottom:0;
                        width:calc(100% - 4vw);
                        height:1px;
                        background-color:$secondary-color;
                    }

                    &:after{
                        width:0;
                        background-color:$white;
                    }*/
}

/* line 508, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul li.active a,
.component-toggle-hamburger-menu-2 ul li.active a {
  opacity: 0.6;
}

/* line 514, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul li.dropdown > a,
.component-toggle-hamburger-menu-2 ul li.dropdown > a {
  padding-right: 3.4rem;
  cursor: url('link.cur'), pointer;
  /*&:before{
                        content:" ";
                        position:absolute;
                        left:auto;
                        right:0;
                        top:52%;
                        @include transformTranslateY(-50%);
                        width:2.2rem;
                        height:2.2rem;
                        //background-image:url(../images/icon-menu-dropdown-less.svg);
                        background-repeat:no-repeat;
                        background-color:transparent;
                        background-size:2.1rem 2.1rem;
                        background-position:50% 50%;
                        opacity:0;
                    }

                    &:after{
                        content:" ";
                        position:absolute;
                        left:auto;
                        right:0;
                        top:52%;
                        @include transformTranslateY(-50%);
                        width:2.2rem;
                        height:2.2rem;
                        //background-image:url(../images/icon-menu-dropdown.svg);
                        background-repeat:no-repeat;
                        background-color:transparent;
                        background-size:2.1rem 2.1rem;
                        background-position:50% 50%;
                    }*/
}

/* line 518, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul li.dropdown > a:before,
.component-toggle-hamburger-menu-2 ul li.dropdown > a:before {
  content: " ";
  position: absolute;
  left: auto;
  right: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5em;
  height: 1em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0NC40IDg1LjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0LjQgODUuNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC05NTIuMzYyMTgpIj4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NC40LDk5NWwtMi40LTIuN2wtMzYtNDBsLTYsNS40TDMzLjYsOTk1TDAsMTAzMi4zbDYsNS40bDM2LTQwTDQ0LjQsOTk1eiIvPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: 50% 50%;
}

/* line 569, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul li.dropdown.dropdown-active > a:before,
.component-toggle-hamburger-menu-2 ul li.dropdown.dropdown-active > a:before {
  opacity: 1;
}

/* line 576, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul.list-nav-2,
.component-toggle-hamburger-menu-2 ul.list-nav-2,
.component-toggle-hamburger-menu ul ul.sub-menu,
.component-toggle-hamburger-menu-2 ul ul.sub-menu {
  margin-bottom: 2rem;
}

/* line 579, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul.list-nav-2 li,
.component-toggle-hamburger-menu-2 ul.list-nav-2 li,
.component-toggle-hamburger-menu ul ul.sub-menu li,
.component-toggle-hamburger-menu-2 ul ul.sub-menu li {
  color: #F4F0EB;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 586, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul.list-nav-2 li a,
.component-toggle-hamburger-menu-2 ul.list-nav-2 li a,
.component-toggle-hamburger-menu ul ul.sub-menu li a,
.component-toggle-hamburger-menu-2 ul ul.sub-menu li a {
  color: #F4F0EB;
  text-transform: uppercase;
}

/* line 592, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul.list-nav-2 ul.sub-menu,
.component-toggle-hamburger-menu-2 ul.list-nav-2 ul.sub-menu,
.component-toggle-hamburger-menu ul ul.sub-menu ul.sub-menu,
.component-toggle-hamburger-menu-2 ul ul.sub-menu ul.sub-menu {
  margin-left: 0;
  margin-top: 1.4rem;
  margin-bottom: 2.4rem;
  display: block;
}

/* line 598, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul.list-nav-2 ul.sub-menu li,
.component-toggle-hamburger-menu-2 ul.list-nav-2 ul.sub-menu li,
.component-toggle-hamburger-menu ul ul.sub-menu ul.sub-menu li,
.component-toggle-hamburger-menu-2 ul ul.sub-menu ul.sub-menu li {
  color: #454E66;
}

/* line 601, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu ul.list-nav-2 ul.sub-menu li a,
.component-toggle-hamburger-menu-2 ul.list-nav-2 ul.sub-menu li a,
.component-toggle-hamburger-menu ul ul.sub-menu ul.sub-menu li a,
.component-toggle-hamburger-menu-2 ul ul.sub-menu ul.sub-menu li a {
  color: #454E66;
}

/* line 609, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-link-right,
.component-toggle-hamburger-menu-2 .content-link-right {
  display: inline-block;
  margin-bottom: 3vh;
}

/* line 613, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-link-right a,
.component-toggle-hamburger-menu-2 .content-link-right a {
  display: inline-block;
  padding: 0.4rem 5rem 0.4rem 0;
  line-height: 0;
}

/* line 619, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-link-right svg,
.component-toggle-hamburger-menu-2 .content-link-right svg {
  fill: #F4F0EB;
}

/* line 623, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .content-link-right .arrow-left,
.component-toggle-hamburger-menu-2 .content-link-right .arrow-left {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: rgba(255, 255, 255, 0.5);
  margin-left: 1.5rem;
}

/* line 633, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu .show-responsive,
.component-toggle-hamburger-menu-2 .show-responsive {
  display: none;
}

/* line 644, resources/assets/styles/components/_menu-hamburger.scss */

.no-mobile .component-toggle-hamburger-menu p a:hover,
.no-mobile .component-toggle-hamburger-menu-2 p a:hover {
  color: #F4F0EB;
}

/* line 650, resources/assets/styles/components/_menu-hamburger.scss */

.no-mobile .component-toggle-hamburger-menu ul.list-nav li a:hover,
.no-mobile .component-toggle-hamburger-menu-2 ul.list-nav li a:hover {
  color: #F4F0EB;
}

/* line 660, resources/assets/styles/components/_menu-hamburger.scss */

.no-mobile .component-toggle-hamburger-menu ul.list-nav li.dropdown,
.no-mobile .component-toggle-hamburger-menu-2 ul.list-nav li.dropdown {
  /*a:hover:after{
                        background-image:url(../images/icon-menu-dropdown-hover.svg);
                        background-size:0.6rem 1rem;
                    }*/
}

/* line 668, resources/assets/styles/components/_menu-hamburger.scss */

.no-mobile .component-toggle-hamburger-menu ul.list-nav li .sub-menu li a:hover,
.no-mobile .component-toggle-hamburger-menu-2 ul.list-nav li .sub-menu li a:hover {
  color: #454E66;
}

/* line 672, resources/assets/styles/components/_menu-hamburger.scss */

.no-mobile .component-toggle-hamburger-menu ul.list-nav li .sub-menu .sub-menu li a:hover,
.no-mobile .component-toggle-hamburger-menu-2 ul.list-nav li .sub-menu .sub-menu li a:hover {
  color: #F4F0EB;
}

@media screen and (max-width: 850px) {
  /* line 681, resources/assets/styles/components/_menu-hamburger.scss */

  .component-toggle-hamburger-menu .show-responsive,
  .component-toggle-hamburger-menu-2 .show-responsive {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  /* line 687, resources/assets/styles/components/_menu-hamburger.scss */

  .component-toggle-hamburger-menu .content-inner,
  .component-toggle-hamburger-menu-2 .content-inner {
    width: 100%;
    max-width: none;
  }
}

/* line 698, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu-2 .block-animate {
  background: #F4F0EB;
}

/* line 703, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu-2 .link-main-logo .svg-main-logo {
  fill: #fff;
}

/* line 708, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu-2 hr {
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 4rem;
}

/* line 714, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu-2 ul li {
  color: #fff;
}

/* line 717, resources/assets/styles/components/_menu-hamburger.scss */

.component-toggle-hamburger-menu-2 ul li a {
  color: #fff;
}

/* *************************************************** */

/* ********** Component Back Hamburger Menu ********** */

/* *************************************************** */

/* line 728, resources/assets/styles/components/_menu-hamburger.scss */

.component-back-hamburger-menu {
  width: 7.6rem;
  height: 6.9rem;
  position: relative;
  cursor: url('link.cur'), pointer;
  z-index: 9;
}

/* line 735, resources/assets/styles/components/_menu-hamburger.scss */

.component-back-hamburger-menu svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  fill: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 746, resources/assets/styles/components/_menu-hamburger.scss */

.no-mobile .component-back-hamburger-menu:hover svg {
  left: 40%;
}

/* line 1, resources/assets/styles/components/_swiper.scss */

.swiper-button-prev,
.swiper-button-next {
  display: inline-block;
  position: relative;
  z-index: 9;
  width: 4.166666vw;
  height: 4.166666vw;
  min-width: 4rem;
  min-height: 4rem;
  fill: #00acbb;
  margin: 0;
  top: 0;
  left: 0;
  outline: 0;
  background: transparent;
  background-image: none;
}

/* line 18, resources/assets/styles/components/_swiper.scss */

.swiper-button-prev div:nth-child(2),
.swiper-button-next div:nth-child(2) {
  left: 0;
}

/* line 22, resources/assets/styles/components/_swiper.scss */

.swiper-button-prev svg,
.swiper-button-next svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 31, resources/assets/styles/components/_swiper.scss */

.no-mobile .swiper-button-prev:hover:before,
.no-mobile .swiper-button-next:hover:before {
  width: 100%;
}

/* line 38, resources/assets/styles/components/_swiper.scss */

.swiper-button-prev {
  position: absolute;
  left: -8%;
}

/* line 42, resources/assets/styles/components/_swiper.scss */

.swiper-button-prev svg {
  -webkit-transform: rotate(180deg) translateX(50%) translateY(50%);
  -o-transform: rotate(180deg) translateX(50%) translateY(50%);
  transform: rotate(180deg) translateX(50%) translateY(50%);
}

/* ********** Component Arrow Slider ********** */

/* line 49, resources/assets/styles/components/_swiper.scss */

.c-arrow-slider {
  position: relative;
  display: inline-block;
  height: 4.166666vw;
  min-height: 4rem;
}

/* line 56, resources/assets/styles/components/_swiper.scss */

.c-arrow-slider .swiper-button-next {
  left: -4px;
}

/* line 60, resources/assets/styles/components/_swiper.scss */

.c-arrow-slider--vertical {
  width: 77.15vw;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}

/* line 70, resources/assets/styles/components/_swiper.scss */

.c-arrow-slider--vertical .swiper-button-prev,
.c-arrow-slider--vertical .swiper-button-next {
  display: block;
}

/* line 73, resources/assets/styles/components/_swiper.scss */

.c-arrow-slider--vertical .swiper-button-prev:before,
.c-arrow-slider--vertical .swiper-button-next:before {
  width: 100%;
  height: 0%;
  left: 0;
  top: auto;
  bottom: 0;
}

/* line 82, resources/assets/styles/components/_swiper.scss */

.c-arrow-slider--vertical .swiper-button-next {
  position: absolute;
  left: 101%;
  margin-top: 1px;
  margin-bottom: 1px;
}

/* line 90, resources/assets/styles/components/_swiper.scss */

.c-arrow-slider--vertical div:nth-child(2):before {
  top: 0;
}

/* line 96, resources/assets/styles/components/_swiper.scss */

.c-arrow-slider__primary {
  background: #454E66;
}

/* line 99, resources/assets/styles/components/_swiper.scss */

.c-arrow-slider__primary:before {
  background: #263c64;
}

/* line 107, resources/assets/styles/components/_swiper.scss */

.no-mobile .c-arrow-slider--vertical .swiper-button-prev:hover:before,
.no-mobile .c-arrow-slider--vertical .swiper-button-next:hover:before {
  height: 100%;
}

/* line 116, resources/assets/styles/components/_swiper.scss */

.sa.sa-init .c-arrow-slider .swiper-button-prev:after,
.sa.sa-init .c-arrow-slider .swiper-button-next:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E5E5E5;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 129, resources/assets/styles/components/_swiper.scss */

.sa.sa-init .c-arrow-slider div:nth-child(2):after {
  top: auto;
  bottom: 0;
}

/* line 138, resources/assets/styles/components/_swiper.scss */

.sa.sa-active .c-arrow-slider .swiper-button-prev:after,
.sa.sa-active .c-arrow-slider .swiper-button-next:after {
  height: 0%;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
     transition-delay: 0.6s;
}

/* line 147, resources/assets/styles/components/_swiper.scss */

.swiper-pagination {
  left: 50%;
  -webkit-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
}

/* line 152, resources/assets/styles/components/_swiper.scss */

.swiper-pagination .swiper-pagination-bullet {
  width: 2.8rem;
  height: 2.8rem;
  background: transparent;
  opacity: 1 !important;
  border-radius: 0;
  outline: 0;
  position: relative;
}

/* line 161, resources/assets/styles/components/_swiper.scss */

.swiper-pagination .swiper-pagination-bullet:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background: #bdbdbd;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 175, resources/assets/styles/components/_swiper.scss */

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 0.6rem;
  height: 0.6rem;
  background: #00acbb;
}

/* line 184, resources/assets/styles/components/_swiper.scss */

.no-mobile .swiper-pagination .swiper-pagination-bullet:hover:before {
  width: 0.6rem;
  height: 0.6rem;
}

/* line 194, resources/assets/styles/components/_swiper.scss */

.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
  -webkit-transition: all 1s ease !important;
  -o-transition: all 1s ease !important;
  transition: all 1s ease !important;
}

/* line 198, resources/assets/styles/components/_swiper.scss */

.swiper-container-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  text-align: center;
}

/* line 205, resources/assets/styles/components/_swiper.scss */

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 210, resources/assets/styles/components/_swiper.scss */

.swiper-container-js.swiper-container-js-1 {
  position: relative;
  width: 77.15vw;
}

/* ******************************** */

/* ********** Components ********** */

/* ******************************** */

/* line 4, resources/assets/styles/layouts/_components.scss */

.c-text-absolute {
  position: absolute;
  left: 0;
  top: calc(calc((0.4rem + 0.5vw) * 10.5) * -1);
  width: 100%;
  height: calc(100% + calc((0.4rem + 0.5vw) * 15));
  /*height:100%;*/
  /*@include transformTranslateY(-50%);*/
}

/* line 14, resources/assets/styles/layouts/_components.scss */

.c-text-absolute__text {
  color: #fff;
  position: absolute;
  left: 8.33333vw;
  top: 0;
}

/* line 22, resources/assets/styles/layouts/_components.scss */

.c-text-absolute__text-2 {
  left: auto;
  right: calc(calc((0.4rem + 0.5vw) * 4) * -1);
  top: auto;
  bottom: 0;
}

/* line 29, resources/assets/styles/layouts/_components.scss */

.c-text-absolute--variant-2 {
  top: 0;
  height: 100%;
}

/* line 33, resources/assets/styles/layouts/_components.scss */

.c-text-absolute--variant-2 .c-text-absolute__text {
  color: #343434;
}

/* line 37, resources/assets/styles/layouts/_components.scss */

.c-text-absolute--variant-2 svg {
  width: 32vw;
  /*fill:$black;*/
  fill: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 46, resources/assets/styles/layouts/_components.scss */

.c-text-absolute--variant-2 .c-text-absolute__text-1 {
  top: 0;
  left: calc((100vw / 24) * 1);
  z-index: -1;
}

/* line 52, resources/assets/styles/layouts/_components.scss */

.c-text-absolute--variant-2 .c-text-absolute__text-2 {
  left: auto;
  right: calc((100vw / 24) * 3);
  top: 100%;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 58, resources/assets/styles/layouts/_components.scss */

.c-text-absolute--variant-2 .c-text-absolute__text-2 svg {
  width: 20vw;
}

/* line 66, resources/assets/styles/layouts/_components.scss */

.c-image-absolute {
  position: absolute;
  left: 0;
  top: calc(calc((0.4rem + 0.5vw) * 10.5) * -1);
  width: 100%;
  height: calc(100% + calc((0.4rem + 0.5vw) * 15));
  fill: #343434;
}

/* ******************************************** */

/* ********** Component Grid Animate ********** */

/* ******************************************** */

/* line 78, resources/assets/styles/layouts/_components.scss */

.c-grid-animate {
  pointer-events: none;
  /*&__block-1{
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0ss;
        
        .block:nth-child(1){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(1){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*&__block-2{
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.1ss;
        
        .block:nth-child(2){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(2){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*&__block-3{
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.2ss;
        
        .block:nth-child(3){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(3){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*&__block-4{
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.3ss;
        
        .block:nth-child(4){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(4){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*&__block-5{
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.4ss;
        
        .block:nth-child(5){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(5){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*&__block-6{
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.5ss;
        
        .block:nth-child(6){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(6){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*&__block-7{
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.6ss;
        
        .block:nth-child(7){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(7){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*&__block-8{
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.7ss;
        
        .block:nth-child(8){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(8){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*&__block-9{
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.8ss;
        
        .block:nth-child(9){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(9){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*&__block-10{
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.9ss;
        
        .block:nth-child(10){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(10){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*&__block-11{
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:1ss;
        
        .block:nth-child(11){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(11){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*&__block-12{
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:1.1ss;
        
        .block:nth-child(12){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(12){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*&--active{
		.c-grid-animate__block{
			height:100% !important;
		}
	}*/
}

/* line 82, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__content {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

/* line 91, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__block {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 8.33333%;
  height: 100%;
  background: #E5E5E5;
}

/* line 100, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__second {
  z-index: -1;
}

/* line 103, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__second .c-grid-animate__block {
  opacity: 0;
  top: 0;
  height: 100%;
  background: #e9e9e9;
  width: 1px;
}

/* line 113, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__block-1 {
  left: calc((1 * 8.33333%) - 8.33333%);
}

/* line 113, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__block-2 {
  left: calc((2 * 8.33333%) - 8.33333%);
}

/* line 113, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__block-3 {
  left: calc((3 * 8.33333%) - 8.33333%);
}

/* line 113, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__block-4 {
  left: calc((4 * 8.33333%) - 8.33333%);
}

/* line 113, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__block-5 {
  left: calc((5 * 8.33333%) - 8.33333%);
}

/* line 113, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__block-6 {
  left: calc((6 * 8.33333%) - 8.33333%);
}

/* line 113, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__block-7 {
  left: calc((7 * 8.33333%) - 8.33333%);
}

/* line 113, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__block-8 {
  left: calc((8 * 8.33333%) - 8.33333%);
}

/* line 113, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__block-9 {
  left: calc((9 * 8.33333%) - 8.33333%);
}

/* line 113, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__block-10 {
  left: calc((10 * 8.33333%) - 8.33333%);
}

/* line 113, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__block-11 {
  left: calc((11 * 8.33333%) - 8.33333%);
}

/* line 113, resources/assets/styles/layouts/_components.scss */

.c-grid-animate__block-12 {
  left: calc((12 * 8.33333%) - 8.33333%);
}

/* line 144, resources/assets/styles/layouts/_components.scss */

.dom-animated .c-grid-animate {
  /*z-index:-1;*/
  /*.c-grid-animate__block{
			height:0%;
		}

		.c-grid-animate__second{
			.c-grid-animate__block{
				height:100%;
			}
		}*/
}

@media (max-width: 767.98px) {
  /* line 78, resources/assets/styles/layouts/_components.scss */

  .c-grid-animate {
    /*&__block:nth-child(odd){
			display:none;
		}*/
  }

  /* line 159, resources/assets/styles/layouts/_components.scss */

  .c-grid-animate__block {
    width: 16.66666%;
  }

  /* line 164, resources/assets/styles/layouts/_components.scss */

  .c-grid-animate__first .c-grid-animate__block:nth-child(even) {
    display: none;
  }

  /* line 170, resources/assets/styles/layouts/_components.scss */

  .c-grid-animate__second .c-grid-animate__block:nth-child(odd) {
    display: none;
  }
}

/* line 182, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0ss;
        
        .block:nth-child(1){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(1){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.125ss;
        
        .block:nth-child(2){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(2){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.25ss;
        
        .block:nth-child(3){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(3){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.375ss;
        
        .block:nth-child(4){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(4){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.5ss;
        
        .block:nth-child(5){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(5){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.625ss;
        
        .block:nth-child(6){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(6){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.75ss;
        
        .block:nth-child(7){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(7){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:0.875ss;
        
        .block:nth-child(8){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(8){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:1ss;
        
        .block:nth-child(9){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(9){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:1.125ss;
        
        .block:nth-child(10){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(10){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:1.25ss;
        
        .block:nth-child(11){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(11){
            @include transitionDelay($cpaValueDelay);
        }*/
  /*$cpaValueDelay:($i / 8) - (1 / 8);
        $cpaValueDelay:1.375ss;
        
        .block:nth-child(12){
            @include transitionDelay($cpaValueDelay);
        }
        
        .block:nth-last-child(12){
            @include transitionDelay($cpaValueDelay);
        }*/
}

/* line 191, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8.33333vw;
  height: 100%;
  background: #E5E5E5;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 202, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll--white .c-grid-animate-scroll__block {
  background: #fff;
}

/* line 208, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll--black .c-grid-animate-scroll__block {
  background: #000;
}

/* line 214, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll--primary .c-grid-animate-scroll__block {
  background: #454E66;
}

/* line 220, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll--secondary .c-grid-animate-scroll__block {
  background: #F4F0EB;
}

/* line 226, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll--width .c-grid-animate-scroll__block {
  height: 100% !important;
}

/* line 232, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-1 {
  left: calc((1 * 8.33333vw) - 8.33333vw);
}

/* line 232, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-2 {
  left: calc((2 * 8.33333vw) - 8.33333vw);
}

/* line 232, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-3 {
  left: calc((3 * 8.33333vw) - 8.33333vw);
}

/* line 232, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-4 {
  left: calc((4 * 8.33333vw) - 8.33333vw);
}

/* line 232, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-5 {
  left: calc((5 * 8.33333vw) - 8.33333vw);
}

/* line 232, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-6 {
  left: calc((6 * 8.33333vw) - 8.33333vw);
}

/* line 232, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-7 {
  left: calc((7 * 8.33333vw) - 8.33333vw);
}

/* line 232, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-8 {
  left: calc((8 * 8.33333vw) - 8.33333vw);
}

/* line 232, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-9 {
  left: calc((9 * 8.33333vw) - 8.33333vw);
}

/* line 232, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-10 {
  left: calc((10 * 8.33333vw) - 8.33333vw);
}

/* line 232, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-11 {
  left: calc((11 * 8.33333vw) - 8.33333vw);
}

/* line 232, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-12 {
  left: calc((12 * 8.33333vw) - 8.33333vw);
}

/* line 241, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-1 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

/* line 241, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-2 {
  -webkit-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
     transition-delay: 0.125s;
}

/* line 241, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-3 {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
     transition-delay: 0.25s;
}

/* line 241, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-4 {
  -webkit-transition-delay: 0.375s;
  -o-transition-delay: 0.375s;
     transition-delay: 0.375s;
}

/* line 241, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-5 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
     transition-delay: 0.5s;
}

/* line 241, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-6 {
  -webkit-transition-delay: 0.625s;
  -o-transition-delay: 0.625s;
     transition-delay: 0.625s;
}

/* line 241, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-7 {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
     transition-delay: 0.75s;
}

/* line 241, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-8 {
  -webkit-transition-delay: 0.875s;
  -o-transition-delay: 0.875s;
     transition-delay: 0.875s;
}

/* line 241, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-9 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
     transition-delay: 1s;
}

/* line 241, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-10 {
  -webkit-transition-delay: 1.125s;
  -o-transition-delay: 1.125s;
     transition-delay: 1.125s;
}

/* line 241, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-11 {
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
     transition-delay: 1.25s;
}

/* line 241, resources/assets/styles/layouts/_components.scss */

.c-grid-animate-scroll__block-12 {
  -webkit-transition-delay: 1.375s;
  -o-transition-delay: 1.375s;
     transition-delay: 1.375s;
}

/* line 258, resources/assets/styles/layouts/_components.scss */

.scrollmagic-toggle-class.scrollmagic-active .c-grid-animate-scroll .c-grid-animate-scroll__block {
  height: 0%;
}

/* line 263, resources/assets/styles/layouts/_components.scss */

.scrollmagic-toggle-class.scrollmagic-active .c-grid-animate-scroll--width .c-grid-animate-scroll__block {
  width: 0%;
}

/* line 271, resources/assets/styles/layouts/_components.scss */

.line-left {
  position: absolute;
  width: 1px;
  height: 100%;
  background: none;
  top: 0;
  left: 4.514vw;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}

/* line 284, resources/assets/styles/layouts/_components.scss */

.c-sa.sa.sa-init .line-left.c-sa__box--height:before {
  background: #fdfdfd;
}

@media screen and (max-width: 767px) {
  /* line 271, resources/assets/styles/layouts/_components.scss */

  .line-left {
    left: 5.17vw;
  }
}

/* line 297, resources/assets/styles/layouts/_components.scss */

.anchor {
  position: absolute;
  top: calc((0.4rem + 0.5vw) * 13.5);
  left: 4.514vw;
  -webkit-transform: translateX(-50%) rotate(180deg);
       -o-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  background: #00acbb;
  padding: 2.672vw 0;
  margin: 0;
  z-index: 9999;
}

/* line 307, resources/assets/styles/layouts/_components.scss */

.anchor:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 3rem;
}

/* line 316, resources/assets/styles/layouts/_components.scss */

.anchor:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3rem;
}

@media screen and (max-width: 767px) {
  /* line 297, resources/assets/styles/layouts/_components.scss */

  .anchor {
    left: 5.17vw;
  }
}

/* line 1, resources/assets/styles/layouts/_design-system.scss */

.component-spacer {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: calc((0.4rem + 0.5vw) * 2);
  background: #F4F0EB;
  color: #fff;
}

/* line 1, resources/assets/styles/layouts/_header.scss */

.main-header {
  position: absolute;
  padding: calc((0.4rem + 0.5vw) * 3) 0 0;
  color: #000;
  width: 100%;
  z-index: 999999;
}

/* line 8, resources/assets/styles/layouts/_header.scss */

.main-header__brand {
  display: inline-block;
  padding-left: calc((0.4rem + 0.5vw) * 4);
  padding-right: calc((0.4rem + 0.5vw) * 4);
}

/* line 13, resources/assets/styles/layouts/_header.scss */

.main-header__brand svg {
  height: calc(100vh * 200 / 900);
}

@media screen and (max-width: 767px) {
  /* line 13, resources/assets/styles/layouts/_header.scss */

  .main-header__brand svg {
    max-width: 45.31vw;
  }
}

/* line 22, resources/assets/styles/layouts/_header.scss */

.main-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/* line 27, resources/assets/styles/layouts/_header.scss */

.main-header__menu .nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 31, resources/assets/styles/layouts/_header.scss */

.main-header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 36, resources/assets/styles/layouts/_header.scss */

.main-header__menu ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

/* line 40, resources/assets/styles/layouts/_header.scss */

.main-header__menu ul li a {
  position: relative;
  padding: 0.6rem;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((1.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 114.2%;
  letter-spacing: 0.11rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 49, resources/assets/styles/layouts/_header.scss */

.main-header__menu ul li a:before {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 63, resources/assets/styles/layouts/_header.scss */

.main-header__menu ul li a:hover:before {
  width: 100%;
}

/* line 75, resources/assets/styles/layouts/_header.scss */

.main-header__menu ul.sub-menu {
  visibility: hidden;
  position: absolute;
  left: calc(calc((0.4rem + 0.5vw) * 2.5) * -1);
  top: 100%;
  max-width: 38rem;
  width: 38rem;
  display: block;
  text-align: left;
  padding: calc((0.4rem + 0.5vw) * 7.5) calc((0.4rem + 0.5vw) * 3) calc((0.4rem + 0.5vw) * 4);
  z-index: 9;
  margin-top: 0;
}

/* line 88, resources/assets/styles/layouts/_header.scss */

.main-header__menu ul.sub-menu:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - calc((0.4rem + 0.5vw) * 4) - 0.5rem);
  background: #fff;
  z-index: -1;
}

/* line 99, resources/assets/styles/layouts/_header.scss */

.main-header__menu ul.sub-menu li {
  display: block;
  padding: 0.4rem 0;
  text-transform: none;
  width: 100%;
  font-size: calc((((((2.2 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  color: #2b2b2b;
  text-align: left;
}

/* line 51, resources/assets/styles/mixins/_mixins.scss */

.main-header__menu ul.sub-menu li else {
  font-size: 2.2rem;
}

/* line 108, resources/assets/styles/layouts/_header.scss */

.main-header__menu ul.sub-menu li a {
  display: inline-block;
  color: #2b2b2b;
  text-align: left;
}

/* line 113, resources/assets/styles/layouts/_header.scss */

.main-header__menu ul.sub-menu li a:before {
  left: calc((0.4rem + 0.5vw) * 1.5);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* line 119, resources/assets/styles/layouts/_header.scss */

.main-header__menu ul.sub-menu li.active {
  color: #454E66;
}

/* line 122, resources/assets/styles/layouts/_header.scss */

.main-header__menu ul.sub-menu li.active a {
  color: #454E66;
}

/* line 132, resources/assets/styles/layouts/_header.scss */

.main-header__col-offset--left {
  padding-left: 15%;
}

/* line 138, resources/assets/styles/layouts/_header.scss */

.main-header__langswitcher {
  position: absolute;
  top: -4rem;
  right: 0;
}

/* line 143, resources/assets/styles/layouts/_header.scss */

.main-header__langswitcher li {
  position: relative;
  display: inline-block;
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 114.2%;
  letter-spacing: 0.11rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  padding: 0 calc((0.4rem + 0.5vw) * 1.5);
}

/* line 149, resources/assets/styles/layouts/_header.scss */

.main-header__langswitcher li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
       -o-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 1px;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.9);
}

/* line 162, resources/assets/styles/layouts/_header.scss */

.main-header__langswitcher li:first-child:after {
  display: none;
}

/* line 170, resources/assets/styles/layouts/_header.scss */

.main-header__langswitcher a {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 114.2%;
  letter-spacing: 0.11rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  text-decoration: none;
}

/* line 177, resources/assets/styles/layouts/_header.scss */

.main-header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*padding: 0 calc((0.4rem + 0.5vw) * 4) 0 calc((0.4rem + 0.5vw) * 6);*/
  padding: calc((3.5rem + 0.5vw)* 3) 0 0;
}


}

/* line 184, resources/assets/styles/layouts/_header.scss */

.no-mobile .main-header__menu ul li a:hover {
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  /* line 197, resources/assets/styles/layouts/_header.scss */

  .main-header__menu ul li {
    font-size: calc((((((1.1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 1300px) {
  /* line 206, resources/assets/styles/layouts/_header.scss */

  .main-header__menu ul li {
    font-size: calc((((((1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 1200px) {
  /* line 214, resources/assets/styles/layouts/_header.scss */

  .main-header__menu {
    display: none;
  }

  /* line 220, resources/assets/styles/layouts/_header.scss */

  .mobile .main-header__menu {
    display: none;
  }
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.footer {
  position: relative;
  background: #454E66;
  height: auto;
  padding: calc((0.4rem + 0.5vw) * 4) 0 calc((0.4rem + 0.5vw) * 9) 4.514vw;
}

/* line 8, resources/assets/styles/layouts/_footer.scss */

.footer__footer1 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  /* line 12, resources/assets/styles/layouts/_footer.scss */

  .footer__logo {
    margin: 0 0 calc((0.4rem + 0.5vw) * 7.5);
    text-align: center;
  }
}

/* line 19, resources/assets/styles/layouts/_footer.scss */

.footer__logo svg {
  width: 19.44vw;
  height: calc(19.44vw * 190 / 280);
}

@media screen and (max-width: 767px) {
  /* line 19, resources/assets/styles/layouts/_footer.scss */

  .footer__logo svg {
    width: 73.43vw;
    height: calc(73.43vw * 190 / 280);
  }
}

/* line 34, resources/assets/styles/layouts/_footer.scss */

.footer__copyright p {
  margin: 0;
  text-align: center;
  padding-left: 4.514vw;
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((1.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.11em;
  color: #fdfdfd;
  text-transform: uppercase;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

@media screen and (max-width: 767px) {
  /* line 34, resources/assets/styles/layouts/_footer.scss */

  .footer__copyright p {
    padding-right: 4.514vw;
  }
}

/* line 47, resources/assets/styles/layouts/_footer.scss */

.footer__up {
  text-align: right;
}

@media screen and (max-width: 767px) {
  /* line 47, resources/assets/styles/layouts/_footer.scss */

  .footer__up {
    display: none;
  }
}

/* line 55, resources/assets/styles/layouts/_footer.scss */

.footer__up .arrow__animate {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 59, resources/assets/styles/layouts/_footer.scss */

.footer__up svg {
  width: 100px;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 64, resources/assets/styles/layouts/_footer.scss */

.footer__up svg rect {
  -webkit-transform: scale(0.75, 1);
       -o-transform: scale(0.75, 1);
          transform: scale(0.75, 1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: right;
       -o-transform-origin: right;
          transform-origin: right;
}

/* line 73, resources/assets/styles/layouts/_footer.scss */

.footer__up:hover svg {
  -webkit-transform: translateX(25%);
       -o-transform: translateX(25%);
          transform: translateX(25%);
}

/* line 75, resources/assets/styles/layouts/_footer.scss */

.footer__up:hover svg rect {
  -webkit-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* line 81, resources/assets/styles/layouts/_footer.scss */

.footer__up path,
.footer__up rect {
  fill: #00acbb;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 89, resources/assets/styles/layouts/_footer.scss */

.footer #legal {
  text-decoration: none;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: url('link.cur'), pointer;
}

/* line 95, resources/assets/styles/layouts/_footer.scss */

.no-touchevents .footer #legal:hover {
  color: #00acbb;
}

.no-touchevents .footer #legal {
  color: #999;
}
/* line 101, resources/assets/styles/layouts/_footer.scss */

.footer__legal-popup {
  display: none;
  opacity: 0;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #454E66;
  padding: calc((0.4rem + 0.5vw) * 7.5) 6.25vw;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  overflow-y: scroll;
}

.founder__bio-popup {
  display: none;
  opacity: 0;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #454E66;
  padding: calc((0.4rem + 0.5vw) * 7.5) 6.25vw;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  overflow-y: scroll;
}
/* line 115, resources/assets/styles/layouts/_footer.scss */

.footer__legal-popup .footer__popup-content {
  text-align: center;
  position: relative;
  height: 100vh;
  width: 100%;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}

.founder__bio-popup .founder__popup-content {
  text-align: center;
  position: relative;
  height: 100vh;
  width: 100%;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}
/* line 122, resources/assets/styles/layouts/_footer.scss */

.footer__legal-popup .footer__popup-content .footer__popup-logo{
  margin: 0 auto calc((0.4rem + 0.5vw) * 3.5);
  opacity: 0;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}

.founder__bio-popup .founder__popup-content .founder__popup-logo{
  margin: 0 auto calc((0.4rem + 0.5vw) * 7.5);
  opacity: 0;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}

/* line 127, resources/assets/styles/layouts/_footer.scss */

.footer__legal-popup .footer__popup-content .footer__popup-logo svg {
  width: 13.83vw;
}
.founder__bio-popup .founder__popup-content .founder__popup-logo svg {
  width: 14.83vw;
}

/* line 132, resources/assets/styles/layouts/_footer.scss */

.footer__legal-popup .footer__popup-content .footer__popup-title {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((3.2 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.06em;
  color: #fdfdfd;
  text-transform: uppercase;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  margin-bottom: calc((0.4rem + 0.5vw) * 4);
  opacity: 0;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  padding-right: 2rem;
  padding-left: 2rem;
}
.founder__bio-popup .founder__popup-content .founder__popup-title {
  font-family: "Didot";
  font-style: italic;
  font-weight: normal;
  font-size: calc((((((5.8 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 100.7%;
  letter-spacing: 0.06em;
  color: #00acbb;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  margin-bottom: calc((0.4rem + 0.5vw) * 4);
  opacity: 0;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  padding-right: 10%;
  padding-left: 10%;
}

.footer__legal-popup .footer__popup-content h2.footer__popup-title {
  font-size: calc((((((2.6 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  color: #fdfdfd;
}
.founder__bio-popup .founder__popup-content h2.founder__popup-title {
  font-size: calc((((((2.6 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  color: #fdfdfd;
}

.founder__bio-popup .founder__popup-content .founder__popup-title span {
  font-size: calc((((((3.6 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  color: #fdfdfd;
}
/* line 141, resources/assets/styles/layouts/_footer.scss */

.footer__legal-popup .footer__popup-content .footer__popup-description {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.2 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.06em;
  color: #fdfdfd;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  opacity: 0;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  padding-right: 10%;
  padding-left: 10%;
}
.founder__bio-popup .founder__popup-content .founder__popup-description {
  font-family: "Segoe UI Regular";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.2 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 181.7%;
  letter-spacing: 0.06em;
  color: #F4F0EB;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  opacity: 0;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  padding: 0 10% 7% 10%;
}

/* line 149, resources/assets/styles/layouts/_footer.scss */

.footer__legal-popup .footer__popup-content .footer__close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}
.founder__bio-popup .founder__popup-content .founder__close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}

/* line 156, resources/assets/styles/layouts/_footer.scss */

.footer__legal-popup .footer__popup-content .footer__close svg{
  width: calc((0.4rem + 0.5vw) * 2.5);
  height: calc((0.4rem + 0.5vw) * 2.5);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.founder__bio-popup .founder__popup-content .founder__close svg {
  width: calc((0.4rem + 0.5vw) * 2.5);
  height: calc((0.4rem + 0.5vw) * 2.5);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
/* line 161, resources/assets/styles/layouts/_footer.scss */

.footer__legal-popup .footer__popup-content .footer__close svg path {
  fill: #fdfdfd;
}

.founder__bio-popup .founder__popup-content .founder__close svg path {
  fill: #fdfdfd;
}
.footer__legal-popup .footer__popup-content .footer__close {
  cursor: url('link.cur'), pointer;
}
.founder__bio-popup .founder__popup-content .founder__close {
  cursor: url('link.cur'), pointer;
}
/* line 170, resources/assets/styles/layouts/_footer.scss */

.footer__mainsite_link {
  text-align: center;
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((1.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.11em;
  color: #999;
  text-transform: uppercase;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: url('link.cur'), pointer;
  text-decoration: unset !important;
  position: relative;
  /*&:before{
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background: $white;
            top: 0;
            left: 0 ;
        }*/
}

/* line 179, resources/assets/styles/layouts/_footer.scss */

.no-touchevents a .footer__mainsite_link:hover {
  color: #00acbb;
  text-decoration: unset !important;
}

/* line 185, resources/assets/styles/layouts/_footer.scss */

.footer__mainsite_link span {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  /* line 200, resources/assets/styles/layouts/_footer.scss */

  .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  /* line 1, resources/assets/styles/layouts/_footer.scss */

  .footer {
    padding-right: 4.514vw;
    padding-bottom: calc((0.4rem + 0.5vw) * 15);
  }

  /* line 214, resources/assets/styles/layouts/_footer.scss */

  .footer .footer__popup-content .footer__popup-logo {
    margin-bottom: calc((0.4rem + 0.5vw) * 7.5);
  }
  .footer .founder__popup-content .founder__popup-logo {
    margin-bottom: calc((0.4rem + 0.5vw) * 7.5);
  }

  /* line 217, resources/assets/styles/layouts/_footer.scss */

  .footer .footer__popup-content .footer__popup-logo svg {
    width: 60%;
  }

  .footer .founder__popup-content .founder__popup-logo svg {
    width: 60%;
  }
  /* line 224, resources/assets/styles/layouts/_footer.scss */

  .footer__mainsite_link {
    padding-top: 1em;
  }
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 1, resources/assets/styles/common/_custom.scss */

main {
  overflow-x: hidden;
}

/* line 5, resources/assets/styles/common/_custom.scss */

.page-404 {
  background: #454E66;
  padding: calc((0.4rem + 0.5vw) * 32.5) calc((0.4rem + 0.5vw) * 4) calc((0.4rem + 0.5vw) * 4);
  position: relative;
}

/* line 10, resources/assets/styles/common/_custom.scss */

.page-404 .row {
  display: block;
  text-align: center;
  color: #F4F0EB;
}

/* line 15, resources/assets/styles/common/_custom.scss */

.page-404 .row .title1 {
  margin-bottom: calc((0.4rem + 0.5vw) * 4);
  color: #00acbb;
}

/* line 20, resources/assets/styles/common/_custom.scss */

.page-404 .row .paragraph {
  margin-bottom: calc((0.4rem + 0.5vw) * 10.5);
  color: #F4F0EB;
}

/* line 25, resources/assets/styles/common/_custom.scss */

.page-404 .row .btn {
  background: #F4F0EB;
  color: #454E66;
  border-color: #00acbb;
}

/* line 30, resources/assets/styles/common/_custom.scss */

.page-404 .row .btn:before {
  background-color: rgba(182, 109, 90, 0.1);
}

/* line 37, resources/assets/styles/common/_custom.scss */

.page-thankyou {
  background: #454E66;
  padding: calc((0.4rem + 0.5vw) * 32.5) calc((0.4rem + 0.5vw) * 4) calc((0.4rem + 0.5vw) * 4);
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
}

/* line 46, resources/assets/styles/common/_custom.scss */

.page-thankyou .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #F4F0EB;
  width: 100vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 55, resources/assets/styles/common/_custom.scss */

.page-thankyou .row .left-content .thankyou__figure {
  width: 22.5vw;
  position: relative;
  height: calc(22.5vw * 314.47 / 266);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0;
}

/* line 67, resources/assets/styles/common/_custom.scss */

.page-thankyou .row .left-content .thankyou__figure .thankyou__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*&.scrollmagic-parallax{
                        top: -40px; // 40px = parallax_value / 2
                        height: calc(100% + 80px); // 80px = parallax_value
                    }*/
}

/* line 86, resources/assets/styles/common/_custom.scss */

.page-thankyou .row .right-content .thankyou__title {
  color: #F4F0EB;
}

/* line 90, resources/assets/styles/common/_custom.scss */

.page-thankyou .row .right-content .thankyou__description {
  padding-top: calc((0.4rem + 0.5vw) * 4);
  color: #F4F0EB;
}

/* line 95, resources/assets/styles/common/_custom.scss */

.page-thankyou .row .right-content .thankyou__read-more {
  padding-top: calc((0.4rem + 0.5vw) * 4);
}

/* line 98, resources/assets/styles/common/_custom.scss */

.page-thankyou .row .right-content .thankyou__read-more .btn,
.page-thankyou .row .right-content .thankyou__read-more .rm-arrow__animate2 svg path,
.page-thankyou .row .right-content .thankyou__read-more .rm-arrow__animate2 svg rect {
  color: #F4F0EB;
}

/* line 102, resources/assets/styles/common/_custom.scss */

.page-thankyou .row .right-content .thankyou__read-more svg path,
.page-thankyou .row .right-content .thankyou__read-more svg rect {
  fill: #F4F0EB;
}

/* line 106, resources/assets/styles/common/_custom.scss */

.page-thankyou .row .right-content .thankyou__read-more .btn:hover:before {
  content: none;
}

/* line 111, resources/assets/styles/common/_custom.scss */

.page-thankyou .row .right-content .btn {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.06em;
  color: #000;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

@media screen and (max-width: 768px) {
  /* line 37, resources/assets/styles/common/_custom.scss */

  .page-thankyou {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  /* line 122, resources/assets/styles/common/_custom.scss */

  .page-thankyou .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  /* line 126, resources/assets/styles/common/_custom.scss */

  .page-thankyou .row .left-content {
    max-width: 100%;
    padding-top: calc((0.4rem + 0.5vw) * 10.5);
  }

  /* line 130, resources/assets/styles/common/_custom.scss */

  .page-thankyou .row .left-content .thankyou__figure {
    width: 90vw;
    height: calc(90vw * 314.47 / 266);
  }

  /* line 136, resources/assets/styles/common/_custom.scss */

  .page-thankyou .row .right-content {
    max-width: 100%;
  }

  /* line 141, resources/assets/styles/common/_custom.scss */

  .page-thankyou .row .right-content .thankyou__read-more .btn {
    padding-bottom: 0;
  }
}

/* line 151, resources/assets/styles/common/_custom.scss */

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  margin-top: 0 !important;
  opacity: 0;
}

/* line 2, resources/assets/styles/layouts/_newsletter.scss */

.c-newsletter form {
  background: #000;
  color: #fff;
  position: relative;
}

/* line 7, resources/assets/styles/layouts/_newsletter.scss */

.c-newsletter form .newsletter-email {
  background: transparent;
  padding: calc((0.4rem + 0.5vw) * 2) calc((0.4rem + 0.5vw) * 1.5) calc(calc((0.4rem + 0.5vw) * 2) + calc((0.4rem + 0.5vw) * .25)) calc((0.4rem + 0.5vw) * 2.5);
  width: calc(100% - calc((0.4rem + 0.5vw) * 5));
  border: none;
  font-size: calc((((((1.6 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  outline: 0;
  color: #fff;
}

/* line 51, resources/assets/styles/mixins/_mixins.scss */

.c-newsletter form .newsletter-email else {
  font-size: 1.6rem;
}

/* line 17, resources/assets/styles/layouts/_newsletter.scss */

.c-newsletter form .newsletter-submit {
  background: transparent;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0NC40IDg1LjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0LjQgODUuNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC05NTIuMzYyMTgpIj4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NC40LDk5NWwtMi40LTIuN2wtMzYtNDBsLTYsNS40TDMzLjYsOTk1TDAsMTAzMi40bDYsNS40bDM2LTQwTDQ0LjQsOTk1eiIvPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 10px 19px;
  background-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc((0.4rem + 0.5vw) * 5);
  height: 100%;
  border: none;
  outline: 0;
  cursor: url('link.cur'), pointer;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 37, resources/assets/styles/layouts/_newsletter.scss */

.c-newsletter .newsletter-message {
  margin-bottom: calc((0.4rem + 0.5vw) * 2.5);
  font-size: 80%;
  font-style: italic;
}

@media screen and (max-width: 850px) {
  /* line 45, resources/assets/styles/layouts/_newsletter.scss */

  .c-newsletter form .newsletter-email {
    font-size: calc((((((1.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
    padding-top: calc((0.4rem + 0.5vw) * 2.5);
    padding-bottom: calc(calc((0.4rem + 0.5vw) * 2.5) + calc((0.4rem + 0.5vw) * .25));
  }

  /* line 51, resources/assets/styles/layouts/_newsletter.scss */

  .c-newsletter form .newsletter-submit {
    width: 3.8rem;
  }
}

@media screen and (max-width: 550px) {
  /* line 59, resources/assets/styles/layouts/_newsletter.scss */

  .c-newsletter form .newsletter-email {
    font-size: calc((((((1.2 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  }
}

/* line 67, resources/assets/styles/layouts/_newsletter.scss */

.no-mobile .c-newsletter form .newsletter-submit:hover {
  background-color: #343434;
}

/* ***** Import everything from blocks ***** */

/* line 1, resources/views/blocks/banner/assets/style.scss */

.block--banner {
  height: 100vh;
  text-align: center;
  padding: calc(100vh * 430 / 900) calc((0.4rem + 0.5vw) * 12) calc(100vh * 270 / 900);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  mix-blend-mode:exclusion;
  /*background: rgba($black, 0.3);*/
}

/* line 12, resources/views/blocks/banner/assets/style.scss */

.block--banner__titlewrap {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 1rem;
}

/* line 24, resources/views/blocks/banner/assets/style.scss */

.block--banner__title span {
  font-family: "Didot";
  font-style: italic;
  font-weight: normal;
  font-size: calc((((((2.9 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 102%;
  letter-spacing: 0.05rem;
  color: #F4F0EB;
  text-transform: normal;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  display: inline-block;
  position: relative;
  bottom: 2.5vw;
}

.block--banner__title.titleh span {
  font-family: "Didot";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.9 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 102%;
  letter-spacing: 0.05rem;
  color: #dfdfdf;
  text-transform: normal;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  display: inline-block;
  position: relative;
  bottom: 1.7vw;
}
/* line 33, resources/views/blocks/banner/assets/style.scss */

.block--banner__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /**/
  z-index: -1;
  margin-bottom: 0;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  overflow: hidden;
}

/* line 44, resources/views/blocks/banner/assets/style.scss */

.block--banner__image .block--banner__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 53, resources/views/blocks/banner/assets/style.scss */

.block--banner__image .block--banner__img.scrollmagic-parallax {
  top: -90px;
  height: calc(100% + 180px);
}

/* line 61, resources/views/blocks/banner/assets/style.scss */

.block--banner__readmore-wrapper {
  position: absolute;
  bottom: calc(100vh * 38 / 900);
  width: 100%;
  left: 0;
  cursor: url('link.cur'), pointer;
}

/* line 67, resources/views/blocks/banner/assets/style.scss */

body.internet-explorer .block--banner__readmore-wrapper {
  display: none;
}

/* line 72, resources/views/blocks/banner/assets/style.scss */

.block--banner__readmore {
  width: 14rem;
  display: block;
  margin: 0 auto;
}

/* line 79, resources/views/blocks/banner/assets/style.scss */

.block--banner__readmore svg path,
.block--banner__readmore svg rect {
  fill: #fff;
}

/* line 84, resources/views/blocks/banner/assets/style.scss */

.block--banner__readmore svg rect {
  -webkit-transform: scale(0.5, 1);
       -o-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
}

/* line 91, resources/views/blocks/banner/assets/style.scss */

.no-touchevents .block--banner__readmore:hover {
  text-decoration: none;
}

/* line 95, resources/views/blocks/banner/assets/style.scss */

.block--banner__readmore:hover svg {
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* line 99, resources/views/blocks/banner/assets/style.scss */

.block--banner__readmore:hover svg rect {
  -webkit-transform: scale(0.4, 1);
       -o-transform: scale(0.4, 1);
          transform: scale(0.4, 1);
}

/* line 110, resources/views/blocks/banner/assets/style.scss */

.block--banner__line {
  background: none;
  height: 35%;
  bottom: 0;
  top: auto;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 117, resources/views/blocks/banner/assets/style.scss */

.block--banner__line svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 48px);
}

@media screen and (max-width: 1200px) {
  /* line 117, resources/views/blocks/banner/assets/style.scss */

  .block--banner__line svg {
    display: none;
  }
}

/* line 131, resources/views/blocks/banner/assets/style.scss */

.block--banner__line-bullet {
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  z-index: 100;
  -webkit-transition: opacity 0.5s, background 0.2s, left 0s !important;
  -o-transition: opacity 0.5s, background 0.2s, left 0s !important;
  transition: opacity 0.5s, background 0.2s, left 0s !important;
}

/* line 143, resources/views/blocks/banner/assets/style.scss */

.block--banner__line-bullet.fixedContent {
  position: fixed;
  top: 50px;
  left: calc(4.514vw - 10px);
}

@media screen and (max-width: 767px) {
  /* line 143, resources/views/blocks/banner/assets/style.scss */

  .block--banner__line-bullet.fixedContent {
    left: calc(5.17vw - 10px);
  }
}

/* line 154, resources/views/blocks/banner/assets/style.scss */

.block--banner__line-bullet.currentBlue {
  background: #454E66;
}

/* line 158, resources/views/blocks/banner/assets/style.scss */

.block--banner__line-bullet.currenWhite {
  background: #fff;
}

/* line 162, resources/views/blocks/banner/assets/style.scss */

.block--banner__line-bullet.currentBeige {
  background: #F4F0EB;
}

/* line 166, resources/views/blocks/banner/assets/style.scss */

.block--banner__line-bullet.currentOrange {
  background: #00acbb;
}

/* line 176, resources/views/blocks/banner/assets/style.scss */

.block--banner__anchor {
  color: #fff;
}

/* line 181, resources/views/blocks/banner/assets/style.scss */

.block--banner #video-js-homepage {
  position: absolute;
  top: 0;
  height: 100vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

/* line 190, resources/views/blocks/banner/assets/style.scss */

.block--banner .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

/* line 200, resources/views/blocks/banner/assets/style.scss */

.block--banner .video-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  /* line 214, resources/views/blocks/banner/assets/style.scss */

  .block--banner__readmore-wrapper {
    bottom: calc((0.4rem + 0.5vw) * 9);
  }

  /* line 217, resources/views/blocks/banner/assets/style.scss */

  .block--banner__readmore-wrapper .paragraph5 {
    padding-bottom: calc((0.4rem + 0.5vw) * 2.5);
  }
}

@media screen and (max-height: 400px) {
  /* line 1, resources/views/blocks/banner/assets/style.scss */

  .block--banner {
    /*.arrow__animate{
            svg{
                height: 1rem;
            }
        } */
  }

  /* line 224, resources/views/blocks/banner/assets/style.scss */

  .block--banner__titlewrap {
    top: 40%;
  }

  /* line 228, resources/views/blocks/banner/assets/style.scss */

  .block--banner__title {
    font-family: "Didot";
    font-style: normal;
    font-weight: normal;
    font-size: calc((((((5 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
    line-height: 114.2%;
    letter-spacing: normal;
    color: #F4F0EB;
    text-transform: none;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: inherit;
         -o-transform: inherit;
            transform: inherit;
  }

  /* line 232, resources/views/blocks/banner/assets/style.scss */

  .block--banner__readmore-wrapper {
    bottom: 2rem;
  }

  /* line 235, resources/views/blocks/banner/assets/style.scss */

  .block--banner__readmore-wrapper .paragraph5 {
    padding-bottom: 1rem;
    display: none;
  }
}

/* line 1, resources/views/blocks/form/assets/style.scss */

.block--form {
  position: relative;
  background: #454E66;
  padding: calc((0.4rem + 0.5vw) * 9) 0 0 4.514vw;
}

/* line 7, resources/views/blocks/form/assets/style.scss */

.block--form ::-moz-selection,
.block--form ::selection {
  background: #fff;
  color: #454E66;
}

/* line 13, resources/views/blocks/form/assets/style.scss */

.block--form__anchor {
  color: #fdfdfd;
  background: #454E66;
}

/* line 19, resources/views/blocks/form/assets/style.scss */

.block--form__title {
  text-align: center;
  margin-bottom: calc((0.2rem + 0.5vw) * 6);
}

@media screen and (max-width: 767px) {
  /* line 19, resources/views/blocks/form/assets/style.scss */

  .block--form__title {
    padding-left: 5.17vw;
  }
}

/* line 28, resources/views/blocks/form/assets/style.scss */

.block--form h3 {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.6 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.11em;
  color: white;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

@media screen and (max-width: 767px) {
  /* line 1, resources/views/blocks/form/assets/style.scss */

  .block--form {
    padding: calc((0.4rem + 0.5vw) * 9) 5.17vw;
  }
}

/* line 36, resources/views/blocks/form/assets/style.scss */

.block--form__subtitle {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 171.7%;
  letter-spacing: 0.06em;
  color: #e5e5e5;
  text-transform: uppercase;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  text-align: center;
  margin: 0 0 calc(55px + 0.764vw);
}
.block--form__subtitle.wb {
  margin: inherit;
}
@media screen and (max-width: 767px) {
  /* line 36, resources/views/blocks/form/assets/style.scss */

  .block--form__subtitle {
    margin-bottom: calc((0.4rem + 0.5vw) * 4);
    padding-left: 5.17vw;
    text-transform: uppercase;
  }
}

/* line 48, resources/views/blocks/form/assets/style.scss */

.block--form__contacts {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 calc(120px + 0.764vw);
}

@media screen and (max-width: 767px) {
  /* line 48, resources/views/blocks/form/assets/style.scss */

  .block--form__contacts {
    margin: 0 0 40px 0;
    padding-left: 5.17vw;
  }
  .wpcf7-form label {
  left: 50% !important;
  transform: translateX(-50%) !important;
  }
}

/* line 59, resources/views/blocks/form/assets/style.scss */

.block--form__contact {
  text-align: center;
  padding: 0 calc((0.4rem + 0.5vw) * 6);
  position: relative;
}

/* line 64, resources/views/blocks/form/assets/style.scss */

.block--form__contact:last-child {
  border-bottom: 0;
}

/* line 67, resources/views/blocks/form/assets/style.scss */

.block--form__contact:last-child .block--form__separator {
  display: none;
}

/* line 73, resources/views/blocks/form/assets/style.scss */

.block--form__contact p {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((1.6 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.11em;
  color: #999;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}


.block--form__contact a {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.4 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.11em;
  color: #fdfdfd;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}
.block--form__contact h3 span {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.2 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.11em;
  color: #fdfdfd;
  cursor: url('link.cur'), pointer;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;    
		  -o-transform: inherit;
    transform: inherit;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
/* line 78, resources/views/blocks/form/assets/style.scss */
/*
.block--form__contact a {
  font-weight: bold;
  text-decoration: none;
  color: #fdfdfd;
}*/

@media screen and (max-width: 991px) {
  /* line 59, resources/views/blocks/form/assets/style.scss */

  .block--form__contact {
    padding: 0 calc((0.4rem + 0.5vw) * 2.5);
  }
}

@media screen and (max-width: 800px) {
  /* line 59, resources/views/blocks/form/assets/style.scss */

  .block--form__contact {
    width: 100%;
    padding: 0;
  }
}

/* line 96, resources/views/blocks/form/assets/style.scss */

.block--form__separator {
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 800px) {
  /* line 96, resources/views/blocks/form/assets/style.scss */

  .block--form__separator {
    position: relative;
    height: 1px;
    width: 40%;
    right: 0;
    bottom: 0;
    display: block;
    margin: 4rem auto;
  }
}

/* line 115, resources/views/blocks/form/assets/style.scss */

.block--form__col {
  position: relative;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: calc(50px + 0.764vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 124, resources/views/blocks/form/assets/style.scss */

.block--form__col.last {
  padding-right: 0;
}

/* line 127, resources/views/blocks/form/assets/style.scss */

.block--form__col.last input,
.block--form__col.last label {
  padding: 1.5rem 0;
}

@media screen and (max-width: 767px) {
  /* line 127, resources/views/blocks/form/assets/style.scss */

  .block--form__col.last input,
  .block--form__col.last label {
    padding: 1.5rem 1.5rem 1.5rem calc(50px + 0.764vw);
  }
}

/* line 139, resources/views/blocks/form/assets/style.scss */

.block--form__col span {
  width: 100%;
}

/* line 143, resources/views/blocks/form/assets/style.scss */

.block--form__col input,
.block--form__col label {
  padding: 1.5rem 1.5rem 1.5rem calc(50px + 0.764vw);
}

@media screen and (max-width: 767px) {
  /* line 115, resources/views/blocks/form/assets/style.scss */

  .block--form__col {
    width: 100%;
    padding: 0;
  }
}

/* line 155, resources/views/blocks/form/assets/style.scss */

.block--form__submit {
  position: relative;
}

/* line 158, resources/views/blocks/form/assets/style.scss */

.block--form__submit .arrow__animate {
  cursor: url('link.cur'), pointer;
  position: relative;
  top: -5px;
}

/* line 165, resources/views/blocks/form/assets/style.scss */

.block--form__submit .arrow__animate svg path,
.block--form__submit .arrow__animate svg rect {
  fill: #fff;
}

/* line 176, resources/views/blocks/form/assets/style.scss */

.no-touchevents .block--form__submit:hover svg {
  -webkit-transform: translateX(25%);
       -o-transform: translateX(25%);
          transform: translateX(25%);
}

/* line 178, resources/views/blocks/form/assets/style.scss */

.no-touchevents .block--form__submit:hover svg rect {
  -webkit-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* line 185, resources/views/blocks/form/assets/style.scss */

.block--form__submit .ajax-loader {
  position: absolute;
  right: -6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  padding: 10px !important;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  /* line 155, resources/views/blocks/form/assets/style.scss */

  .block--form__submit {
    margin: calc((0.4rem + 0.5vw) * 2.5) auto 0;
  }
}

/* line 210, resources/views/blocks/form/assets/style.scss */

.wpcf7-form input {
  appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #F4F0EB;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.11em;
  color: #fdfdfd;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  margin: 0 0 calc((0.4rem + 0.5vw) * 6);
  outline: none;
}

/* line 228, resources/views/blocks/form/assets/style.scss */

.wpcf7-form input[type="submit"] {
  margin: 0;
  text-align: left;
  border: none;
  width: auto;
  cursor: url('link.cur'), pointer;
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.2 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 1;
  letter-spacing: 0.06em;
  color: #e5e5e5;
  text-transform: uppercase;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  padding: 0;
}

@media screen and (min-width: 767px) {
  /* line 244, resources/views/blocks/form/assets/style.scss */

  .wpcf7-form .firstname input,
  .wpcf7-form .emailaddress input,
  .wpcf7-form .address1 input,
  .wpcf7-form .city input,
  .wpcf7-form .country input,
  .wpcf7-form .state input {
    width: 41.94vw;
  }
}

/* line 250, resources/views/blocks/form/assets/style.scss */

.wpcf7-form input:-internal-autofill-selected {
  background-color: none !important;
}

/* line 254, resources/views/blocks/form/assets/style.scss */

.wpcf7-form label {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.11em;
  color: #fdfdfd;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  position: absolute;
  opacity: 1;
  bottom: 0;
  z-index: 0;
  color: #F4F0EB;
  margin: 0;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: 0;
  top: 0;
}

/* line 265, resources/views/blocks/form/assets/style.scss */

.wpcf7-form label.active {
  top: -3.5rem;
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((1.1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.11em;
  color: #fdfdfd;
  text-transform: uppercase;
  opacity: 0;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
	.wpcf7-form  label.error {
  top: -3.5rem;
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((1.1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.11em;
  color: #fdfdfd;
  text-transform: uppercase;
  opacity: 0;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.wpcf7-form label.error.active {
  top: -3.5rem;
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((1.1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.11em;
  color: #fdfdfd;
  text-transform: uppercase;
  opacity: 1;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  -webkit-transition: all 0.4s ease 0.3s;
  -o-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}

/* line 272, resources/views/blocks/form/assets/style.scss */

.wpcf7-form p {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((3.6 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.06em;
  color: #fdfdfd;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  margin: calc(50px + 0.764vw) 0 calc(90px + 0.764vw);
  width: 100%;
  padding: 0 calc(50px + 0.764vw);
}

/* line 278, resources/views/blocks/form/assets/style.scss */

.wpcf7-form p.block--form__subtitle {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.8 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.06em;
  color: #fdfdfd;
  text-transform: uppercase;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  text-align: center;
  margin: 0 0 calc(55px + 0.764vw);
}

@media screen and (max-width: 767px) {
  /* line 278, resources/views/blocks/form/assets/style.scss */

  .wpcf7-form p.block--form__subtitle {
    margin: calc((0.4rem + 0.5vw) * 7.5) 0 calc((0.4rem + 0.5vw) * 9);
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
  }
}

/* line 291, resources/views/blocks/form/assets/style.scss */

.wpcf7-form p.block--form__warning {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((1.6 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.11em;
  color: #999;
  text-transform: uppercase;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  margin: 0;
  font-style: italic;
  padding-left: calc(50px + 0.764vw);
}

@media screen and (max-width: 767px) {
  /* line 291, resources/views/blocks/form/assets/style.scss */

  .wpcf7-form p.block--form__warning {
    padding: 0 0 calc((0.4rem + 0.5vw) * 4);
    text-align: center;
    font-family: "Neutraface 2 Text";
    font-style: normal;
    font-weight: normal;
    font-size: calc((((((2 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
    line-height: 141.7%;
    letter-spacing: 0.05em;
    color: #fdfdfd;
    text-transform: none;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: inherit;
         -o-transform: inherit;
            transform: inherit;
  }
}

@media screen and (max-width: 767px) {
  /* line 307, resources/views/blocks/form/assets/style.scss */

  .wpcf7-form p br {
    display: none;
  }
}

/* line 316, resources/views/blocks/form/assets/style.scss */

span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 5rem;
  padding-left: calc(50px + 0.764vw);
  font-size: 1.35rem;
}

/* line 322, resources/views/blocks/form/assets/style.scss */

.last span.wpcf7-not-valid-tip {
  padding-left: 0;
}

/* line 328, resources/views/blocks/form/assets/style.scss */

div.wpcf7-response-output {
  margin: 4rem 0 0;
  padding: 1.5rem;
  text-align: center;
  color: white;
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((1.6 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.11em;
  color: white;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 336, resources/views/blocks/form/assets/style.scss */

.wpcf7-form p {
  margin: 0;
}

/* line 339, resources/views/blocks/form/assets/style.scss */

.wpcf7-form p.form-message {
  margin: calc(50px + 0.764vw) 0 calc(90px + 0.764vw);
}

/* line 1, resources/views/blocks/fullwidth-text/assets/style.scss */

.block--fullwidth-text {
  position: relative;
  background: #fdfdfd;
  padding-top: calc((0.4rem + 0.5vw) * 17.5);
  padding-right: calc((0.4rem + 0.5vw) * 12);
}

/* line 8, resources/views/blocks/fullwidth-text/assets/style.scss */

.block--fullwidth-text .row {
  position: relative;
}

/* line 11, resources/views/blocks/fullwidth-text/assets/style.scss */

.block--fullwidth-text .row .block--fullwidth-text__title {
  position: absolute;
  top: 0;
  left: 10.5vw;
  margin: 0;
  text-align: right;
  line-height: 1.3em;
}

/* line 20, resources/views/blocks/fullwidth-text/assets/style.scss */

.block--fullwidth-text .row .block--fullwidth-text__description {
  padding-left: 21.18vw;
  padding-bottom: calc((0.4rem + 0.5vw) * 17.5);
}

/* line 26, resources/views/blocks/fullwidth-text/assets/style.scss */

.block--fullwidth-text__line {
  background: none;
}

/* line 32, resources/views/blocks/fullwidth-text/assets/style.scss */

.c-sa.sa.sa-init .block--fullwidth-text__line.c-sa__box--height:before {
  background: #00A7B5;
}

/* line 41, resources/views/blocks/fullwidth-text/assets/style.scss */

.block--fullwidth-text__anchor {
  color: #454E66;
}

@media screen and (max-width: 768px) {
  /* line 1, resources/views/blocks/fullwidth-text/assets/style.scss */

  .block--fullwidth-text {
    padding-top: calc((0.4rem + 0.5vw) * 10.5);
    padding-right: 3.75vw;
  }

  /* line 51, resources/views/blocks/fullwidth-text/assets/style.scss */

  .block--fullwidth-text .row .block--fullwidth-text__title {
    left: 11.4vw;
    margin: 0;
  }

  /* line 56, resources/views/blocks/fullwidth-text/assets/style.scss */

  .block--fullwidth-text .row .block--fullwidth-text__description {
    padding-left: 25vw;
  }
}

/* line 1, resources/views/blocks/quote/assets/style.scss */

.block--quote {
  padding: calc((0.4rem + 0.5vw) * 17.5) 12.85vw calc((0.4rem + 0.5vw) * 17.5) 12.85vw;
  background: #fdfdfd;
  position: relative;
}

/* line 6, resources/views/blocks/quote/assets/style.scss */

.block--quote__quote {
  text-align: center;
  position: relative;
  width: 100%;
}

/* line 11, resources/views/blocks/quote/assets/style.scss */

.block--quote__quote:before/*,
.block--quote__quote:after*/ {
  content: "\0022";
  font-size: calc((((((9.2 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  position: absolute;
  display: block;
  padding: 1px;
  height: calc((0.4rem + 0.5vw) * 4);
  width: calc((0.4rem + 0.5vw) * 4);
  background-size: calc((0.4rem + 0.5vw) * 4) calc((0.4rem + 0.5vw) * 4);
  /*background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA0NCAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjUzNzggMS45NkMxNS4yMTc4IDMuMDE2IDEzLjg1MzggNC4xNiAxMi40NDU4IDUuMzkyQzExLjEyNTggNi42MjQgOS44NDk4MyA3Ljk4OCA4LjYxNzgzIDkuNDgzOTlDNy40NzM4MyAxMC45OCA2LjUwNTgzIDEyLjU2NCA1LjcxMzgzIDE0LjIzNkM1LjAwOTgzIDE1LjgyIDQuNjU3ODMgMTcuNTM2IDQuNjU3ODMgMTkuMzg0QzQuNjU3ODMgMjEuMTQ0IDQuOTIxODMgMjIuNTUyIDUuNDQ5ODMgMjMuNjA4QzYuMDY1ODMgMjQuNjY0IDYuNTA1ODMgMjUuNDEyIDYuNzY5ODMgMjUuODUyQzcuMjk3ODMgMjUuMjM2IDguMDAxODMgMjQuNTMyIDguODgxODMgMjMuNzRDOS44NDk4MyAyMi45NDggMTEuMDgxOCAyMi41NTIgMTIuNTc3OCAyMi41NTJDMTQuNTEzOCAyMi41NTIgMTYuMTQxOCAyMy4xNjggMTcuNDYxOCAyNC40QzE4Ljc4MTggMjUuNjMyIDE5LjQ0MTggMjcuMzA0IDE5LjQ0MTggMjkuNDE2QzE5LjQ0MTggMzEuMTc2IDE4LjczNzggMzIuODQ4IDE3LjMyOTggMzQuNDMyQzE1LjkyMTggMzUuOTI4IDE0LjA3MzggMzYuNjc2IDExLjc4NTggMzYuNjc2QzkuNDk3ODMgMzYuNjc2IDcuNjQ5ODMgMzYuMTkyIDYuMjQxODMgMzUuMjI0QzQuODMzODMgMzQuMjU2IDMuNzMzODMgMzMuMTEyIDIuOTQxODMgMzEuNzkyQzIuMTQ5ODMgMzAuMzg0IDEuNjIxODMgMjguOTc2IDEuMzU3ODMgMjcuNTY4QzEuMDkzODMgMjYuMDcyIDAuOTYxODI5IDI0Ljg4NCAwLjk2MTgyOSAyNC4wMDRDMC45NjE4MjkgMjEuMTg4IDEuNDQ1ODMgMTguNTkyIDIuNDEzODMgMTYuMjE2QzMuNDY5ODMgMTMuNzUyIDQuNzQ1ODMgMTEuNTUyIDYuMjQxODMgOS42MTU5OUM3LjczNzgzIDcuNTkxOTkgOS4zMjE4MyA1LjgzMTk5IDEwLjk5MzggNC4zMzZDMTIuNjY1OCAyLjg0IDE0LjE2MTggMS42MDggMTUuNDgxOCAwLjYzOTk5N0wxNi41Mzc4IDEuOTZaTTQxLjA4OTggMS45NkMzOS43Njk4IDMuMDE2IDM4LjQwNTggNC4xNiAzNi45OTc4IDUuMzkyQzM1LjY3NzggNi42MjQgMzQuNDAxOCA3Ljk4OCAzMy4xNjk4IDkuNDgzOTlDMzIuMDI1OCAxMC45OCAzMS4wNTc4IDEyLjU2NCAzMC4yNjU4IDE0LjIzNkMyOS41NjE4IDE1LjgyIDI5LjIwOTggMTcuNTM2IDI5LjIwOTggMTkuMzg0QzI5LjIwOTggMjEuMTQ0IDI5LjQ3MzggMjIuNTUyIDMwLjAwMTggMjMuNjA4QzMwLjYxNzggMjQuNjY0IDMxLjA1NzggMjUuNDEyIDMxLjMyMTggMjUuODUyQzMxLjg0OTggMjUuMjM2IDMyLjU1MzggMjQuNTMyIDMzLjQzMzggMjMuNzRDMzQuNDAxOCAyMi45NDggMzUuNjMzOCAyMi41NTIgMzcuMTI5OCAyMi41NTJDMzkuMDY1OCAyMi41NTIgNDAuNjkzOCAyMy4xNjggNDIuMDEzOCAyNC40QzQzLjMzMzggMjUuNjMyIDQzLjk5MzggMjcuMzA0IDQzLjk5MzggMjkuNDE2QzQzLjk5MzggMzEuMTc2IDQzLjI4OTggMzIuODQ4IDQxLjg4MTggMzQuNDMyQzQwLjQ3MzggMzUuOTI4IDM4LjYyNTggMzYuNjc2IDM2LjMzNzggMzYuNjc2QzM0LjA0OTggMzYuNjc2IDMyLjIwMTggMzYuMTkyIDMwLjc5MzggMzUuMjI0QzI5LjM4NTggMzQuMjU2IDI4LjI4NTggMzMuMTEyIDI3LjQ5MzggMzEuNzkyQzI2LjcwMTggMzAuMzg0IDI2LjE3MzggMjguOTc2IDI1LjkwOTggMjcuNTY4QzI1LjY0NTggMjYuMDcyIDI1LjUxMzggMjQuODg0IDI1LjUxMzggMjQuMDA0QzI1LjUxMzggMjEuMTg4IDI1Ljk5NzggMTguNTkyIDI2Ljk2NTggMTYuMjE2QzI4LjAyMTggMTMuNzUyIDI5LjI5NzggMTEuNTUyIDMwLjc5MzggOS42MTU5OUMzMi4yODk4IDcuNTkxOTkgMzMuODczOCA1LjgzMTk5IDM1LjU0NTggNC4zMzZDMzcuMjE3OCAyLjg0IDM4LjcxMzggMS42MDggNDAuMDMzOCAwLjYzOTk5N0w0MS4wODk4IDEuOTZaIiBmaWxsPSIjMTgyNjNGIi8+Cjwvc3ZnPgo=);*/
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
		  
   /*background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDkuMzYgMzM3LjMyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzY0MGU4Yzt9LmNscy0ye2ZpbGw6I2Q1NmE2OTt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTYwLDE3NC42MmMtNDkuOTMsMjYuNzUtMTA1LjE3LDcwLTEyMi4zOCwxMjUuNjJBMTA0LjIxLDEwNC4yMSwwLDAsMCwzMy40LDMzNS40YTEuODEsMS44MSwwLDAsMS0xLjgxLDEuOTJsLTMwLjI1LS4xNUExLjM2LDEuMzYsMCwwLDEsMCwzMzUuNzEsMTQyLjM5LDE0Mi4zOSwwLDAsMSwyLDMyMWMxMy4xNC02Ni41Miw3Mi44OC0xMTAuMjksMTMwLjYyLTEzNy4xMSw4Ljc3LTQsMTcuNjMtNy43MiwyNi43NC0xMC44NmwuNjYsMS42M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTYuNzksMjUxYy01Ljg0LDAtMTEuNzktLjEyLTE3LjYzLS4xMnMtMTAuODMuMTItMTYuNjcuMTJ2LTEuNDNhLjQzLjQzLDAsMCwxLC4zNS0uNDJsMy40Ni0uNjVjNC43Ny0uNzIsNS42LTIsNS42LTYuNzlWMTk4LjQ3YS40Mi40MiwwLDAsMC0uMzYtLjQybC0xMC40Ny0xLjY4YS40Mi40MiwwLDAsMS0uMzYtLjQydi0xLjQxYS40My40MywwLDAsMSwuMzctLjQybDEwLjQ1LTEuNDRhLjQzLjQzLDAsMCwwLC4zNy0uNDNWMTg2YzAtMjAuMjQsMTIuMjctMjcuNjMsMjQuNzctMjcuNjMsMTEuMTYsMCwxNi44OCw1LjI0LDE3LjU1LDExLjQ4cy00LDExLjMtMTAuMywxMC40N2E3LjUyLDcuNTIsMCwwLDEtNi44OS03LjU0YzAtNyw2LjE5LTcsNi4xOS05LjY0LDAtMS40My0xLjkxLTMtNi4zMS0zLTcuNTEsMC0xMC43Miw1LjI0LTEwLjcyLDE3LDAsNC44NS4xMSwxMC45My4xMiwxNS40MmEuNDEuNDEsMCwwLDAsLjQyLjQxaDE0LjUxYS40My40MywwLDAsMSwuNDMuNDNWMTk2YS40NC40NCwwLDAsMS0uNDEuNDNsLTE0LjU0LjY3YS40My40MywwLDAsMC0uNDEuNDN2NDMuNjVjMCw1LjEyLDEuMzEsNi41NCw2LjA3LDcuMjZsNC4wNS42NmEuNDIuNDIsMCwwLDEsLjM2LjQyWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyMS41OCwyNTAuODVjLTUuODQsMC0xMC43Mi4xMi0xNi41Ni4xMnYtMS40M2EuNDMuNDMsMCwwLDEsLjM1LS40MmwzLjQ2LS42NWM0Ljc3LS43Miw1LjYtMi4xNCw1LjYtNi45MVYyMDUuODRjMC01LjcxLTEuNjctNi45LTcuMjYtNy4zOGwtMy45My0uMjR2LTEuNjZsMjIuMjYtNC44NmEuNC40LDAsMCwxLC4yNCwwbDEuODUuNjhhLjQuNCwwLDAsMSwuMjcuNDJjLS41OCw4LS44MSwxOS41NC0uODEsMzUuNTNhMTA5LjE5LDEwOS4xOSwwLDAsMSwxLjE5LTE2Ljc5QzIzMCwyMDAsMjM0LjkxLDE5MSwyNDUuMTUsMTkxYzYuNTUsMCwxMC40OCw0LDEwLjQ4LDkuNzYsMCw2LjA4LTQuMTcsOS41My05LjE3LDkuNTMtNC43NiwwLTcuMzgtMi43NC03Ljc0LTYuNjctLjEyLTEuMDcsMC0yLjI2LS4xMi0zLjA5cy0uNDctMS40My0xLjE5LTEuNDNjLTIuNjIsMC01LjgzLDQuNC03LjUsMTNhOTcuMTUsOTcuMTUsMCwwLDAtMS4zMSwxNi4zMnYxMi44NmMwLDUuMTIsMS4zMSw2LjU0LDYuMDcsNy4yNmw0LjA1LjY2YS40Mi40MiwwLDAsMSwuMzYuNDJWMjUxQzIzMy4yNCwyNTEsMjI3LjUzLDI1MC44NSwyMjEuNTgsMjUwLjg1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI2MC43OSwyNDkuNTRhLjQzLjQzLDAsMCwxLC4zNS0uNDJsMy41OC0uNjVjNC42NS0uNzIsNS40OC0yLjE0LDUuNDgtNi45MVYyMDUuODRjMC01LjgzLTEuNTUtNy03LjI2LTcuMzhsLTMuODEtLjM2di0xLjY2TDI4MywxOTEuNThhLjM4LjM4LDAsMCwxLC4yMSwwbDEuOTQuNThhLjQyLjQyLDAsMCwxLC4zLjQ1LDExNSwxMTUsMCwwLDAtLjY3LDEzLjk0djM1LjEyYzAsNC42NS44Myw2LjA3LDUuNDcsNi43OWwzLjQ3LjY1YS40Mi40MiwwLDAsMSwuMzQuNDJWMjUxYy01LjgzLDAtMTAuNTktLjEyLTE2LjU1LS4xMnMtMTAuNzEuMTItMTYuNjcuMTJabTE1LjI0LTYzYy01LjM1LDAtOS42NC0zLjY5LTkuNjQtOS4yOSwwLTUuODMsNC4yOS05LjI4LDkuNjQtOS4yOCw1LjcyLDAsOS44OSwzLjQ1LDkuODksOS4yOFMyODEuNzUsMTg2LjUsMjc2LDE4Ni41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMyMy43OCwyNTIuNjRjLTE0LjI5LDAtMjcuNzUtMTAuMTItMjcuNzUtMzAuMjVzMTQuODktMzEuMTksMzAuODQtMzEuMTljMTIuMzksMCwyMC4xMyw2LjQzLDIwLjEzLDE0Ljc2LDAsNS4zNi0zLjY5LDkuNjUtOS4yOSw5LjY1LTUsMC04LjU3LTMtOC41Ny03Ljc0LDAtNy4yNyw2LjY2LTcuMjcsNi42Ni0xMC4zNiwwLTIuMTQtMy4wOS00LjQxLTguNDUtNC40MS0xMCwwLTE1LjYsOS40MS0xNS42LDI5LjA1LDAsMTYuNjcsNiwyNS43MiwxNi42NywyNS43Miw3LjE1LDAsMTIuNzQtMy4zMywxNy4zOS0xMS41NWwxLjMuNzVhLjQzLjQzLDAsMCwxLC4xNi41OEMzNDEuOTMsMjQ3LjUzLDMzNC43MSwyNTIuNjQsMzIzLjc4LDI1Mi42NFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zOTcuNjksMjUyLjRjLTYuNTIsMC0xMC4yNy0yLjc3LTExLjQ0LTEwLjY4YS40Mi40MiwwLDAsMC0uODEtLjA4Yy0yLjU3LDYuODgtOS4xMiwxMS4xMi0xOCwxMS4xMi0xMS4wOCwwLTE2Ljc5LTUuNDgtMTYuNzktMTMuNywwLTEzLjEyLDE1Ljg0LTE3LjU2LDMzLjMxLTE5LjI1YS40Mi40MiwwLDAsMCwuMzgtLjQyVjIwNy43NWMwLTEwLjQ4LTItMTQuNTMtMTAuMTItMTQuNTMtNi4xOSwwLTkuNzYsMi43NC05Ljc2LDUuMjQsMCwzLjkzLDUuOTUsMy41Nyw1Ljk1LDkuODgsMCw0LjY1LTMuNDUsNy41LTguMzMsNy41LTUuMjQsMC04LjU3LTMuNjktOC41Ny05LjQsMC04LjQ2LDguODEtMTUsMjEuMzEtMTUsMTQuNzYsMCwyMy40Niw2LjQzLDIzLjQ2LDE5Ljc2LDAsMS4zMS0uMTIsMzAtLjEyLDMwLjg0LDAsNC4xNywxLjA3LDYuMTksMy45Myw2LjE5czQuODItMi41NSw1LjMzLTEyLjA5YS40NC40NCwwLDAsMSwuNDMtLjQxaDEuNUM0MDksMjQ4LjExLDQwNS43OSwyNTIuNCwzOTcuNjksMjUyLjRaTTM4NC4yMywyMzVWMjIxLjk0YS40My40MywwLDAsMC0uNS0uNDJjLTEyLjE3LDEuOTItMTguMzEsNS4zMS0xOC4zMSwxNi4zNSwwLDYuNTUsMy4xLDEwLjM2LDguNDYsMTAuMzZDMzc5LjQ3LDI0OC4yMywzODQuMjMsMjQ0LjE4LDM4NC4yMywyMzVaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTM2LjA3LDY4LjVWNDEuMzdjMC03Ljg2LTIuMDYtMTAuODEtNy4wNi0xMC44MS01LjkyLDAtMTEuNDEsNy42Ni0xMS40MSwyMS40MlY2OC41YzAsNCwuNjksNSw0LjMzLDUuNjFsMywuNTh2MS40OGMtNC43MiwwLTguNzUtLjEtMTMuNDctLjFzLTguNzUuMS0xMy41Ni4xVjc0LjY5bDMuMjQtLjU4YzMuODQtLjYsNC41Mi0xLjc4LDQuNTItNS43MVYyMC4yN2MtMjEuNDgtMy40NS01Ny42NC01LTcyLjgxLDkuNjVDMjAuNDMsNDMuMDYsMzQsNjMuNDQsNDIsNzUuODdjNDAsNjAuNDIsMTU0LjgzLDE0OC43Niw3Ny41NCwyMjEuNzNDMTA4LjM0LDMwNy45MSw5NS40NywzMTUuOTQsODIsMzIyLjg3Yy00LjI3LDIuMjEtOC41Nyw0LjIyLTEyLjg4LDYuMjVhLjM1LjM1LDAsMCwxLS40Ni0uMkw1Ny40MiwyOTcuODdhMS4xOCwxLjE4LDAsMCwxLC44LTEuNTVjMy43Mi0xLDcuNC0yLjEsMTEtMy4zMiwyNS04LjI5LDUzLjkxLTIzLjcyLDU1Ljc4LTUyLjg5QzEyNy40NSwxODMuMjIsNTQuMzQsMTE3LjYyLDI5LDY3LjY2LDIyLjQ5LDU1LDE3LjE4LDM3LjQ3LDI4LjM5LDI1LjcxLDQxLDEyLjY0LDY0LjQ1LDkuMzcsODEuNTcsNi4xNmM1Ljg3LTEsMTEuNzQtMS44NCwxNy42Mi0yLjc4TDExNi41OCwwYS40Mi40MiwwLDAsMSwuMjUsMGwxLjI2LjUyYS4zOC4zOCwwLDAsMSwuMjQuNDMsOTguNTIsOTguNTIsMCwwLDAtLjczLDExLjg3djcuNzdjMCwxMS40NC0xLjI4LDE4LjMzLTEuMzcsMjkuOTQuMzUtMTQuNTEsNi4yMi0yMy42NSwxNi44OS0yMy42NUMxNDIsMjYuOTIsMTQ4LDMxLjg0LDE0OCw0Mi4zNVY2OC40YzAsMy45My42OSw1LjExLDQuNjIsNS43MWwzLjE1LjU4djEuNDhjLTQuNzMsMC04LjY2LS4xLTEzLjQ3LS4xcy04Ljc1LjEtMTMuNTcuMVY3NC42OWwzLjE1LS41OEMxMzUuMzksNzMuNTEsMTM2LjA3LDcyLjUzLDEzNi4wNyw2OC41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE0NC42NiwxNjIuNzNjLTQuOTIsMC04Ljk1LS4xLTEzLjc3LS4xcy04Ljk0LjEtMTMuNzYuMXYtMS40OGwzLjE1LS40OWMzLjgzLS42OSw0LjUyLTEuODcsNC41Mi01LjhWMTAyLjg3YzAtNC43Mi0xLjI4LTUuNy01LjktNi4xbC0zLjI0LS4xOVY5NS4ybDE4LjM2LTRhLjM2LjM2LDAsMCwxLC4yMywwbDEuNDUuNTRhLjQyLjQyLDAsMCwxLC4yOC40M2MtLjQ3LDYuMzYtLjU3LDEyLjEtLjU3LDIwLjIyLDAtMTIsMy4zNS0yMS41MiwxNC4zNi0yMS41MiwxMS4yLDAsMjAuNzQsOC42NCwyMC43NCwyNC44NiwwLDE3LjY5LTEzLjE4LDI1Ljg1LTI0LDI1Ljg1YTI1LjY2LDI1LjY2LDAsMCwxLTkuMTYtMS41NC40Mi40MiwwLDAsMC0uNTcuMzl2MTQuNDJjMCw0LjEzLjY5LDUuMjEsNC42Miw1LjlsMy4yNS40OVptMTIuODctNDYuODljMC0xNC4yNS0yLjU2LTIyLjMxLTkuOTMtMjIuMzFzLTEwLjgxLDcuNjctMTAuODEsMTguODdWMTM1YS41MS41MSwwLDAsMCwuMDcuMjRjMi4wNiwzLjI2LDUuMDksNC44LDkuMzcsNC44QzE1My40LDE0MCwxNTcuNTMsMTMyLjg1LDE1Ny41MywxMTUuODRaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTk3LjUzLDE0MS41Yy0xMi4wOSwwLTIzLTguNjUtMjMtMjUuMDcsMC0xNi44MSwxMS43LTI1LjU1LDIzLjQ5LTI1LjU1LDExLjUsMCwxOSw2LjM4LDE5LDE3LjU5YTI2LjY2LDI2LjY2LDAsMCwxLS4zMiw0LjY3LjQzLjQzLDAsMCwxLS40My4zNGwtMjguMzEtLjA5YS40Mi40MiwwLDAsMC0uNDMuNDJ2Mi41MmMwLDEzLjc2LDQuOTIsMjEuMjMsMTMuNzYsMjEuMjMsNS45LDAsMTAuNTItMi43NSwxNC4zNS05LjUzbDEuMzguNzlDMjEyLjU3LDEzNy4wNywyMDYuNjcsMTQxLjUsMTk3LjUzLDE0MS41Wk0yMDUuMiwxMDljLjU5LTcuNzYuNDktMTYuNjEtNy4wOC0xNi42MS01LjgzLDAtOS43NCw1LjI4LTEwLjQ5LDE5YS40My40MywwLDAsMCwuNDUuNDZMMjA1LDExMC42M1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNjAuNDMsMTQxLjNjLTUuMywwLTguMzktMi4yMi05LjQtOC41NGEuNDIuNDIsMCwwLDAtLjgxLS4wOWMtMi4xOCw1LjUzLTcuNTQsOC45Mi0xNC43NSw4LjkyLTkuMTUsMC0xMy44Ni00LjUyLTEzLjg2LTExLjMsMC0xMC44MSwxMy0xNC40OCwyNy40My0xNS44OWEuNDIuNDIsMCwwLDAsLjM4LS40MnYtOS41NGMwLTguNjUtMS42Ny0xMi04LjM1LTEyLTUuMTEsMC04LjA2LDIuMjYtOC4wNiw0LjMyLDAsMy4yNSw0LjkxLDMsNC45MSw4LjE2LDAsMy44My0yLjg1LDYuMTktNi44OCw2LjE5LTQuMzIsMC03LjA3LTMtNy4wNy03Ljc2LDAtNyw3LjI3LTEyLjM5LDE3LjU5LTEyLjM5LDEyLjE5LDAsMTkuMzYsNS4zMSwxOS4zNiwxNi4zMiwwLDEuMDgtLjEsMjQuNzctLjEsMjUuNDYsMCwzLjQ0Ljg5LDUuMTEsMy4yNSw1LjExczQtMi4xNiw0LjQyLTEwLjMyaDEuNThDMjY5Ljc3LDEzNy43NiwyNjcuMTIsMTQxLjMsMjYwLjQzLDE0MS4zWk0yNDkuMzIsMTI3VjExNi4yNGEuNDMuNDMsMCwwLDAtLjUtLjQyYy0xMCwxLjU5LTE1LDQuNC0xNSwxMy40OSwwLDUuNCwyLjU1LDguNTUsNyw4LjU1QzI0NS4zOSwxMzcuODYsMjQ5LjMyLDEzNC41MiwyNDkuMzIsMTI3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMxNi4xLDE0MGMtNC42MiwwLTksLjEtMTMuNjcuMXYtMS40N2wxLjY4LS4zYzIuMzUtLjM5LDMtMS4wOCwzLTJzLS4zOS0xLjU3LTIuMDYtMy44M2wtMTEuOTItMTUuN2EuNDIuNDIsMCwwLDAtLjc2LjI2djE1LjM0YzAsMy45My41OSw1LDQuMzIsNS43bDIuNzYuNXYxLjQ3Yy00LjYyLDAtOC4xNi0uMS0xMy4wOC0uMXMtOC44NC4xLTEzLjc2LjF2LTEuNDdsMy4yNS0uNTljMy44My0uNTksNC41Mi0xLjc3LDQuNTItNS43MVY3NS4xNWMwLTQtLjg5LTUuMTEtNS4yMS01LjZsLTQtLjVWNjcuODdMMjkxLjMsNjRhLjM5LjM5LDAsMCwxLC4yNCwwbDEuMjYuNTJhLjQzLjQzLDAsMCwxLC4yNi40NCw5Ny43Miw5Ny43MiwwLDAsMC0uNjUsMTEuODd2MzcuOGEuNDIuNDIsMCwwLDAsLjcyLjNsMTEuNTctMTEuNDZjMi43NS0yLjc2LDMuNTMtNC4yMywzLjUzLTUuNzEsMC0xLjY3LTEuMjctMi43NS01LjExLTMuNDRsLTIuODUtLjM5VjkyLjI1YzQuNjIuMSw4Ljc1LjEsMTMuMzcuMXM4Ljk0LDAsMTMuNTYtLjF2MS41N2wtMi45NC40OWEzNC4xOCwzNC4xOCwwLDAsMC0xNy43LDkuNjRsLTUsNC43NGEuNDMuNDMsMCwwLDAsMCwuNThsMTYuNzYsMjEuMTJjNC42Miw1LjgsNiw3LjA4LDkuMjQsNy43NmwyLjA2LjV2MS40N0MzMjQuODQsMTQwLjEyLDMyMC44MiwxNDAsMzE2LjEsMTQwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTM1Mi4yLDE0MS41OWMtNi4wNiwwLTEwLjc1LTEuNTUtMTQtNC4zYS40MS40MSwwLDAsMC0uNjIuMDlsLTIuNjksNC4xMmgtLjc4VjEyMS4wNWgxLjQ1YS40NC40NCwwLDAsMSwuNDEuMzFDMzQwLDEzNSwzNDUuMzcsMTQwLDM1Mi4xLDE0MGM1LjMxLDAsOS40NC0yLjQ2LDkuNDQtOCwwLTUuMzEtMy41NC03Ljc3LTEyLjY4LTExLTcuMjctMi42NS0xNC02LjU5LTE0LTE1LjczLDAtOC4zNSw3LjE4LTE0LjQ0LDE3LjMtMTQuNDQsNC43MSwwLDguNywxLjM1LDExLjU0LDMuOGEuNDEuNDEsMCwwLDAsLjYyLS4wOEwzNjYuNzUsOTFoLjc4djE4LjE5aC0xLjQ1YS40NC40NCwwLDAsMS0uNDEtLjNjLTMuNTEtMTEuMi03LjUzLTE2LjUxLTEzLjQ3LTE2LjUxcy04Ljc1LDMuMzQtOC43NSw3LjQ3YzAsNS4zMSwzLjc0LDcuNDcsMTIuNDksMTAuNzEsNywyLjQ2LDE0LjA1LDYuNTksMTQuMDUsMTUuODNDMzcwLDEzNiwzNjIuMzMsMTQxLjU5LDM1Mi4yLDE0MS41OVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xODAuMiw3Ny41NGMtMTIuMDksMC0yMy04LjY1LTIzLTI1LjA2LDAtMTYuODEsMTEuNy0yNS41NiwyMy40OS0yNS41NiwxMS41LDAsMTksNi4zOSwxOSwxNy42YTI2LjQ3LDI2LjQ3LDAsMCwxLS4zMiw0LjY2LjQzLjQzLDAsMCwxLS40My4zNWwtMjguMzEtLjFhLjQyLjQyLDAsMCwwLS40Mi40M3YyLjUyYzAsMTMuNzYsNC45MSwyMS4yMywxMy43NiwyMS4yMyw1Ljg5LDAsMTAuNTEtMi43NSwxNC4zNS05LjUzbDEuMzcuNzhDMTk1LjI0LDczLjEyLDE4OS4zNCw3Ny41NCwxODAuMiw3Ny41NFpNMTg3Ljg3LDQ1Yy41OS03Ljc3LjQ5LTE2LjYxLTcuMDgtMTYuNjEtNS44MywwLTkuNzQsNS4yNy0xMC40OSwxOWEuNDMuNDMsMCwwLDAsLjQ2LjQ1bDE2LjkxLTEuMTRaIi8+PC9zdmc+);*/
}




.block--quote__quote:after {
  content: "\2014";
  font-size: calc((((((9.2 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  position: absolute;
  display: block;
  padding: 1px; 
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* line 25, resources/views/blocks/quote/assets/style.scss */

.block--quote__quote:before {
  top: -1.0em;
}

/* line 29, resources/views/blocks/quote/assets/style.scss */

.block--quote__quote:after {
  bottom: -1.5em;
  -webkit-transform: rotate(180deg) translateX(50%);
       -o-transform: rotate(180deg) translateX(50%);
          transform: rotate(180deg) translateX(50%);
}

/* line 34, resources/views/blocks/quote/assets/style.scss */

.block--quote__quote span {
  display: inline-block;
  position: relative;
  bottom: 2.5vw;
  padding-right: 0.6vw;
  font-family: "Didot";
  font-style: italic;
  font-weight: normal;
  font-size: calc((((((2.9 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 43, resources/views/blocks/quote/assets/style.scss */

.block--quote__author {
  position: absolute;
  margin: 0;
  bottom: -30%;
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((2.3 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 146.7%;
  letter-spacing: 0.06em;
  color: #000;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

/* line 61, resources/views/blocks/quote/assets/style.scss */

.c-sa.sa.sa-init .block--quote__line.c-sa__box--height:before {
  background: #454E66;
}

/* line 70, resources/views/blocks/quote/assets/style.scss */

.block--quote__anchor {
  color: #454E66;
}

@media screen and (max-width: 767px) {
  /* line 1, resources/views/blocks/quote/assets/style.scss */

  .block--quote {
    padding-right: 7vw;
    padding-left: 12.17vw;
    padding-bottom: calc((0.4rem + 0.5vw) * 12);
  }

  /* line 79, resources/views/blocks/quote/assets/style.scss */

  .block--quote__quote {
    width: 100%;
  }

  /* line 83, resources/views/blocks/quote/assets/style.scss */

  .block--quote__author {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    text-align: center;
    right: 0;
    bottom: 0;
    padding-top: calc((0.4rem + 0.5vw) * 13.5);
    -webkit-transition: all ease 1.2s;
    -o-transition: all ease 1.2s;
    transition: all ease 1.2s;
    font-family: "Neutraface 2 Text";
    font-style: normal;
    font-weight: normal;
    font-size: calc((((((1.7 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
    line-height: 146.7%;
    letter-spacing: 0.06em;
    color: #000;
    text-transform: none;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  /* line 95, resources/views/blocks/quote/assets/style.scss */

  .block--quote__author:first-line {
    font-family: "Neutraface 2 Text";
    font-style: normal;
    font-weight: normal;
    font-size: calc((((((2.1 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
    line-height: 146.7%;
    letter-spacing: 0.06em;
    color: #000;
    text-transform: none;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  /* line 99, resources/views/blocks/quote/assets/style.scss */

  .block--quote__author:before {
    display: none;
  }
}

/* line 1, resources/views/blocks/slider/assets/style.scss */

.block--slider {
  position: relative;
  background: #F4F0EB;
  padding: calc((0.4rem + 0.5vw) * 5) 10.069vw calc((0.4rem + 0.5vw) * 12) 13.194vw;
}

/* line 7, resources/views/blocks/slider/assets/style.scss */

.block--slider__line {
  background: #00acbb;
}

/* line 11, resources/views/blocks/slider/assets/style.scss */

.block--slider__anchor {
  color: #00acbb;
  background: #F4F0EB;
}

/* line 16, resources/views/blocks/slider/assets/style.scss */

.block--slider__title {
  color: #00acbb;
  text-align: center;
  width: 100%;
  margin-bottom: calc((0.4rem + 0.5vw) * 1.5);
}

/* line 23, resources/views/blocks/slider/assets/style.scss */

.block--slider__m {
  width: 76.94vw !important;
  height: calc(76.94vw * 685 / 1108);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 28, resources/views/blocks/slider/assets/style.scss */

.block--slider__m .block--slider__figure {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

/* line 36, resources/views/blocks/slider/assets/style.scss */

.block--slider .swiper-pagination {
  font-family: "Neutraface 2 Text";
  font-style: normal;
  font-weight: normal;
  font-size: calc((((((1.8 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 141.7%;
  letter-spacing: 0.1em;
  color: #00acbb;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  position: absolute;
  bottom: -4vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 44, resources/views/blocks/slider/assets/style.scss */

.block--slider .swiper-button-prev {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* line 47, resources/views/blocks/slider/assets/style.scss */

.no-touchevents .block--slider .swiper-button-prev:hover {
  margin-left: -1rem;
}

/* line 53, resources/views/blocks/slider/assets/style.scss */

.block--slider .swiper-button-next {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* line 56, resources/views/blocks/slider/assets/style.scss */

.no-touchevents .block--slider .swiper-button-next:hover {
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  /* line 1, resources/views/blocks/slider/assets/style.scss */

  .block--slider {
    padding: 0 0 calc((0.4rem + 0.5vw) * 20);
  }

  /* line 65, resources/views/blocks/slider/assets/style.scss */

  .block--slider__m {
    width: 100vw !important;
    height: calc(100vw * 685 / 1108);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 71, resources/views/blocks/slider/assets/style.scss */

  .block--slider .swiper-pagination {
    bottom: -9vw;
  }

  /* line 75, resources/views/blocks/slider/assets/style.scss */

  .block--slider .swiper-container-js.swiper-container-js-1 {
    width: 100vw;
    z-index: 99999;
  }

  /* line 80, resources/views/blocks/slider/assets/style.scss */

  .block--slider .c-arrow-slider--vertical {
    width: 100vw;
  }

  /* line 84, resources/views/blocks/slider/assets/style.scss */

  .block--slider .swiper-button-prev {
    left: 5vw;
  }

  /* line 88, resources/views/blocks/slider/assets/style.scss */

  .block--slider .swiper-button-next {
    right: 5vw;
    left: initial;
  }
}

/* line 1, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left {
  position: relative;
  background: #454E66;
  /*@media screen and (max-width:640px){
        .block--text-image-left__title{
            font-size: calc(25px + 5.781vw);  // 42px avec min de 25px 
        }

        .block--text-image-left__description{
            font-size: calc(12px + 0.313vw);  // 14px avec min de 12px 
        }
    }*/
}

/* line 6, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left__left {
  padding: calc((0.4rem + 0.5vw) * 13.5) calc((0.4rem + 0.5vw) * 12) calc((0.4rem + 0.5vw) * 13.5) 14.1vw;
}

/* line 9, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left__left .block--text-image-left__figure-wrapper {
  overflow: hidden;
  width: 27.22vw;
  height: calc(27.22vw * 596 / 392);
}

/* line 14, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left__left .block--text-image-left__figure-wrapper .block--text-image-left__figure {
  width: 27.22vw;
  position: absolute;
  height: calc(27.22vw * 596 / 392);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 24, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left__left .block--text-image-left__figure-wrapper .block--text-image-left__figure .block--text-image-left__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}

/* line 33, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left__left .block--text-image-left__figure-wrapper .block--text-image-left__figure .block--text-image-left__img.scrollmagic-parallax {
  top: -65px;
  height: calc(100% + 135px);
}

/* line 44, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left__right {
  padding: calc((0.4rem + 0.5vw) * 13.5) 2.5rem;
  text-align: center;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}

/* line 49, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left__right .block--text-image-left__title {
  position: relative;
  z-index: 9;
  color: #454E66;
  width: 34.78vw;
  display: block;
  margin: 0 auto calc((0.4rem + 0.5vw) * 5);
  -webkit-transform: translateY(5.9vw);
       -o-transform: translateY(5.9vw);
          transform: translateY(5.9vw);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}
.block--text-image-left__right .block--text-image-left__title  span {
  
  position: relative;
  bottom: 2vw;
  font-family: "Didot";
  font-style: italic;
  font-weight: normal;
  font-size: calc((((((3.2 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

.no-touchevents .block--text-image-left__right .block--text-image-left__title span:hover {
    color: inherit;
}
/* line 60, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left__right .block--text-image-left__description {
  position: relative;
  width: 34.86vw;
  margin: 0;
  -webkit-transform: translateX(-3vw);
       -o-transform: translateX(-3vw);
          transform: translateX(-3vw);
  opacity: 0;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}
#swag .block--text-image-left__right .block--text-image-left__description::selection {
  color: #00acbb;
  background: transparent;
}
.block--text-image-left__right .block--text__link {
  position: relative;
  width: 34.86vw;
  margin: 0;
  -webkit-transform: translateX(-3vw);
       -o-transform: translateX(-3vw);
          transform: translateX(-3vw);
  opacity: 0;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}
/* line 70, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left__right .block--text-image-left__read-more {
  position: absolute;
  top: 66%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  z-index: 9;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}

/* line 80, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left__right .block--text-image-left__close {
  opacity: 0;
  position: absolute;
  right: calc((0.4rem + 0.5vw) * 7.5);
  top: calc((0.4rem + 0.5vw) * 7.5);
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* line 89, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left__right .block--text-image-left__close svg {
  width: calc((0.4rem + 0.5vw) * 2.5);
  height: calc((0.4rem + 0.5vw) * 2.5);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* line 96, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left__right .block--text-image-left__translate-content {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fdfdfd;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

/* line 107, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left__right .arrow {
  max-width: 7.8vw;
  margin: 0 auto;
}

/* line 114, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left #hide,
.block--text-image-left #show {
  cursor: url('link.cur'), pointer;
}

/* line 118, resources/views/blocks/text-image-left/assets/style.scss */

.block--text-image-left__anchor {
  background: #454E66;
  /*
        &:before {
	        background: linear-gradient(to bottom, transparent, $primary-color 100%);
        }
        
        &:after {
	        background: linear-gradient(to top, transparent, $primary-color 100%);
        }
*/
}

@media screen and (max-width: 767px) {
  /* line 135, resources/views/blocks/text-image-left/assets/style.scss */

  .block--text-image-left__left {
    padding: calc((0.4rem + 0.5vw) * 6) 0 calc((0.4rem + 0.5vw) * 10.5) 5.17vw;
    text-align: center;
  }

  /* line 139, resources/views/blocks/text-image-left/assets/style.scss */

  .block--text-image-left__left .block--text-image-left__figure-wrapper {
    width: 100%;
    height: 100%;
  }

  /* line 143, resources/views/blocks/text-image-left/assets/style.scss */

  .block--text-image-left__left .block--text-image-left__figure-wrapper .block--text-image-left__figure {
    width: 79.62vw;
    height: calc(79.62vw * 596 / 392);
  }

  /* line 151, resources/views/blocks/text-image-left/assets/style.scss */

  .block--text-image-left__right {
    padding: 0 7vw calc((0.4rem + 0.5vw) * 10.5) 12.17vw;
  }

  /* line 154, resources/views/blocks/text-image-left/assets/style.scss */

  .block--text-image-left__right .block--text-image-left__title {
    color: #F4F0EB;
    margin-bottom: calc((0.4rem + 0.5vw) * 6);
    width: 100%;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 161, resources/views/blocks/text-image-left/assets/style.scss */

  .block--text-image-left__right .block--text-image-left__hidden-height {
    display: none;
  }

  /* line 166, resources/views/blocks/text-image-left/assets/style.scss */

  .block--text-image-left__right .block--text-image-left__read-more {
    display: none;
  }

  /* line 170, resources/views/blocks/text-image-left/assets/style.scss */

  .block--text-image-left__right .block--text-image-left__description {
    display: block;
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    position: relative;
    width: 100%;
    top: 0;
  }

  .block--text-image-left__right .block--text__link {
    display: block;
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    position: relative;
    width: 100%;
    top: 0;
  }
  /* line 179, resources/views/blocks/text-image-left/assets/style.scss */

  .block--text-image-left__right .block--text-image-left__translate-content {
    display: none;
  }

  /* line 184, resources/views/blocks/text-image-left/assets/style.scss */

  .block--text-image-left .scrollmagic-parallax {
    top: 0 !important;
    height: inherit !important;
  }
}

/* line 1, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right {
  position: relative;
  background: #00acbb;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  line-height: 0;
  /************************************/
  /***********  DISPLAY 2 *************/
  /************************************/
  /*************************************/
}

/* line 8, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__left {
  padding-top: calc((0.4rem + 0.5vw) * 9);
  padding-left: 11.39vw;
  padding-bottom: calc((0.4rem + 0.5vw) * 9);
  position: relative;
  z-index: 9;
}

/* line 15, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__left .block--text-image-right__left-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* line 19, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  z-index: 99;
  margin: 0;
  text-align: center;
}

/* line 27, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__title span {
  font-family: "Didot";
  font-style: italic;
  font-weight: normal;
  font-size: calc((((((3.6 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 3.6rem;
  letter-spacing: 0.1em;
  color: #F4F0EB;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  display: inline-block;
  position: relative;
  padding-left: 1.5vw;
}

/* line 34, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__title .text-rotation {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 39, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more {
  color: #F4F0EB;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
  text-align: center;
}


.block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more2 {
  color: #F4F0EB;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
  text-align: center;
}


.block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more3 {
  color: #F4F0EB;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
  text-align: center;
}

/* line 50, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more svg path,
.block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more svg rect {
  fill: #F4F0EB;
}

.block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more2 svg path,
.block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more2 svg rect {
  fill: #F4F0EB;
}

.block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more3 svg path,
.block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more3 svg rect {
  fill: #F4F0EB;
}
/* line 58, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__left .block--text-image-right__translate-content2 {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #00acbb;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.block--text-image-right__left .block--text-image-right__translate-content22 {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #00acbb;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 71, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__left .block--text-image-right__translate-content2 .block--text-image-right__description {
  opacity: 0;
  max-width: 31.25vw;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  position: absolute;
  width: 31.94vw;
  right: 6.53vw;
}

.block--text-image-right__left .block--text-image-right__translate-content22 .block--text-image-right__description {
  opacity: 0;
  max-width: 31.25vw;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  position: absolute;
  width: 31.94vw;
  right: 6.53vw;
}

.block--text-image-right__left .block--text-image-right__translate-content2 .block--text-image-right__description2 {
  opacity: 0;
  max-width: 31.25vw;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  position: absolute;
  width: 31.94vw;
  right: 6.53vw;
}

.block--text-image-right__left .block--text-image-right__translate-content22 .block--text-image-right__description2 {
  opacity: 0;
  max-width: 31.25vw;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  position: absolute;
  width: 31.94vw;
  right: 6.53vw;
}
/* line 83, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__left .block--text-image-right__close {
  opacity: 0;
  position: absolute;
  right: -9vw;
  top: calc((0.4rem + 0.5vw) * 4);
  z-index: 99;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}

.block--text-image-right__left .block--text-image-right__close2 {
  opacity: 0;
  position: absolute;
  right: -9vw;
  top: calc((0.4rem + 0.5vw) * 4);
  z-index: 99;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}
/* line 92, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__left .block--text-image-right__close svg {
  width: calc((0.4rem + 0.5vw) * 2.5);
  height: calc((0.4rem + 0.5vw) * 2.5);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.block--text-image-right__left .block--text-image-right__close2 svg {
  width: calc((0.4rem + 0.5vw) * 2.5);
  height: calc((0.4rem + 0.5vw) * 2.5);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
/* line 100, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__right {
  overflow: hidden;
}

/* line 103, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__right .block--text-image-right__figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  margin-bottom: 0;
}

.block--text-image-right__right .block--text-image-right__figure2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  margin-bottom: 0;
}
/* line 114, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__right .block--text-image-right__figure .block--text-image-right__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}

.block--text-image-right__right .block--text-image-right__figure2 .block--text-image-right__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}
/* line 123, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__right .block--text-image-right__figure .block--text-image-right__img.scrollmagic-parallax {
  top: -10%;
  height: calc(100% + 20%);
}

.block--text-image-right__right .block--text-image-right__figure2 .block--text-image-right__img.scrollmagic-parallax {
  top: -10%;
  height: calc(100% + 20%);
}
/* line 137, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__display2 {
  background: #fdfdfd;
}

/* line 140, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__display2 .block--text-image-right__left {
  padding-top: calc((0.4rem + 0.5vw) * 7.5);
  padding-left: 10.69vw;
  padding-bottom: calc((0.4rem + 0.5vw) * 7.5);
  position: relative;
  z-index: 9;
}

/* line 149, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__title {
  color: #54565b;
  height: 40.27vw;
}

/* line 153, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__title span {
  color: #00acbb;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}

/* line 160, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more {
  color: #00acbb;
  position: absolute;
  top: 50%;
  left: 30%;
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}
.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more2 {
  color: #00A7B5;
  position: absolute;
  top: 50%;
  left: 30%;
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}

.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more3 {
  color: #00A7B5;
  position: absolute;
  top: 50%;
  left: 30%;
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}
/* line 170, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more svg path,
.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more svg rect {
  fill: #00acbb;
}

.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more2 svg path,
.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more2 svg rect {
  fill: #00A7B5;
}

.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more3 svg path,
.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more3 svg rect {
  fill: #00A7B5;
}
/* line 178, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__translate-content2 {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fdfdfd;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__translate-content22 {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fdfdfd;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 191, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__translate-content2 .block--text-image-right__description {
  max-width: 27.43vw;
  color: #00acbb;
  right: 4.58vw;
}

.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__translate-content2 .block--text-image-right__description2 {
  max-width: 27.43vw;
  color: #00acbb;
  right: 4.58vw;
}
.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__translate-content22 .block--text-image-right__description {
  max-width: 27.43vw;
  color: #00acbb;
  right: 4.58vw;
}
.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__translate-content22 .block--text-image-right__description2 {
  max-width: 27.43vw;
  color: #54565b;
  right: 4.58vw;
}
/* line 203, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__close svg path {
  fill: #00acbb;
}

.block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__close2 svg path {
  fill: #00acbb;
}
/* line 213, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__display2 .block--text-image-right__line.c-sa__box--height:before {
  background: #00A7B5 !important;
}

/* line 216, resources/views/blocks/text-image-right/assets/style.scss */

.c-sa.sa.sa-init .block--text-image-right__display2 .block--text-image-right__line.c-sa__box--height:before {
  background: #00A7B5;
}

/* line 224, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right__display2 .block--text-image-right__anchor {
  color: #54565b;
  background: #fdfdfd;
}

/* line 234, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right .arrow {
  max-width: 6vw;
  margin: 0 auto;
}

/* line 238, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right .arrow rect {
  fill: #fdfdfd;
}

/* line 244, resources/views/blocks/text-image-right/assets/style.scss */

.block--text-image-right .hide2,
.block--text-image-right .show2 {
  cursor: url('link.cur'), pointer;
}

.block--text-image-right .hide4,
.block--text-image-right .show4 {
  cursor: url('link.cur'), pointer;
}
@media screen and (max-width: 992px) {
  /* line 251, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__left .block--text-image-right__close {
    top: calc((0.4rem + 0.5vw) * 7.5) !important;
  }
  
  .block--text-image-right__left .block--text-image-right__close2 {
    top: calc((0.4rem + 0.5vw) * 7.5) !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 1, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right {
    padding: calc((0.4rem + 0.5vw) * 6) 7vw calc((0.4rem + 0.5vw) * 10.5) 12.17vw;
    /************  Display 2 ***************/
  }

  /* line 261, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__left {
    padding: calc((0.4rem + 0.5vw) * 10.5) 0 0;
  }

  /* line 264, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__left .block--text-image-right__left-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }

  /* line 268, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    position: relative;
    text-align: center;
    margin-bottom: calc((0.4rem + 0.5vw) * 6);
  }

  /* line 275, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__title span {
    bottom: 2.5vw;
    right: 1.5vw;
    padding-left: 0;
  }

  /* line 282, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more {
    display: none;
  }

  .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more2 {
    display: none;
  }

  .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__read-more3 {
    display: none;
  }
  /* line 288, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__left .block--text-image-right__translate-content2 {
    position: relative;
    display: block;
    background: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .block--text-image-right__left .block--text-image-right__translate-content22 {
    position: relative;
    display: block;
    background: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 294, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__left .block--text-image-right__translate-content2 .block--text-image-right__description {
    display: block;
    text-align: center;
    max-width: 100vw;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    opacity: 1;
    right: 0;
  }

  .block--text-image-right__left .block--text-image-right__translate-content22 .block--text-image-right__description {
    display: block;
    text-align: center;
    max-width: 100vw;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    opacity: 1;
    right: 0;
  }
  
  .block--text-image-right__left .block--text-image-right__translate-content2 .block--text-image-right__description2 {
    display: block;
    text-align: center;
    max-width: 100vw;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    opacity: 1;
    right: 0;
  }

  .block--text-image-right__left .block--text-image-right__translate-content22 .block--text-image-right__description2 {
    display: block;
    text-align: center;
    max-width: 100vw;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    opacity: 1;
    right: 0;
  }
  /* line 309, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 312, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__right .block--text-image-right__figure {
    height: calc(77.5vw * 718 / 496);
  }

  .block--text-image-right__right .block--text-image-right__figure2 {
    height: calc(77.5vw * 718 / 496);
  }
  /* line 317, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right .text-rotation {
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }

  /* line 325, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__display2 .block--text-image-right__left {
    padding-left: 0;
    padding-bottom: 0;
  }

  /* line 331, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__title {
    height: auto;
  }

  /* line 334, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__left-content .block--text-image-right__title span {
    color: #00acbb;
    right: 0;
    padding-left: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }

  /* line 343, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__translate-content2 {
    position: relative;
    display: block;
    background: none;
  }

  .block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__translate-content22 {
    position: relative;
    display: block;
    background: none;
  }
  /* line 348, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__translate-content2 .block--text-image-right__description {
    max-width: 100vw;
    right: 0;
  }

  .block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__translate-content22 .block--text-image-right__description {
    max-width: 100vw;
    right: 0;
  }
  
  .block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__translate-content2 .block--text-image-right__description2 {
    max-width: 100vw;
    right: 0;
  }

  .block--text-image-right__display2 .block--text-image-right__left .block--text-image-right__translate-content22 .block--text-image-right__description2 {
    max-width: 100vw;
    right: 0;
  }
  /* line 356, resources/views/blocks/text-image-right/assets/style.scss */

  .block--text-image-right .scrollmagic-parallax {
    top: 0 !important;
    height: inherit !important;
  }
}

/* line 1, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation {
  position: relative;
  background: #fdfdfd;
  /*@media screen and (max-width:640px){

        &__title{
            @include generate-typography($primary-font, normal, normal, 8.4rem, 114.2%, normal, $secondary-color, none, true, horizontal-tb, inherit);
        }

        &__description{
            @include generate-typography($secondary-font, normal, normal, 1.4rem, 141.7%, 0.05em, $secondary-color, none, true, horizontal-tb, inherit);
        }
    }*/
}

/* line 8, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__figure1 {
  position: absolute;
  top: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35.55vw;
  z-index: 99;
  height: calc(40.55vw * 339 / 512);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  margin-bottom: 0;
  overflow: hidden;
}

.text-videowide .block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__figure1 {
  position: absolute;
  top: 10%;
  left: 90%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35.55vw;
  z-index: 2;
  height: calc(90.55vw * 339 / 512);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  margin-bottom: 0;
  overflow: hidden;
  opacity:.7;
}
/* line 21, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__figure1 .block--text-image-with-pattern-animation__image-absolute1 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*&.scrollmagic-parallax{
					top: -10%; // 90px = parallax_value / 2
					height: calc(100% + 160px); // 160px = parallax_value
				}*/
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}

/* line 38, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__left1 {
  background: #454E66;
  padding: calc((0.4rem + 0.5vw) * 12) 1rem calc((0.4rem + 0.5vw) * 10.5) 10.97vw;
}

/* line 42, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__left1 .block--text-image-with-pattern-animation__figure2 {
  position: absolute;
  width: 32.15vw;
  height: calc(32.15vw * 680 / 463);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  margin-bottom: 0;
  overflow: hidden;
}

/* line 51, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__left1 .block--text-image-with-pattern-animation__figure2 .block--text-image-with-pattern-animation__image-absolute2 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*&.scrollmagic-parallax{
                        top: 67px; // 67px = parallax_value / 2
                        height: calc(100% + 135px); // 135px = parallax_value
                    }*/
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;

}

/* line 68, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__left1 img {
  width: 32.15vw;
}

/* line 73, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__right1 {
  padding: calc((0.4rem + 0.5vw) * 1.75);
}

/* line 76, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__right1 .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* line 81, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__right1 .right-content .block--text-image-with-pattern-animation__title {
  position: relative;
  text-align: center;
  color: #454E66;
  margin: 0 auto;
}
/* line 87, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__right1 .right-content .block--text-image-with-pattern-animation__title span {
  /*position: absolute;*/
  top: 0.4vw;
  left: 0;
  font-family: "Didot";
  font-style: italic;
  font-weight: normal;
  font-size: calc((((((4.9 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  /*line-height: 3.6rem;*/
  letter-spacing: 0.05em;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  -webkit-transform: translateX(-80%);
       -o-transform: translateX(-80%);
          transform: translateX(-80%);
}

/* line 100, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__bottom {
  position: relative;
  background: #454E66;
  padding: calc((0.4rem + 0.5vw) * 9) calc((0.4rem + 0.5vw) * 9) 0 10.97vw;
}

/* line 107, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__bottom .block--text-image-with-pattern-animation__left2 .block--text-image-with-pattern-animation__description {
  color: #F4F0EB;
  width: 34.72vw;
  margin-bottom: calc((0.4rem + 0.5vw) * 27.5);
}

/* line 114, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__bottom .block--text-image-with-pattern-animation__right2 {
  text-align: center;
  z-index: 9;
}

/* line 118, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__bottom .block--text-image-with-pattern-animation__right2 .block--text-image-with-pattern-animation__figure3 {
  width: 34vw;
  position: absolute;
  height: calc(36.02vw * 754 / 520);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  overflow: hidden;
  left: 50%;
  /**/
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: -17%;
  /**/
}

/* line 140, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__bottom .block--text-image-with-pattern-animation__right2 .block--text-image-with-pattern-animation__figure3 .block--text-image-with-pattern-animation__image-absolute3 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}

/* line 149, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__bottom .block--text-image-with-pattern-animation__right2 .block--text-image-with-pattern-animation__figure3 .block--text-image-with-pattern-animation__image-absolute3.scrollmagic-parallax {
  top: -65px;
  height: calc(100% + 135px);
}

/* line 158, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__bottom .block--text-image-with-pattern-animation__stripes {
  z-index: 9999;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

/* line 170, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__bottom .block--text-image-with-pattern-animation__stripes .stripe {
  position: relative;
  width: 100vw;
  left: 0;
}

/* line 176, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__bottom .block--text-image-with-pattern-animation__stripes .stripe svg {
  padding: 0;
  width: 100vw;
  height: auto;
  
  /*opacity:.9;*/
}

/* line 185, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

.block--text-image-with-pattern-animation__anchor {
  color: #fdfdfd;
  background: #000;
}

@media screen and (max-width: 767px) {
  /* line 193, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

  .block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__figure1 {
    width: 59.06vw;
    height: calc(59.06vw * 339 / 512);
    top: -18vw;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 200, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

  .block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__left1 {
    background: #454E66;
    padding: calc((0.4rem + 0.5vw) * 7.5) 7vw calc((0.4rem + 0.5vw) * 10.5) 12.17vw;
  }

  /* line 204, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

  .block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__left1 .block--text-image-with-pattern-animation__figure2 {
    width: 75.47vw;
    height: calc(75.47vw * 680 / 463);
    margin: 0 auto;
  }

  /* line 211, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

  .block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__right1 {
    padding: calc((0.4rem + 0.5vw) * 1.75);
    background: #454E66;
  }

  /* line 215, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

  .block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__right1 .right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-left: 5vw;
  }

  /* line 221, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

  .block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__right1 .right-content .block--text-image-with-pattern-animation__title {
    text-align: center;
    margin: 0 auto;
    color: #F4F0EB;
  }

  /* line 226, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

  .block--text-image-with-pattern-animation__top .block--text-image-with-pattern-animation__right1 .right-content .block--text-image-with-pattern-animation__title span {
    color: #F4F0EB;
    bottom: 1em;
  }

  /* line 236, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

  .block--text-image-with-pattern-animation__bottom {
    background: #.block--text-image-with-pattern-animation__bottom;
    padding: calc((0.4rem + 0.5vw) * 6) 7vw calc((0.4rem + 0.5vw) * 1.75) 12.17vw;
  }

  /* line 242, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

  .block--text-image-with-pattern-animation__bottom .block--text-image-with-pattern-animation__left2 .block--text-image-with-pattern-animation__description {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .paragraph2 .paragraph6.rm-arrow__animate2 svg {
  margin: 0 auto;
  }
  /* line 251, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

  .block--text-image-with-pattern-animation__bottom .block--text-image-with-pattern-animation__right2 .block--text-image-with-pattern-animation__figure3 {
    position: relative;
    margin-top: 14vw;
    width: 62.5vw;
    height: calc(62.5vw * 754 / 520);
  }

  /* line 261, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

  .block--text-image-with-pattern-animation__bottom .block--text-image-with-pattern-animation__stripes {
    display: none;
  }

  /* line 266, resources/views/blocks/text-image-with-pattern-animation/assets/style.scss */

  .block--text-image-with-pattern-animation .scrollmagic-parallax {
    top: 0 !important;
    height: inherit !important;
  }
}

/* line 1, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern {
  position: relative;
  overflow: hidden;
  background: #fdfdfd;
}

/* line 7, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__left {
  text-align: center;
}

/* line 10, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__left .block--text-image-with-pattern__left-content {
  position: relative;
  padding-top: calc((0.4rem + 0.5vw) * 12);
  padding-left: 3.5vw;
  margin: 0 auto;
}

/* line 16, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__close {
  position: absolute;
  right: 6.25vw;
  top: calc((0.4rem + 0.5vw) * 12);
  z-index: 99;
  opacity: 0;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}

/* line 24, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__close svg {
  width: calc((0.4rem + 0.5vw) * 2.5);
  height: calc((0.4rem + 0.5vw) * 2.5);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* line 29, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__close svg path {
  fill: #454E66;
}

/* line 35, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__title {
  width: 31.25vw;
  margin: 0 auto calc((0.4rem + 0.5vw) * 4);
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  padding-right: 2.5vw;
}

/* line 42, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__title span {
  display: inline-block;
  position: relative;
  bottom: 2.5vw;
  font-family: "Didot";
  font-style: italic;
  font-weight: normal;
  font-size: calc((((((2.9 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 50, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__description {
  position: relative;
  width: 44vw;
  margin-bottom: calc((0.4rem + 0.5vw) * 25);
  -webkit-transform: translateX(-20%);
       -o-transform: translateX(-20%);
          transform: translateX(-20%);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  opacity: 0;
  padding-left: 7vw;
}

/* line 60, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__read-more {
  color: #16294B;
  text-align: center;
  margin: 0 auto;
  z-index: 99;
  position: absolute;
  top: 60%;
  left: 25vw;
  opacity: 1;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}

/* line 72, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__read-more svg path {
  fill: #16294B;
}

/* line 78, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__translate-content3 {
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 87, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__right {
  content: url(../images/grid.svg);
}

/* line 92, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__image-absolute {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 97, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__image-absolute .block--text-image-with-pattern__figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(50vw * 633 / 721);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  margin-bottom: 0;
}

/* line 108, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__image-absolute .block--text-image-with-pattern__figure .block--text-image-with-pattern__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*&.scrollmagic-parallax{
                    top: -10%; // 55px = parallax_value / 2
					height: calc(100% + 110px); // 110px = parallax_value
				}*/
				
	-webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
		
}

/* line 130, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.c-sa.sa.sa-init .block--text-image-with-pattern__line.c-sa__box--height:before {
  background: #454E66;
}

/* line 138, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern__anchor {
  color: #454E66;
  background: #fdfdfd;
}

/* line 143, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern #hide3,
.block--text-image-with-pattern #show3 {
  cursor: url('link.cur'), pointer;
}

/* line 147, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern .align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-align: center;
  position: relative;
}

/* line 155, resources/views/blocks/text-image-with-pattern/assets/style.scss */

.block--text-image-with-pattern .arrow {
  max-width: 7vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  /* line 162, resources/views/blocks/text-image-with-pattern/assets/style.scss */

  .block--text-image-with-pattern__left {
    padding: calc((0.4rem + 0.5vw) * 15) 7vw calc((0.4rem + 0.5vw) * 20) 12.17vw;
    text-align: center;
    width: 100%;
  }

  /* line 167, resources/views/blocks/text-image-with-pattern/assets/style.scss */

  .block--text-image-with-pattern__left .block--text-image-with-pattern__left-content {
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  /* line 173, resources/views/blocks/text-image-with-pattern/assets/style.scss */

  .block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__title,
  .block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__description {
    width: 100%;
    padding: 0;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    margin: 0;
    opacity: 1;
  }

  /* line 181, resources/views/blocks/text-image-with-pattern/assets/style.scss */

  .block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__title {
    margin-bottom: calc((0.4rem + 0.5vw) * 6);
  }

  /* line 185, resources/views/blocks/text-image-with-pattern/assets/style.scss */

  .block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__read-more,
  .block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__close {
    display: none;
  }

  /* line 189, resources/views/blocks/text-image-with-pattern/assets/style.scss */

  .block--text-image-with-pattern__left .block--text-image-with-pattern__left-content .block--text-image-with-pattern__translate-content3 {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 195, resources/views/blocks/text-image-with-pattern/assets/style.scss */

  .block--text-image-with-pattern__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 77.34vw;
	display: none;
  }

  /* line 202, resources/views/blocks/text-image-with-pattern/assets/style.scss */

  .block--text-image-with-pattern__image-absolute {
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    /*img{
                width: 70vw;//79.68vw;
                margin: 0 auto;
            }*/
  }

  /* line 211, resources/views/blocks/text-image-with-pattern/assets/style.scss */

  .block--text-image-with-pattern__image-absolute .block--text-image-with-pattern__figure {
    width: 65vw;
    height: 65vw;
    margin: 0 auto;
    overflow: hidden;
    margin-left: 21vw;
  }

  /* line 220, resources/views/blocks/text-image-with-pattern/assets/style.scss */

  .block--text-image-with-pattern .align-center {
    padding-top: calc((0.4rem + 0.5vw) * 7.5);
  }

  /* line 224, resources/views/blocks/text-image-with-pattern/assets/style.scss */

  .block--text-image-with-pattern .scrollmagic-parallax {
    top: 0 !important;
    height: inherit !important;
  }
}

/*.wrapper {
    height: 2000px;
    z-index: 999999;

    svg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 30%;
    }
}*/

/* line 1, resources/views/blocks/text-video/assets/style.scss */

.block--text-video {
  padding-top: calc((0.4rem + 0.5vw) * 15);
  position: relative;
  background: #fdfdfd;
}

/* line 8, resources/views/blocks/text-video/assets/style.scss */

.block--text-video__title,
.block--text-video__description {
  color: #454E66;
  text-align: center;
  padding-left: 9.38vw;
  padding-right: 8.99vw;
}
.block--text-video__description span {
  color: #00acbb;
}
/* line 17, resources/views/blocks/text-video/assets/style.scss */

.block--text-video__title span {
  display: inline-block;
  position: relative;
  bottom: 2.5vw;
  font-family: "Didot";
  font-style: italic;
  font-weight: normal;
  font-size: calc((((((2.9 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #454E66;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 25, resources/views/blocks/text-video/assets/style.scss */

.block--text-video__description {
  padding-top: calc((0.4rem + 0.5vw) * 7.5);
  margin-bottom: calc((0.4rem + 0.5vw) * 15);
}

/* line 30, resources/views/blocks/text-video/assets/style.scss */

.block--text-video__lightbox {
  display: block;
  width: 37.15vw;
  height: calc((0.4rem + 0.5vw) * 30);
  float: right;
  position: relative;
  background-size: cover;
  z-index: 9;
}

/* line 39, resources/views/blocks/text-video/assets/style.scss */

.block--text-video__lightbox svg {
  fill: #fff;
  position: absolute;
  width: calc((0.4rem + 0.5vw) * 2);
  height: calc((0.4rem + 0.5vw) * 2);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 50, resources/views/blocks/text-video/assets/style.scss */

.block--text-video__lightbox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc((0.4rem + 0.5vw) * 9);
  height: calc((0.4rem + 0.5vw) * 9);
  background: none;
  border: solid #fff 1px;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 64, resources/views/blocks/text-video/assets/style.scss */

.block--text-video__lightbox .block--text-video__text_video {
  position: absolute;
  bottom: -30%;
  left: 0;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
  color: #B55D56;
  font-weight: 900;
  width: 100%;
  text-align: center;
}

/* line 78, resources/views/blocks/text-video/assets/style.scss */

.no-touchevents .block--text-video__lightbox {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

/* line 81, resources/views/blocks/text-video/assets/style.scss */

.no-touchevents .block--text-video__lightbox:hover {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}

/* line 84, resources/views/blocks/text-video/assets/style.scss */

.no-touchevents .block--text-video__lightbox:hover:before {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.08);
       -o-transform: translateX(-50%) translateY(-50%) scale(1.08);
          transform: translateX(-50%) translateY(-50%) scale(1.08);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
}

/* line 94, resources/views/blocks/text-video/assets/style.scss */

.block--text-video__image-right {
  display: block;
  float: right;
  position: relative;
  background-size: cover;
  z-index: 9;
  position: relative;
  width: 37.15vw;
  height: calc(100 * 37.15vw / 150);
  overflow: hidden;
}

/* line 105, resources/views/blocks/text-video/assets/style.scss */

.block--text-video__image-right .block--text-video__image-absolute3 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}

/* line 117, resources/views/blocks/text-video/assets/style.scss */

.block--text-video__grid-absolute {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28.13vw;
  height: 45.1vw;
  -webkit-transform: translateX(23%);
       -o-transform: translateX(23%);
          transform: translateX(23%);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}

/* line 125, resources/views/blocks/text-video/assets/style.scss */

.block--text-video__grid-absolute svg {
  width: 77%;
  height: 100%;
}

/* line 129, resources/views/blocks/text-video/assets/style.scss */

.block--text-video__grid-absolute svg path {
  fill: #00acbb;
}

/* line 140, resources/views/blocks/text-video/assets/style.scss */

.c-sa.sa.sa-init .block--text-video__line.c-sa__box--height:before {
  background: #00A7B5;
}

/* line 149, resources/views/blocks/text-video/assets/style.scss */

.block--text-video__anchor {
  color: #00acbb;
  background: #fdfdfd;
}

@media screen and (max-width: 767px) {
  /* line 1, resources/views/blocks/text-video/assets/style.scss */

  .block--text-video {
    padding-top: calc((0.4rem + 0.5vw) * 10.5);
    padding-bottom: calc((0.4rem + 0.5vw) * 10.5);
    padding-left: 5.17vw;
  }

  /* line 166, resources/views/blocks/text-video/assets/style.scss */

  .block--text-video__title {
    margin-top: 3rem;
    margin-bottom: calc((0.4rem + 0.5vw) * 7.5);
  }

  /* line 171, resources/views/blocks/text-video/assets/style.scss */

  .block--text-video__description {
    padding-top: calc((0.4rem + 0.5vw) * 7.5);
    margin-bottom: 0;
  }

  /* line 176, resources/views/blocks/text-video/assets/style.scss */

  .block--text-video .mobile-end {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 180, resources/views/blocks/text-video/assets/style.scss */

  .block--text-video__lightbox {
    float: initial;
    margin: 0 auto;
    width: 84.84vw;
    height: calc(84.84vw * 319.61 / 536.88);
    -webkit-transition: all ease 1.2s;
    -o-transition: all ease 1.2s;
    transition: all ease 1.2s;
  }

  /* line 187, resources/views/blocks/text-video/assets/style.scss */

  .block--text-video__lightbox .block--text-video__text_video {
    display: none;
  }

  /* line 192, resources/views/blocks/text-video/assets/style.scss */

  .block--text-video__grid-absolute {
    display: none;
  }

  /* line 196, resources/views/blocks/text-video/assets/style.scss */

  .block--text-video__image-right {
    position: relative;
    width: 75.47vw;
    height: calc(75.47vw * 100 / 150);
    margin: 0 auto;
    overflow: hidden;
    float: none;
  }
}

/*.fancybox-is-open .fancybox-bg{
    //opacity: 1;
    background: $primary-color;
}*/

/* line 1, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text {
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  position: relative;
  background: #fdfdfd;
  overflow: hidden;
}

/* line 8, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__right-content {
  position: absolute;
  top: 8.68vw;
  right: 0;
  z-index: 9999;
}

/* line 14, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__right-content .block--three-images-and-text__title {
  color: #232323;
  text-align: center;
  z-index: 9;
  margin: 0 auto calc((0.4rem + 0.5vw) * 12) -1vw;
  -webkit-transform: translateY(30%);
       -o-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  width: 100%;
}

/* line 23, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__right-content .block--three-images-and-text__title:first-line {
  padding-left: 1vw;
}

/* line 27, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__right-content .block--three-images-and-text__title span {
  display: inline-block;
  position: relative;
  bottom: 2.5vw;
  font-family: "Didot";
  font-style: italic;
  font-weight: normal;
  font-size: calc((((((3.2 - 1.4) * 100) / 1440) * 10) * 1vw) + (1.4 * 1rem));
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: none;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
}

/* line 35, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__right-content .block--three-images-and-text__read-more {
  color: #00acbb;
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
  text-align: center;
}

/* line 47, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__right-content .block--three-images-and-text__read-more svg path,
.block--three-images-and-text__right-content .block--three-images-and-text__read-more svg rect {
  fill: #00acbb;
}

/* line 55, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__translate-content5 {
  position: relative;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  z-index: 9;
}

/* line 61, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__translate-content5:before {
  content: "";
  position: absolute;
  background: #00acbb;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 71, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__translate-content5 .block--three-images-and-text__figure1 {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(35.42vw * 294 / 510);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  overflow: hidden;
  z-index: 9999;
}

/* line 81, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__translate-content5 .block--three-images-and-text__figure1 .block--three-images-and-text__image1 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}

/* line 90, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__translate-content5 .block--three-images-and-text__figure1 .block--three-images-and-text__image1.scrollmagic-parallax {
  top: -25px;
  height: calc(100% + 50px);
}

/* line 97, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__translate-content5 .block--three-images-and-text__figure2 {
  width: 0;
  position: absolute;
  top: calc((0.4rem + 0.5vw) * 12);
  left: 19.1vw;
  height: calc(33.26vw * 316 / 479);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  overflow: hidden;
  z-index: 999;
}

/* line 108, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__translate-content5 .block--three-images-and-text__figure2 .block--three-images-and-text__image2 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* décommenter pour supprimer l'effet flottant de l'image */
  /*&.scrollmagic-parallax{
                    top: -30%; // 65px = parallax_value / 2
                    height: calc(100% + 135px); // 135px = parallax_value
                }*/
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}

/* line 125, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__translate-content5 .block--three-images-and-text__figure3 {
  width: 26.25vw;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  overflow: hidden;
  z-index: 99;
  opacity: 0;
  cursor: none;
}

/* line 137, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__translate-content5 .block--three-images-and-text__figure3 .block--three-images-and-text__image3 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}

/* line 146, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__translate-content5 .block--three-images-and-text__figure3 .block--three-images-and-text__image3.scrollmagic-parallax {
  top: -25px;
  height: calc(100% + 50px);
}

/* line 153, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__translate-content5 .block--three-images-and-text__description {
  position: relative;
  color: #000;
  width: 76.38vw;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4.93vw;
  column-gap: 4.93vw;
  left: 19.1vw;
  padding-top: 26.66vw;
  padding-bottom: calc((0.4rem + 0.5vw) * 10.5);
  z-index: 999;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transform: translateX(-7vw);
       -o-transform: translateX(-7vw);
          transform: translateX(-7vw);
}
 #the-africa-whisperer .block--three-images-and-text__translate-content5 .block--three-images-and-text__description::selection {
  color: #fdfdfd;
  background: #00acbb;
}
/* line 171, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__translate-content5 .block--three-images-and-text__description .column-padding {
  display: block;
  height: 8vw;
}

/* line 178, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text .block--three-images-and-text__close {
  position: absolute;
  right: calc((0.4rem + 0.5vw) * 5);
  top: calc((0.4rem + 0.5vw) * 5);
  z-index: 9999;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  opacity: 0;
}

/* line 186, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text .block--three-images-and-text__close svg {
  width: calc((0.4rem + 0.5vw) * 2.5);
  height: calc((0.4rem + 0.5vw) * 2.5);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* line 191, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text .block--three-images-and-text__close svg path {
  fill: #454E66;
}

/* line 197, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text .block--three-images-and-text__figure_close {
  width: 30.90vw;
  position: absolute !important;
  top: calc((0.4rem + 0.5vw) * 9);
  left: 11.66vw;
  height: calc(30.90vw * 630 / 445);
  overflow: hidden;
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}

/* line 207, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text .block--three-images-and-text__figure_close .block--three-images-and-text__image_close {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}

/* line 216, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text .block--three-images-and-text__figure_close .block--three-images-and-text__image_close.scrollmagic-parallax {
  top: -65px;
  height: calc(100% + 135px);
}

/* line 224, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text #hide5,
.block--three-images-and-text #show5 {
  cursor: url('link.cur'), pointer;
}

/* line 228, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text figure {
  position: relative;
  margin: 0;
}

/* line 233, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__line-top {
  position: absolute;
  width: 1px;
  height: calc((0.4rem + 0.5vw) * 12);
  background: #00A7B5;
  top: 0;
  left: 4.514vw;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
}

/* line 245, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__line-bottom {
  position: absolute;
  width: 1px;
  height: 33%;
  background: #00A7B5;
  bottom: 0;
  left: 4.514vw;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
}

/* line 256, resources/views/blocks/three-images-and-text/assets/style.scss */

.block--three-images-and-text__anchor {
  color: #54565b;
  background: none;
}

@media screen and (max-width: 767px) {
  /* line 1, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text {
    background: #00acbb;
    overflow: initial;
  }

  /* line 267, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text__line-top,
  .block--three-images-and-text__line-bottom {
    left: 5.17vw;
    background: #000;
  }

  /* line 272, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text__line-bottom {
    height: 65%;
  }

  /* line 276, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text__anchor {
    color: #000;
  }

  /* line 280, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text .block--three-images-and-text__read-more,
  .block--three-images-and-text .block--three-images-and-text__figure_close {
    display: none;
  }

  /* line 284, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text__right-content {
    top: 106vw;
  }

  /* line 287, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text__right-content .block--three-images-and-text__title {
    position: relative;
    padding-left: 5.17vw;
    margin: 0 auto;
    z-index: 999;
    width: 75vw;
    text-align: center;
    float: initial;
  }

  /* line 300, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text__translate-content5 {
    position: relative;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    padding-top: 1%;
  }

  /* line 305, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text__translate-content5 .block--three-images-and-text__figure1,
  .block--three-images-and-text__translate-content5 .block--three-images-and-text__figure2,
  .block--three-images-and-text__translate-content5 .block--three-images-and-text__figure3 {
    position: relative;
  }

  /* line 309, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text__translate-content5 .block--three-images-and-text__figure1 {
    margin-top: -11%;
    width: 86.25vw;
    height: calc(86.25vw * 294 / 510);
    -webkit-transform: translateX(-7%);
         -o-transform: translateX(-7%);
            transform: translateX(-7%);
    z-index: 999;
    opacity: 1;
  }

  /* line 318, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text__translate-content5 .block--three-images-and-text__figure2 {
    margin-top: -11%;
    margin-left: 0;
    top: 0;
    left: 25.62vw;
    width: 95.31vw;
    height: calc(95.31vw * 316 / 479);
  }

  /* line 327, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text__translate-content5 .block--three-images-and-text__figure3 {
    position: absolute;
    margin-top: 11%;
    margin-left: -18%;
    width: 54.53vw;
    height: calc(54.53vw * 501 / 377);
    bottom: initial;
    opacity: 1;
	display: none;
  }

  /* line 337, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text__translate-content5 .block--three-images-and-text__description {
    position: relative;
    width: 83vw;
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 1;
    text-align: center;
    margin: 0 auto;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    margin: 0;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    padding: 45vw 7vw calc((0.4rem + 0.5vw) * 9) 12.17vw;
  }

  /* line 353, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text__translate-content5 .block--three-images-and-text__description .column-padding {
    display: none;
  }

  /* line 361, resources/views/blocks/three-images-and-text/assets/style.scss */

  .block--three-images-and-text .scrollmagic-parallax {
    top: 0 !important;
    height: inherit !important;
  }
}

/* line 1, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text {
  position: relative;
  background: #e7eaef;
}

/* line 6, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left {
  text-align: center;
  padding-top: calc((0.4rem + 0.5vw) * 10.5);
  position: relative;
  /*.block--two-images-and-text__read-more{
            margin-bottom: $spacer-24;
        }*/
}

/* line 11, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left .block--two-images-and-text__title,
.block--two-images-and-text__left .block--two-images-and-text__description,
.block--two-images-and-text__left .block--two-images-and-text__link {
  width: 36.11vw;
  margin: 0 auto;
}
.block--text__link {
  width: 36.11vw;
  margin: 0 auto;
}
/* line 16, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left .block--two-images-and-text__title {
  margin-bottom: calc((0.4rem + 0.5vw) * 45);
}

/* line 20, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left .block--two-images-and-text__translate-content7 {
  width: 100%;
  position: absolute;
  top: 48%;
  left: 0;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
}

/* line 29, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left .block--two-images-and-text__description {
  margin-bottom: calc((0.4rem + 0.5vw) * 3);
}

/* line 37, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left .block--two-images-and-text__read-more {
  color: #454E66;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}

/* line 48, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left .block--two-images-and-text__read-more svg path,
.block--two-images-and-text__left .block--two-images-and-text__read-more svg rect {
  fill: #454E66;
}

/* line 56, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left .block--two-images-and-text__link .content-link {
  display: inline-block;
  position: relative;
}
.block--text__link .content-link {
  display: inline-block;
  position: relative;
}
/* line 62, resources/views/blocks/two-images-and-text/assets/style.scss */

.no-touchevents .block--two-images-and-text__left .block--two-images-and-text__link .content-link:hover a {
  color: #00acbb;
}
.no-touchevents .block--two-images-and-text__left .block--two-images-and-text__link .content-link:hover span {
  color: #00acbb;
}
.block--text__link .content-link:hover a {
  color: #00acbb;
}
/* line 66, resources/views/blocks/two-images-and-text/assets/style.scss */

.no-touchevents .block--two-images-and-text__left .block--two-images-and-text__link .content-link:hover path,
.no-touchevents .block--two-images-and-text__left .block--two-images-and-text__link .content-link:hover rect {
  fill: #00acbb;
}

.no-touchevents .block--text__link .content-link:hover path,
.no-touchevents .block--text__link .content-link:hover rect {
  fill: #00acbb;
}

/* line 72, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left .block--two-images-and-text__link .content-link a {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  font-style: italic;
}
.block--two-images-and-text__left .block--two-images-and-text__link .content-link span {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  font-style: italic;
}
.block--text__link .content-link a {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  font-style: italic;
}
/* line 76, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left .block--two-images-and-text__link .content-link a b {
  font-style: normal;
}
.block--text__link .content-link a b {
  font-style: normal;
}
/* line 80, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left .block--two-images-and-text__link .content-link a svg {
  display: block;
  position: absolute;
  bottom: -1%;
  margin-left: calc((0.4rem + 0.5vw) * 4);
}

.block--text__link .content-link a svg {
  display: block;
  position: absolute;
  bottom: -1%;
  margin-left: calc((0.4rem + 0.5vw) * 4);
}
/* line 90, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left .block--two-images-and-text__link.rm-arrow__animate svg {
  padding-top: 0;
  max-width: 7.4rem;
  display: block;
  left: 22.5%;
}

.block--text__link.rm-arrow__animate svg {
  padding-top: 0;
  max-width: 7.4rem;
  display: block;
  left: 22.5%;
}
/* line 99, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left .block--two-images-and-text__close {
  position: absolute;
  top: calc((0.4rem + 0.5vw) * 10.5);
  right: calc((0.4rem + 0.5vw) * 9);
  z-index: 99;
  opacity: 0;
}

/* line 106, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left .block--two-images-and-text__close svg {
  width: calc((0.4rem + 0.5vw) * 2.5);
  height: calc((0.4rem + 0.5vw) * 2.5);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* line 111, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__left .block--two-images-and-text__close svg path {
  fill: #454E66;
}

/* line 119, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__img1 {
  width: 42.43vw;
  float: right;
}

/* line 124, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__figure {
  width: 22.5vw;
  position: absolute !important;
  height: calc(22.5vw * 314.47 / 266);
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  transition: all ease 1.2s;
  overflow: hidden;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0;
}

/* line 136, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__figure .block--two-images-and-text__img2 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*&.scrollmagic-parallax{
                top: -40px; // 40px = parallax_value / 2
                height: calc(100% + 80px); // 80px = parallax_value
            }*/
			
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}

/* line 157, resources/views/blocks/two-images-and-text/assets/style.scss */

.c-sa.sa.sa-init .block--two-images-and-text__line.c-sa__box--height:before {
  background: #54565b;
}

/* line 165, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text__anchor {
  color: #54565b;
  background: #e7eaef;
}

/* line 170, resources/views/blocks/two-images-and-text/assets/style.scss */

.block--two-images-and-text #hide7,
.block--two-images-and-text #show7 {
  cursor: url('link.cur'), pointer;
}

@media screen and (max-width: 767px) {
  /* line 1, resources/views/blocks/two-images-and-text/assets/style.scss */

  .block--two-images-and-text {
    padding-left: 5.17vw;
  }

  /* line 178, resources/views/blocks/two-images-and-text/assets/style.scss */

  .block--two-images-and-text__left {
    padding-top: calc((0.4rem + 0.5vw) * 9);
  }

  /* line 181, resources/views/blocks/two-images-and-text/assets/style.scss */

  .block--two-images-and-text__left .block--two-images-and-text__title,
  .block--two-images-and-text__left .block--two-images-and-text__description,
  .block--two-images-and-text__left .block--two-images-and-text__link {
    width: 100%;
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .block--text__link {
    width: 100%;
    padding-right: 7vw;
    padding-left: 7vw;
  }
  /* line 187, resources/views/blocks/two-images-and-text/assets/style.scss */

  .block--two-images-and-text__left .block--two-images-and-text__title {
    margin-bottom: calc((0.4rem + 0.5vw) * 6);
  }

  /* line 191, resources/views/blocks/two-images-and-text/assets/style.scss */

  .block--two-images-and-text__left .block--two-images-and-text__translate-content7 {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    margin-bottom: calc((0.4rem + 0.5vw) * 6);
  }

  /* line 199, resources/views/blocks/two-images-and-text/assets/style.scss */

  .block--two-images-and-text__left .block--two-images-and-text__description {
    margin-bottom: calc((0.4rem + 0.5vw) * 3);
  }

  /* line 203, resources/views/blocks/two-images-and-text/assets/style.scss */

  .block--two-images-and-text__left .block--two-images-and-text__read-more {
    display: none;
  }

  /* line 209, resources/views/blocks/two-images-and-text/assets/style.scss */

  .block--two-images-and-text__img1 {
    width: 69.69vw;
    float: initial;
    display: block;
    margin: 0 auto;
  }

  /* line 216, resources/views/blocks/two-images-and-text/assets/style.scss */

  .block--two-images-and-text__figure {
    position: relative !important;
    float: right;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    width: 39.06vw;
    height: calc(39.06vw * 314.47 / 266);
    margin-top: -14%;
  }

  /* line 226, resources/views/blocks/two-images-and-text/assets/style.scss */

  .block--two-images-and-text__link svg {
    left: 50% !important;
  }

  .block--text__link svg {
    left: 50% !important;
  }
  /* line 231, resources/views/blocks/two-images-and-text/assets/style.scss */

  .block--two-images-and-text .scrollmagic-parallax {
    top: 0 !important;
    height: inherit !important;
  }
}
/**
 * Skipped minification because the original files appears to be already minified.
 * Original file: /npm/@ashthornton/asscroll@2.0.11/css/index.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/**html{scrollbar-width:none!important;}body{-ms-overflow-style:none;}body::-webkit-scrollbar{width:0!important;height:0!important;}*/

.asscrollbar:hover > div, .asscrollbar.show > div, .asscrollbar.active > div {
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}

.is-inview {    
      -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}

html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}
.lenis.lenis-smooth {
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 1000ms cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	will-change: transform;
}
html[data-scroll-orientation="vertical"] {
    
        overflow-x: hidden;}
    

/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth{overflow: hidden}
html.has-scroll-dragging{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}
.has-scroll-smooth body{overflow: hidden}
.has-scroll-smooth [data-scroll-container]{min-height: 100vh}
.c-scrollbar{position: absolute;right: 0;top: 0;width: 11px;height: 100vh;transform-origin: center right;transition: transform 0.3s, opacity 0.3s;opacity: 0}
.c-scrollbar:hover{transform: scaleX(1.45)}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar{opacity: 1}
.c-scrollbar_thumb{position: absolute;top: 0;right: 0;background-color: black;opacity: 0.5;width: 7px;border-radius: 10px;margin: 2px;cursor: -webkit-grab;cursor: grab}
.has-scroll-dragging .c-scrollbar_thumb{cursor: -webkit-grabbing;cursor: grabbing}


.has-scroll-smooth [data-scroll-container], .has-scroll-smooth [data-scroll-container] .card.is-inview, .has-scroll-smooth [data-scroll-container] .center.is-inview, .has-scroll-smooth [data-scroll-container] .img .is-inview {-webkit-transition:-webkit-transform 1000ms cubic-bezier(.19,1,.22,1);transition:transform 1000ms cubic-bezier(.19,1,.22,1);-moz-transition:transform 1000ms cubic-bezier(.19,1,.22,1);backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;}

 .has-scroll-smooth [data-scroll-container] .burger.is-inview
 {-webkit-transition:-webkit-transform 1000ms cubic-bezier(.19,1,.22,1),width 1000ms cubic-bezier(.19,1,.22,1);transition:transform 1000ms cubic-bezier(.19,1,.22,1),width 1000ms cubic-bezier(.19,1,.22,1);-moz-transition:transform 1000ms cubic-bezier(.19,1,.22,1),width 1000ms cubic-bezier(.19,1,.22,1);backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;}
 
 .has-scroll-smooth [data-scroll-container] .heading.is-inview, .has-scroll-smooth [data-scroll-container] .heading.is-inview span
 {-webkit-transition:-webkit-transform 1000ms cubic-bezier(.19,1,.22,1),translate3d 1000ms cubic-bezier(.19,1,.22,1);transition:transform 1000ms cubic-bezier(.19,1,.22,1),translate3d 1000ms cubic-bezier(.19,1,.22,1);-moz-transition:transform 1000ms cubic-bezier(.19,1,.22,1),translate3d 1000ms cubic-bezier(.19,1,.22,1);backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;}
/*# sourceMappingURL=main.css.map*/


.mf-cursor.-color-white{color: #fdfdfd}.mf-cursor.-color-white-d{color: #f7f2f2}.mf-cursor.-color-black{color: #454E66}.mf-cursor.-color-black-d{color: #000000}.mf-cursor.-color-main1{color: #00A7B5}.mf-cursor.-color-main2{color: #454E66}.mf-cursor.-color-trans{color: transparent}@supports(mix-blend-mode: normal){.mf-cursor.-color-exclusion{mix-blend-mode:exclusion}.mf-cursor.-color-exclusion:before{background:#fff}.mf-cursor.-color-exclusion.-color-black-d{mix-blend-mode:normal}.mf-cursor.-color-exclusion.-color-black-d:before{background:#000000}.mf-cursor.-color-exclusion.-color-main1{mix-blend-mode:normal}.mf-cursor.-color-exclusion.-color-main1:before{background:#00A7B5}.mf-cursor.-color-exclusion.-media{mix-blend-mode:lighten}.mf-cursor.-color-exclusion.-media:before{background:#000000}.mf-cursor.-color-exclusion.-inverse{mix-blend-mode:lighten}.mf-cursor.-color-exclusion.-inverse.-trans:before{background:transparent}.mf-cursor.-color-exclusion.-trans{mix-blend-mode:lighten}.mf-cursor.-color-exclusion.-trans:before{background:transparent}.mf-cursor.-color-exclusion.-trans.-color-main1:before{background:#00A7B5}.mf-cursor.-color-exclusion.-color-trans:before{background: transparent}.mf-cursor.-exclusion.-color-black-d:before{background: #000000}}
.mf-cursor{position:fixed;top:0;left:0;z-index:250;direction:ltr;contain:layout style size;pointer-events:none;transition:opacity .3s,color .4s}.mf-cursor:before{content:"";position:absolute;top:-24px;left:-24px;display:block;width:48px;height:48px;transform:scale(0.2);background:currentColor;border-radius:50%;transition:transform .25s ease-in-out,opacity .1s}.mf-cursor.-inverse{color:#fff}@supports(mix-blend-mode: exclusion){.mf-cursor.-exclusion{mix-blend-mode:exclusion;}.mf-cursor.-exclusion:before{background:#fff;}}.mf-cursor.-pointer:before{transform:scale(0.15)}.mf-cursor.-text:before{opacity:.85;transform:scale(1.7)}.mf-cursor.-text.-active:before{transform:scale(1.6);transition-duration:.2s}.mf-cursor.-icon:before{transform:scale(1.5)}.mf-cursor.-icon.-active:before{transform:scale(1.4)}.mf-cursor.-hidden:before{transform:scale(0)}.mf-cursor-text{position:absolute;top:-18px;left:-18px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transform:scale(0) rotate(10deg);opacity:0;color:#fff;font-size:16px;line-height:20px;text-align:center;transition:opacity .4s,transform .3s}.mf-cursor.-text .mf-cursor-text,.mf-cursor.-icon .mf-cursor-text{opacity:1;transform:scale(1)}.mf-cursor-media{position:absolute;width:250px;height:250px;margin:-125px 0 0 -125px}.mf-cursor-media img,.mf-cursor-media video{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:50%}@supports(object-fit: cover){.mf-cursor-media img,.mf-cursor-media video{position:static;width:100%;height:100%;object-fit:cover;transform:translateZ(0)}}.mf-cursor-media-box{position:relative;width:100%;height:100%;overflow:hidden;transform:scale(0) translateZ(0);padding:1px;opacity:0;border-radius:50%;transition:transform .35s,opacity .2s .2s}.mf-cursor.-media .mf-cursor-media-box{opacity:1;transform:scale(0.696);transition-duration:.4s,.4s;transition-delay:0s,0s}/*# sourceMappingURL=mouse-follower.min.css.map */


