/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 */

/* Document
	 ========================================================================== */

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

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *		controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
	 ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
	 ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

/* FONT_START */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

.swiper-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;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.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;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-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;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

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

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* 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-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.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-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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Slide styles end */

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          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;
  /*
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

/* Navigation font end */

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-left: auto;
    --swiper-pagination-right: 8px;
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-top: auto;
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-border-radius: 50%;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

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

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.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: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

:root {
  /*
    --swiper-scrollbar-border-radius: 10px;
    --swiper-scrollbar-top: auto;
    --swiper-scrollbar-bottom: 4px;
    --swiper-scrollbar-left: auto;
    --swiper-scrollbar-right: 4px;
    --swiper-scrollbar-sides-offset: 1%;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
    --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
    --swiper-scrollbar-size: 4px;
    */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

/* Zoom container styles start */

.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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

.swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

.swiper.swiper-cube {
  overflow: visible;
}

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

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

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          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 {
  pointer-events: auto;
  visibility: visible;
}

.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;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

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

/* Cube slide shadows start */

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

/* Cube slide shadows end */

.swiper.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;
}

/* Flip slide shadows start */

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

/* Flip slide shadows end */

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

.swiper.swiper-cards {
  overflow: visible;
}

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

:root {
  --brand-main: #000000;
  --brand-secondary: #ffffff;
  --dark: #000000;
  --light: #ffffff;
  --black: #282828;
  --white: #ffffff;
  --white-200: #FFFFFF20;
  --blue: #151C5F;
  --quicksand: #FCD8C8;
  --quicksand-dark: #F9BEA2;
  --quicksand-light: #FCD8C820;
  --grey: #FEF7F4;
  --light-grey: #F4F6FF;
  --orange: #FF5400;
  --light-orange: #FAB191;
  --yellow: #FFDA5B;
  --avenier-regular: 'Avenir-Regular';
  --avenier-bold: 'Avenir-Bold';
  --avenier-medium: 'Avenir-Medium';
  --font-base: 16px;
  --line-height-base: 1.5rem;
  --font-size-h1: 2.5rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.75rem;
  --font-size-h4: 1.5rem;
  --font-size-h5: 1.25rem;
  --font-size-h6: 1rem;
  --font-weight-h1: 500;
  --font-weight-h2: 500;
  --font-weight-h3: 500;
  --font-weight-h4: 500;
  --font-weight-h5: 500;
  --font-weight-h6: 500;
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  --text-xs: calc((1em / var(--text-scale-ratio)) / var(--text-scale-ratio));
  --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
  --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
  --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
  --breakpoint-xs: 375px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --wrap-space: 15px;
  --wrap-width-xs: 100%;
  --wrap-width-sm: 540px;
  --wrap-width-md: 720px;
  --wrap-width-lg: 960px;
  --wrap-width-xl: 1140px;
  --col-space: 30px;
  --border-radius: 0;
  --spacer: 20px;
  --cubic-bezier: cubic-bezier(.3,.86,.36,.95);
  --cubic-bezier2: cubic-bezier(.4,0,0,1);
  --mobile-height: 100vh;
}

@font-face {
  font-family: "Avenir-Medium";
  src: url("../fonts/AvenirNextCyr-Medium.eot");
  src: url("../fonts/AvenirNextCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Medium.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Medium.woff") format("woff"), url("../fonts/AvenirNextCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir-Bold";
  src: url("../fonts/AvenirNextLTPro-Bold.eot");
  src: url("../fonts/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff"), url("../fonts/AvenirNextLTPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir-Regular";
  src: url("../fonts/AvenirNextLTPro-Regular.eot");
  src: url("../fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("../fonts/AvenirNextLTPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("../icons/icomoon.eot?g62bco");
  src: url("../icons/icomoon.eot?g62bco#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?g62bco") format("truetype"), url("../icons/icomoon.woff?g62bco") format("woff"), url("../icons/icomoon.svg?g62bco#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-close:before {
  content: "\e903";
}

.icon-x:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e900";
}

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

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  list-style-type: none;
}

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

iframe,
button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

body::before {
  content: "(xs: 375px, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1440px)";
  display: none;
}

body {
  background-color: var(--grey);
  font-family: var(--avenier-regular);
  color: var(--blue);
}

.container {
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0;
}

.container--column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0;
}

address {
  font-style: normal;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 1, 6, 0.8);
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.gm-style-iw-chr {
  height: 0;
  padding: 0;
  z-index: 3;
}

.gm-style .gm-style-iw-c {
  padding: 0;
  border-radius: 24px;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  padding: 0 !important;
}

.gm-ui-hover-effect > span {
  background-color: var(--white);
}

.gm-ui-hover-effect {
  opacity: 1;
}

.gm-style-iw-d {
  padding: 15px !important;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-base);
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-h1);
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-h2);
}

h3 {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-h3);
}

h4 {
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-h4);
}

h5 {
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-h5);
}

h6 {
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-h6);
}

p {
  font-size: var(--font-base);
  line-height: var(--line-height-base);
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  padding-left: var(--wrap-space);
  padding-right: var(--wrap-space);
  width: var(--wrap-width-xs);
}

.wrap-fluid {
  position: relative;
  width: 100%;
  padding-left: var(--wrap-space);
  padding-right: var(--wrap-space);
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
  max-width: 100% !important;
}

.wrap.remove-gutter-left .cll-col {
  margin-left: 0 !important;
}

.flex {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex .cll-col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0 var(--col-space);
  z-index: 2;
}

.flex .cll-col:first-of-type {
  margin-left: 0px;
}

.flex .cll-col.w1 {
  -webkit-flex-basis: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
      -ms-flex-preferred-size: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
          flex-basis: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
  max-width: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
}

.flex .cll-col.o1 {
  margin-left: calc(100% * 1/12 + ((var(--col-space) * 1) / 12));
}

.flex .cll-col.w2 {
  -webkit-flex-basis: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
      -ms-flex-preferred-size: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
          flex-basis: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
  max-width: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
}

.flex .cll-col.o2 {
  margin-left: calc(100% * 2/12 + ((var(--col-space) * 2) / 12));
}

.flex .cll-col.w3 {
  -webkit-flex-basis: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
      -ms-flex-preferred-size: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
          flex-basis: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
  max-width: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
}

.flex .cll-col.o3 {
  margin-left: calc(100% * 3/12 + ((var(--col-space) * 3) / 12));
}

.flex .cll-col.w4 {
  -webkit-flex-basis: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
      -ms-flex-preferred-size: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
          flex-basis: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
  max-width: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
}

.flex .cll-col.o4 {
  margin-left: calc(100% * 4/12 + ((var(--col-space) * 4) / 12));
}

.flex .cll-col.w5 {
  -webkit-flex-basis: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
      -ms-flex-preferred-size: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
          flex-basis: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
  max-width: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
}

.flex .cll-col.o5 {
  margin-left: calc(100% * 5/12 + ((var(--col-space) * 5) / 12));
}

.flex .cll-col.w6 {
  -webkit-flex-basis: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
      -ms-flex-preferred-size: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
          flex-basis: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
  max-width: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
}

.flex .cll-col.o6 {
  margin-left: calc(100% * 6/12 + ((var(--col-space) * 6) / 12));
}

.flex .cll-col.w7 {
  -webkit-flex-basis: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
      -ms-flex-preferred-size: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
          flex-basis: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
  max-width: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
}

.flex .cll-col.o7 {
  margin-left: calc(100% * 7/12 + ((var(--col-space) * 7) / 12));
}

.flex .cll-col.w8 {
  -webkit-flex-basis: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
      -ms-flex-preferred-size: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
          flex-basis: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
  max-width: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
}

.flex .cll-col.o8 {
  margin-left: calc(100% * 8/12 + ((var(--col-space) * 8) / 12));
}

.flex .cll-col.w9 {
  -webkit-flex-basis: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
      -ms-flex-preferred-size: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
          flex-basis: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
  max-width: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
}

.flex .cll-col.o9 {
  margin-left: calc(100% * 9/12 + ((var(--col-space) * 9) / 12));
}

.flex .cll-col.w10 {
  -webkit-flex-basis: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
      -ms-flex-preferred-size: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
          flex-basis: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
  max-width: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
}

.flex .cll-col.o10 {
  margin-left: calc(100% * 10/12 + ((var(--col-space) * 10) / 12));
}

.flex .cll-col.w11 {
  -webkit-flex-basis: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
      -ms-flex-preferred-size: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
          flex-basis: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
  max-width: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
}

.flex .cll-col.o11 {
  margin-left: calc(100% * 11/12 + ((var(--col-space) * 11) / 12));
}

.flex .cll-col.w12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  margin: 0;
}

.remove-gutter-left {
  margin-left: 0;
  padding-left: 0;
}

.remove-gutter-right {
  margin-right: 0;
  padding-right: 0;
}

.h-underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.h-italic {
  font-style: italic;
}

.h-text-center {
  text-align: center;
}

.h-text-right {
  text-align: right;
}

.h-align-start {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.h-justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.h-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h-align-end {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}

.h-justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.h-bold {
  font-family: var(--avenier-bold);
}

.h-medium {
  font-family: var(--avenier-medium) !important;
}

.h-uppercase {
  text-transform: uppercase;
}

.h-black {
  color: var(--black);
}

.h-white {
  color: var(--white);
}

.h-white-200 {
  color: var(--white-200);
}

.h-blue {
  color: var(--blue);
}

.h-quicksand {
  color: var(--quicksand);
}

.h-quicksand-dark {
  color: var(--quicksand-dark);
}

.h-quicksand-light {
  color: var(--quicksand-light);
}

.h-grey {
  color: var(--grey);
}

.h-orange {
  color: var(--orange);
}

.h-light-orange {
  color: var(--light-orange);
}

.h-yellow {
  color: var(--yellow);
}

.h-full {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.h-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.a-img {
  display: block;
  width: 100%;
  height: auto;
}

.a-logo {
  width: auto;
  height: auto;
  opacity: 0;
}

.a-logo.a-logo--footer {
  opacity: 1;
}

.a-heading {
  font-family: var(--avenier-bold);
  line-height: 1.2;
}

.a-heading--h1 {
  font-size: clamp(40px, 5vw, 64px);
}

.a-heading--h2 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.3;
}

.a-heading--h3 {
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.3;
}

.a-heading--h4 {
  font-size: 28px;
  line-height: 1.3;
}

.a-heading--h5 {
  font-size: 24px;
}

.a-heading--h6 {
  font-size: 20px;
}

.a-text,
.a-list-item {
  line-height: 1.5;
}

.a-text strong,
.a-list-item strong {
  font-family: var(--avenier-bold);
}

.a-text--xs {
  font-size: 12px;
}

.a-text--sxs {
  font-size: 14px;
}

.a-text--s {
  font-size: 16px;
}

.a-text--l,
.a-list-item {
  font-size: 20px;
}

.a-btn {
  border: none;
  border-radius: 100px;
  padding: 14px 32px;
  outline: none;
  line-height: 1.5;
  font-family: var(--avenier-regular);
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  position: relative;
}

.a-btn span,
.a-btn .a-icon {
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.a-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 100px;
  -webkit-clip-path: circle(0% at 0 50%);
          clip-path: circle(0% at 0 50%);
}

.a-btn--white {
  background-color: var(--white);
  color: var(--blue);
  overflow: hidden;
}

.a-btn--white:after {
  background-color: var(--light-orange);
}

.a-btn--quicksand {
  background-color: var(--light-orange);
  color: var(--blue);
}

.a-btn--quicksand:after {
  background-color: var(--orange);
}

.a-btn--blue {
  background-color: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue);
}

.a-btn--blue:after {
  background-color: var(--white);
}

.a-btn--link {
  font-family: var(--avenier-medium);
  padding: 0;
}

.a-btn--small,
.m-categories ul li .a-btn {
  padding: 10px 24px;
}

.a-btn--center {
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-btn--right {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}

.a-btn--full {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-btn--about {
  opacity: 0;
  overflow: hidden;
}

.a-btn--about:after {
  background-color: var(--light-orange);
}

.a-icon {
  display: inline-block;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.a-icon--s {
  font-size: 14px;
}

.a-icon--m {
  font-size: 16px;
}

.a-icon--l {
  font-size: 20px;
}

.a-icon--bg {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.a-icon--modal {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 6;
}

.a-list-item {
  list-style-type: disc;
}

.a-tag {
  display: inline-block;
  color: var(--blue);
  padding: 8px 16px;
  background-color: var(--light-grey);
  border-radius: 100px;
}

.m-content {
  width: 100%;
}

.m-content .a-heading {
  margin-bottom: 15px;
}

.m-content .a-text,
.m-content .a-list-item {
  margin-bottom: 15px;
}

.m-content .a-text:last-of-type,
.m-content .a-list-item:last-of-type {
  margin-bottom: 0;
}

.m-content .a-btn {
  margin-top: 24px;
}

.m-content--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0;
}

.m-discount-card {
  position: relative;
  width: 100%;
  height: 110px;
  padding: 6px 16px 6px 6px;
  border-radius: 16px;
  background-color: var(--yellow);
  z-index: 3;
  -webkit-transition: height .45s ease, width .45s ease , -webkit-transform .45s ease;
  transition: height .45s ease, width .45s ease , -webkit-transform .45s ease;
  transition: height .45s ease, width .45s ease , transform .45s ease;
  transition: height .45s ease, width .45s ease , transform .45s ease, -webkit-transform .45s ease;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 15px;
}

.m-discount-card .a-img {
  width: 100px;
  height: 100px;
  border-radius: 16px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.m-discount-card .a-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 4;
}

.m-discount-card .a-text,
.m-discount-card .a-list-item {
  padding-right: 18px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.m-discount-card--fixed {
  position: fixed;
  right: 48px;
  width: calc(100% - 96px);
  bottom: 24px;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  padding: 10px 20px;
  height: 68px;
}

.m-discount-card--fixed .a-icon {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.m-discount-card--fixed.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.m-discount-card--fixed::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--yellow);
  z-index: 3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  pointer-events: none;
}

.m-discount-card--hidden {
  min-height: 0;
  padding: 0;
  width: 35px !important;
  height: 35px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.m-discount-card--hidden::after {
  opacity: 1 !important;
}

.m-discount-card--hidden .a-icon {
  top: unset;
  bottom: 10px;
  right: 10px;
  rotate: 135deg;
  -webkit-transform: translateY(0) rotate(90deg);
          transform: translateY(0) rotate(90deg);
}

.m-discount-card--hidden .a-img,
.m-discount-card--hidden .a-text,
.m-discount-card--hidden .a-list-item {
  opacity: 0;
}

.m-categories {
  position: relative;
  margin: 40px 0;
}

.m-categories ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0;
  position: relative;
  border-radius: 100px;
  background-color: var(--blue);
  padding: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.m-categories ul .bg-toggle {
  position: absolute;
  top: 4px;
  left: 0;
  height: calc(100% - 8px);
  background: white;
  border-radius: 100px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 0;
}

.m-categories ul li {
  position: relative;
  z-index: 1;
}

.m-categories ul li .a-btn {
  padding: 10px 24px;
}

.m-categories ul li.active .a-btn {
  color: var(--blue);
}

.m-categories ul li:first-of-type .a-btn {
  padding-left: 24px;
}

.m-categories ul li:last-of-type .a-btn {
  padding-right: 24px;
}

.m-team-card {
  cursor: pointer;
}

.m-team-card .a-heading {
  margin-bottom: 9px;
}

.m-team-card .a-btn {
  cursor: pointer;
}

.m-team-card__inner {
  position: relative;
  border-radius: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}

.m-team-card__inner .a-img {
  width: 100%;
  height: auto;
}

.m-team-card__inner .a-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.m-map-card {
  width: 100%;
  border-radius: 24px;
  background-color: var(--whtie);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.m-map-card .m-img {
  height: 180px;
  border-radius: 16px;
}

.m-map-card__body {
  padding: 24px;
}

.m-map-card__body .a-heading,
.m-map-card__body .a-text,
.m-map-card__body .a-list-item {
  margin-bottom: 24px;
}

.m-map-card__body br {
  display: block !important;
}

.m-icon ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 8px;
}

.m-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}

.m-team {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 24px;
  margin-bottom: 40px;
}

.m-testimonial--swiper {
  background-color: var(--light-grey);
  border-radius: 16px;
  padding: 24px;
}

.m-testimonial--swiper .swiper-slide {
  font-style: italic;
}

.m-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 48px;
  height: 24px;
  margin-top: 16px;
}

.m-navigation .a-icon {
  height: auto;
}

.m-modal__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0;
  overflow-y: auto;
  padding: 64px 24px 100px;
  max-height: 100%;
}

.o-modal--full .m-modal__inner {
  padding: 0;
  padding-top: 145px;
}

.o-modal--full.active .m-modal__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-modal__left {
  position: relative;
  width: 100%;
}

.m-modal__left .a-img {
  -o-object-position: top;
     object-position: top;
  border-radius: 24px;
  margin-bottom: 24px;
}

.m-modal__left .a-heading {
  margin-bottom: 15px;
}

.m-modal__left .m-tag {
  margin-bottom: 35px;
}

.m-modal__left--fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.m-modal__right {
  width: 100%;
}

.m-modal__right .a-heading {
  margin-bottom: 12px;
}

.m-modal__right > .a-text,
.m-modal__right > .a-list-item {
  margin-bottom: 15px;
}

.m-modal__right > .a-text:last-child,
.m-modal__right > .a-list-item:last-child {
  margin-bottom: 0;
}

.m-modal__right .m-discount-card {
  margin: 24px 0;
  height: auto;
  padding: 16px;
}

.m-modal__inner,
.m-modal__right {
  display: none;
}

.m-modal__inner.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-modal__right.active {
  display: block;
}

.m-modal__loader {
  display: none;
  -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;
  height: 100%;
  min-height: 300px;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ffe9de;
  border-top-color: #fad6c6;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.m-footer__left .a-logo {
  max-width: 260px;
  display: block;
}

.m-footer__right {
  width: 100%;
  margin: 60px 0  40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}

.m-footer__right .a-text,
.m-footer__right .a-list-item {
  margin-bottom: 15px;
}

.m-footer__right li {
  margin-bottom: 12px;
}

.m-list {
  margin-bottom: 40px;
}

.m-list > .a-text,
.m-list > .a-list-item {
  margin-bottom: 15px !important;
}

.m-list ul {
  padding-left: 30px;
}

.m-list ul li.a-text,
.m-list ul li.a-list-item {
  list-style-type: disc;
  margin-bottom: 0;
}

.m-img {
  position: relative;
  overflow: hidden;
}

.m-img .a-img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(89.64deg, rgba(0, 0, 0, 0) 0.35%, rgba(0, 0, 0, 0.2) 99.74%), url(image.png);
  z-index: 2;
}

.m-about__item {
  margin-bottom: 30px;
}

.m-about__item:last-child {
  margin-bottom: 0;
}

.m-about__header {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0;
}

.m-about__header .a-icon {
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: relative;
  top: 8px;
}

.o-header {
  position: relative;
  width: 100%;
  padding: 24px 0;
  min-height: 52px;
  z-index: 5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.o-header--fixed {
  position: fixed;
}

.o-header .a-logo {
  max-width: 220px;
}

.o-header .a-logo .a-img {
  width: 100%;
  height: auto;
}

.o-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0;
}

.o-hero {
  position: relative;
  z-index: 1;
}

.o-hero picture {
  position: absolute;
  border-radius: 16px;
  top: 0;
  left: 24px;
  width: calc(100% - 48px);
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.985) translateY(4px);
          transform: scale(0.985) translateY(4px);
  max-height: 100%;
}

.o-hero .m-content {
  padding: 60px 24px;
  padding-bottom: 83vw;
}

.o-hero .m-content .a-text,
.o-hero .m-content .a-list-item,
.o-hero .m-content .a-heading {
  opacity: 0;
}

.o-hero .m-content .a-text > div,
.o-hero .m-content .a-list-item > div,
.o-hero .m-content .a-heading > div {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.o-services .container {
  gap: 24px;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.o-services .container > .a-img {
  width: 100%;
  border-radius: 16px;
  -o-object-position: top;
     object-position: top;
  height: auto;
}

.o-services .m-content {
  position: relative;
  width: 100%;
  padding: 40px 24px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0;
}

.o-services .m-content .a-img {
  border-radius: 16px;
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 100%;
}

.o-modal {
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  max-height: 100vh;
  position: fixed;
  z-index: 4;
  overflow: hidden;
  background-color: var(--white);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.3s ease;
  transition: opacity 0.2s ease, visibility 0.3s ease;
}

.o-modal.active {
  visibility: visible;
  opacity: 1;
}

.o-modal .a-btn {
  cursor: pointer;
}

.o-modal--full {
  border-radius: 0;
  background-color: var(--grey);
}

.o-modal--full .a-heading {
  width: 100%;
  margin-bottom: 16px;
}

.o-modal--full .a-text,
.o-modal--full .a-list-item,
.o-modal--full .a-img,
.o-modal--full .a-modal--title {
  margin-bottom: 40px;
}

.o-modal--full .o-footer .a-text,
.o-modal--full .o-footer .a-list-item,
.o-modal--full .o-footer .a-img,
.o-modal--full .o-footer .a-modal--title {
  margin-bottom: 15px;
}

.o-modal--full .o-footer .a-text--copyright {
  margin-bottom: 0;
}

.o-modal--full .a-img {
  border-radius: 24px;
  aspect-ratio: 774 / 650;
}

.o-modal--full .a-btn--link {
  margin-bottom: 24px;
}

.o-modal--full .a-text,
.o-modal--full .a-list-item {
  width: 100%;
}

.o-map .m-content {
  margin-bottom: 40px;
}

.o-footer {
  position: relative;
  background-color: var(--blue);
  padding: 48px 0 24px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  color: var(--white);
  width: 100%;
}

.o-footer .container {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.o-footer .a-text--copyright {
  color: var(--white);
  opacity: 0.66;
  padding-top: 24px;
  border-top: 1px solid #ffffff24;
  width: 100%;
}

.o-footer .a-logo .a-img {
  aspect-ratio: unset;
  border-radius: unset;
}

.o-loader {
  position: fixed;
  top: 100px;
  left: 0;
  height: 100%;
  background-color: var(--grey);
  z-index: 100;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  left: 24px;
  width: calc(100% - 48px);
  height: calc(100dvh - 80px);
  border-radius: 16px;
  z-index: 1;
  contain: layout style;
}

.m-loader {
  width: 50px;
  height: auto;
  opacity: 0;
}

.m-line.m-line--orange {
  fill: var(--orange);
}

.m-line.m-line--blue {
  fill: var(--blue);
}

@media (min-width: 480px) {
  .a-btn--center {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .m-team {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 576px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
    max-width: var(--wrap-width-sm);
  }
}

@media (min-width: 768px) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .wrap {
    max-width: var(--wrap-width-md);
  }

  .m-content--center .a-text,
  .m-content--center .a-list-item,
  .m-content--center .a-heading {
    text-align: center;
  }

  .m-discount-card--fixed {
    right: 70px;
    width: 330px;
    left: unset;
  }

  .m-categories {
    margin: 40px auto;
  }

  .m-team {
    grid-template-columns: repeat(3, 1fr);
  }

  .m-modal__inner {
    max-height: 675px;
    padding: 48px;
  }

  .o-modal--full .m-modal__inner {
    padding: 0;
    padding-top: 145px;
    max-height: 100vh;
  }

  .m-modal__left {
    width: calc(35% - 20px);
  }

  .m-modal__right {
    width: calc(65% - 20px);
  }

  .m-footer__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 60px 40px;
    width: calc(100% - 260px);
    margin: 0;
    margin-bottom: 80px;
  }

  .m-about__header .a-icon {
    display: none;
  }

  .o-hero picture {
    left: 48px;
    width: calc(100% - 96px);
    border-radius: 40px;
  }

  .o-about .m-content .a-text,
  .o-about .m-content .a-list-item {
    opacity: 1;
    width: 51.667vw;
  }

  .o-modal {
    width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 675px;
    height: unset;
    border-radius: 24px;
  }

  .o-modal--full {
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .o-loader {
    left: 48px;
    width: calc(100% - (96px + 15px));
    height: calc(100dvh - 100px);
    border-radius: 40px;
    top: unset;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .container--smaller {
    padding-left: 23%;
    padding-right: 23%;
  }

  .wrap {
    max-width: var(--wrap-width-lg);
  }

  .s-d-t-xs {
    padding-top: 15px;
  }

  .s-d-t-s {
    padding-top: 30px;
  }

  .s-d-t-m {
    padding-top: 60px;
  }

  .s-d-t-l {
    padding-top: 90px;
  }

  .s-d-t-xl {
    padding-top: 120px;
  }

  .s-d-t-xxl {
    padding-top: 150px;
  }

  .s-d-t-xxxl {
    padding-top: 240px;
  }

  .s-d-t-xxxxl {
    padding-top: 300px;
  }

  .s-d-t-xxxxxl {
    padding-top: 340px;
  }

  .s-d-b-xs {
    padding-bottom: 15px;
  }

  .s-d-b-s {
    padding-bottom: 30px;
  }

  .s-d-b-m {
    padding-bottom: 60px;
  }

  .s-d-b-l {
    padding-bottom: 90px;
  }

  .s-d-b-xl {
    padding-bottom: 120px;
  }

  .s-d-b-xxl {
    padding-bottom: 150px;
  }

  .s-d-b-xxxl {
    padding-bottom: 240px;
  }

  .s-d-b-xxxxl {
    padding-bottom: 300px;
  }

  .s-d-b-xxxxxl {
    padding-bottom: 340px;
  }

  .m-team {
    grid-template-columns: repeat(4, 1fr);
  }

  .o-hero {
    min-height: calc(100vh - 100px);
  }

  .o-hero picture .a-img {
    -o-object-position: top;
       object-position: top;
  }

  .o-hero .m-content {
    padding: 80px 48px;
    max-width: 45%;
  }
}

@media (min-width: 1024px) {
  .o-services .container > .a-img {
    width: calc(50% - 12px);
    border-radius: 24px;
  }

  .o-services .m-content {
    width: calc(50% - 12px);
    padding: 15px;
  }

  .o-services .m-content .a-img {
    border-radius: 24px;
  }
}

@media (min-width: 1200px) {
  .wrap {
    max-width: var(--wrap-width-xl);
  }

  .o-modal {
    width: 1120px;
  }

  .o-modal--full {
    width: 100%;
  }
}

@media (min-width: 1350px) {
  .o-services .m-content {
    padding: 115px 48px 48px;
  }
}

@media only screen and (min-width: 1640px) {
  .wrap.remove-gutter-left {
    padding: 0;
    max-width: none;
    width: calc(50% + 720px);
    left: 0;
  }

  .wrap.remove-gutter-left .cll-col {
    margin-left: 0 !important;
    max-width: 100% !important;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}

@media (max-width: 1200px) {
  .o-header--fixed {
    background-color: var(--grey);
  }
}

@media (max-width: 991px) {
  .s-m-t-xs {
    padding-top: 15px;
  }

  .s-m-t-s {
    padding-top: 30px;
  }

  .s-m-t-m {
    padding-top: 60px;
  }

  .s-m-t-l {
    padding-top: 90px;
  }

  .s-m-t-xl {
    padding-top: 120px;
  }

  .s-m-t-xxl {
    padding-top: 150px;
  }

  .s-m-t-xxxl {
    padding-top: 240px;
  }

  .s-m-t-xxxxl {
    padding-top: 300px;
  }

  .s-m-b-xs {
    padding-bottom: 15px;
  }

  .s-m-b-s {
    padding-bottom: 30px;
  }

  .s-m-b-m {
    padding-bottom: 60px;
  }

  .s-m-b-l {
    padding-bottom: 90px;
  }

  .s-m-b-xl {
    padding-bottom: 120px;
  }

  .s-m-b-xxl {
    padding-bottom: 150px;
  }

  .s-m-b-xxxl {
    padding-bottom: 240px;
  }

  .s-m-b-xxxxl {
    padding-bottom: 300px;
  }
}

@media (max-width: 768px) {
  br {
    display: none;
  }

  .m-discount-card .a-text,
  .m-discount-card .a-list-item {
    font-size: 3.567vw;
  }

  .m-discount-card .a-text--xs {
    font-size: 12px;
  }

  .m-modal__left .a-btn {
    position: fixed;
    bottom: 24px;
    z-index: 5;
    width: calc(100% - 48px);
  }

  .m-about__body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
  }

  .o-footer .a-text--copyright {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .flex.wrap .cll-col {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .flex .cll-col {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 480px) {
  .o-header .a-logo {
    max-width: 150px;
  }
}

@media (max-width: 400px) {
  .o-hero .m-content .a-heading {
    font-size: 28px;
  }
}

@media (hover: hover) {
  .a-btn:hover .a-icon {
    -webkit-transform: scale(1.35) translateX(10%);
            transform: scale(1.35) translateX(10%);
  }

  .a-btn:hover:after {
    -webkit-clip-path: circle(150% at 0 50%);
            clip-path: circle(150% at 0 50%);
  }

  .a-btn--white:hover span {
    color: var(--white);
  }

  .a-btn--quicksand:hover span {
    color: var(--white);
  }

  .a-btn--blue:hover i,
  .a-btn--blue:hover span {
    color: var(--blue);
  }

  .a-btn--about:hover span {
    color: var(--white);
  }

  .a-icon--bg:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  .m-team-card__inner .a-btn {
    opacity: 0;
    scale: 0.9;
  }

  .m-team-card__inner:hover .a-btn {
    opacity: 1;
    scale: 1;
  }
}