/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 1em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0 0 1em;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

/* system */
html {
  background: #ffffff;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media print {
  html {
    background: #fff;
  }
}

body {
  padding: 0;
}
@media only screen and (max-width: 810px) {
  body {
    padding-top: 40px;
  }
}

body,
button,
input,
select,
textarea {
  font: 18px/1.5 "Muli", "Comic Sans", Arial, Helvetica, Verdana, sans-serif;
  color: #231f20;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}

/* end system */
/* type */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Bell MT", "Times New Roman", Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

a {
  color: #231f20;
  text-decoration: none;
}
a:hover {
  color: #231f20;
}
@media only screen and (max-width: 850px) {
  a {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

a,
.button,
.nav__trigger svg,
.mobile-menu__close svg,
.block:before,
.text-over-image__link:before,
.testimonials__footer span,
.arrow:before,
.arrow:after {
  transition: all 200ms linear;
}

@media only screen and (max-width: 660px) {
  .hide-on-mobile {
    display: none !important;
  }
  .mobile-no-top-padding {
    padding-top: 0 !important;
  }
}
.holder {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 1250px) {
  .holder {
    padding: 0 20px;
  }
}
.holder--large {
  max-width: 1200px;
}

.note {
  margin: 0 0 20px;
}
.paging {
  margin-bottom: 20px;
}

.pagination {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  margin: 0;
  display: inline-block;
  font-size: 18px;
}
.pagination li a, .pagination li span {
  display: block;
  padding: 3px 5px;
}

.fade-in-up {
  transition: all 1.5s;
  opacity: 0;
  transform: translateY(7vw);
}
.fade-in-up--active {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  transition: all 1.5s;
  opacity: 0;
}
.fade-in--active {
  opacity: 1;
}

.text--left {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.text--strike {
  text-decoration: line-through;
}

.form {
  width: 100%;
  position: relative;
}
.form__after-note {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.form__control {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #cecbcb;
  font-weight: 300;
}
.form textarea.form__control {
  height: 160px;
  resize: none;
}
.form select.form__control {
  padding: 10px 15px 25px 15px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzYyLjcgMjAzLjlsLTE1OS4xIDE0NGMtNi4xMjUgNS40NjktMTUuMzEgNS40NjktMjEuNDQgMEwyMS4yOSAyMDMuOUMxNC43MyAxOTcuMSAxNC4yIDE4Ny45IDIwLjEgMTgxLjNDMjYuMzggMTc0LjQgMzYuNSAxNzQuNSA0Mi43MyAxODAuMUwxOTIgMzE0LjVsMTQ5LjMtMTM0LjRjNi41OTQtNS44NzcgMTYuNjktNS4zNjEgMjIuNjIgMS4xODhDMzY5LjggMTg3LjkgMzY5LjMgMTk3LjEgMzYyLjcgMjAzLjl6Ii8+PC9zdmc+) no-repeat right 10px center/20px;
}
.form__label {
  cursor: pointer;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}
.form__row {
  margin: 0 0 20px;
  flex: 0 0 100%;
  position: relative;
}
.form__row--required .form__label:after {
  content: "*";
  display: inline-block;
  font-size: 80%;
  color: #c00;
}
.form__row--captcha, .form__row--buttons {
  flex: 0 0 50%;
  align-self: center;
}
.form__row--captcha {
  text-align: left;
}
.form__row--captcha .g-recaptcha {
  display: inline-block;
}
.form__row--buttons {
  text-align: right;
  margin-bottom: 0;
}

.footer {
  padding: 60px 0;
}
.footer__left, .footer__right {
  flex: 0 0 45%;
}
@media only screen and (max-width: 810px) {
  .footer__left, .footer__right {
    flex: 0 0 100%;
  }
}
.footer__left {
  flex-direction: column;
  font-size: 14px;
}
.footer__left .social {
  margin-bottom: 30px;
}
@media only screen and (max-width: 810px) {
  .footer__left {
    margin-bottom: 80px;
  }
  .footer__left .social {
    margin: 30px 0;
  }
}
.footer__right h5 {
  font-size: 18px;
  font-family: "Muli", "Comic Sans", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
  margin: 0 0 20px;
}

.copyright {
  font-size: 12px;
  margin-top: 10px;
}

.error__page--message {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}
.error__page--message:before {
  content: "404 Page Not Found";
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1;
  margin: 0 0 30px;
}
.error__page--message:after {
  content: "";
  display: block;
  height: 5px;
  width: 75px;
  margin: 15px auto;
  transform: translateY(-65px);
}

.image {
  background: no-repeat center center/cover;
}
.image__placeholder {
  display: block;
  width: 100%;
  visibility: hidden;
}

.mobile-menu {
  background-color: #fff;
  position: fixed;
  z-index: 30000;
  width: 100%;
  height: 100vh;
  overflow: auto;
  top: 0;
  left: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.51s cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
}
.mobile-menu--loaded {
  display: block;
}
.mobile-menu__inner {
  position: absolute;
  width: 100%;
  padding: 30px;
  overflow: auto;
  bottom: 0;
  left: 0;
}
.mobile-menu__trigger {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 810px) {
  .mobile-menu__trigger {
    display: block;
  }
}
.mobile-menu__trigger--active .mobile-menu__bars span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
.mobile-menu__trigger--active .mobile-menu__bars span:nth-child(2) {
  transform: rotate(45deg);
  opacity: 1;
}
.mobile-menu__trigger--active .mobile-menu__bars span:nth-child(3) {
  transform: rotate(-45deg);
  opacity: 1;
}
.mobile-menu__trigger--active .mobile-menu__bars span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
.mobile-menu__bars {
  height: 32px;
  position: relative;
}
.mobile-menu__bars span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #231f20;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.mobile-menu__bars span:nth-child(1) {
  top: 10px;
  width: 50%;
  animation: top linear 1000ms infinite;
}
.mobile-menu__bars span:nth-child(2), .mobile-menu__bars span:nth-child(3) {
  top: 10px;
  width: 80%;
  left: 5px;
  opacity: 0;
}
.mobile-menu__bars span:nth-child(4) {
  top: 20px;
  animation: bottom linear 1000ms infinite;
  animation-delay: 1000ms;
}

.mobile-menu--active {
  transform: translateZ(0);
  transition: transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes top {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 0;
  }
}
@keyframes bottom {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.heading {
  font-size: 40px;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 20px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex--space-between {
  justify-content: space-between;
}
.flex--align-center {
  align-items: center;
}

.social {
  list-style: none;
}
.social,
.social li {
  margin: 0;
  padding: 0;
}
.social a {
  display: block;
}
.social a svg {
  height: 15px;
  display: block;
}
.social a:hover {
  opacity: 0.8;
}
.social--inline li {
  display: flex;
  align-items: center;
}
.social--inline li:after {
  content: "";
  display: block;
  margin: 0 15px;
  background-color: #231f20;
  height: 20px;
  width: 1px;
}
.social--inline li:last-child:after {
  display: none;
}
.social--block li + li {
  margin-top: 30px;
}
.social--block li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social--block li a .social__icon {
  display: flex;
  width: 40px;
  justify-content: center;
  border-bottom: 1px solid #231f20;
  padding-bottom: 10px;
}
.social--block li a .social__icon svg {
  height: 30px;
}

.button {
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px 20px;
  position: relative;
  border: 0;
  color: #fff;
  min-width: 160px;
  text-align: center;
  background-color: #231f20;
  font-weight: bold;
}
.button:focus {
  outline: 0;
}
.button:hover {
  opacity: 0.8;
}

.intro {
  padding: 60px 0;
}
.intro__logo, .intro__content {
  flex: 0 0 45%;
}
@media only screen and (max-width: 810px) {
  .intro__logo, .intro__content {
    flex: 0 0 100%;
  }
}
.intro__logo {
  flex-direction: column;
}
@media only screen and (max-width: 810px) {
  .intro__logo {
    display: none;
  }
}
.intro .heading {
  font-size: 80px;
  line-height: 1;
  margin: 0 0 40px;
}
@media only screen and (max-width: 810px) {
  .intro .heading {
    font-size: 60px;
    padding-right: 150px;
  }
}
@media only screen and (max-width: 550px) {
  .intro .heading {
    padding-right: 0;
  }
}
@media only screen and (max-width: 400px) {
  .intro .heading {
    font-size: 40px;
  }
}

.slide {
  background-color: #464a54;
  color: #fff;
}
.slide img {
  display: block;
  width: 100%;
}
.slide__body {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #464a54;
}
.slide__body h4 {
  font-size: 23px;
  font-weight: normal;
  margin: 0;
}
.slide__body header {
  padding: 30px 0;
  position: relative;
}
.slide__body aside {
  position: absolute;
  right: 0;
  top: 30px;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 0;
}
.slide__body aside:hover {
  opacity: 0.8;
}
.slide__body aside svg {
  height: 20px;
}
.slide__body--active aside {
  opacity: 1;
}
.slide__content {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: height 500ms ease;
}
.slide__content-inner {
  padding-bottom: 30px;
  position: relative;
}
.slide__content-inner p:last-child,
.slide__content-inner ul:last-child,
.slide__content-inner ol:last-child,
.slide__content-inner h1:last-child,
.slide__content-inner h2:last-child,
.slide__content-inner h3:last-child,
.slide__content-inner h4:last-child,
.slide__content-inner h5:last-child,
.slide__content-inner h6:last-child {
  margin-bottom: 0;
}

.sliders + .sliders {
  border-top: 10px solid #fff;
}

.slider__paging {
  position: absolute;
  z-index: 900;
  left: 0;
  bottom: 14px;
  width: 100%;
}

.sliders {
  position: relative;
}
.sliders .swiper__paging,
.sliders .swiper__buttons {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #fff;
}
.sliders .swiper__buttons {
  display: none;
}
@media only screen and (max-width: 810px) {
  .sliders .swiper__buttons {
    display: flex;
  }
}
.sliders .swiper__buttons span {
  display: block;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 200ms linear;
}
.sliders .swiper__buttons span:hover {
  opacity: 1;
}
.sliders .swiper__buttons span + span {
  margin-left: 15px;
}
.sliders .swiper__buttons svg {
  height: 20px;
}
@media only screen and (max-width: 810px) {
  .sliders .swiper__paging {
    display: none;
  }
}
.sliders .swiper__paging .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  border-radius: 0;
  display: inline-flex;
  transition: opacity 200ms linear;
  cursor: pointer;
  opacity: 0.5;
}
.sliders .swiper__paging .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 15px;
}
.sliders .swiper__paging .swiper-pagination-bullet-active {
  opacity: 1;
}
.sliders .swiper__paging .swiper-pagination-bullet:after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.learn-more {
  display: inline-flex;
  cursor: pointer;
  font-size: 16px;
  align-items: flex-end;
  line-height: 1;
}
.learn-more__text {
  margin-right: 10px;
  display: block;
}
.learn-more__arrow {
  display: flex;
  width: 30px;
}
.learn-more__arrow:before, .learn-more__arrow:after {
  content: "";
  display: block;
  height: 1px;
  width: 15px;
  background: #fff;
  animation: 1900ms linear infinite;
}
.learn-more__arrow:before {
  transform-origin: bottom left;
  animation-name: before;
}
.learn-more__arrow:after {
  transform-origin: bottom right;
  animation-name: after;
}

@keyframes before {
  0% {
    transform: rotateZ(0deg);
  }
  45% {
    transform: translateX(2px) rotateZ(-25deg);
  }
  50% {
    transform: translateX(2px) rotateZ(-30deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes after {
  0% {
    transform: rotateZ(0deg);
  }
  45% {
    transform: translateX(-2px) rotate(25deg);
  }
  50% {
    transform: translateX(-2px) rotateZ(30deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  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, 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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "Bell MT";
  src: url("../fonts/bell/bellb-webfont.woff2") format("woff2"), url("../fonts/bell/bellb-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/muli-bold-webfont.woff2") format("woff2"), url("../fonts/muli/muli-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/muli-light-webfont.woff2") format("woff2"), url("../fonts/muli/muli-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/muli-regular-webfont.woff2") format("woff2"), url("../fonts/muli/muli-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.page__top {
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30001;
  background-color: #fff;
  transform: translateY(-93px);
  transition: transform 250ms ease-out;
}
.page__top--active {
  transform: translateY(0);
  box-shadow: 0 0 17px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 810px) {
  .page__top--active {
    box-shadow: none;
  }
}
@media only screen and (max-width: 810px) {
  .page__top {
    transform: translateY(0);
    border-bottom: 1px solid #cecbcb;
  }
  .page__top .social {
    display: none;
  }
}

.page__logo {
  line-height: 0;
}
.page__logo a {
  display: inline-block;
}
.page__logo svg {
  height: 45px;
  max-width: 100%;
}

.mobile-menu--active + .page__top--active {
  box-shadow: none;
}
.mobile-menu--active + .page__top {
  transform: translateY(0);
  border-bottom: 1px solid #cecbcb;
}
