.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.5; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #8ab562;
  font-style: normal;
  font-size: 44px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

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

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #8ab562;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
       transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -o-transform-origin: 0;
       transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -o-transform-origin: 100%;
       transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */
@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; }

:root {
  --swiper-theme-color:#007aff; }

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
       -o-transition-property: -o-transform;
          transition-property: transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .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, swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
       -o-transition-property: -o-transform;
          transition-property: transform;
  display: block; }

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

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

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

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

.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-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), 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-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), 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-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), 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-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.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: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

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

.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-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%;
       -o-transform-origin: 50%;
          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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
       -o-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); } }

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

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

.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-button-next, .swiper-button-prev {
  position: absolute;
  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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
       -o-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;
  box-shadow: none;
  -webkit-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-pagination-vertical.swiper-pagination-bullets, .swiper-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-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

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

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

.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%);
       -o-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: .2s -webkit-transform,.2s left;
       -o-transition: .2s -o-transform,.2s left;
          transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s -webkit-transform,.2s right;
       -o-transition: .2s -o-transform,.2s right;
          transition: .2s transform,.2s right; }

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

.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);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top; }

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

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

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

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-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-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  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; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

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

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

.swiper .swiper-notification, swiper-container .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;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

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

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

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

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
       -o-transition-property: opacity;
          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;
  -webkit-transform-origin: 0 0;
       -o-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;
       -o-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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  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: .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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

.swiper-cards {
  overflow: visible; }

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

html {
  font-weight: normal;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--font-Quicksand-Regular);
  letter-spacing: normal;
  font-weight: initial;
  font-size: inherit; }

p {
  margin: 0; }
  p a {
    text-decoration: underline; }

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

*, body, html {
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  max-height: 9001em; }

html {
  height: 100%; }
  html.html--fixed {
    overflow: hidden; }

body {
  min-height: 100%;
  height: 100%;
  width: 100%;
  min-width: 320px;
  font-family: var(--font-Quicksand-Regular);
  background: #F3F7DF;
  color: #4C4C4C;
  position: relative;
  font-size: 16px;
  line-height: 1;
  margin: 0; }
  body.lock {
    position: fixed;
    overflow: hidden;
    width: 100%; }
  @media (max-width: 1279.98px) {
    body {
      font-size: 15px;
      line-height: 1.333; } }

img {
  vertical-align: bottom;
  border: 0;
  max-width: 100%;
  height: auto; }

select {
  padding: 0;
  border: unset;
  background-color: transparent; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

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

.global-wrapper {
  position: relative;
  z-index: 7;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  overflow: hidden;
  overflow-x: hidden; }

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0; }

.container {
  max-width: 1672px;
  padding: 0 16px;
  margin: 0 auto; }
  @media (max-width: 1579.98px) {
    .container {
      max-width: 1402px; } }
  @media (max-width: 1279.98px) {
    .container {
      padding: 0 20px; } }

.small-container {
  max-width: 1402px;
  padding: 0 16px;
  margin: 0 auto; }
  @media (max-width: 1279.98px) {
    .small-container {
      padding: 0 20px; } }

.container-fluid {
  max-width: 1740px;
  padding: 0 50px; }
  @media (max-width: 1279.98px) {
    .container-fluid {
      padding: 0 20px; } }

@media (max-width: 767.98px) {
  .fancybox-slide {
    padding: 0; } }

@media (max-width: 767.98px) {
  .mobile-hide {
    display: none !important; } }

@media (min-width: 768px) {
  .mobile-show {
    display: none !important; } }

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1366px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1580px) {
  .d-xxxxl-none {
    display: none !important; }
  .d-xxxxl-inline {
    display: inline !important; }
  .d-xxxxl-inline-block {
    display: inline-block !important; }
  .d-xxxxl-block {
    display: block !important; }
  .d-xxxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (max-width: 767.98px) {
  .d-sm-none {
    display: none !important; } }

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

.color-white {
  color: #fff; }

.border-white {
  border: 1px solid #fff; }

.fill-white {
  fill: #fff; }

.bg-black {
  background-color: #000; }

.color-black {
  color: #000; }

.border-black {
  border: 1px solid #000; }

.fill-black {
  fill: #000; }

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1815; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash {
  from {
    stroke-dashoffset: 1815; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  from {
    stroke-dashoffset: 1815; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash1 {
  from {
    stroke-dashoffset: 2344; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash1 {
  from {
    stroke-dashoffset: 2344; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash1 {
  from {
    stroke-dashoffset: 2344; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash2 {
  from {
    stroke-dashoffset: 1757; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash2 {
  from {
    stroke-dashoffset: 1757; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash2 {
  from {
    stroke-dashoffset: 1757; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash3 {
  from {
    stroke-dashoffset: 1993; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash3 {
  from {
    stroke-dashoffset: 1993; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash3 {
  from {
    stroke-dashoffset: 1993; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash4 {
  from {
    stroke-dashoffset: 1489; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash4 {
  from {
    stroke-dashoffset: 1489; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash4 {
  from {
    stroke-dashoffset: 1489; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash5 {
  from {
    stroke-dashoffset: 2012; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash5 {
  from {
    stroke-dashoffset: 2012; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash5 {
  from {
    stroke-dashoffset: 2012; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash6 {
  from {
    stroke-dashoffset: 1582; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash6 {
  from {
    stroke-dashoffset: 1582; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash6 {
  from {
    stroke-dashoffset: 1582; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash7 {
  from {
    stroke-dashoffset: 1440; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash7 {
  from {
    stroke-dashoffset: 1440; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash7 {
  from {
    stroke-dashoffset: 1440; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash8 {
  from {
    stroke-dashoffset: 422; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash8 {
  from {
    stroke-dashoffset: 422; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash8 {
  from {
    stroke-dashoffset: 422; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash9 {
  from {
    stroke-dashoffset: 1327; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash9 {
  from {
    stroke-dashoffset: 1327; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash9 {
  from {
    stroke-dashoffset: 1327; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash10 {
  from {
    stroke-dashoffset: 608; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash10 {
  from {
    stroke-dashoffset: 608; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash10 {
  from {
    stroke-dashoffset: 608; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash11 {
  from {
    stroke-dashoffset: 421; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash11 {
  from {
    stroke-dashoffset: 421; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash11 {
  from {
    stroke-dashoffset: 421; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash12 {
  from {
    stroke-dashoffset: 847; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash12 {
  from {
    stroke-dashoffset: 847; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash12 {
  from {
    stroke-dashoffset: 847; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash13 {
  from {
    stroke-dashoffset: 708; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash13 {
  from {
    stroke-dashoffset: 708; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash13 {
  from {
    stroke-dashoffset: 708; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash14 {
  from {
    stroke-dashoffset: 1374; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash14 {
  from {
    stroke-dashoffset: 1374; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash14 {
  from {
    stroke-dashoffset: 1374; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash15 {
  from {
    stroke-dashoffset: 1209; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash15 {
  from {
    stroke-dashoffset: 1209; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash15 {
  from {
    stroke-dashoffset: 1209; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash16 {
  from {
    stroke-dashoffset: 291; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash16 {
  from {
    stroke-dashoffset: 291; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash16 {
  from {
    stroke-dashoffset: 291; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash17 {
  from {
    stroke-dashoffset: 528; }
  to {
    stroke-dashoffset: 0; } }

@-o-keyframes dash17 {
  from {
    stroke-dashoffset: 528; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash17 {
  from {
    stroke-dashoffset: 528; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes spin {
  0%, 100% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  25% {
    -webkit-transform: translate(160%);
            transform: translate(160%); }
  50% {
    -webkit-transform: translate(160%, 160%);
            transform: translate(160%, 160%); }
  75% {
    -webkit-transform: translate(0, 160%);
            transform: translate(0, 160%); } }

@-o-keyframes spin {
  0%, 100% {
    -o-transform: translate(0);
       transform: translate(0); }
  25% {
    -o-transform: translate(160%);
       transform: translate(160%); }
  50% {
    -o-transform: translate(160%, 160%);
       transform: translate(160%, 160%); }
  75% {
    -o-transform: translate(0, 160%);
       transform: translate(0, 160%); } }

@keyframes spin {
  0%, 100% {
    -webkit-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0); }
  25% {
    -webkit-transform: translate(160%);
         -o-transform: translate(160%);
            transform: translate(160%); }
  50% {
    -webkit-transform: translate(160%, 160%);
         -o-transform: translate(160%, 160%);
            transform: translate(160%, 160%); }
  75% {
    -webkit-transform: translate(0, 160%);
         -o-transform: translate(0, 160%);
            transform: translate(0, 160%); } }

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1439.98px) {
    .footer__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media (max-width: 991.98px) {
    .footer__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.footer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #fff;
  color: #4C4C4C;
  padding-bottom: 32px; }
  .footer__content a {
    -webkit-transition: color 0.3s ease 0s;
         -o-transition: color 0.3s ease 0s;
            transition: color 0.3s ease 0s; }
    @media (any-hover: hover) {
      .footer__content a:hover {
        color: #000; } }

.footer__header {
  padding: 54px 20px 48px;
  max-width: 1139px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 24px;
  color: #8ab562; }
  @media (max-width: 1579.98px) {
    .footer__header {
      gap: 40px; } }
  @media (max-width: 1439.98px) {
    .footer__header {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767.98px) {
    .footer__header {
      grid-template-columns: 1fr;
      gap: 6px;
      justify-items: center; } }

.footer__logo {
  margin-left: 6px; }
  @media (max-width: 767.98px) {
    .footer__logo {
      margin-left: 0;
      margin-bottom: 42.5px;
      width: 235px; } }

.footer__tel {
  margin-left: 7px;
  font-family: var(--font-Quicksand-SemiBold);
  margin-top: 2px;
  white-space: nowrap; }
  @media (max-width: 767.98px) {
    .footer__tel {
      margin: 0; } }

.footer__mail {
  font-family: var(--font-Quicksand-SemiBold);
  margin-left: 8px;
  margin-top: 2px; }
  @media (max-width: 767.98px) {
    .footer__mail {
      margin: 0; } }

.footer__navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 57px; }
  @media (max-width: 991.98px) {
    .footer__navigation {
      border-top: none;
      padding-top: 0; } }

.footer__container {
  max-width: 1139px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media (max-width: 1680px) {
    .footer__container {
      padding: 0 20px; } }
  @media (max-width: 991.98px) {
    .footer__container {
      grid-template-columns: 1fr;
      gap: 0; } }

.footer__search {
  max-width: 1139px;
  margin: 0 auto;
  padding-top: 35px;
  width: 100%; }
  @media (max-width: 1680px) {
    .footer__search {
      padding: 35px 20px 0; } }
  .footer__search-form {
    width: 100%;
    margin-bottom: 0;
    position: relative; }
    @media (max-width: 991px) {
      .footer__search-form {
        padding-left: 0; } }
    .footer__search-form input {
      width: -webkit-fill-available;
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 30px;
      min-height: 38px;
      max-height: 60px;
      font-size: 18px;
      line-height: 24px;
      padding: 10px 23px;
      padding-right: 60px;
      color: #4C4C4C; }
  .footer__search-submit {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 5px;
    top: 5px;
    border-radius: 25px; }

.footer__content-bottom-logos {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 42px; }
  .footer__content-bottom-logos .footer-list__items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.footer__content-acknowledgement, .footer__content-bottom-logos {
  padding-left: 26px; }
  @media (max-width: 1680px) {
    .footer__content-acknowledgement, .footer__content-bottom-logos {
      padding-left: 46px; } }

.footer__content-acknowledgement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 30px; }
  .footer__content-acknowledgement p {
    margin-top: -4px; }
  .footer__content-acknowledgement img {
    max-height: 16px; }
  @media (max-width: 991px) {
    .footer__content-acknowledgement {
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      padding: 20px;
      margin-top: 30px; }
      .footer__content-acknowledgement img {
        margin-right: 10px; } }
  @media (max-width: 767px) {
    .footer__content-acknowledgement {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 50px; } }

.footer__content-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .footer__content-bottom .inner {
    max-width: 1139px;
    margin: 0 auto;
    display: grid;
    padding-bottom: 30px; }
  @media (max-width: 1579.98px) {
    .footer__content-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 991.98px) {
    .footer__content-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 32px 20px;
      background-color: #fff;
      width: 100%; } }
  @media (min-width: 992px) {
    .footer__content-bottom.adv-pc-hide {
      display: none; } }

.footer__content-bottom-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 20px;
  padding-left: 26px;
  font-size: 14px;
  line-height: 16px;
  margin-top: 30px;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px; }
  @media (max-width: 991.98px) {
    .footer__content-bottom-links {
      margin-top: 36px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      row-gap: 16px;
      margin-left: 0; }
      .footer__content-bottom-links a, .footer__content-bottom-links p {
        margin-left: 13px;
        margin-right: 13px; } }
  @media (max-width: 767px) {
    .footer__content-bottom-links {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0;
      padding-right: 0; } }

.footer__content-bottom-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer__content-bottom-img li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 28%;
            flex: 0 1 28%;
    text-align: center; }

.footer__col:nth-child(1) {
  padding-left: 26px; }

.footer__col:nth-child(2) {
  padding-left: 13px; }

.footer__col:nth-child(3) {
  margin-left: -2px; }

.footer__col:nth-child(4) {
  padding-left: 13px; }

.footer__col-title {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: var(--font-Quicksand-Medium);
  letter-spacing: 0.08em;
  margin-bottom: 44px; }
  .footer__col-title span {
    display: none; }

.footer__spoilers.is-init .footer__col {
  margin: 0;
  padding: 0; }
  .footer__spoilers.is-init .footer__col:last-of-type {
    border-bottom: 1px solid rgba(90, 92, 94, 0.5); }
  .footer__spoilers.is-init .footer__col .footer__col-title[data-spoiler] {
    border-top: 1px solid rgba(90, 92, 94, 0.5); }

.footer__spoilers.is-init .footer__col-title {
  margin: 0;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .footer__spoilers.is-init .footer__col-title span {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    margin-left: 10px;
    background-color: rgba(245, 208, 160, 0.4);
    border-radius: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .footer__spoilers.is-init .footer__col-title span::after, .footer__spoilers.is-init .footer__col-title span::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 16px;
      height: 2px;
      background-color: #2A2A2A;
      -webkit-transition: -webkit-transform 0.3s ease 0s;
           -o-transition: -o-transform 0.3s ease 0s;
              transition: transform 0.3s ease 0s; }
    .footer__spoilers.is-init .footer__col-title span::after {
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
           -o-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg); }
  .footer__spoilers.is-init .footer__col-title.active span::after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
         -o-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }
  .footer__spoilers.is-init .footer__col-title.active span::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
         -o-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }
  .footer__spoilers.is-init .footer__col-title::after {
    position: absolute;
    display: block; }

.footer__spoilers.is-init .footer__list {
  margin-bottom: 30px; }

.footer__spoilers.is-init .footer-list__items--without-title {
  margin-top: 0; }

.footer__list:not(:last-child), .footer__list.force-margin {
  margin-bottom: 44px; }

@media (max-width: 991.98px) {
  .footer__list.adv-mobile-hide {
    display: none; } }

.footer__newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 554px;
          flex: 0 1 554px;
  background-color: #DEEED0;
  padding: 46px;
  padding-bottom: 44px;
  overflow: hidden; }
  @media (max-width: 1439.98px) {
    .footer__newsletter {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; } }
  @media (max-width: 600px) {
    .footer__newsletter {
      padding: 42px 16px; } }

.footer-list__title {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: var(--font-Quicksand-Medium);
  letter-spacing: 0.08em; }

.footer-list__items {
  margin-top: 20px;
  display: grid;
  gap: 20px;
  font-size: 16px;
  line-height: 20px; }
  .footer-list__items--without-title {
    margin-top: -23px; }
  .footer-list__items--images {
    gap: 62px; }
    .footer-list__items--images li:nth-child(2) {
      margin-top: 10px; }

.newsletter__top {
  position: relative; }
  @media (max-width: 1439.98px) {
    .newsletter__top {
      max-width: 50%; } }
  @media (max-width: 991.98px) {
    .newsletter__top {
      max-width: 75%; } }
  @media (max-width: 600px) {
    .newsletter__top {
      max-width: 100%; } }

.newsletter__title {
  font-size: 26px;
  line-height: 32px;
  font-family: var(--font-Quicksand-Regular);
  max-width: 300px;
  padding: 0 6px; }
  @media (max-width: 600px) {
    .newsletter__title {
      font-size: 20px;
      line-height: 26px;
      max-width: 100%;
      padding: 0; } }

.newsletter__text {
  font-size: 18px;
  line-height: 24px;
  color: #4C4C4C;
  margin-top: 20px;
  margin-bottom: 24px;
  padding: 0 6px; }
  @media (max-width: 600px) {
    .newsletter__text {
      font-size: 16px;
      line-height: 20px;
      padding: 0; } }

.newsletter__forma .forma__btn {
  margin-top: 12px; }
  @media (max-width: 600px) {
    .newsletter__forma .forma__btn {
      margin-top: 0; } }

.newsletter__forma .forma__section--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0; }

.newsletter__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1439.98px) {
    .newsletter__bottom {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: -200px; } }
  @media (max-width: 991.98px) {
    .newsletter__bottom {
      margin-top: -30px; } }
  @media (max-width: 600px) {
    .newsletter__bottom {
      margin-top: 32.3px; } }

.newsletter__networks-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 46px; }
  .newsletter__networks-links .networks-links__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 14px; }
  .newsletter__networks-links .networks-links__item a {
    min-width: 60px;
    min-height: 60px; }
    .newsletter__networks-links .networks-links__item a svg {
      height: 20px;
      width: auto; }

.newsletter__video {
  position: relative;
  margin-right: -348px;
  margin-bottom: -144px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 704px;
          flex: 0 1 704px; }
  @media (max-width: 1439.98px) {
    .newsletter__video {
      margin-right: -158px; } }
  @media (max-width: 991.98px) {
    .newsletter__video {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 426px;
              flex: 0 1 426px;
      margin-right: -100px;
      margin-bottom: -61.7px; } }
  @media (max-width: 600px) {
    .newsletter__video {
      margin-right: -186px;
      margin-bottom: -115px; } }

.newsletter__video-wrapper {
  position: absolute;
  left: 1.5%;
  top: 53.5%;
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
       -o-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
  width: 60.2%;
  height: 56.8%;
  background-color: #fff; }

.gform_wrapper .gform_validation_errors {
  margin-top: 0 !important;
  padding: 8px !important;
  font-family: var(--font-Quicksand-Medium);
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 0 !important; }

.gform_wrapper form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px; }
  @media (max-width: 600px) {
    .gform_wrapper form {
      gap: 16px; } }
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    min-height: 60px;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 23px;
    color: #4C4C4C; }
    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder {
      color: #4C4C4C; }
    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder {
      color: #4C4C4C; }
    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
      color: #4C4C4C; }
  .gform_wrapper form .gform_body .gform_fields .gfield .validation_message {
    padding: 8px !important;
    font-family: var(--font-Quicksand-Medium);
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0 !important; }
  .gform_wrapper form .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .gform_wrapper form .gform_footer .forma__btn {
      margin: 0 !important;
      margin-right: 6px !important;
      margin-top: 12px !important; }
      @media (max-width: 600px) {
        .gform_wrapper form .gform_footer .forma__btn {
          margin-top: 0 !important; } }

.gform_confirmation_message {
  font-family: var(--font-Quicksand-SemiBold);
  font-size: 16px;
  line-height: 22px;
  color: #8ab562; }

.s-about {
  position: relative; }
  @media (max-width: 700px) {
    .s-about__body {
      padding-top: 50px; } }
  .s-about__bg {
    position: absolute;
    left: -496px;
    top: -324px;
    z-index: -2; }
    @media (max-width: 1579.98px) {
      .s-about__bg {
        left: -596px;
        top: -124px; } }
    @media (max-width: 1439.98px) {
      .s-about__bg {
        height: 1280px;
        left: -796px; } }
    @media (max-width: 700px) {
      .s-about__bg {
        height: 1710px;
        top: 0; } }
    @media (max-width: 425px) {
      .s-about__bg {
        left: -741px;
        height: 1780px;
        min-height: 110%;
        width: auto; } }
  .s-about__svg-line {
    position: absolute;
    right: 14.5%;
    top: 4.2%;
    width: 27.975%;
    height: auto; }
    @media (max-width: 1279.98px) {
      .s-about__svg-line {
        display: none; } }
  .s-about__top {
    max-width: 720px;
    position: relative;
    z-index: 1; }
  .s-about__title {
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 22px; }
  .s-about__subtitle {
    font-size: 18px;
    line-height: 26px; }
  .s-about__more {
    margin-top: 30px;
    margin-left: 4px; }
  .s-about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 430px;
    padding-bottom: 230px;
    position: relative; }
    @media (max-width: 1579.98px) {
      .s-about__list {
        margin-top: -100px; } }
    @media (max-width: 1365.98px) {
      .s-about__list {
        margin-top: -150px;
        padding-top: 480px; } }
    @media (max-width: 1279.98px) {
      .s-about__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 42px;
        margin-top: 0;
        padding-top: 60px;
        padding-bottom: 100px; } }
    @media (max-width: 700px) {
      .s-about__list {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 90px; } }
  .s-about__svg {
    position: absolute;
    top: 58px;
    left: 62px;
    right: 0;
    bottom: 0;
    margin: 0 calc(100% - 1800px); }
    .s-about__svg svg {
      width: 100%; }
    @media (max-width: 1579.98px) {
      .s-about__svg {
        margin: 0 -55px; } }
    @media (max-width: 1279.98px) {
      .s-about__svg {
        display: none; } }
  .s-about__item {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 320px;
            flex: 0 1 320px; }
    .s-about__item--2 {
      margin-top: 120px; }
      @media (max-width: 1365.98px) {
        .s-about__item--2 {
          margin-top: 100px; } }
      @media (max-width: 1279.98px) {
        .s-about__item--2 {
          margin-top: 0; } }
    .s-about__item--3 {
      margin-top: 313px; }
      @media (max-width: 1365.98px) {
        .s-about__item--3 {
          margin-top: 260px; } }
      @media (max-width: 1279.98px) {
        .s-about__item--3 {
          margin-top: 0; } }
    .s-about__item--4 {
      margin-top: 457px;
      margin-right: -20px; }
      @media (max-width: 1365.98px) {
        .s-about__item--4 {
          margin-top: 340px; } }
      @media (max-width: 1279.98px) {
        .s-about__item--4 {
          margin-top: 0; } }
    @media (max-width: 700px) {
      .s-about__item {
        text-align: center; } }

.s-about-item__icon {
  display: none;
  margin-bottom: 30px;
  opacity: 0; }
  @media (max-width: 1279.98px) {
    .s-about-item__icon {
      display: block; }
      .s-about-item__icon svg {
        height: 111px;
        width: auto; } }
  @media (max-width: 700px) {
    .s-about-item__icon {
      margin-bottom: 20px; } }
  .s-about-item__icon.in-view {
    opacity: 1; }

.s-about-item__title {
  font-size: 26px;
  line-height: 32px; }
  @media (max-width: 991.98px) {
    .s-about-item__title {
      font-size: 20px;
      line-height: 26px; } }

.s-about-item__subtitle {
  font-size: 18px;
  line-height: 24px;
  margin-top: 16px; }
  @media (max-width: 991.98px) {
    .s-about-item__subtitle {
      font-size: 16px;
      line-height: 20px; } }

.s-journey {
  position: relative;
  z-index: 2; }
  .s-journey .container {
    position: relative;
    z-index: 2; }
  .s-journey__body {
    padding-top: 110px; }
    @media (max-width: 600px) {
      .s-journey__body {
        padding-top: 90px; } }
  @media (max-width: 991.98px) {
    .s-journey__title {
      max-width: 335px;
      margin: 0 auto; } }
  .s-journey__way {
    position: relative;
    padding-top: 71.5px;
    padding-bottom: 208px;
    display: grid;
    gap: 182px;
    grid-template-columns: 1fr; }
    .s-journey__way .s-journey-step:nth-child(odd) {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .s-journey__way .s-journey-step:nth-child(odd) .s-journey-step__video {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
    @media (max-width: 1579.98px) {
      .s-journey__way {
        gap: 136px; } }
    @media (max-width: 600px) {
      .s-journey__way {
        gap: 36px;
        padding-top: 36px;
        padding-bottom: 90px; } }
  .s-journey__line {
    position: absolute;
    z-index: -2;
    left: 0;
    top: 135.5px;
    right: 0;
    bottom: 0; }
    @media (max-width: 1579.98px) {
      .s-journey__line-pc {
        display: none; } }
    .s-journey__line-mb {
      display: none; }
      @media (max-width: 1579.98px) {
        .s-journey__line-mb {
          display: inline; } }
    .s-journey__line svg {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); }
    @media (max-width: 1279.98px) {
      .s-journey__line {
        top: 150.5px; } }
    @media (max-width: 600px) {
      .s-journey__line {
        display: none; } }
  .s-journey__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .s-journey__step--3 {
      margin-top: 20px; }
    @media (max-width: 1365.98px) {
      .s-journey__step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 600px) {
      .s-journey__step {
        margin-top: 0; } }

.s-journey-step__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .s-journey-step__video:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .s-journey-step__video--3 {
    margin-top: -5px;
    margin-left: -11px; }
  .s-journey-step__video--4 {
    margin-top: 7px; }
    @media (max-width: 1365.98px) {
      .s-journey-step__video--4 {
        margin-top: 40px; } }
    @media (max-width: 600px) {
      .s-journey-step__video--4 {
        margin-top: 0; } }
  @media (max-width: 600px) {
    .s-journey-step__video {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-left: 0;
      margin-top: 0; } }

.s-journey-step__play {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 225px;
          flex: 0 0 225px;
  height: 200px;
  margin-right: 22px; }
  .s-journey-step__play--1 {
    margin-top: 24px;
    margin-left: -11px; }
  .s-journey-step__play--2 {
    margin-top: -6px;
    margin-right: 29px; }
  .s-journey-step__play--3 {
    margin-top: 6px; }
  .s-journey-step__play--4 {
    margin-top: 5px;
    margin-right: 29px; }
  @media (max-width: 1365.98px) {
    .s-journey-step__play {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 124px;
              flex: 0 0 124px;
      height: 110px;
      margin-right: 26px;
      margin-left: 0;
      margin-top: 8px; } }
  @media (max-width: 600px) {
    .s-journey-step__play {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 95px;
              flex: 0 0 95px;
      height: 84px;
      margin-top: 0; } }

.s-journey-step__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px; }
  @media (max-width: 1365.98px) {
    .s-journey-step__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 336px;
              flex: 0 1 336px; } }
  @media (max-width: 600px) {
    .s-journey-step__content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }

.s-journey-step__text {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 36px;
  line-height: 42px;
  font-family: var(--font-Quicksand-Regular);
  text-align: end;
  text-transform: uppercase;
  margin-top: -10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px; }
  @media (max-width: 1579.98px) {
    .s-journey-step__text {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 250px;
      text-align: start;
      font-size: 28px;
      line-height: 32px; } }
  @media (max-width: 600px) {
    .s-journey-step__text {
      margin-top: 58px;
      margin-bottom: 32px;
      width: 100%;
      position: relative;
      text-align: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      max-width: 335px; } }

.s-journey-step__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8.5px 18px;
  font-size: 12px;
  line-height: 14px;
  min-width: 74px;
  min-height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--font-Quicksand-Medium);
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 16px; }
  .s-journey-step__label--2 {
    margin-left: -6px; }
  @media (max-width: 600px) {
    .s-journey-step__label {
      margin-left: 0;
      font-size: 14px;
      line-height: 23px;
      border-radius: 18px; } }

.s-journey-step__title {
  display: block;
  font-family: var(--font-Quicksand-Regular);
  margin-top: 17px;
  margin-left: 4px;
  font-size: 26px;
  line-height: 32px;
  -webkit-transition: color 0.3s ease 0s;
       -o-transition: color 0.3s ease 0s;
          transition: color 0.3s ease 0s; }
  @media (any-hover: hover) {
    .s-journey-step__title:hover {
      color: #8ab562; } }
  .s-journey-step__title--2 {
    margin-left: -3px; }
  .s-journey-step__title--4 {
    margin-left: 0; }
  @media (max-width: 1365.98px) {
    .s-journey-step__title {
      margin-left: 0;
      font-size: 20px;
      line-height: 26px; } }
  @media (max-width: 600px) {
    .s-journey-step__title {
      margin-top: 20px;
      margin-bottom: 25px; } }
  .s-journey-step__title.hover--none {
    pointer-events: none; }

.s-journey-step__subtitle {
  margin-top: 14px;
  font-size: 18px;
  line-height: 24px;
  margin-left: 6px; }
  .s-journey-step__subtitle--2 {
    margin-left: 0; }
  @media (max-width: 1365.98px) {
    .s-journey-step__subtitle {
      margin-left: 0;
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 600px) {
    .s-journey-step__subtitle {
      margin-top: 0; } }

.s-journey-step__btn {
  min-height: 60px;
  background-color: #8ab562;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 42px;
  padding-right: 45px;
  border-radius: 30px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 25px; }
  @media (max-width: 1365.98px) {
    .s-journey-step__btn {
      padding-left: 25px;
      padding-right: 25px;
      min-width: 178px; } }
  @media (max-width: 600px) {
    .s-journey-step__btn {
      margin-top: 32px; } }

.s-tailor-journey {
  position: relative;
  z-index: 1;
  pointer-events: none !important; }
  .s-tailor-journey .container {
    position: relative;
    z-index: 2; }
  .s-tailor-journey__bg {
    position: absolute;
    width: 2674px;
    height: 1600px;
    bottom: 0;
    left: -345px;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 1279.98px) {
      .s-tailor-journey__bg {
        width: auto;
        height: 980px;
        left: auto;
        right: -80px;
        bottom: -50px; } }
    @media (max-width: 991.98px) {
      .s-tailor-journey__bg {
        -webkit-transform: rotate(160deg);
             -o-transform: rotate(160deg);
                transform: rotate(160deg);
        height: 780px;
        bottom: -150px;
        right: -130px; } }
    @media (max-width: 767.98px) {
      .s-tailor-journey__bg {
        -webkit-transform: rotate(5deg);
             -o-transform: rotate(5deg);
                transform: rotate(5deg);
        width: auto;
        height: 130%;
        bottom: -80px;
        right: -50%; } }
    @media (max-width: 600px) {
      .s-tailor-journey__bg {
        right: auto;
        height: 120%;
        -webkit-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
        bottom: -20px;
        left: -200px; } }
    @media (max-width: 425px) {
      .s-tailor-journey__bg {
        height: 110%;
        bottom: 10px; } }
  .s-tailor-journey__body {
    padding-top: 108px;
    padding-bottom: 360px; }
    @media (max-width: 1579.98px) {
      .s-tailor-journey__body {
        padding-bottom: 260px; } }
    @media (max-width: 1279.98px) {
      .s-tailor-journey__body {
        padding-bottom: 200px; } }
    @media (max-width: 991.98px) {
      .s-tailor-journey__body {
        padding-bottom: 180px; } }
    @media (max-width: 767.98px) {
      .s-tailor-journey__body {
        padding-bottom: 90px;
        padding-top: 90px; } }
  .s-tailor-journey__title {
    pointer-events: all; }
    @media (max-width: 991.98px) {
      .s-tailor-journey__title {
        max-width: 335px;
        margin: 0 auto; } }
  .s-tailor-journey__list {
    pointer-events: all;
    margin-top: 58px;
    padding-top: 80px;
    padding-bottom: 185px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1670px) {
      .s-tailor-journey__list {
        padding-top: 150px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 1279.98px) {
      .s-tailor-journey__list {
        margin-top: 48px;
        padding-top: 0;
        padding-bottom: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 767.98px) {
      .s-tailor-journey__list {
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 10px;
                column-gap: 10px;
        row-gap: 36px; } }
    @media (max-width: 600px) {
      .s-tailor-journey__list {
        padding-bottom: 40px; } }
  .s-tailor-journey__bg-line {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    margin-left: -141px; }
    @media (max-width: 1670px) {
      .s-tailor-journey__bg-line {
        margin-left: -66px;
        margin-right: -125px; }
        .s-tailor-journey__bg-line svg {
          width: 100%; } }
    @media (max-width: 1279.98px) {
      .s-tailor-journey__bg-line {
        display: none; } }
  .s-tailor-journey__item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .s-tailor-journey__item--1 .s-tailor-journey-item__sign {
      margin-left: -30px; }
    .s-tailor-journey__item--1 .s-tailor-journey-item__icon {
      margin-left: -30px; }
    @media (min-width: 1670px) {
      .s-tailor-journey__item--1 {
        margin-left: -75px; }
        .s-tailor-journey__item--1 .s-tailor-journey-item__sign {
          margin-left: 0; }
        .s-tailor-journey__item--1 .s-tailor-journey-item__icon {
          margin-left: 20px; } }
    @media (max-width: 1279.98px) {
      .s-tailor-journey__item--1 .s-tailor-journey-item__sign {
        margin-left: 0;
        padding: 0 10px; }
      .s-tailor-journey__item--1 .s-tailor-journey-item__icon {
        margin-left: 0; } }
    @media (min-width: 1670px) {
      .s-tailor-journey__item--2 .s-tailor-journey-item__sign {
        margin-left: 50px;
        margin-top: 32px; }
      .s-tailor-journey__item--2 .s-tailor-journey-item__icon {
        margin-left: 62px;
        margin-top: 4px; } }
    @media (min-width: 1670px) {
      .s-tailor-journey__item--3 .s-tailor-journey-item__sign {
        margin-left: 100px;
        margin-top: 26px; }
      .s-tailor-journey__item--3 .s-tailor-journey-item__icon {
        margin-left: 88px;
        margin-top: 10px; } }
    .s-tailor-journey__item--4 .s-tailor-journey-item__icon {
      margin-left: 30px;
      margin-right: -30px; }
    .s-tailor-journey__item--4 .s-tailor-journey-item__sign {
      margin-right: -30px; }
    @media (min-width: 1670px) {
      .s-tailor-journey__item--4 .s-tailor-journey-item__sign {
        margin-left: 150px;
        margin-top: 44px;
        margin-right: 0; }
      .s-tailor-journey__item--4 .s-tailor-journey-item__icon {
        margin-left: 169px;
        margin-top: 18px;
        margin-right: 0; } }
    @media (max-width: 1279.98px) {
      .s-tailor-journey__item--4 .s-tailor-journey-item__icon {
        margin-right: 0; }
      .s-tailor-journey__item--4 .s-tailor-journey-item__sign {
        margin-right: 0; } }
    @media (max-width: 1670px) {
      .s-tailor-journey__item {
        margin-left: 0; } }
    @media (max-width: 1279.98px) {
      .s-tailor-journey__item {
        width: 100%; } }

.s-tailor-journey-item__icon {
  opacity: 0; }
  .s-tailor-journey-item__icon.in-view {
    opacity: 1; }
  @media (max-width: 1670px) {
    .s-tailor-journey-item__icon svg {
      height: 110px; } }
  @media (max-width: 1279.98px) {
    .s-tailor-journey-item__icon svg {
      max-width: 100%; } }

.s-tailor-journey-item__sign {
  font-size: 25px;
  line-height: 30px;
  max-width: 260px;
  text-align: center;
  margin-top: 36px; }
  @media (max-width: 1279.98px) {
    .s-tailor-journey-item__sign {
      margin-top: 16px;
      font-size: 20px;
      line-height: 26px; } }

.s-map {
  margin-top: -300px;
  position: relative; }
  @media (max-width: 1579.98px) {
    .s-map {
      margin-top: -230px; } }
  @media (max-width: 1279.98px) {
    .s-map {
      margin-top: -195px; } }
  @media (max-width: 991.98px) {
    .s-map {
      margin-top: -110px; } }
  @media (max-width: 600px) {
    .s-map {
      margin-top: -85px; } }
  .s-map__wrapper {
    position: relative;
    height: 1220px; }
    @media (max-width: 1579.98px) {
      .s-map__wrapper {
        height: 1000px; } }
    @media (max-width: 991.98px) {
      .s-map__wrapper {
        height: 710px; } }
    .s-map__wrapper #map {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .s-map__title {
    position: absolute;
    background-color: #fff;
    top: 21.5%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 42px;
    padding: 19px 41px;
    min-height: 84px; }
    @media (max-width: 991.98px) {
      .s-map__title {
        min-height: 70px;
        top: 15%;
        min-width: 335px; } }
    @media (max-width: 600px) {
      .s-map__title {
        min-width: auto;
        width: calc(100% - 15px);
        padding: 19px 20px; } }

.s-social-share {
  position: relative;
  padding-top: 120px; }
  @media (max-width: 991.98px) {
    .s-social-share {
      padding-top: 75px; } }
  .s-social-share-margin {
    margin-top: -120px;
    padding-top: 120px; }
    @media (max-width: 991.98px) {
      .s-social-share-margin {
        margin-top: -70px;
        padding-top: 60px; } }
  .s-social-share__bg {
    position: absolute;
    top: 0;
    left: -358px;
    z-index: 1; }
    @media (max-width: 1579.98px) {
      .s-social-share__bg {
        height: 1600px;
        width: auto;
        left: -310px; } }
    @media (max-width: 1439.98px) {
      .s-social-share__bg {
        height: 1370px;
        left: -240px; } }
    @media (max-width: 991.98px) {
      .s-social-share__bg {
        left: -500px; } }
    @media (max-width: 575.98px) {
      .s-social-share__bg {
        left: -630px; } }
  .s-social-share__body {
    position: relative;
    z-index: 2;
    padding-top: 125px;
    padding-bottom: 55px;
    max-width: 1090px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991.98px) {
      .s-social-share__body {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 767.98px) {
      .s-social-share__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 48px;
        padding-top: 45px; } }
  .s-social-share__icon {
    opacity: 0; }
    .s-social-share__icon.in-view {
      opacity: 1; }
    @media (max-width: 991.98px) {
      .s-social-share__icon {
        margin-right: 30px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%; }
        .s-social-share__icon svg {
          width: 100%;
          height: auto; } }
    @media (max-width: 767.98px) {
      .s-social-share__icon {
        margin-right: 0; }
        .s-social-share__icon svg {
          width: 162px; } }
  .s-social-share__content {
    max-width: 464px;
    padding-left: 20px;
    margin-top: 63px; }
    @media (max-width: 991.98px) {
      .s-social-share__content {
        padding-left: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%; } }
    @media (max-width: 767.98px) {
      .s-social-share__content {
        margin-top: 31px; } }
  @media (max-width: 767.98px) {
    .s-social-share__title {
      max-width: 335px;
      margin: 0 auto;
      text-align: center; } }
  .s-social-share__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 37px;
    margin-left: -5px;
    row-gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .s-social-share__social {
        margin-left: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 32px; } }

.networks-links__item {
  border-radius: 50%; }
  .networks-links__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 80px;
    min-height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .networks-links__item a svg {
      -webkit-transition: -webkit-transform 0.3s ease 0s;
           -o-transition: -o-transform 0.3s ease 0s;
              transition: transform 0.3s ease 0s; }
    @media (any-hover: hover) {
      .networks-links__item a:hover svg {
        -webkit-transform: scale(1.3);
             -o-transform: scale(1.3);
                transform: scale(1.3); } }
    @media (max-width: 991.98px) {
      .networks-links__item a {
        min-width: 58px;
        min-height: 58px; }
        .networks-links__item a svg {
          height: 20px;
          width: auto; } }
  .networks-links__item:not(:last-child) {
    margin-right: 26px; }
    @media (max-width: 991.98px) {
      .networks-links__item:not(:last-child) {
        margin-right: 16px; } }
  .networks-links__item:nth-child(1) {
    background-color: #becb6f; }
  .networks-links__item:nth-child(2) {
    background-color: #F0D7AF; }
  .networks-links__item:nth-child(3) {
    background-color: #B0D2C4; }
  .networks-links__item:nth-child(4) {
    background-color: #B2CC98; }

.s-videos {
  position: relative;
  z-index: 2; }
  .s-videos__body {
    padding-top: 55px;
    padding-bottom: 89px; }
  .s-videos__list {
    margin-top: 62px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 88px; }
    @media (max-width: 1279.98px) {
      .s-videos__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 0;
        row-gap: 32px;
        -webkit-column-gap: 20px;
                column-gap: 20px; } }
  .s-videos__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .s-videos__item--2 {
      margin-left: -7px; }
      @media (max-width: 1279.98px) {
        .s-videos__item--2 {
          margin-left: 0; } }
    .s-videos__item--3 {
      margin-left: -12px; }
      @media (max-width: 1279.98px) {
        .s-videos__item--3 {
          margin-left: 0; } }
    @media (max-width: 1365.98px) {
      .s-videos__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 389px;
                flex: 0 1 389px; } }
    @media (max-width: 991.98px) {
      .s-videos__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        width: 100%; } }
  .s-videos__more {
    margin-top: 62px;
    min-height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 201px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-Quicksand-SemiBold);
    border-radius: 30px;
    border: 1px solid #000;
    margin-left: -7px;
    -webkit-transition: background-color 0.3s cubic-bezier(0.14, 1, 0.34, 1), border-color 0.3s cubic-bezier(0.14, 1, 0.34, 1);
         -o-transition: background-color 0.3s cubic-bezier(0.14, 1, 0.34, 1), border-color 0.3s cubic-bezier(0.14, 1, 0.34, 1);
            transition: background-color 0.3s cubic-bezier(0.14, 1, 0.34, 1), border-color 0.3s cubic-bezier(0.14, 1, 0.34, 1); }
    @media (max-width: 1279.98px) {
      .s-videos__more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 32px;
        margin-left: 0; } }
    @media (any-hover: hover) {
      .s-videos__more:hover {
        background-color: #8ab562;
        border-color: #8ab562;
        color: #fff; } }

.s-videos-item__video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 161px;
          flex: 0 0 161px;
  height: 141px;
  margin-left: -10px; }
  @media (max-width: 1439.98px) {
    .s-videos-item__video {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 161px;
              flex: 0 1 161px;
      height: calc(100% - 20px); } }
  @media (max-width: 600px) {
    .s-videos-item__video {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 95px;
              flex: 0 0 95px;
      height: 84px; } }

.s-videos-item__content {
  padding-left: 35px; }
  @media (max-width: 1439.98px) {
    .s-videos-item__content {
      padding-left: 20px; } }

.s-videos-item__title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px; }
  @media (max-width: 1439.98px) {
    .s-videos-item__title {
      line-height: 24px; } }
  @media (max-width: 1279.98px) {
    .s-videos-item__title {
      max-width: 225px; } }

.s-videos-item__play {
  font-family: var(--font-Quicksand-SemiBold);
  font-size: 18px;
  line-height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  color: #4C4C4C; }
  .s-videos-item__play span.btn-blimp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px;
    min-width: 40px;
    border: 1.5px solid #4C4C4C;
    border-radius: 50%;
    margin-left: 17px; }
  @media (max-width: 1439.98px) {
    .s-videos-item__play {
      font-size: 18px;
      line-height: 24px; } }

.s-work {
  position: relative;
  z-index: 2; }
  .s-work__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 90px;
    padding-bottom: 85.6px; }
    @media (max-width: 1279.98px) {
      .s-work__body--only-photos {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important; }
        .s-work__body--only-photos .s-work__few-img {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .s-work__body--only-photos .s-work__big-img {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 400px;
                  flex: 0 0 400px;
          margin-left: 26px;
          margin-right: 26px;
          height: 600px; } }
    @media (max-width: 600px) {
      .s-work__body--only-photos .s-work__big-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 220px;
                flex: 0 0 220px;
        height: 300px;
        margin-left: 10px;
        margin-right: 10px; }
      .s-work__body--only-photos .s-work__few-img-wrapper {
        width: 220px;
        height: 110px; }
        .s-work__body--only-photos .s-work__few-img-wrapper:nth-child(1) {
          margin-bottom: 25px; } }
    @media (max-width: 1680px) {
      .s-work__body {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 767.98px) {
      .s-work__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 0; } }
  .s-work__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
    height: 280px;
    position: relative;
    border-radius: 26px;
    overflow: hidden; }
    .s-work__img--left {
      margin-right: 52px; }
    .s-work__img--right {
      margin-left: 52px; }
    .s-work__img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 1579.98px) {
      .s-work__img {
        display: none; } }
  .s-work__few-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1579.98px) {
      .s-work__few-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; } }
    @media (max-width: 1279.98px) {
      .s-work__few-img {
        display: none; } }
  .s-work__few-img-wrapper {
    width: 512px;
    height: 240px;
    position: relative;
    border-radius: 26px;
    overflow: hidden; }
    .s-work__few-img-wrapper:nth-child(1) {
      margin-bottom: 52px; }
    .s-work__few-img-wrapper img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 1579.98px) {
      .s-work__few-img-wrapper {
        width: 384px;
        height: 180px; } }
  .s-work__big-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 512px;
            flex: 0 0 512px;
    height: 740px;
    margin: 0 52px;
    position: relative;
    border-radius: 26px;
    overflow: hidden; }
    .s-work__big-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 1579.98px) {
      .s-work__big-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 405px;
                flex: 0 1 405px;
        height: 600px; } }
    @media (max-width: 1279.98px) {
      .s-work__big-img {
        margin-left: 0;
        margin-right: 26px; } }
    @media (max-width: 991.98px) {
      .s-work__big-img {
        height: 450px; } }
    @media (max-width: 767.98px) {
      .s-work__big-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        height: auto;
        margin-right: 0;
        width: 100%;
        max-width: 335px;
        height: 200px; } }
  .s-work__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 512px;
            flex: 0 0 512px; }
    @media (max-width: 1579.98px) {
      .s-work__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 512px;
                flex: 0 1 512px; } }
    @media (max-width: 767.98px) {
      .s-work__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-top: 36px; } }

.s-work-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .s-work-content__title {
    max-width: 360px;
    margin: 0 auto; }
  .s-work-content__subtitle {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 36px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .s-work-content__subtitle {
        font-size: 16px;
        line-height: 20px;
        margin-top: 16px;
        margin-bottom: 32px;
        max-width: 400px; } }
  .s-work-content__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .s-work-content__btn a {
      min-height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 42px;
      padding-right: 14px;
      min-width: 232px;
      text-align: center;
      font-size: 18px;
      line-height: 26px;
      border-radius: 30px;
      background-color: #fff;
      color: #4C4C4C;
      padding-top: 2px;
      font-family: var(--font-Quicksand-SemiBold); }
      .s-work-content__btn a .num {
        display: block;
        min-width: 32px;
        min-height: 32px;
        font-size: 18px;
        line-height: 24px;
        padding: 4px 11.5px;
        background-color: #A1D8D0;
        border-radius: 30px;
        color: #fff;
        margin-left: 36px;
        -webkit-transition: background-color 0.3s ease;
             -o-transition: background-color 0.3s ease;
                transition: background-color 0.3s ease; }
      @media (max-width: 767.98px) {
        .s-work-content__btn a {
          padding-left: 21px; } }
      @media (max-width: 575.98px) {
        .s-work-content__btn a {
          width: 100%; } }
      @media (any-hover: hover) {
        .s-work-content__btn a:hover .num {
          background-color: #8ab562; } }
      .s-work-content__btn a.btn-center {
        padding-left: 14px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }

.s-connect {
  position: relative;
  z-index: 1; }
  .s-connect-page {
    z-index: 2; }
    .s-connect-page::before {
      content: '';
      position: absolute;
      display: block;
      z-index: -1;
      width: 100%;
      height: 50%;
      top: 0;
      background-color: #C7E5D3; }
  .s-connect__bg {
    position: absolute;
    right: -405px;
    top: 0;
    z-index: -1; }
  .s-connect__body {
    padding-top: 289px;
    padding-bottom: 177px; }
    .s-connect__body.small-padding {
      padding-bottom: 120px; }
      @media (max-width: 767.98px) {
        .s-connect__body.small-padding {
          padding: 70px 0; } }
    @media (max-width: 1439.98px) {
      .s-connect__body {
        padding-top: 180px;
        padding-bottom: 120px; } }
    @media (max-width: 767.98px) {
      .s-connect__body {
        padding: 70px 0; } }
  .s-connect__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 112px;
    margin-left: -13px; }
    @media (max-width: 1439.98px) {
      .s-connect__list {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        row-gap: 42px; } }
    @media (max-width: 767.98px) {
      .s-connect__list {
        margin-top: 42px; } }
  .s-connect__item--1 .s-connect-item__icon {
    margin-left: -12px; }
  .s-connect__item--2 {
    margin-left: 5px; }
    @media (max-width: 1439.98px) {
      .s-connect__item--2 {
        margin-left: 0; } }
  .s-connect__item--3 {
    margin-left: 13px; }
    .s-connect__item--3 .s-connect-item__icon {
      margin-left: 8px; }
    .s-connect__item--3 .s-connect-item__text {
      margin-left: -2px; }
    @media (max-width: 1439.98px) {
      .s-connect__item--3 {
        margin-left: 0; } }
  .s-connect__item--4 {
    margin-top: 16px; }
    .s-connect__item--4 .s-connect-item__icon {
      margin-left: 16px; }
    .s-connect__item--4 .s-connect-item__text {
      margin-top: 52px;
      margin-left: 14px; }
    @media (max-width: 1439.98px) {
      .s-connect__item--4 .s-connect-item__icon {
        margin-left: 0; }
      .s-connect__item--4 .s-connect-item__text {
        margin-left: 0; } }
    @media (max-width: 767.98px) {
      .s-connect__item--4 {
        margin-top: 0; }
        .s-connect__item--4 .s-connect-item__text {
          margin-top: 16px; } }
  .s-connect__item--5 {
    margin-top: 16px;
    margin-left: 20px; }
    .s-connect__item--5 .s-connect-item__text {
      margin-top: 52px; }
    @media (max-width: 1439.98px) {
      .s-connect__item--5 {
        margin-left: 0; } }
    @media (max-width: 767.98px) {
      .s-connect__item--5 {
        margin-top: 0; }
        .s-connect__item--5 .s-connect-item__text {
          margin-top: 16px; } }
  .s-connect__item--6 {
    margin-top: 16px;
    margin-left: 24px; }
    .s-connect__item--6 .s-connect-item__text {
      margin-top: 52px; }
    @media (max-width: 1439.98px) {
      .s-connect__item--6 {
        margin-left: 0; } }
    @media (max-width: 767.98px) {
      .s-connect__item--6 {
        margin-top: 0; }
        .s-connect__item--6 .s-connect-item__text {
          margin-top: 16px; } }
  @media (max-width: 1579.98px) {
    .s-connect__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 250px;
              flex: 0 1 250px; } }
  @media (max-width: 600px) {
    .s-connect__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }

.s-connect-item__icon {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  opacity: 0; }
  .s-connect-item__icon svg {
    max-width: 100%; }
  @media (max-width: 767.98px) {
    .s-connect-item__icon svg {
      height: 84px; } }
  .s-connect-item__icon.in-view {
    opacity: 1; }

.s-connect-item__text {
  font-size: 20px;
  line-height: 26px;
  font-family: var(--font-Quicksand-Medium);
  text-align: center;
  padding: 0 10px;
  margin-top: 42px; }
  @media (max-width: 767.98px) {
    .s-connect-item__text {
      margin-top: 16px; } }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  z-index: 999;
  pointer-events: none; }
  .modal--video {
    padding: 30px 15px; }
  .modal_open {
    opacity: 1;
    overflow: auto;
    pointer-events: auto;
    cursor: pointer; }
    .modal_open .modal__content {
      visibility: visible;
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      cursor: auto; }
    .modal_open .modal__exit {
      visibility: visible;
      opacity: 1; }
  .modal__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%; }
  .modal__content {
    position: relative;
    padding: 52px;
    width: 100%;
    max-width: 812px;
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s ease 0s, visibility 0.3s ease 0s, opacity 0.3s ease 0s;
         -o-transition: -o-transform 0.3s ease 0s, visibility 0.3s ease 0s, opacity 0.3s ease 0s;
            transition: transform 0.3s ease 0s, visibility 0.3s ease 0s, opacity 0.3s ease 0s;
    background-color: #fff;
    border-radius: 14px; }
    @media (max-width: 767.98px) {
      .modal__content {
        padding: 65px 15px 45px; } }
    .modal__content--video {
      max-width: 50vw;
      padding: 0;
      background-color: transparent; }
      @media (max-width: 1023px) {
        .modal__content--video {
          max-width: 100vw; } }
  .modal__exit {
    opacity: 0;
    position: fixed;
    display: block;
    width: 25px;
    height: 25px;
    right: 20px;
    top: 20px;
    visibility: hidden;
    -webkit-transition: opacity 0s ease .6s;
         -o-transition: opacity 0s ease .6s;
            transition: opacity 0s ease .6s; }
    .modal__exit::after, .modal__exit::before {
      content: '';
      position: relative;
      display: block;
      width: 100%;
      height: 1px;
      left: 0;
      background-color: #8ab562; }
    .modal__exit::after {
      -webkit-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }
    .modal__exit::before {
      top: 1px;
      -webkit-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .modal__chest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 16px;
    top: 16px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    background-color: #A1D8D0; }
    .modal__chest svg {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }

.yt-video {
  min-height: 50vh;
  height: 350px;
  position: relative;
  z-index: 22202002020; }
  .yt-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px; }
  @media (max-width: 1023px) {
    .yt-video {
      min-height: 40vh; } }

.modal-forma__title {
  max-width: 680px; }
  @media (max-width: 991.98px) {
    .modal-forma__title {
      max-width: 100%; } }
  .modal-forma__title--thank {
    margin: 0 auto;
    text-align: center; }
    .modal-forma__title--thank + .modal-forma__text {
      text-align: center; }

.modal-forma__text {
  margin-top: 16px; }

.modal-forma__body {
  margin-top: 48px; }
  .modal-forma__body .forma__input {
    background-color: #F3F7DF;
    border: none; }
  .modal-forma__body .forma__row {
    row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
  .modal-forma__body .forma__textarea {
    min-height: 123px;
    border: none;
    background-color: #F3F7DF; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .breadcrumbs__link {
    margin-bottom: -5px;
    padding-bottom: 5px;
    display: block;
    position: relative; }
    .breadcrumbs__link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background-color: #fff;
      -webkit-transition: width 0.3s ease;
           -o-transition: width 0.3s ease;
              transition: width 0.3s ease; }
    @media (any-hover: hover) {
      .breadcrumbs__link:hover::after {
        width: 100%; } }
  .breadcrumbs__separator {
    margin: 0 10px;
    position: relative;
    width: 6px;
    height: 6px; }
    .breadcrumbs__separator::before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(-45deg) translateX(50%);
           -o-transform: rotate(-45deg) translateX(50%);
              transform: rotate(-45deg) translateX(50%);
      left: -50%;
      top: 50%; }
  .breadcrumbs__item--current {
    pointer-events: none; }
  .breadcrumbs .the_breadcrumbs span[typeof="ListItem"] {
    position: relative;
    margin-right: 15px;
    margin-left: 10px; }
    .breadcrumbs .the_breadcrumbs span[typeof="ListItem"]:first-of-type {
      margin-left: 0; }
    .breadcrumbs .the_breadcrumbs span[typeof="ListItem"]::after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(-45deg) translateX(50%);
           -o-transform: rotate(-45deg) translateX(50%);
              transform: rotate(-45deg) translateX(50%);
      right: -12px;
      top: 50%;
      width: 6px;
      height: 6px; }
    .breadcrumbs .the_breadcrumbs span[typeof="ListItem"]:last-of-type {
      margin-right: 0; }
      .breadcrumbs .the_breadcrumbs span[typeof="ListItem"]:last-of-type:after {
        display: none; }
  .breadcrumbs .the_breadcrumbs.dark span[typeof="ListItem"]::after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000; }
  .breadcrumbs .search {
    margin-left: 10px; }

.hero-shape-category h1 {
  text-align: center;
  margin-top: 20px; }

.team-table, .team-table-circle {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(315px, 0.33333fr));
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 600px) {
    .team-table, .team-table-circle {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }
  .team-table__card, .team-table-circle__card {
    max-width: 430.67px;
    text-align: center; }

.team-table__card {
  grid-column: span 1; }
  .team-table__card:first-child {
    grid-column: span 2; }
    @media (max-width: 991px) {
      .team-table__card:first-child {
        grid-column: auto; } }

.team-card-text {
  margin: auto; }
  .team-card-text__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    text-align: center; }
  .team-card-text__subtitle {
    margin-top: 16px; }

.team-card.show-in .team-card__wrapper, .team-card-circle.show-in .team-card__wrapper {
  -webkit-animation: show 0.4s ease 1 normal running 0s none;
       -o-animation: show 0.4s ease 1 normal running 0s none;
          animation: show 0.4s ease 1 normal running 0s none; }

.team-card__wrapper, .team-card-circle__wrapper {
  width: 100%; }

.team-card__img, .team-card-circle__img {
  max-width: 317px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin-bottom: 26px; }

.team-card__content, .team-card-circle__content {
  color: #fff;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 26px 32px;
  color: #fff; }

.team-card__name, .team-card-circle__name {
  font-size: 26px;
  line-height: 32px;
  font-family: var(--font-Quicksand-Regular);
  color: #4C4C4C; }
  @media (max-width: 991.98px) {
    .team-card__name, .team-card-circle__name {
      font-size: 20px;
      line-height: 26px; } }

.team-card__position, .team-card-circle__position {
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
  color: #4C4C4C; }
  @media (max-width: 991.98px) {
    .team-card__position, .team-card-circle__position {
      font-size: 14px;
      line-height: 20px; } }

@-webkit-keyframes show {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-o-keyframes show {
  0% {
    -o-transform: scale(0);
       transform: scale(0); }
  100% {
    -o-transform: scale(1);
       transform: scale(1); } }

@keyframes show {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); } }

.s-info {
  position: relative;
  z-index: 3;
  padding-top: 64px; }
  .s-info-bg {
    position: relative;
    margin-top: -169px;
    padding-top: 113px; }
    @media (max-width: 991.98px) {
      .s-info-bg {
        margin-top: -70px;
        padding-top: 130px; } }
    @media (max-width: 575.98px) {
      .s-info-bg {
        padding-top: 80px; } }
    .s-info-bg__svg {
      position: absolute;
      top: 0;
      left: -358px;
      z-index: 1; }
      @media (max-width: 1579.98px) {
        .s-info-bg__svg {
          height: 1600px;
          width: auto;
          left: -310px; } }
      @media (max-width: 1439.98px) {
        .s-info-bg__svg {
          height: 1370px;
          left: -240px; } }
      @media (max-width: 991.98px) {
        .s-info-bg__svg {
          left: -500px; } }
      @media (max-width: 575.98px) {
        .s-info-bg__svg {
          left: -630px; } }
  .s-info.under-map {
    padding-bottom: 15px;
    background-color: #C7E5D3; }
    .s-info.under-map .container {
      position: relative;
      z-index: 2; }
  .s-info.s-info-bottom {
    padding-top: 175px;
    padding-bottom: 167px; }
    .s-info.s-info-bottom-career {
      padding-top: 115px;
      background-color: #C7E5D3; }
    @media (max-width: 991.98px) {
      .s-info.s-info-bottom {
        padding-top: 120px;
        padding-bottom: 90px; } }
    @media (max-width: 575.98px) {
      .s-info.s-info-bottom {
        padding-top: 80px; } }
  @media (max-width: 991.98px) {
    .s-info {
      padding-top: 30px;
      padding-bottom: 60px; } }
  .s-info__bg-svg {
    position: absolute;
    top: 24px;
    left: -341px; }
  .s-info .container {
    position: relative; }
  .s-info__svg {
    position: absolute;
    left: -28px;
    top: 0;
    width: 100%; }
    .s-info__svg svg {
      max-width: 100%; }
    @media (max-width: 1699px) {
      .s-info__svg {
        left: 0;
        margin-left: -20px;
        margin-right: -20px;
        width: 100%; } }
    @media (max-width: 1365.98px) {
      .s-info__svg {
        display: none; } }
  .s-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 155px;
    padding-bottom: 137px; }
    @media (max-width: 1365.98px) {
      .s-info__list {
        padding: 0;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 991.98px) {
      .s-info__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .s-info__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 420px;
            flex: 0 1 420px;
    text-align: center;
    position: relative; }
    .s-info__item--1 {
      margin-left: 51px; }
    .s-info__item--2 {
      margin-left: 10px; }
    .s-info__item--3 {
      margin-right: 60px; }
    @media (max-width: 1699px) {
      .s-info__item--1 {
        margin-left: 2.5%; }
      .s-info__item--2 {
        margin-left: 0; }
      .s-info__item--3 {
        margin-right: 4%; } }
    @media (max-width: 1580px) {
      .s-info__item--1 {
        margin-left: 0; }
      .s-info__item--2 {
        margin-left: 0; }
      .s-info__item--3 {
        margin-right: 0.5%; } }
    @media (max-width: 1365.98px) {
      .s-info__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 33.33333%;
                flex: 0 1 33.33333%; }
        .s-info__item--1 {
          margin-left: 15px;
          margin-right: 15px; }
        .s-info__item--2 {
          margin-left: 15px;
          margin-right: 15px; }
        .s-info__item--3 {
          margin-left: 15px;
          margin-right: 15px; } }
    @media (max-width: 991.98px) {
      .s-info__item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 280px;
                flex: 1 1 280px; }
        .s-info__item:not(:last-child) {
          margin-bottom: 60px; }
        .s-info__item:last-child {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 46.5%;
                  flex: 0 1 46.5%; } }
    @media (max-width: 767.98px) {
      .s-info__item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
        .s-info__item:last-child {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto; } }
    @media (max-width: 600px) {
      .s-info__item--1 {
        margin-left: 0;
        margin-right: 0; }
      .s-info__item--2 {
        margin-left: 0;
        margin-right: 0; }
      .s-info__item--3 {
        margin-left: 0;
        margin-right: 0; } }

.s-info-item__title {
  margin: 0 auto;
  font-family: var(--font-Quicksand-Regular); }
  @media (max-width: 1699px) {
    .s-info-item__title {
      font-size: 26px;
      line-height: 32px;
      max-width: 350px; } }
  @media (max-width: 1365.98px) {
    .s-info-item__title {
      max-width: 100%; } }

.s-info-item__text {
  margin-top: 21px; }
  @media (max-width: 1699px) {
    .s-info-item__text {
      font-size: 18px;
      line-height: 24px;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 1365.98px) {
    .s-info-item__text {
      max-width: 100%; } }

.s-info-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px; }
  .s-info-item__btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 60px;
    padding: 0 10px;
    border-radius: 60px;
    min-width: 183px;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--font-Quicksand-SemiBold); }

.spoilers {
  width: 100%; }
  .spoilers.white .spoilers__item {
    background-color: #fff;
    color: #000; }
  .spoilers.green .spoilers__item {
    background-color: #DEEED0;
    color: #000; }
  .spoilers.green.changing-white .spoilers__item {
    -webkit-transition: background-color 0.4s ease;
         -o-transition: background-color 0.4s ease;
            transition: background-color 0.4s ease; }
    .spoilers.green.changing-white .spoilers__item .spoilers__title span.spoilers__arrow {
      -webkit-transition: background-color 0.4s ease;
           -o-transition: background-color 0.4s ease;
              transition: background-color 0.4s ease; }
      .spoilers.green.changing-white .spoilers__item .spoilers__title span.spoilers__arrow::before, .spoilers.green.changing-white .spoilers__item .spoilers__title span.spoilers__arrow::after {
        -webkit-transition: background-color 0.4s ease, -webkit-transform 0.5s ease 0s;
             -o-transition: background-color 0.4s ease, -o-transform 0.5s ease 0s;
                transition: background-color 0.4s ease, transform 0.5s ease 0s; }
  .spoilers.green.changing-white .spoilers__item.active {
    background-color: #fff; }
    .spoilers.green.changing-white .spoilers__item.active span.spoilers__arrow {
      background-color: #DEEED0; }
      .spoilers.green.changing-white .spoilers__item.active span.spoilers__arrow::before, .spoilers.green.changing-white .spoilers__item.active span.spoilers__arrow::after {
        background-color: #000; }
  .spoilers__item {
    border-radius: 30px;
    overflow: hidden; }
    .spoilers__item--flyers {
      border-radius: 48px; }
      @media (max-width: 991.98px) {
        .spoilers__item--flyers {
          border-radius: 30px; } }
  .spoilers__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    padding-left: 26px;
    width: 100%;
    min-height: 60px;
    background-color: transparent;
    font-family: var(--font-Quicksand-Medium);
    cursor: auto;
    pointer-events: none;
    color: #4C4C4C; }
    .spoilers__title span.spoilers__arrow {
      display: none; }
    .spoilers__title--flyers {
      min-height: 95px;
      padding: 21px;
      padding-left: 41px; }
      @media (max-width: 991.98px) {
        .spoilers__title--flyers {
          min-height: 60px;
          padding: 10px;
          padding-left: 26px; } }
  .spoilers__content {
    padding: 0 26px 22px;
    color: #4C4C4C; }
    .spoilers__content--flyers {
      padding: 0 16px 16px; }
  .spoilers__content--text ul li {
    position: relative;
    padding-left: 20px; }
    .spoilers__content--text ul li:not(:last-child) {
      margin-bottom: 5px; }
    .spoilers__content--text ul li::before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 8px;
      width: 8px;
      height: 8px;
      background-color: #8AB562;
      border-radius: 50%; }
  .is-init .spoilers__title {
    cursor: pointer;
    pointer-events: all; }
    .is-init .spoilers__title span.spoilers__arrow {
      display: block;
      min-height: 40px;
      min-width: 40px;
      position: relative;
      border-radius: 30px;
      margin-left: 5px; }
      .is-init .spoilers__title span.spoilers__arrow::before, .is-init .spoilers__title span.spoilers__arrow::after {
        content: "";
        position: absolute;
        right: 13px;
        top: 50%;
        height: 1.5px;
        width: 8px;
        -webkit-transition: -webkit-transform 0.5s ease 0s;
             -o-transition: -o-transform 0.5s ease 0s;
                transition: transform 0.5s ease 0s;
        border-radius: 5px;
        will-change: transform; }
      .is-init .spoilers__title span.spoilers__arrow::before {
        -webkit-transform: translate(-70%, -50%) rotate(44deg);
             -o-transform: translate(-70%, -50%) rotate(44deg);
                transform: translate(-70%, -50%) rotate(44deg); }
      .is-init .spoilers__title span.spoilers__arrow::after {
        -webkit-transform: translate(-0.7px, -50%) rotate(-44deg);
             -o-transform: translate(-0.7px, -50%) rotate(-44deg);
                transform: translate(-0.7px, -50%) rotate(-44deg); }
    .is-init .spoilers__title.active span::before {
      -webkit-transform: translate(-70%, -50%) rotate(-40deg);
           -o-transform: translate(-70%, -50%) rotate(-40deg);
              transform: translate(-70%, -50%) rotate(-40deg); }
    .is-init .spoilers__title.active span::after {
      -webkit-transform: translate(0, -50%) rotate(40deg);
           -o-transform: translate(0, -50%) rotate(40deg);
              transform: translate(0, -50%) rotate(40deg); }
  .is-init.white .spoilers__title span.spoilers__arrow {
    background-color: #DEEED0; }
    .is-init.white .spoilers__title span.spoilers__arrow::before, .is-init.white .spoilers__title span.spoilers__arrow::after {
      background-color: #000; }
  .is-init.green .spoilers__title span.spoilers__arrow {
    background-color: #fff; }
    .is-init.green .spoilers__title span.spoilers__arrow::before, .is-init.green .spoilers__title span.spoilers__arrow::after {
      background-color: #000; }

.s-media-text {
  padding-top: 84px;
  padding-bottom: 76px; }
  .s-media-text.with-hero-shape {
    padding-top: 115px; }
    @media (max-width: 767.98px) {
      .s-media-text.with-hero-shape {
        padding-top: 60px; } }
  @media (max-width: 767.98px) {
    .s-media-text {
      padding-top: 0;
      padding-bottom: 45px; } }
  .s-media-text__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 3px; }
    @media (max-width: 767.98px) {
      .s-media-text__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .s-media-text__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 674px;
            flex: 0 1 674px;
    padding-top: 33.6%;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
    @media (max-width: 767.98px) {
      .s-media-text__media {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        width: 100%;
        padding-top: 60.6%; } }
    .s-media-text__media img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -o-object-fit: cover;
         object-fit: cover; }
  .s-media-text__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 606px;
            flex: 1 1 606px;
    margin-left: 85px; }
    @media (max-width: 991.98px) {
      .s-media-text__content {
        margin-left: 45px; } }
    .s-media-text__content-btn {
      margin-top: 8px; }
    @media (max-width: 767.98px) {
      .s-media-text__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: 0;
        margin-bottom: 40px; } }
  .s-media-text__text {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 606px; }
    @media (max-width: 767.98px) {
      .s-media-text__text {
        max-width: 100%; } }
  .s-media-text__btn {
    margin-top: 37px;
    margin-left: -6.7px;
    -webkit-transition: background-color 0.4s ease;
         -o-transition: background-color 0.4s ease;
            transition: background-color 0.4s ease; }
    @media (any-hover: hover) {
      .s-media-text__btn:hover {
        background-color: #8ab562; }
        .s-media-text__btn:hover .btn-download__text {
          color: #fff; } }
    @media (max-width: 767.98px) {
      .s-media-text__btn {
        margin-left: 0; } }

.s-big-video {
  padding-top: 87.6px;
  padding-bottom: 68px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .s-big-video {
      padding-bottom: 45px; }
      .s-big-video.s-no-video {
        padding-bottom: 60px; } }
  .s-big-video-xl-padding {
    padding-top: 110px; }
    @media (max-width: 991.98px) {
      .s-big-video-xl-padding {
        padding-top: 80px; } }
    @media (max-width: 767.98px) {
      .s-big-video-xl-padding {
        padding-top: 0; } }
  .s-big-video__title {
    margin-bottom: 19px; }
    .s-big-video__title--bottom {
      margin-top: 43px; }
  .s-big-video__subtitle {
    max-width: 812px;
    margin: 0 auto;
    margin-bottom: 83px; }
    .s-big-video__subtitle.full-width {
      max-width: 100%;
      margin-bottom: 67px; }
      @media (max-width: 991.98px) {
        .s-big-video__subtitle.full-width {
          margin-bottom: 45px; } }
    @media (max-width: 991.98px) {
      .s-big-video__subtitle {
        margin-bottom: 45px; } }
    .s-big-video__subtitle--bottom {
      margin-bottom: 0; }
  .s-big-video__video {
    padding-top: 48.3%; }
    @media (max-width: 575.98px) {
      .s-big-video__video {
        padding-top: 55.3%; } }
  .s-big-video .video__btn.no-psuedo:after, .s-big-video .video__btn.no-psuedo::before {
    all: unset; }

.s-no-video {
  position: relative; }
  .s-no-video .s-no-video__subtitle {
    margin-bottom: 93px; }
  .s-no-video .s-no-video__svg-line {
    position: absolute;
    width: 100%;
    max-width: 212.6px;
    max-height: 146.17px;
    left: calc(50% - 106.3px);
    bottom: 0; }
    @media (max-width: 991.98px) {
      .s-no-video .s-no-video__svg-line {
        max-width: 175px;
        left: calc(50% - 87.5px); } }
    @media (max-width: 767.98px) {
      .s-no-video .s-no-video__svg-line {
        max-width: 150px;
        left: calc(50% - 75px); } }

.s-founder {
  padding-top: 71px;
  padding-bottom: 366px;
  position: relative; }
  @media (max-width: 1439.98px) {
    .s-founder {
      padding-bottom: 260px; } }
  @media (max-width: 991.98px) {
    .s-founder {
      padding-bottom: 0; } }
  .s-founder__bg-svg {
    position: absolute;
    left: -415px;
    top: 0;
    z-index: -1; }
    @media (max-width: 600px) {
      .s-founder__bg-svg {
        height: 110%;
        width: auto;
        left: -350px;
        -webkit-transform: rotate(1deg);
             -o-transform: rotate(1deg);
                transform: rotate(1deg); } }
    @media (max-width: 400px) {
      .s-founder__bg-svg {
        height: 106%; } }
  .s-founder__top-line {
    display: none; }
    @media (min-width: 992px) {
      .s-founder__top-line {
        display: block;
        position: absolute;
        left: 0;
        top: 40px;
        z-index: -1; } }
    @media (max-width: 1439.98px) {
      .s-founder__top-line {
        width: 56%;
        -webkit-transform: rotate(-10deg);
             -o-transform: rotate(-10deg);
                transform: rotate(-10deg); } }
  .s-founder__bottom-line {
    display: none; }
    @media (min-width: 768px) {
      .s-founder__bottom-line {
        position: absolute;
        right: 0;
        bottom: 100px;
        z-index: -1;
        -webkit-transform: translateY(88%);
             -o-transform: translateY(88%);
                transform: translateY(88%);
        display: block; } }
    @media (max-width: 1439.98px) {
      .s-founder__bottom-line {
        width: 39%; } }
    @media (max-width: 991.98px) {
      .s-founder__bottom-line {
        height: 15%;
        width: auto;
        bottom: 20px; } }
  .s-founder__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 141px;
    position: relative; }
    @media (max-width: 1439.98px) {
      .s-founder__top {
        padding-right: 0; } }
    @media (max-width: 991.98px) {
      .s-founder__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .s-founder__sign {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 43px;
    padding-left: 3px; }
    @media (max-width: 991.98px) {
      .s-founder__sign {
        margin: 0;
        margin-left: 40px;
        -ms-flex-item-align: center;
            align-self: center; } }
    @media (max-width: 600px) {
      .s-founder__sign {
        margin-left: 20px; } }
  .s-founder__photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 50%; }
    @media (max-width: 991.98px) {
      .s-founder__photo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 250px;
                flex: 0 0 250px;
        min-height: 250px; } }
    @media (max-width: 600px) {
      .s-founder__photo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 150px;
                flex: 0 0 150px;
        min-height: 150px; } }
    @media (max-width: 425px) {
      .s-founder__photo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
                flex: 0 0 100px;
        min-height: 100px; } }
    .s-founder__photo img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .s-founder__content {
    margin-top: 11px;
    padding-left: 3px;
    position: relative; }
    @media (max-width: 991.98px) {
      .s-founder__content {
        margin-top: 40px; } }
  .s-founder__title {
    font-family: var(--font-Quicksand-Medium); }
  .s-founder__text {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 15px;
    margin-top: 27px; }
  .s-founder__focus-text {
    font-family: var(--font-Quicksand-Medium);
    max-width: 815px;
    margin-top: 32px; }
    @media (max-width: 991.98px) {
      .s-founder__focus-text {
        max-width: 600px; } }
  .s-founder__signature {
    margin-top: 32px; }
    .s-founder__signature img {
      max-width: 220px;
      width: 100%;
      height: auto; }
      @media (max-width: 991.98px) {
        .s-founder__signature img {
          max-width: 180px; } }
      @media (max-width: 767.98px) {
        .s-founder__signature img {
          max-width: 150px; } }

.s-founder-sign__name {
  font-size: 20px;
  line-height: 26px;
  font-family: var(--font-Quicksand-Regular); }
  @media (max-width: 991.98px) {
    .s-founder-sign__name {
      font-size: 18px;
      line-height: 24px; } }

.s-founder-sign__position {
  font-size: 18px;
  line-height: 24px; }
  @media (max-width: 991.98px) {
    .s-founder-sign__position {
      font-size: 16px;
      line-height: 22px; } }

.s-about-page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 142px;
  padding-bottom: 136px; }
  @media (max-width: 1365.98px) {
    .s-about-page__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 991.98px) {
    .s-about-page__body {
      padding-top: 80px;
      padding-bottom: 60px; } }
  @media (max-width: 767.98px) {
    .s-about-page__body {
      padding-top: 60px; } }

.s-about-page__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 540px;
          flex: 0 1 540px;
  margin-right: 85px; }
  @media (max-width: 1365.98px) {
    .s-about-page__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      max-width: 720px;
      margin-right: 0; } }

.s-about-page__subtitle {
  margin-top: 17px;
  margin-left: 3px; }
  @media (max-width: 991.98px) {
    .s-about-page__subtitle {
      margin-left: 0; } }

.s-about-page__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 32px;
  min-width: 183px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  border-radius: 60px;
  margin-left: -6px;
  font-family: var(--font-Quicksand-SemiBold);
  font-size: 20px;
  line-height: 26px; }
  @media (max-width: 991.98px) {
    .s-about-page__btn {
      margin-left: 0; } }

.s-about-page__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 745px;
          flex: 0 1 745px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 0.5fr));
  row-gap: 52px;
  -webkit-column-gap: 38px;
          column-gap: 38px; }
  @media (max-width: 1365.98px) {
    .s-about-page__list {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      margin-top: 90px; } }
  @media (max-width: 767.98px) {
    .s-about-page__list {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }

.s-about-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .s-about-page__item--3 {
    margin-top: 13px;
    margin-left: -9px; }
    .s-about-page__item--3 .s-about-page-item__subtitle {
      margin-top: 38px;
      margin-left: 7px; }
  .s-about-page__item--4 {
    margin-left: 7px; }
    .s-about-page__item--4 .s-about-page-item__subtitle {
      margin-left: -8px;
      margin-top: 25px; }

.s-about-page-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 600px) {
    .s-about-page-item__top {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.s-about-page-item__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 26px; }

.s-about-page-item__title {
  text-align: start; }
  @media (max-width: 600px) {
    .s-about-page-item__title {
      width: 100%;
      margin-top: 20px;
      text-align: center; } }

.s-about-page-item__subtitle {
  margin-top: 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  @media (max-width: 600px) {
    .s-about-page-item__subtitle {
      text-align: center; } }

.s-part-team__body {
  padding-bottom: 84px;
  padding-top: 136px; }
  @media (max-width: 767.98px) {
    .s-part-team__body {
      padding-top: 80px;
      padding-bottom: 25px; } }

.s-part-team__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 68px; }
  .s-part-team__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 15px;
    min-width: 208px;
    min-height: 60px;
    border: 1.5px solid #000;
    border-radius: 60px;
    font-family: var(--font-Quicksand-SemiBold);
    font-size: 18px;
    line-height: 26px;
    -webkit-transition: background-color 0.3s cubic-bezier(0.14, 1, 0.34, 1), border-color 0.3s cubic-bezier(0.14, 1, 0.34, 1);
         -o-transition: background-color 0.3s cubic-bezier(0.14, 1, 0.34, 1), border-color 0.3s cubic-bezier(0.14, 1, 0.34, 1);
            transition: background-color 0.3s cubic-bezier(0.14, 1, 0.34, 1), border-color 0.3s cubic-bezier(0.14, 1, 0.34, 1); }
    @media (any-hover: hover) {
      .s-part-team__btn a:hover {
        background-color: #8ab562;
        border-color: #8ab562;
        color: #fff; } }

.s-our-team {
  padding-top: 78px;
  padding-bottom: 86px;
  position: relative; }
  @media (max-width: 991.98px) {
    .s-our-team {
      padding-top: 20px;
      padding-bottom: 25px; } }
  @media (max-width: 767.98px) {
    .s-our-team {
      padding-bottom: 80px; } }
  .s-our-team__title {
    font-family: var(--font-Quicksand-Medium); }
  .s-our-team__subtitle {
    text-align: center;
    max-width: 813px;
    margin: 18px auto 0;
    font-family: var(--font-Quicksand-Regular); }
  .s-our-team__text {
    max-width: 950px;
    margin: 19px auto 0;
    text-align: center; }
  .s-our-team__filter {
    margin-top: 42px; }
  .s-our-team__table {
    margin-top: 68px; }
    @media (max-width: 767.98px) {
      .s-our-team__table {
        margin-top: 40px; } }
  .s-our-team__bg-svg {
    position: absolute;
    right: -15%;
    top: -25%;
    width: 150%;
    z-index: -1; }

.filter {
  padding: 10px 10px 0;
  background-color: #DEEED0;
  border-radius: 42px;
  max-width: 1182px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .filter__item {
    margin-right: 4px;
    margin-bottom: 10px;
    padding-left: 21px;
    padding-right: 25px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-family: var(--font-Quicksand-Medium); }
    .filter__item.active {
      background-color: #8ab562;
      font-family: var(--font-Quicksand-SemiBold);
      color: #fff; }
      .filter__item.active button {
        pointer-events: none;
        color: #fff; }
    .filter__item button {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      min-height: 60px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      white-space: nowrap;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-transition: color 0.4s ease;
           -o-transition: color 0.4s ease;
              transition: color 0.4s ease;
      color: #4C4C4C; }
      @media (max-width: 1279.98px) {
        .filter__item button {
          min-height: 45px; } }
      @media (any-hover: hover) {
        .filter__item button:hover {
          color: #8ab562; } }
    @media (max-width: 1279.98px) {
      .filter__item {
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
        line-height: 22px; } }
    @media (max-width: 991.98px) {
      .filter__item {
        width: 100%; }
        .filter__item a {
          width: 100%;
          white-space: normal; } }

.s-values-team {
  padding-top: 86px;
  padding-bottom: 152px; }
  @media (max-width: 991.98px) {
    .s-values-team {
      padding-bottom: 60px; } }
  @media (max-width: 767.98px) {
    .s-values-team {
      padding-top: 0; } }
  .s-values-team__text {
    max-width: 812px;
    margin: 21px auto 0;
    text-align: center; }
  .s-values-team__list {
    margin-top: 57px;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(350px, 0.33333fr));
    gap: 84px; }
    @media (max-width: 991.98px) {
      .s-values-team__list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 0.5fr));
        -webkit-column-gap: 45px;
                column-gap: 45px;
        row-gap: 60px; } }
    @media (max-width: 767.98px) {
      .s-values-team__list {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }
  .s-values-team__item {
    text-align: center; }
  .s-values-team .video__btn.no-psuedo:after, .s-values-team .video__btn.no-psuedo::before {
    all: unset; }

.values-team-item__icon {
  text-align: center; }
  .values-team-item__icon--2 {
    margin-top: -10px; }

.values-team-item__video {
  padding-top: 55%;
  margin-top: 30px; }

.values-team-item__title {
  margin-top: 26px; }

.values-team-item__text {
  margin-top: 12px; }

.s-how-motivate {
  padding-top: 69px;
  padding-bottom: 368px;
  position: relative;
  overflow: hidden; }
  .s-how-motivate .small-container {
    position: relative;
    z-index: 2; }
  @media (max-width: 1279.98px) {
    .s-how-motivate {
      padding-bottom: 200px; } }
  @media (max-width: 991.98px) {
    .s-how-motivate {
      padding-bottom: 120px; } }
  .s-how-motivate__list {
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(550px, 0.5fr));
    gap: 50px 69px;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .s-how-motivate__list {
        grid-template-columns: repeat(auto-fit, minmax(350px, 0.5fr));
        -webkit-column-gap: 25px;
                column-gap: 25px; } }
    @media (max-width: 767.98px) {
      .s-how-motivate__list {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }
  .s-how-motivate__svg-bg {
    position: absolute;
    bottom: -24px;
    left: -350px;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .s-how-motivate__svg-bg {
        left: -250px;
        bottom: 20px; } }
    @media (max-width: 600px) {
      .s-how-motivate__svg-bg {
        bottom: 0;
        left: -550px; } }

.s-how-motivate-item__img {
  position: relative;
  padding-top: 53.7%;
  border-radius: 14px;
  overflow: hidden; }
  .s-how-motivate-item__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover; }

.s-how-motivate-item__spoiler {
  margin-top: 27px; }

.s-how-motivate-item__title {
  font-family: var(--font-Quicksand-Medium); }

.s-how-motivate-item__more {
  margin-top: 20px; }

.s-senses-info {
  padding-top: 136px;
  padding-bottom: 76px; }
  @media (max-width: 991.98px) {
    .s-senses-info {
      padding-top: 80px;
      padding-bottom: 40px; } }
  @media (max-width: 767.98px) {
    .s-senses-info {
      padding-top: 0; } }
  .s-senses-info__list {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(250px, 0.3333333fr));
    gap: 52px; }
    @media (max-width: 991.98px) {
      .s-senses-info__list {
        grid-template-columns: repeat(auto-fit, minmax(320px, 0.5fr)); } }
    @media (max-width: 767.98px) {
      .s-senses-info__list {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }
  .s-senses-info__title {
    font-size: 36px;
    line-height: 42px;
    font-family: var(--font-Quicksand-Medium);
    text-transform: uppercase;
    padding-bottom: 20px; }
    @media (max-width: 991.98px) {
      .s-senses-info__title {
        font-size: 28px;
        line-height: 32px; } }

.s-senses-info-item__text {
  margin-top: 12px; }

.s-senses-list {
  padding-bottom: 84px; }
  .s-senses-list__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  .s-senses-list__video {
    padding-top: 30.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49.6%;
            flex: 0 1 49.6%; }
    @media (max-width: 991.98px) {
      .s-senses-list__video {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 80%;
                flex: 0 1 80%;
        padding-top: 50.5%; } }
    @media (max-width: 767.98px) {
      .s-senses-list__video {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        padding-top: 55.5%; } }
  .s-senses-list__svg-line-1 {
    position: absolute;
    left: 0;
    top: 10px;
    width: 23%; }
    @media (max-width: 991.98px) {
      .s-senses-list__svg-line-1 {
        display: none; } }
  .s-senses-list__svg-line-2 {
    position: absolute;
    right: 62px;
    top: 10px;
    width: 19%; }
    @media (max-width: 1279.98px) {
      .s-senses-list__svg-line-2 {
        right: 20px;
        top: -30px; } }
    @media (max-width: 991.98px) {
      .s-senses-list__svg-line-2 {
        display: none; } }
  .s-senses-list__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 0.33333fr));
    gap: 68px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 136px; }
    @media (max-width: 991.98px) {
      .s-senses-list__items {
        grid-template-columns: repeat(auto-fit, minmax(300px, 0.5fr));
        margin-top: 80px; } }
    @media (max-width: 767.98px) {
      .s-senses-list__items {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }
  .s-senses-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.s-senses-item__icon {
  min-width: 136px;
  min-height: 136px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  margin-left: -6px; }
  .s-senses-item__icon--1 {
    background-color: #FBDAB6; }
  .s-senses-item__icon--2 {
    background-color: #BFB7AF; }
  .s-senses-item__icon--3 {
    background-color: #FCB34C; }
    .s-senses-item__icon--3 img {
      margin-right: -8px; }
  .s-senses-item__icon--4 {
    background-color: #70C09B; }
  .s-senses-item__icon--5 {
    background-color: #BFDC9F; }
  .s-senses-item__icon--6 {
    background-color: #E4A9AD; }
  .s-senses-item__icon--7 {
    background-color: #CAA98F; }
  .s-senses-item__icon--8 {
    background-color: #A0D8D1; }
  @media (max-width: 767.98px) {
    .s-senses-item__icon {
      min-width: 80px;
      min-height: 80px;
      position: relative;
      padding: 10px; }
      .s-senses-item__icon img {
        position: absolute;
        width: 70%;
        height: 70%;
        -o-object-fit: contain;
           object-fit: contain; } }

.s-senses-item__title {
  margin-top: 27px;
  margin-bottom: 12px; }

.s-senses-item__text {
  margin-bottom: 26px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 501px; }

.s-senses-item__spoiler {
  margin-left: -6px; }
  .s-senses-item__spoiler:has(.spoilers__title) ul li::before {
    opacity: 0; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li::before {
    -webkit-animation: fadelist 0.4s linear 1 normal running 0s forwards;
         -o-animation: fadelist 0.4s linear 1 normal running 0s forwards;
            animation: fadelist 0.4s linear 1 normal running 0s forwards; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(1)::before {
    -webkit-animation-delay: 0.05s;
         -o-animation-delay: 0.05s;
            animation-delay: 0.05s; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(2)::before {
    -webkit-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(3)::before {
    -webkit-animation-delay: 0.15s;
         -o-animation-delay: 0.15s;
            animation-delay: 0.15s; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(4)::before {
    -webkit-animation-delay: 0.2s;
         -o-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(5)::before {
    -webkit-animation-delay: 0.25s;
         -o-animation-delay: 0.25s;
            animation-delay: 0.25s; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(6)::before {
    -webkit-animation-delay: 0.3s;
         -o-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(7)::before {
    -webkit-animation-delay: 0.35s;
         -o-animation-delay: 0.35s;
            animation-delay: 0.35s; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(8)::before {
    -webkit-animation-delay: 0.4s;
         -o-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(9)::before {
    -webkit-animation-delay: 0.45s;
         -o-animation-delay: 0.45s;
            animation-delay: 0.45s; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(10)::before {
    -webkit-animation-delay: 0.5s;
         -o-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(11)::before {
    -webkit-animation-delay: 0.55s;
         -o-animation-delay: 0.55s;
            animation-delay: 0.55s; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(12)::before {
    -webkit-animation-delay: 0.60s;
         -o-animation-delay: 0.60s;
            animation-delay: 0.60s; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(13)::before {
    -webkit-animation-delay: 0.65s;
         -o-animation-delay: 0.65s;
            animation-delay: 0.65s; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(14)::before {
    -webkit-animation-delay: 0.7s;
         -o-animation-delay: 0.7s;
            animation-delay: 0.7s; }
  .s-senses-item__spoiler:has(.spoilers__title.active) ul li:nth-child(15)::before {
    -webkit-animation-delay: 0.75s;
         -o-animation-delay: 0.75s;
            animation-delay: 0.75s; }

@-webkit-keyframes fadelist {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadelist {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadelist {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.s-services-journey {
  padding-top: 111px;
  padding-bottom: 68px; }
  @media (max-width: 767.98px) {
    .s-services-journey {
      padding-top: 0; } }
  .s-services-journey__title {
    max-width: 1088px;
    margin: 0 auto; }
  .s-services-journey__subtitle {
    text-align: center;
    max-width: 1088px;
    margin: 0 auto;
    margin-top: 19px; }
  .s-services-journey__list {
    margin-top: 136px;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(500px, 0.5fr));
    -webkit-column-gap: 84px;
            column-gap: 84px;
    row-gap: 94px; }
    @media (max-width: 1365.98px) {
      .s-services-journey__list {
        -webkit-column-gap: 45px;
                column-gap: 45px; } }
    @media (max-width: 1279.98px) {
      .s-services-journey__list {
        grid-template-columns: repeat(auto-fit, minmax(400px, 0.5fr)); } }
    @media (max-width: 991.98px) {
      .s-services-journey__list {
        grid-template-columns: 1fr;
        row-gap: 60px;
        margin-top: 80px; } }

.s-services-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.s-services-item__video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 225px;
          flex: 0 0 225px;
  height: 200px;
  margin-top: 10px;
  margin-left: -10px; }
  @media (max-width: 1365.98px) {
    .s-services-item__video {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 180px;
              flex: 0 0 180px;
      height: 155px; } }
  @media (max-width: 991.98px) {
    .s-services-item__video {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 120px;
              flex: 0 0 120px;
      height: 95px; } }
  @media (max-width: 767.98px) {
    .s-services-item__video {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 94px;
              flex: 0 0 94px;
      height: 84px;
      margin-left: 0; } }

.s-services-item__content {
  margin-left: 21px; }

.s-services-item__title-mobile {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .s-services-item__title-mobile {
      display: none; } }

.s-services-item__title {
  margin-top: 10px;
  max-width: 350px; }
  @media (max-width: 767.98px) {
    .s-services-item__title {
      display: none; } }

.s-services-item__text {
  margin-top: 20px;
  max-width: 542px; }
  @media (max-width: 767.98px) {
    .s-services-item__text {
      margin-top: 0; } }

.s-fees-list {
  padding-top: 110px;
  padding-bottom: 107px; }
  @media (max-width: 991.98px) {
    .s-fees-list {
      padding-top: 60px; } }
  @media (max-width: 767.98px) {
    .s-fees-list {
      padding-top: 0; } }
  .s-fees-list__label {
    text-align: center; }
  .s-fees-list__items {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 67px;
    margin-bottom: 58px; }
  .s-fees-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .s-fees-list__item:not(:last-child) {
      padding: 41.5px 0 62px; }
    .s-fees-list__item:first-child {
      padding-top: 0; }
    .s-fees-list__item:last-child {
      padding-top: 42px; }
      .s-fees-list__item:last-child .s-fees-item__line {
        display: none; }
    @media (max-width: 575.98px) {
      .s-fees-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.s-fees-item__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 385px;
          flex: 0 1 385px; }
  @media (max-width: 575.98px) {
    .s-fees-item__name {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; } }

.s-fees-item__descr {
  margin-left: 45px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 937px;
          flex: 0 1 937px; }
  @media (max-width: 991.98px) {
    .s-fees-item__descr {
      margin-left: 25px; } }
  @media (max-width: 575.98px) {
    .s-fees-item__descr {
      margin-left: 0;
      margin-top: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; } }

.s-fees-item__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.s-when-support {
  padding-top: 43px;
  padding-bottom: 152px; }
  @media (max-width: 991.98px) {
    .s-when-support {
      padding-bottom: 80px; } }
  .s-when-support__title {
    margin-left: 2px; }
  .s-when-support__list {
    margin: 43px 3px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 0.5fr));
    -webkit-column-gap: 36px;
            column-gap: 36px;
    row-gap: 36px; }
    @media (max-width: 1279.98px) {
      .s-when-support__list {
        grid-template-columns: repeat(auto-fit, minmax(400px, 0.5fr)); } }
    @media (max-width: 991.98px) {
      .s-when-support__list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 0.5fr)); } }
    @media (max-width: 767.98px) {
      .s-when-support__list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }
  .s-when-support__item {
    background-color: rgba(240, 215, 175, 0.5);
    padding: 20px 20px 26px;
    border-radius: 14px;
    height: -webkit-fit-content;
    height: fit-content; }
    .s-when-support__item h3 {
      font-family: var(--font-Quicksand-Medium);
      max-width: 500px;
      color: #000; }

.s-when-support-item__text {
  color: #000;
  margin-top: 13px; }

.s-motivate-list {
  padding-top: 166px;
  padding-bottom: 85px;
  position: relative; }
  .s-motivate-list::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 80%;
    bottom: -120px;
    left: 0;
    z-index: -1;
    background-color: #FAFBF2; }
  @media (max-width: 991.98px) {
    .s-motivate-list {
      padding-top: 120px; } }
  .s-motivate-list__bg-svg {
    position: absolute;
    top: -1px;
    left: -207px;
    z-index: -1; }
  .s-motivate-list__top {
    position: relative; }
  .s-motivate-list__subtitle {
    margin-top: 22px;
    max-width: 41.1%; }
    @media (max-width: 1365.98px) {
      .s-motivate-list__subtitle {
        max-width: 48%; } }
    @media (max-width: 991.98px) {
      .s-motivate-list__subtitle {
        max-width: 675px; } }
  .s-motivate-list__top-line {
    position: absolute;
    right: 0;
    width: 54.8%;
    margin-top: -22%;
    height: auto; }
    @media (max-width: 1365.98px) {
      .s-motivate-list__top-line {
        width: 44.8%;
        margin-top: -22%; } }
    @media (max-width: 991.98px) {
      .s-motivate-list__top-line {
        display: none; } }
  .s-motivate-list__items {
    margin-top: 84px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 0.333333fr));
    -webkit-column-gap: 52px;
            column-gap: 52px;
    row-gap: 51.3px; }
    @media (max-width: 1365.98px) {
      .s-motivate-list__items {
        grid-template-columns: repeat(auto-fit, minmax(300px, 0.333333fr)); } }
    @media (max-width: 1279.98px) {
      .s-motivate-list__items {
        grid-template-columns: repeat(auto-fit, minmax(300px, 0.5fr)); } }
    @media (max-width: 991.98px) {
      .s-motivate-list__items {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }
  .s-motivate-list__item {
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 22px;
    -ms-flex-item-align: start;
        align-self: start; }
    @media (max-width: 600px) {
      .s-motivate-list__item {
        display: block;
        text-align: center; } }
  .s-motivate-list__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 84px;
    position: relative; }
  .s-motivate-list__bottom-line {
    position: absolute;
    left: 0;
    width: 51%;
    height: auto;
    bottom: 11%; }
    @media (max-width: 1279.98px) {
      .s-motivate-list__bottom-line {
        bottom: 45%; } }
    @media (max-width: 991.98px) {
      .s-motivate-list__bottom-line {
        display: none; } }
  .s-motivate-list__bottom-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%; }
    @media (max-width: 991.98px) {
      .s-motivate-list__bottom-content {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 738px;
                flex: 0 1 738px; } }
  .s-motivate-list__bottom-text {
    margin-top: 11px; }

.s-motivate-list-item__title {
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 26px; }
  @media (max-width: 600px) {
    .s-motivate-list-item__title {
      display: block;
      padding-left: 0;
      margin: 20px 0; } }

.s-motivate-list-item__text {
  grid-column: span 2; }

.s-videos-list {
  padding-top: 42px;
  padding-bottom: 87px; }
  .s-videos-list__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 0.5fr));
    -webkit-column-gap: 84px;
            column-gap: 84px;
    row-gap: 69px;
    margin: 0 3px; }
    @media (max-width: 1279.98px) {
      .s-videos-list__items {
        grid-template-columns: repeat(auto-fit, minmax(400px, 0.5fr)); } }
    @media (max-width: 991.98px) {
      .s-videos-list__items {
        grid-template-columns: repeat(auto-fit, minmax(300px, 0.5fr)); } }
    @media (max-width: 767.98px) {
      .s-videos-list__items {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }
  .s-videos-list__item {
    text-align: center; }

.videos-list-item__video {
  width: 100%;
  padding-top: 61.4%; }

.videos-list-item__title {
  margin-top: 37px;
  margin-bottom: 11px; }

.s-kids-flyers {
  padding-top: 64px;
  padding-bottom: 152px; }
  @media (max-width: 767.98px) {
    .s-kids-flyers {
      padding-bottom: 25px;
      padding-top: 20px; } }
  .s-kids-flyers__body {
    max-width: 1132px;
    margin: 0 auto;
    padding: 0 16px; }
    @media (max-width: 1279.98px) {
      .s-kids-flyers__body {
        padding: 0 20px; } }
  .s-kids-flyers__title {
    padding-left: 6px; }
  .s-kids-flyers__text {
    padding-left: 6px;
    margin-top: 20px; }
  .s-kids-flyers__spoilers {
    margin-top: 52px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px; }
    @media (max-width: 767.98px) {
      .s-kids-flyers__spoilers {
        gap: 15px; } }
  .s-kids-flyers__download-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px; }
  .s-kids-flyers__download-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    padding: 13px;
    padding-left: 26px;
    border-radius: 42px; }
    .s-kids-flyers__download-item .btn-download {
      padding: 0;
      min-width: auto;
      min-height: auto; }
      .s-kids-flyers__download-item .btn-download__text {
        margin-right: 15px; }
      .s-kids-flyers__download-item .btn-download__icon {
        min-width: 42px;
        min-height: 42px; }
    @media (max-width: 991.98px) {
      .s-kids-flyers__download-item {
        padding: 10px;
        padding-left: 16px;
        border-radius: 30px; } }
  .s-kids-flyers__download-name {
    font-family: var(--font-Quicksand-Medium);
    margin-right: 10px; }
  .s-kids-flyers__btn-download {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .s-kids-flyers__btn-download .btn-download__text {
      -webkit-transition: color 0.4s ease;
           -o-transition: color 0.4s ease;
              transition: color 0.4s ease; }
      @media (max-width: 600px) {
        .s-kids-flyers__btn-download .btn-download__text {
          display: none; } }
    @media (any-hover: hover) {
      .s-kids-flyers__btn-download:hover .btn-download__text {
        color: #8ab562; } }

.s-where-motivate-list {
  padding-top: 84px;
  padding-bottom: 150px;
  position: relative; }
  @media (max-width: 991.98px) {
    .s-where-motivate-list {
      padding-bottom: 75px; } }
  @media (max-width: 767.98px) {
    .s-where-motivate-list {
      padding-top: 0;
      padding-bottom: 35px; } }
  .s-where-motivate-list__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 68px;
    margin: 0 3px; }
  .s-where-motivate-list__line-svg {
    position: absolute;
    right: 21.6%;
    -webkit-transform: translateY(45%);
         -o-transform: translateY(45%);
            transform: translateY(45%);
    bottom: 0; }
    @media (max-width: 1279.98px) {
      .s-where-motivate-list__line-svg {
        right: 10%; } }
    @media (max-width: 991.98px) {
      .s-where-motivate-list__line-svg {
        display: none; } }
  .s-where-motivate-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .s-where-motivate-list__item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 991.98px) {
        .s-where-motivate-list__item:nth-child(even) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      .s-where-motivate-list__item:nth-child(even) .where-item__content {
        margin-right: 40px; }
        @media (max-width: 991.98px) {
          .s-where-motivate-list__item:nth-child(even) .where-item__content {
            margin-right: 0; } }
    .s-where-motivate-list__item:nth-child(odd) .where-item__content {
      margin-left: 40px; }
      @media (max-width: 991.98px) {
        .s-where-motivate-list__item:nth-child(odd) .where-item__content {
          margin-left: 0; } }
    .s-where-motivate-list__item:last-child .where-item__next-line-odd {
      display: none; }
    .s-where-motivate-list__item:last-child .where-item__next-line-even {
      display: none; }
    @media (max-width: 991.98px) {
      .s-where-motivate-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }

.where-item__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 537px;
          flex: 0 1 537px;
  position: relative;
  padding-top: 29.2%;
  border-radius: 30px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .where-item__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: 100%;
      padding-top: 45%; } }
  @media (max-width: 600px) {
    .where-item__img {
      padding-top: 55%; } }
  .where-item__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover; }

.where-item__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 744px;
          flex: 0 1 744px; }
  @media (max-width: 991.98px) {
    .where-item__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      margin-bottom: 60px; } }

.where-item__text {
  margin-top: 20px;
  margin-bottom: 32px; }

.where-item__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: var(--font-Quicksand-Medium); }
  @media (max-width: 600px) {
    .where-item__content-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.where-item__address {
  font-family: var(--font-Quicksand-Regular); }
  .where-item__address a {
    text-decoration: none; }

.where-item__soon {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: -4px;
  margin-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media (max-width: 600px) {
    .where-item__soon {
      margin-bottom: 0;
      margin-left: 0;
      margin-top: 35px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -ms-flex-item-align: start;
          align-self: flex-start; } }

.where-item__soon-text {
  margin-bottom: 16px;
  text-align: center;
  font-family: var(--font-Quicksand-Regular); }

.where-item__soon-svg {
  width: 100%; }

.where-item__next-line-odd {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17.6%;
  height: auto; }
  @media (max-width: 991.98px) {
    .where-item__next-line-odd {
      display: none; } }

.where-item__next-line-even {
  position: absolute;
  top: 85.8%;
  right: 41.2%;
  width: 28.5%;
  height: auto; }
  @media (max-width: 991.98px) {
    .where-item__next-line-even {
      display: none; } }

.s-projects {
  padding-top: 155px;
  padding-bottom: 140px;
  position: relative; }
  @media (max-width: 991.98px) {
    .s-projects {
      padding-top: 75px; } }
  @media (max-width: 767.98px) {
    .s-projects {
      padding-top: 25px; } }
  @media (max-width: 767.98px) {
    .s-projects {
      padding-bottom: 40px; } }
  .s-projects__bg-svg {
    position: absolute;
    left: -219px;
    top: -291px;
    z-index: -1; }
    @media (max-width: 767.98px) {
      .s-projects__bg-svg {
        height: 124%;
        width: auto;
        top: -180px; } }
    @media (max-width: 600px) {
      .s-projects__bg-svg {
        top: -160px;
        height: 116%;
        left: -230px;
        -webkit-transform: rotate(-6deg);
             -o-transform: rotate(-6deg);
                transform: rotate(-6deg); } }
  .s-projects__svg-line {
    position: absolute;
    right: 7.2%;
    bottom: 0.8%;
    width: 21%; }
    @media (max-width: 991.98px) {
      .s-projects__svg-line {
        display: none; } }
  .s-projects__body {
    margin: 0 3px; }
  .s-projects__slider {
    margin-top: 53px; }
    .s-projects__slider-wrapper {
      margin-left: -138px;
      margin-right: -138px;
      padding-left: 138px;
      padding-right: 138px;
      position: relative; }
      @media (max-width: 1700px) {
        .s-projects__slider-wrapper {
          margin-left: -70px;
          margin-right: -70px;
          padding-left: 70px;
          padding-right: 70px; } }
      @media (max-width: 1580px) {
        .s-projects__slider-wrapper {
          margin-left: 0;
          margin-right: 0;
          padding-left: 0;
          padding-right: 0; } }
    .s-projects__slider-prev, .s-projects__slider-next {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      min-height: 60px;
      min-width: 60px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff;
      border-radius: 48px;
      position: absolute;
      top: 41.6%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 2; }
      .s-projects__slider-prev svg, .s-projects__slider-next svg {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .s-projects__slider-prev.swiper-button-disabled, .s-projects__slider-next.swiper-button-disabled {
        background-color: #DEEED0; }
      @media (max-width: 1279.98px) {
        .s-projects__slider-prev, .s-projects__slider-next {
          top: 38.6%;
          min-height: 40px;
          min-width: 40px; }
          .s-projects__slider-prev svg, .s-projects__slider-next svg {
            width: 7px; } }
      @media (max-width: 991.98px) {
        .s-projects__slider-prev, .s-projects__slider-next {
          top: 44.6%; } }
      @media (max-width: 600px) {
        .s-projects__slider-prev, .s-projects__slider-next {
          top: 36.6%; } }
      @media (max-width: 375px) {
        .s-projects__slider-prev, .s-projects__slider-next {
          top: 29.6%; } }
    .s-projects__slider-prev {
      left: 0; }
      @media (max-width: 1580px) {
        .s-projects__slider-prev {
          left: 10px; } }
    .s-projects__slider-next {
      right: 0; }
      @media (max-width: 1580px) {
        .s-projects__slider-next {
          right: 10px; } }
  .s-projects__text {
    margin-top: 41px;
    max-width: 812px;
    margin-bottom: 36px; }
  .s-projects__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    min-height: 60px;
    min-width: 174px;
    margin-left: -5px;
    font-family: var(--font-Quicksand-SemiBold); }
  .s-projects .description {
    margin-top: 20px;
    margin-bottom: 20px; }

.s-projects-item__img {
  position: relative;
  padding-top: 55.6%; }
  .s-projects-item__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover; }

.s-projects-item__row {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1279.98px) {
    .s-projects-item__row {
      margin-top: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media (max-width: 991.98px) {
    .s-projects-item__row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 600px) {
    .s-projects-item__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.s-projects-item__link .learn-more__text {
  font-family: var(--font-Quicksand-Regular);
  margin-right: 16px; }

@media (max-width: 600px) {
  .s-projects-item__link .learn-more__text {
    font-size: 16px;
    line-height: 22px; }
  .s-projects-item__link .learn-more__arrow {
    width: 32px;
    height: 32px; }
    .s-projects-item__link .learn-more__arrow svg {
      width: 10px; } }

.s-projects-item__date {
  min-height: 48px;
  padding: 10px 27px;
  background-color: #fff;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-Quicksand-Medium); }
  @media (max-width: 1279.98px) {
    .s-projects-item__date {
      margin-bottom: 20px; } }
  @media (max-width: 991.98px) {
    .s-projects-item__date {
      margin-bottom: 0; } }
  @media (max-width: 600px) {
    .s-projects-item__date {
      margin-bottom: 20px;
      -ms-flex-item-align: start;
          align-self: flex-start; } }

.s-join-waitlist {
  background-color: #C6E5D3;
  padding-top: 278px;
  padding-bottom: 171px; }
  @media (max-width: 1024px) {
    .s-join-waitlist {
      padding-top: 200px;
      padding-bottom: 100px; } }
  @media (max-width: 767.98px) {
    .s-join-waitlist {
      padding-top: 180px; } }
  .s-join-waitlist__breadcrumbs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .s-join-waitlist__breadcrumbs .breadcrumbs__separator::before {
      border-color: #000; }
    .s-join-waitlist__breadcrumbs .breadcrumbs__link::after {
      background-color: #000; }
  .s-join-waitlist__title {
    margin-top: 25px;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .s-join-waitlist__title {
        font-size: 30px;
        line-height: 36px; } }
  .s-join-waitlist__text {
    max-width: 720px;
    margin: 20px auto 0;
    text-align: center; }
  .s-join-waitlist__forma {
    margin-top: 38px; }
  .s-join-waitlist__forma-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .s-join-waitlist__forma-body {
    max-width: 812px;
    margin: 31px auto 0; }
  .s-join-waitlist .gform_wrapper {
    max-width: 812px;
    margin: 38px auto 0; }
    .s-join-waitlist .gform_wrapper .gf_page_steps {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-bottom: none !important;
      margin-bottom: 0 !important; }
      .s-join-waitlist .gform_wrapper .gf_page_steps .gf_step {
        margin: 0 !important; }
        .s-join-waitlist .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          min-height: 52px;
          min-width: 52px;
          padding: 2px;
          background-color: #fff;
          border-radius: 50%;
          border: none;
          margin: 5px 10px;
          -webkit-transition: background-color 0.4s ease, color 0.4s ease;
               -o-transition: background-color 0.4s ease, color 0.4s ease;
                  transition: background-color 0.4s ease, color 0.4s ease; }
          @media (any-hover: hover) {
            .s-join-waitlist .gform_wrapper .gf_page_steps .gf_step .gf_step_number:hover {
              background-color: #becb6f;
              color: #fff; } }
          @media (max-width: 600px) {
            .s-join-waitlist .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
              min-height: 42px;
              min-width: 42px;
              margin: 0px 5px; } }
        .s-join-waitlist .gform_wrapper .gf_page_steps .gf_step_active .gf_step_number {
          background-color: #8ab562;
          color: #fff;
          pointer-events: none; }
        .s-join-waitlist .gform_wrapper .gf_page_steps .gf_step_completed .gf_step_number:before {
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          border-radius: 50%; }
    .s-join-waitlist .gform_wrapper .gfield--type-html {
      text-align: center;
      font-size: 25px;
      line-height: 31px;
      font-family: var(--font-Quicksand-Medium);
      margin-bottom: 15px; }
    .s-join-waitlist .gform_wrapper .gfield--type-textarea textarea {
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 30px;
      resize: none;
      min-height: 178px;
      max-height: 180px;
      font-size: 18px;
      line-height: 24px;
      padding: 16px 25px;
      color: #4C4C4C; }
    .s-join-waitlist .gform_wrapper .gfield--type-date .gfield_label {
      margin-bottom: 15px; }
    .s-join-waitlist .gform_wrapper .gfield--type-date .ginput_container .gfield_date_dropdown_day select, .s-join-waitlist .gform_wrapper .gfield--type-date .ginput_container .gfield_date_dropdown_month select, .s-join-waitlist .gform_wrapper .gfield--type-date .ginput_container .gfield_date_dropdown_year select {
      padding: 10px 23px;
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 30px;
      min-height: 50px;
      min-width: 100px;
      text-align: center;
      font-size: 18px;
      line-height: 24px;
      color: #4C4C4C;
      background-color: #fff; }
    .s-join-waitlist .gform_wrapper .gfield--type-radio .gfield_label {
      margin-bottom: 15px; }
    .s-join-waitlist .gform_wrapper .gfield--type-radio .gfield_radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .s-join-waitlist .gform_wrapper .gfield--type-radio .gfield_radio#input_1_15 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: 16px; }
      .s-join-waitlist .gform_wrapper .gfield--type-radio .gfield_radio .gchoice {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .s-join-waitlist .gform_wrapper .gfield--type-radio .gfield_radio .gchoice.gchoice_1_15_5 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start !important;
              -ms-flex-align: start !important;
                  align-items: flex-start !important; }
    .s-join-waitlist .gform_wrapper .gform-body {
      margin-top: 31px; }
      .s-join-waitlist .gform_wrapper .gform-body .gfield label {
        margin-bottom: 15px; }
      .s-join-waitlist .gform_wrapper .gform-body .gfield.gfield--type-checkbox legend {
        margin-bottom: 15px; }
      .s-join-waitlist .gform_wrapper .gform-body .gfield.gfield_html {
        font-family: var(--font-Quicksand-Regular);
        font-size: 18px;
        margin-bottom: 20px; }
        .s-join-waitlist .gform_wrapper .gform-body .gfield.gfield_html h2 {
          margin-bottom: 16px;
          font-size: 36px; }
        .s-join-waitlist .gform_wrapper .gform-body .gfield.gfield_html p {
          font-family: var(--font-Quicksand-Regular);
          font-size: 18px;
          margin-bottom: 20px; }
        .s-join-waitlist .gform_wrapper .gform-body .gfield.gfield_html ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 20px; }
          .s-join-waitlist .gform_wrapper .gform-body .gfield.gfield_html ul li {
            text-align: left;
            font-family: var(--font-Quicksand-Regular);
            font-size: 20px;
            list-style: normal; }
            .s-join-waitlist .gform_wrapper .gform-body .gfield.gfield_html ul li:not(:last-child) {
              margin-bottom: 10px; }
      .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_radio, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_checkbox, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_radio, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 20px;
                column-gap: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        grid-gap: 20px; }
        .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_radio .gchoice, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_checkbox .gchoice, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_radio .gchoice, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-column-gap: 14px;
                  column-gap: 14px;
          position: relative; }
          .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input {
            all: unset;
            position: absolute;
            opacity: 0; }
            .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input + label, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input + label, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input + label, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input + label {
              position: relative;
              cursor: pointer;
              padding: 0;
              width: auto;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              max-width: unset;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
            .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input + label:before, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input + label:before, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input + label:before, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input + label:before {
              content: '';
              margin-right: 10px;
              display: inline-block;
              width: 20px;
              height: 20px;
              background: transparent;
              border: 1px solid #000;
              border-radius: 100%; }
            .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input:hover + label:before, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input:hover + label:before, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input:hover + label:before, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:hover + label:before {
              background: transparent; }
            .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input:focus + label:before, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input:focus + label:before, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input:focus + label:before, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:focus + label:before {
              box-shadow: 0 0 0 3px rgba(138, 181, 98, 0.12); }
            .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input:checked + label:before, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input:checked + label:before, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input:checked + label:before, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:checked + label:before {
              background: transparent;
              border: 1px solid #8ab562; }
            .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input:checked + label:after, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input:checked + label:after, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input:checked + label:after, .s-join-waitlist .gform_wrapper .gform-body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:checked + label:after {
              content: '';
              position: absolute;
              left: calc(0% + 3px);
              top: calc(0% + 3px);
              width: 14px;
              height: 14px;
              border-radius: 100%;
              background: #8ab562; }
      .s-join-waitlist .gform_wrapper .gform-body .gform_fields {
        grid-gap: 24px !important; }
      .s-join-waitlist .gform_wrapper .gform-body select {
        cursor: pointer; }
      .s-join-waitlist .gform_wrapper .gform-body .gform_page_footer {
        padding: 0;
        margin: 0;
        margin-top: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-column-gap: 20px;
                column-gap: 20px; }
        .s-join-waitlist .gform_wrapper .gform-body .gform_page_footer .gform_previous_button {
          padding: 17px 38px 17px 36px;
          background-color: #8ab562;
          min-height: 60px !important;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 18px;
          line-height: 26px;
          border-radius: 30px;
          color: #fff;
          border: none;
          font-family: var(--font-Quicksand-Medium);
          -webkit-transition: background-color 0.4s cubic-bezier(0.115, 0.405, 0.24, 1);
               -o-transition: background-color 0.4s cubic-bezier(0.115, 0.405, 0.24, 1);
                  transition: background-color 0.4s cubic-bezier(0.115, 0.405, 0.24, 1);
          line-height: normal !important; }
          @media (max-width: 600px) {
            .s-join-waitlist .gform_wrapper .gform-body .gform_page_footer .gform_previous_button {
              width: 100%; } }
          .s-join-waitlist .gform_wrapper .gform-body .gform_page_footer .gform_previous_button:hover {
            background-color: #FFD1A6;
            color: #000; }
  .s-join-waitlist .gform_confirmation_message {
    padding-top: 15px;
    text-align: center; }
    .s-join-waitlist .gform_confirmation_message p {
      font-size: 22px;
      line-height: normal;
      max-width: 991px;
      margin: 0 auto;
      margin-bottom: 16px; }
    .s-join-waitlist .gform_confirmation_message img {
      display: block;
      margin: 0 auto;
      margin-top: 20px; }
  .s-join-waitlist .gform_validation_errors {
    text-align: center; }

.forma-tabs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 52px;
  min-width: 52px;
  padding: 2px;
  background-color: #fff;
  border-radius: 50%;
  margin: 5px 10px;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
       -o-transition: background-color 0.4s ease, color 0.4s ease;
          transition: background-color 0.4s ease, color 0.4s ease; }
  .forma-tabs__item.active {
    background-color: #8ab562;
    color: #fff;
    pointer-events: none; }
  @media (any-hover: hover) {
    .forma-tabs__item:hover {
      background-color: #FFD1A6; } }
  @media (max-width: 600px) {
    .forma-tabs__item {
      min-height: 42px;
      min-width: 42px;
      margin: 0px 5px; } }

.s-connect-us {
  padding-top: 278px;
  padding-bottom: 318px;
  position: relative; }
  @media (max-width: 1024px) {
    .s-connect-us {
      padding-top: 200px; } }
  @media (max-width: 1279.98px) {
    .s-connect-us {
      padding-bottom: 250px; } }
  @media (max-width: 991.98px) {
    .s-connect-us {
      padding-bottom: 150px; } }
  @media (max-width: 767.98px) {
    .s-connect-us {
      padding-top: 180px;
      padding-bottom: 60px; } }
  .s-connect-us::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 60%;
    background-color: #C6E5D3;
    top: 0;
    left: 0; }
  .s-connect-us__bg-shape {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: -400px; }
    @media (max-width: 991.98px) {
      .s-connect-us__bg-shape {
        bottom: -35px; } }
  .s-connect-us .container {
    position: relative;
    z-index: 2; }
  .s-connect-us__breadcrumbs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .s-connect-us__breadcrumbs .breadcrumbs__separator::before {
      border-color: #000; }
    .s-connect-us__breadcrumbs .breadcrumbs__link::after {
      background-color: #000; }
  .s-connect-us__title {
    margin-top: 25px;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .s-connect-us__title {
        font-size: 30px;
        line-height: 36px; } }
  .s-connect-us__info {
    text-align: center;
    margin-top: 22px;
    font-family: 'Quicksand-Medium'; }
    .s-connect-us__info a {
      -webkit-transition: color 0.4s ease;
           -o-transition: color 0.4s ease;
              transition: color 0.4s ease; }
      @media (any-hover: hover) {
        .s-connect-us__info a:hover {
          color: #8ab562; } }
  .s-connect-us__text {
    max-width: 812px;
    margin: 40px auto 0;
    text-align: center; }
  .s-connect-us__forma {
    max-width: 812px;
    margin: 26px auto 0; }
  .s-connect-us .gform_wrapper {
    max-width: 812px;
    margin: 26px auto 0; }
    .s-connect-us .gform_wrapper .gfield--type-select {
      position: relative; }
      .s-connect-us .gform_wrapper .gfield--type-select::before {
        content: '';
        position: absolute;
        display: block;
        pointer-events: none;
        width: 40px;
        height: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        background-color: #DEEED0;
        border-radius: 50%;
        z-index: 1; }
      .s-connect-us .gform_wrapper .gfield--type-select .ginput_container_select {
        position: relative; }
        .s-connect-us .gform_wrapper .gfield--type-select .ginput_container_select::before, .s-connect-us .gform_wrapper .gfield--type-select .ginput_container_select::after {
          content: "";
          position: absolute;
          right: 22px;
          top: 50%;
          height: 1.5px;
          width: 8px;
          -webkit-transition: -webkit-transform 0.5s ease 0s;
               -o-transition: -o-transform 0.5s ease 0s;
                  transition: transform 0.5s ease 0s;
          border-radius: 5px;
          will-change: transform;
          background-color: #000;
          z-index: 2; }
        .s-connect-us .gform_wrapper .gfield--type-select .ginput_container_select::before {
          -webkit-transform: translate(-70%, -50%) rotate(44deg);
               -o-transform: translate(-70%, -50%) rotate(44deg);
                  transform: translate(-70%, -50%) rotate(44deg); }
        .s-connect-us .gform_wrapper .gfield--type-select .ginput_container_select::after {
          -webkit-transform: translate(-0.7px, -50%) rotate(-44deg);
               -o-transform: translate(-0.7px, -50%) rotate(-44deg);
                  transform: translate(-0.7px, -50%) rotate(-44deg); }
      .s-connect-us .gform_wrapper .gfield--type-select select {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.5);
        border-radius: 30px;
        min-height: 60px;
        font-size: 18px;
        line-height: 24px;
        padding: 10px 60px 10px 23px;
        color: #4C4C4C;
        background-color: #fff; }
        .s-connect-us .gform_wrapper .gfield--type-select select option:first-child {
          color: #5A5C5E; }
    .s-connect-us .gform_wrapper .gfield--type-textarea textarea {
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 30px;
      resize: none;
      min-height: 178px;
      max-height: 180px;
      font-size: 18px;
      line-height: 24px;
      padding: 16px 25px;
      color: #4C4C4C; }
    .s-connect-us .gform_wrapper .gform_footer {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

.s-log-in {
  padding-top: 304px;
  padding-bottom: 204px;
  position: relative; }
  @media (max-width: 991.98px) {
    .s-log-in {
      padding-top: 250px;
      padding-bottom: 150px; } }
  @media (max-width: 600px) {
    .s-log-in {
      padding-top: 180px;
      padding-bottom: 100px; } }
  .s-log-in::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    background-color: #C6E5D3;
    z-index: -1; }
  .s-log-in__bg-svg {
    position: absolute;
    top: 58px;
    left: -308px;
    z-index: -1; }
  .s-log-in__title {
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .s-log-in__title {
        font-size: 30px;
        line-height: 36px; } }
  .s-log-in__subtitle {
    max-width: 700px;
    text-align: center;
    margin: 25px auto 0; }
  .s-log-in__forma {
    max-width: 536px;
    margin: 35px auto 0;
    gap: 16px; }
    .s-log-in__forma .forma__btn {
      margin-top: 4px; }
  .s-log-in__sign {
    text-align: center;
    margin-top: 25px; }
    .s-log-in__sign a {
      text-decoration: none;
      margin-left: 10px;
      -webkit-transition: color 0.4s ease;
           -o-transition: color 0.4s ease;
              transition: color 0.4s ease;
      font-family: var(--font-Quicksand-SemiBold); }
      @media (any-hover: hover) {
        .s-log-in__sign a:hover {
          color: #8ab562; } }
  .s-log-in .hero-shape__breadcrumbs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px; }
    .s-log-in .hero-shape__breadcrumbs .the_breadcrumbs span[typeof="ListItem"]::after {
      border-bottom: 1px solid #4c4c4c;
      border-right: 1px solid #4c4c4c; }

.s-kids-different {
  padding-top: 104px;
  padding-bottom: 112px;
  position: relative; }
  @media (max-width: 991.98px) {
    .s-kids-different {
      padding-bottom: 80px; } }
  @media (max-width: 600px) {
    .s-kids-different {
      padding-top: 50px; } }
  .s-kids-different__body {
    margin: 0 3px;
    position: relative; }
  .s-kids-different__bg-svg {
    position: absolute;
    left: -348px;
    top: -254px;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .s-kids-different__bg-svg {
        top: -150px;
        height: 120%;
        width: auto; } }
    @media (max-width: 650px) {
      .s-kids-different__bg-svg {
        left: -548px; } }
    @media (max-width: 600px) {
      .s-kids-different__bg-svg {
        height: 107%;
        width: auto; } }
  .s-kids-different__svg-line {
    position: absolute;
    right: 88px;
    top: 0;
    width: 22.8%;
    height: auto;
    -webkit-transform: translateY(-60%);
         -o-transform: translateY(-60%);
            transform: translateY(-60%); }
    @media (max-width: 1279.98px) {
      .s-kids-different__svg-line {
        right: 0; } }
    @media (max-width: 991.98px) {
      .s-kids-different__svg-line {
        display: none; } }
  .s-kids-different__subtitle {
    margin-top: 17px;
    max-width: 721px; }
  .s-kids-different__list {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 0.33333fr));
    -webkit-column-gap: 85px;
            column-gap: 85px;
    row-gap: 62px; }
    @media (max-width: 1279.98px) {
      .s-kids-different__list {
        grid-template-columns: repeat(auto-fit, minmax(250px, 0.33333fr));
        -webkit-column-gap: 60px;
                column-gap: 60px; } }
    @media (max-width: 991.98px) {
      .s-kids-different__list {
        grid-template-columns: repeat(auto-fit, minmax(250px, 0.5fr));
        -webkit-column-gap: 40px;
                column-gap: 40px;
        row-gap: 45px; } }
    @media (max-width: 767.98px) {
      .s-kids-different__list {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }

.s-kids-different-item__title {
  margin-top: 25px; }

.s-kids-different-item__text {
  margin-top: 12px; }

.s-vacancies {
  padding-top: 30px;
  padding-bottom: 88px; }
  @media (max-width: 991.98px) {
    .s-vacancies {
      padding-top: 90px;
      padding-bottom: 0; } }
  @media (max-width: 767.98px) {
    .s-vacancies {
      padding-bottom: 90px; } }
  @media (max-width: 600px) {
    .s-vacancies {
      padding-top: 20px; } }
  .s-vacancies__title {
    margin-bottom: 20px; }
  .s-vacancies__subtitle {
    text-align: center;
    max-width: 1088px;
    margin: 0 auto; }
  .s-vacancies__spoilers {
    max-width: 1408px;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 26px; }
    .s-vacancies__spoilers .spoilers__item {
      border-radius: 42px; }
      @media (max-width: 991.98px) {
        .s-vacancies__spoilers .spoilers__item {
          border-radius: 30px; } }
    .s-vacancies__spoilers .spoilers__title {
      min-height: 95px;
      padding: 18px 28px;
      padding-left: 42px; }
      @media (max-width: 991.98px) {
        .s-vacancies__spoilers .spoilers__title {
          min-height: 60px;
          padding: 10px;
          padding-left: 20px; } }
  @media (max-width: 991.98px) {
    .s-vacancies__spoilers-title h3 {
      font-size: 18px;
      line-height: 24px; } }
  .s-vacancies__spoilers-title-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .s-vacancies__spoilers-content {
    padding: 5px 36px 42px 42px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    color: #4C4C4C; }
    .s-vacancies__spoilers-content ul {
      padding-left: 26px; }
    @media (max-width: 991.98px) {
      .s-vacancies__spoilers-content {
        padding: 5px 15px 35px; }
        .s-vacancies__spoilers-content ul {
          padding-left: 10px; } }

.s-vacancies-spoilers-title__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 171px;
  min-height: 60px;
  margin-right: 20px;
  border-radius: 60px;
  font-family: var(--font-Quicksand-SemiBold); }
  .s-vacancies-spoilers-title__btn.mobile {
    display: none; }
  @media (max-width: 991.98px) {
    .s-vacancies-spoilers-title__btn {
      min-height: 40px;
      min-width: auto;
      padding: 10px 15px;
      font-size: 16px;
      line-height: 22px;
      margin-right: 5px; } }
  @media (max-width: 600px) {
    .s-vacancies-spoilers-title__btn {
      display: none;
      margin-right: 0; }
      .s-vacancies-spoilers-title__btn.mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }

.s-work-photo {
  padding-top: 94px;
  padding-bottom: 123px; }
  @media (max-width: 991.98px) {
    .s-work-photo {
      padding-top: 45px;
      padding-bottom: 123px; } }
  @media (max-width: 600px) {
    .s-work-photo {
      padding-top: 0;
      padding-bottom: 45px; } }
  .s-work-photo .subtitle {
    margin-top: 17px; }
  .s-work-photo__list {
    margin-top: 58px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 0.333333fr));
    -webkit-column-gap: 84px;
            column-gap: 84px;
    row-gap: 50px; }
    @media (max-width: 1279.98px) {
      .s-work-photo__list {
        -webkit-column-gap: 45px;
                column-gap: 45px; } }
    @media (max-width: 991.98px) {
      .s-work-photo__list {
        grid-template-columns: repeat(auto-fit, minmax(280px, 0.5fr)); } }
    @media (max-width: 767.98px) {
      .s-work-photo__list {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }
  .s-work-photo__item {
    position: relative;
    padding-top: 73.3%;
    border-radius: 26px;
    overflow: hidden; }
    .s-work-photo__item img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -o-object-fit: cover;
         object-fit: cover; }

.s-career-motivate {
  position: relative;
  padding-top: 125px; }
  @media (max-width: 991.98px) {
    .s-career-motivate {
      padding-top: 45px; } }
  .s-career-motivate__bg-svg {
    position: absolute;
    top: -387px;
    right: -258px;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .s-career-motivate__bg-svg {
        top: -200px; } }
  .s-career-motivate__text {
    text-align: center;
    margin-top: 16px; }
  .s-career-motivate__forma {
    max-width: 812px;
    margin: 52px auto 0; }
  .s-career-motivate .gform_wrapper {
    max-width: 812px;
    margin: 52px auto 0; }
    .s-career-motivate .gform_wrapper .gform_validation_errors {
      box-shadow: none !important;
      border: none !important;
      background-color: transparent !important;
      padding: 0 !important;
      text-align: center;
      font-size: 16px;
      margin-bottom: 20px; }
    .s-career-motivate .gform_wrapper .gfield--type-fileupload {
      position: relative; }
      .s-career-motivate .gform_wrapper .gfield--type-fileupload .gfield_label {
        all: unset !important;
        color: #5A5C5E !important;
        font-size: 18px !important;
        position: absolute !important;
        z-index: 10 !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
             -o-transform: translateY(-50%) !important;
                transform: translateY(-50%) !important;
        left: 23px !important; }
      .s-career-motivate .gform_wrapper .gfield--type-fileupload .ginput_container {
        position: relative;
        background-color: #fff;
        padding: 8px 8px 8px 23px !important;
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.5);
        border-radius: 30px;
        min-height: 60px;
        font-size: 18px;
        line-height: 24px;
        padding: 10px 23px;
        cursor: pointer; }
        .s-career-motivate .gform_wrapper .gfield--type-fileupload .ginput_container::before {
          content: '';
          background-image: url("../images/upload.svg");
          background-repeat: no-repeat;
          background-size: 16px 16px;
          position: absolute;
          height: 40px;
          width: 40px;
          z-index: 1;
          right: 8px;
          background-position: center;
          pointer-events: none; }
        .s-career-motivate .gform_wrapper .gfield--type-fileupload .ginput_container::after {
          content: '';
          position: absolute;
          min-height: 40px;
          min-width: 40px;
          background-color: #DEEED0;
          border-radius: 50%;
          pointer-events: none;
          right: 8px; }
        .s-career-motivate .gform_wrapper .gfield--type-fileupload .ginput_container input {
          padding: 0 !important;
          height: 100% !important;
          min-height: 100% !important;
          opacity: 0;
          cursor: pointer; }
        .s-career-motivate .gform_wrapper .gfield--type-fileupload .ginput_container .gfield_description {
          display: none; }
    .s-career-motivate .gform_wrapper .gfield--type-textarea textarea {
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 30px;
      resize: none;
      min-height: 178px;
      max-height: 180px;
      font-size: 18px;
      line-height: 24px;
      padding: 16px 25px;
      color: #4C4C4C; }
      .s-career-motivate .gform_wrapper .gfield--type-textarea textarea::-webkit-input-placeholder {
        color: #4C4C4C; }
      .s-career-motivate .gform_wrapper .gfield--type-textarea textarea:-ms-input-placeholder {
        color: #4C4C4C; }
      .s-career-motivate .gform_wrapper .gfield--type-textarea textarea::placeholder {
        color: #4C4C4C; }
    .s-career-motivate .gform_wrapper .ginput_container_select {
      position: relative;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 30px; }
      .s-career-motivate .gform_wrapper .ginput_container_select:before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 8px;
        height: 40px;
        border-radius: 50%;
        width: 40px;
        background-color: #DEEED0; }
      .s-career-motivate .gform_wrapper .ginput_container_select:after {
        content: '';
        background-image: url("../images/down-arrow.svg");
        background-repeat: no-repeat;
        background-size: 11px 6px;
        position: absolute;
        height: 40px;
        width: 40px;
        z-index: 1;
        right: 8px;
        background-position: center;
        pointer-events: none;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        top: 50%; }
      .s-career-motivate .gform_wrapper .ginput_container_select select {
        position: relative;
        padding: 8px 8px 8px 23px !important;
        width: 100%;
        min-height: 60px;
        font-size: 18px;
        line-height: 24px;
        padding: 10px 23px;
        cursor: pointer; }
    .s-career-motivate .gform_wrapper .gform_footer {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .s-career-motivate .gform_confirmation_wrapper {
    text-align: center;
    padding: 30px 15px; }

.s-speciality {
  padding-top: 86px;
  padding-bottom: 150px; }
  .s-speciality-list__items .main_title {
    margin-bottom: 20px; }
  .s-speciality-list__items .main_subtitle {
    max-width: 60%;
    margin: 0 auto 80px;
    text-align: center; }
    @media (max-width: 767px) {
      .s-speciality-list__items .main_subtitle {
        max-width: 100%; } }
  .s-speciality .content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 68px; }
    @media (max-width: 1200px) {
      .s-speciality .content_box {
        row-gap: 40px; } }
  .s-speciality__single_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 84px;
            column-gap: 84px;
    position: relative; }
    .s-speciality__single_row:last-child .s-speciality__next-line-even,
    .s-speciality__single_row:last-child .s-speciality__next-line-odd {
      display: none; }
    .s-speciality__single_row.row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 991px) {
        .s-speciality__single_row.row-reverse {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    @media (max-width: 1200px) {
      .s-speciality__single_row {
        -webkit-column-gap: 24px;
                column-gap: 24px; } }
    @media (max-width: 991px) {
      .s-speciality__single_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .s-speciality__video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 536px;
            flex: 0 0 536px; }
    .s-speciality__video video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 30px;
      max-height: 398px; }
      @media (max-width: 1200px) {
        .s-speciality__video video {
          max-height: 360px; } }
      @media (max-width: 580px) {
        .s-speciality__video video {
          max-height: 280px; } }
      @media (max-width: 480px) {
        .s-speciality__video video {
          max-height: 187.59px; } }
    .s-speciality__video .play_btn {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 96px;
      height: 96px;
      border: 2px solid #fff;
      border-radius: 100%;
      display: grid;
      place-items: center;
      cursor: pointer; }
      @media (max-width: 580px) {
        .s-speciality__video .play_btn {
          width: 80px;
          height: 80px; } }
    .s-speciality__video img:not(.play_btn) {
      position: relative;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 30px; }
      @media (max-width: 480px) {
        .s-speciality__video img:not(.play_btn) {
          height: 187.59px; } }
    @media (max-width: 1200px) {
      .s-speciality__video {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 450px;
                flex: 0 0 450px; } }
    @media (max-width: 991px) {
      .s-speciality__video {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        margin-bottom: 30px; } }
  .s-speciality__content {
    margin: auto 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 620px);
            flex: 0 0 calc(100% - 620px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 36.5px;
            column-gap: 36.5px; }
    .s-speciality__content svg {
      margin-bottom: 32px; }
      @media (max-width: 1200px) {
        .s-speciality__content svg {
          margin-bottom: 16px; } }
    .s-speciality__content .section-title {
      color: #4C4C4C;
      margin-bottom: 20px;
      text-align: left; }
      @media (max-width: 1200px) {
        .s-speciality__content .section-title {
          margin-bottom: 10px;
          font-size: 30px; } }
    .s-speciality__content .subtitle {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 0; }
      @media (max-width: 1200px) {
        .s-speciality__content .subtitle {
          font-size: 16px; } }
    @media (max-width: 1200px) {
      .s-speciality__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 474px);
                flex: 0 0 calc(100% - 474px); } }
    @media (max-width: 991px) {
      .s-speciality__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        display: grid; } }
    .s-speciality__content .svg-anim-9 svg {
      width: 108px; }
    .s-speciality__content .svg-anim-10 svg {
      width: 116.46px; }
    .s-speciality__content .svg-anim-11 svg {
      width: 109.19px; }
  .s-speciality__next-line-odd {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 17.6%;
    height: auto; }
    @media (max-width: 991.98px) {
      .s-speciality__next-line-odd {
        display: none; } }
  .s-speciality__next-line-even {
    position: absolute;
    top: 85.8%;
    right: 41.2%;
    width: 28.5%;
    height: auto; }
    @media (max-width: 991.98px) {
      .s-speciality__next-line-even {
        display: none; } }
  @media (max-width: 1200px) {
    .s-speciality {
      padding-bottom: 80px; } }
  @media (max-width: 991px) {
    .s-speciality {
      padding-top: 40px;
      padding-bottom: 40px; } }

.s-embedded-form .iframe-container {
  position: relative;
  width: 100%;
  height: 90vh;
  /* Full viewport height */
  overflow: hidden; }
  .s-embedded-form .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    right: 0;
    margin: 0 auto;
    max-width: 600px; }

.blog_wrapper .categories_wrap, .search_wrapper .categories_wrap {
  padding: 110px 0px;
  max-width: 50%;
  margin: 0 auto; }
  @media (max-width: 1279.98px) {
    .blog_wrapper .categories_wrap, .search_wrapper .categories_wrap {
      padding: 90px 0; } }
  @media (max-width: 991.98px) {
    .blog_wrapper .categories_wrap, .search_wrapper .categories_wrap {
      max-width: 100%;
      padding: 60px 0; } }
  @media (max-width: 767.98px) {
    .blog_wrapper .categories_wrap, .search_wrapper .categories_wrap {
      padding: 45px 0; } }
  .blog_wrapper .categories_wrap h3, .search_wrapper .categories_wrap h3 {
    font-family: var(--font-Quicksand-Medium);
    text-align: center;
    margin-bottom: 26px; }
    @media (max-width: 991.98px) {
      .blog_wrapper .categories_wrap h3, .search_wrapper .categories_wrap h3 {
        margin-bottom: 20px; } }
  .blog_wrapper .categories_wrap > ul, .search_wrapper .categories_wrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    row-gap: 16px; }
    .blog_wrapper .categories_wrap > ul li a, .search_wrapper .categories_wrap > ul li a {
      display: inline-block;
      text-decoration: none;
      padding: 14px 20px;
      border-radius: 30px;
      background-color: #fff; }
      @media (max-width: 991.98px) {
        .blog_wrapper .categories_wrap > ul li a, .search_wrapper .categories_wrap > ul li a {
          padding: 10px 16px; } }
      .blog_wrapper .categories_wrap > ul li a.inactive, .search_wrapper .categories_wrap > ul li a.inactive {
        background-color: #DEEED0; }
      .blog_wrapper .categories_wrap > ul li a.active, .search_wrapper .categories_wrap > ul li a.active {
        background-color: #fff; }

.blog_wrapper .posts_wrapper, .search_wrapper .posts_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  row-gap: 68px;
  margin-bottom: 84px; }
  @media (max-width: 1279.98px) {
    .blog_wrapper .posts_wrapper, .search_wrapper .posts_wrapper {
      -webkit-column-gap: 30px;
              column-gap: 30px;
      row-gap: 45px; } }
  @media (max-width: 991.98px) {
    .blog_wrapper .posts_wrapper, .search_wrapper .posts_wrapper {
      margin-bottom: 60px; } }
  @media (max-width: 767.98px) {
    .blog_wrapper .posts_wrapper, .search_wrapper .posts_wrapper {
      margin-bottom: 45px;
      row-gap: 30px;
      -webkit-column-gap: 0;
              column-gap: 0; } }
  .blog_wrapper .posts_wrapper article, .search_wrapper .posts_wrapper article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 33.33px);
            flex: 0 0 calc(33.33% - 33.33px);
    max-width: calc(33.33% - 33.33px); }
    @media (min-width: 1280px) {
      .blog_wrapper .posts_wrapper article.featured_post, .search_wrapper .posts_wrapper article.featured_post {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 84px;
                column-gap: 84px; }
        .blog_wrapper .posts_wrapper article.featured_post .image_wrap, .search_wrapper .posts_wrapper article.featured_post .image_wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 42px);
                  flex: 0 0 calc(50% - 42px);
          max-width: 0 0 calc(50% - 42px);
          height: 510px; }
        .blog_wrapper .posts_wrapper article.featured_post .col-content, .search_wrapper .posts_wrapper article.featured_post .col-content {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 42px);
                  flex: 0 0 calc(50% - 42px);
          max-width: 0 0 calc(50% - 42px);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .blog_wrapper .posts_wrapper article.featured_post .col-content .post_title, .search_wrapper .posts_wrapper article.featured_post .col-content .post_title {
            margin-top: 0; }
          .blog_wrapper .posts_wrapper article.featured_post .col-content .body, .search_wrapper .posts_wrapper article.featured_post .col-content .body {
            margin-top: 20px; }
            .blog_wrapper .posts_wrapper article.featured_post .col-content .body p, .search_wrapper .posts_wrapper article.featured_post .col-content .body p {
              font-size: 20px;
              line-height: 26px; } }
        @media (min-width: 1280px) and (max-width: 991.98px) {
          .blog_wrapper .posts_wrapper article.featured_post .col-content .body p, .search_wrapper .posts_wrapper article.featured_post .col-content .body p {
            font-size: 18px;
            line-height: 24px; } }
    @media (max-width: 1279.98px) {
      .blog_wrapper .posts_wrapper article, .search_wrapper .posts_wrapper article {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 20px);
                flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px); } }
    @media (max-width: 767.98px) {
      .blog_wrapper .posts_wrapper article, .search_wrapper .posts_wrapper article {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    .blog_wrapper .posts_wrapper article .image_wrap, .search_wrapper .posts_wrapper article .image_wrap {
      position: relative;
      border-radius: 26px;
      overflow: hidden;
      height: 320px;
      background-color: #DEEED0; }
      .blog_wrapper .posts_wrapper article .image_wrap .post_cat, .search_wrapper .posts_wrapper article .image_wrap .post_cat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        grid-gap: 10px;
        position: absolute;
        top: 10px;
        left: 10px;
        width: calc(100% - 20px); }
        .blog_wrapper .posts_wrapper article .image_wrap .post_cat a, .search_wrapper .posts_wrapper article .image_wrap .post_cat a {
          text-decoration: none;
          font-size: 12px;
          line-height: 14px;
          padding: 8px 14px;
          background-color: #fff;
          border-radius: 30px;
          color: #000; }
      .blog_wrapper .posts_wrapper article .image_wrap img, .search_wrapper .posts_wrapper article .image_wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .blog_wrapper .posts_wrapper article .post_title, .search_wrapper .posts_wrapper article .post_title {
      font-family: var(--font-Quicksand-Regular);
      margin-top: 32px; }
      @media (max-width: 991.98px) {
        .blog_wrapper .posts_wrapper article .post_title, .search_wrapper .posts_wrapper article .post_title {
          margin-top: 24px; } }
    .blog_wrapper .posts_wrapper article .body, .search_wrapper .posts_wrapper article .body {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 14px; }
      .blog_wrapper .posts_wrapper article .body p, .search_wrapper .posts_wrapper article .body p {
        font-size: 18px;
        line-height: 24px;
        margin: 0; }
        @media (max-width: 991.98px) {
          .blog_wrapper .posts_wrapper article .body p, .search_wrapper .posts_wrapper article .body p {
            font-size: 16px;
            line-height: 22px; } }
    .blog_wrapper .posts_wrapper article .s-about__more, .search_wrapper .posts_wrapper article .s-about__more {
      margin-top: 26px; }
      @media (max-width: 991.98px) {
        .blog_wrapper .posts_wrapper article .s-about__more, .search_wrapper .posts_wrapper article .s-about__more {
          margin-top: 18px; } }

.blog_wrapper .s-pagination, .search_wrapper .s-pagination {
  margin-bottom: 84px;
  text-align: center; }
  .blog_wrapper .s-pagination .pagination, .search_wrapper .s-pagination .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
            column-gap: 10px; }
    .blog_wrapper .s-pagination .pagination li, .search_wrapper .s-pagination .pagination li {
      display: inline-block; }
      .blog_wrapper .s-pagination .pagination li a:not(.arrow), .search_wrapper .s-pagination .pagination li a:not(.arrow) {
        text-decoration: none;
        padding: 8px 16px;
        background-color: #fff;
        border-radius: 100%;
        width: 42px;
        height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 20px;
        line-height: 26px;
        -webkit-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease; }
        .blog_wrapper .s-pagination .pagination li a:not(.arrow).active, .blog_wrapper .s-pagination .pagination li a:not(.arrow):hover, .search_wrapper .s-pagination .pagination li a:not(.arrow).active, .search_wrapper .s-pagination .pagination li a:not(.arrow):hover {
          background-color: #8ab562;
          color: #fff; }
      .blog_wrapper .s-pagination .pagination li a svg, .search_wrapper .s-pagination .pagination li a svg {
        height: 42px;
        width: 42px;
        border-radius: 100%;
        -webkit-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease; }
        .blog_wrapper .s-pagination .pagination li a svg:hover, .search_wrapper .s-pagination .pagination li a svg:hover {
          background-color: #8ab562;
          color: #fff; }
          .blog_wrapper .s-pagination .pagination li a svg:hover path, .search_wrapper .s-pagination .pagination li a svg:hover path {
            stroke: #fff; }
      .blog_wrapper .s-pagination .pagination li a.disabled, .search_wrapper .s-pagination .pagination li a.disabled {
        pointer-events: none;
        opacity: .5; }

.single_blog_wrapper {
  padding-top: 55px;
  padding-bottom: 90px; }
  @media (max-width: 1279.98px) {
    .single_blog_wrapper {
      padding-top: 45px;
      padding-bottom: 60px; } }
  @media (max-width: 991.98px) {
    .single_blog_wrapper {
      padding-top: 30px;
      padding-bottom: 45px; } }
  @media (max-width: 767.98px) {
    .single_blog_wrapper {
      padding-bottom: 30px; } }
  .single_blog_wrapper .container {
    max-width: 852px;
    width: 100%; }
    .single_blog_wrapper .container .top_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      margin-bottom: 32px; }
      @media (max-width: 991.98px) {
        .single_blog_wrapper .container .top_wrap {
          margin-bottom: 20px; } }
      .single_blog_wrapper .container .top_wrap .post_cat {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
        max-width: 60%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        grid-gap: 10px;
        top: 10px;
        left: 10px; }
        @media (max-width: 991.98px) {
          .single_blog_wrapper .container .top_wrap .post_cat {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 15px; } }
        .single_blog_wrapper .container .top_wrap .post_cat a {
          text-decoration: none;
          font-size: 12px;
          line-height: 14px;
          font-family: var(--font-Quicksand-Medium);
          padding: 8px 14px;
          background-color: #fff;
          border-radius: 16px;
          color: #000; }
      .single_blog_wrapper .container .top_wrap .right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 40%;
        padding-left: 20px; }
        @media (max-width: 991.98px) {
          .single_blog_wrapper .container .top_wrap .right {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%;
            padding-left: 0; } }
        .single_blog_wrapper .container .top_wrap .right .date {
          font-size: 12px;
          line-height: 14px;
          font-family: var(--font-Quicksand-Medium);
          padding: 8px 14px;
          color: #000;
          background-color: #DEEED0;
          width: -webkit-fit-content;
          width: fit-content;
          border-radius: 16px;
          margin-left: auto; }
          @media (max-width: 991.98px) {
            .single_blog_wrapper .container .top_wrap .right .date {
              margin-right: auto;
              margin-left: unset; } }
    .single_blog_wrapper .container .content {
      margin-bottom: 26px; }
      @media (max-width: 991.98px) {
        .single_blog_wrapper .container .content {
          margin-bottom: 18px; } }
      .single_blog_wrapper .container .content h1 {
        font-size: 2em;
        margin: 0.67em 0; }
      .single_blog_wrapper .container .content h2 {
        font-size: 1.5em;
        margin: 0.83em 0; }
      .single_blog_wrapper .container .content h3 {
        font-size: 1.17em;
        margin: 1em 0; }
      .single_blog_wrapper .container .content h4 {
        font-size: 1em;
        margin: 1.33em 0; }
      .single_blog_wrapper .container .content h5 {
        font-size: 0.83em;
        margin: 1.67em 0; }
      .single_blog_wrapper .container .content h6 {
        font-size: 0.67em;
        margin: 2.33em 0; }
      .single_blog_wrapper .container .content p {
        font-size: 18px;
        line-height: 24px;
        font-family: var(--font-Quicksand-Regular);
        margin-bottom: 26px; }
        .single_blog_wrapper .container .content p strong {
          font-family: var(--font-Quicksand-SemiBold); }
        @media (max-width: 991.98px) {
          .single_blog_wrapper .container .content p {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 18px; } }
        .single_blog_wrapper .container .content p:last-child {
          margin-bottom: 0; }
      .single_blog_wrapper .container .content h1 {
        font-size: 62px;
        line-height: 60px; }
        @media (max-width: 1365.98px) {
          .single_blog_wrapper .container .content h1 {
            font-size: 36px;
            line-height: 42px; } }
      .single_blog_wrapper .container .content h2 {
        font-size: 36px;
        line-height: 42px; }
        @media (max-width: 991.98px) {
          .single_blog_wrapper .container .content h2 {
            font-size: 28px;
            line-height: 32px; } }
      .single_blog_wrapper .container .content h3, .single_blog_wrapper .container .content h4 {
        font-size: 26px;
        line-height: 32px; }
        @media (max-width: 991.98px) {
          .single_blog_wrapper .container .content h3, .single_blog_wrapper .container .content h4 {
            font-size: 20px;
            line-height: 26px; } }
      .single_blog_wrapper .container .content h5 {
        font-size: 22px;
        line-height: 26px; }
        @media (max-width: 767.98px) {
          .single_blog_wrapper .container .content h5 {
            font-size: 20px;
            line-height: 24px; } }
      .single_blog_wrapper .container .content h6 {
        font-size: 20px;
        line-height: 26px; }
        @media (max-width: 991.98px) {
          .single_blog_wrapper .container .content h6 {
            font-size: 18px;
            line-height: 24px; } }
      .single_blog_wrapper .container .content h1, .single_blog_wrapper .container .content h2, .single_blog_wrapper .container .content h3, .single_blog_wrapper .container .content h4, .single_blog_wrapper .container .content h5, .single_blog_wrapper .container .content h6 {
        margin-bottom: 26px; }
        @media (max-width: 991.98px) {
          .single_blog_wrapper .container .content h1, .single_blog_wrapper .container .content h2, .single_blog_wrapper .container .content h3, .single_blog_wrapper .container .content h4, .single_blog_wrapper .container .content h5, .single_blog_wrapper .container .content h6 {
            margin-bottom: 18px; } }
      .single_blog_wrapper .container .content ul {
        margin-bottom: 26px;
        padding-left: 15px; }
        @media (max-width: 991.98px) {
          .single_blog_wrapper .container .content ul {
            margin-bottom: 18px; } }
        .single_blog_wrapper .container .content ul strong {
          font-family: var(--font-Quicksand-SemiBold); }
        .single_blog_wrapper .container .content ul li {
          font-size: 20px;
          line-height: 26px;
          font-family: var(--font-Quicksand-Regular);
          margin-bottom: 10px;
          position: relative; }
          @media (max-width: 991.98px) {
            .single_blog_wrapper .container .content ul li {
              font-size: 18px;
              line-height: 24px; } }
          .single_blog_wrapper .container .content ul li:before {
            content: '';
            position: absolute;
            width: 7px;
            height: 7px;
            background-color: #8ab562;
            border-radius: 50%;
            left: -15px;
            top: 13px; }
      .single_blog_wrapper .container .content blockquote {
        background-color: #F0D7AF;
        border-radius: 14px;
        padding: 20px;
        margin: 0;
        margin-bottom: 26px; }
        @media (max-width: 991.98px) {
          .single_blog_wrapper .container .content blockquote {
            padding: 10px;
            margin-bottom: 18px; } }
        .single_blog_wrapper .container .content blockquote p {
          font-size: 26px;
          line-height: 34px; }
          @media (max-width: 991.98px) {
            .single_blog_wrapper .container .content blockquote p {
              font-size: 20px;
              line-height: 28px; } }
      .single_blog_wrapper .container .content iframe, .single_blog_wrapper .container .content img {
        max-width: 100%;
        border-radius: 14px; }
      .single_blog_wrapper .container .content .alignnone {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        height: auto; }
      .single_blog_wrapper .container .content .aligncenter {
        display: block;
        margin: 12.5px auto;
        height: auto; }
      .single_blog_wrapper .container .content .alignleft,
      .single_blog_wrapper .container .content .alignright {
        margin-bottom: 12.5px;
        height: auto; }
      @media (min-width: 768px) {
        .single_blog_wrapper .container .content .alignleft {
          float: left;
          margin-right: 12.5px; }
        .single_blog_wrapper .container .content .alignright {
          float: right;
          margin-left: 12.5px; } }
      .single_blog_wrapper .container .content .wp-caption-text {
        padding: 9px; }
    .single_blog_wrapper .container .blockquote {
      font-size: 26px;
      line-height: 34px;
      background-color: #F0D7AF;
      border-radius: 14px;
      padding: 20px;
      margin: 0;
      margin-bottom: 26px; }
      @media (max-width: 991.98px) {
        .single_blog_wrapper .container .blockquote {
          font-size: 20px;
          line-height: 28px;
          padding: 10px;
          margin-bottom: 18px; } }
    .single_blog_wrapper .container img {
      width: 100%;
      margin-bottom: 26px;
      border-radius: 14px; }
      @media (max-width: 991.98px) {
        .single_blog_wrapper .container img {
          margin-bottom: 18px; } }
    .single_blog_wrapper .container .two_images {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-column-gap: 26px;
              column-gap: 26px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 26px; }
      @media (max-width: 991.98px) {
        .single_blog_wrapper .container .two_images {
          margin-bottom: 18px; } }
      @media (max-width: 767.98px) {
        .single_blog_wrapper .container .two_images {
          display: block;
          text-align: center; } }
      .single_blog_wrapper .container .two_images img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 13px);
                flex: 0 0 calc(50% - 13px);
        max-width: calc(50% - 13px);
        border-radius: 14px;
        -o-object-fit: cover;
           object-fit: cover;
        max-height: 320px; }
        @media (max-width: 767.98px) {
          .single_blog_wrapper .container .two_images img {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 650px; } }
        .single_blog_wrapper .container .two_images img:last-child {
          margin-bottom: 0; }
    .single_blog_wrapper .container .bottom_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: center;
      padding-top: 26px; }
      @media (max-width: 991.98px) {
        .single_blog_wrapper .container .bottom_wrap {
          padding-top: 18px; } }
      .single_blog_wrapper .container .bottom_wrap span {
        color: #4C4C4C;
        margin-bottom: 16px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .single_blog_wrapper .container .bottom_wrap .shares {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-column-gap: 12px;
                column-gap: 12px; }
        .single_blog_wrapper .container .bottom_wrap .shares a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          min-width: 80px;
          min-height: 80px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-radius: 50%; }
          .single_blog_wrapper .container .bottom_wrap .shares a svg {
            -webkit-transition: -webkit-transform 0.3s ease 0s;
                 -o-transition: -o-transform 0.3s ease 0s;
                    transition: transform 0.3s ease 0s; }
          @media (any-hover: hover) {
            .single_blog_wrapper .container .bottom_wrap .shares a:hover svg {
              -webkit-transform: scale(1.3);
                   -o-transform: scale(1.3);
                      transform: scale(1.3); } }
          @media (max-width: 991.98px) {
            .single_blog_wrapper .container .bottom_wrap .shares a {
              min-width: 58px;
              min-height: 58px; }
              .single_blog_wrapper .container .bottom_wrap .shares a svg {
                height: 20px;
                width: auto; } }
          .single_blog_wrapper .container .bottom_wrap .shares a:nth-child(1) {
            background-color: #becb6f; }
          .single_blog_wrapper .container .bottom_wrap .shares a:nth-child(2) {
            background-color: #B0D2C4; }

.similar_posts {
  padding-top: 90px;
  padding-bottom: 84px; }
  @media (max-width: 1200px) {
    .similar_posts {
      padding-top: 60px;
      padding-bottom: 45px; } }
  @media (max-width: 991px) {
    .similar_posts {
      padding-top: 45px;
      padding-bottom: 30px; } }
  @media (min-width: 1579.98px) {
    .similar_posts .container {
      max-width: 1640px; } }
  .similar_posts .container .title {
    color: #000;
    margin-bottom: 52px; }
    @media (max-width: 991.98px) {
      .similar_posts .container .title {
        margin-bottom: 45px; } }
    @media (max-width: 767.98px) {
      .similar_posts .container .title {
        margin-bottom: 30px; } }
  .similar_posts .container .s-similar__slider-wrapper {
    padding-left: 138px;
    padding-right: 138px;
    position: relative; }
    @media (max-width: 1600px) {
      .similar_posts .container .s-similar__slider-wrapper {
        padding-left: 100px;
        padding-right: 100px; } }
    @media (max-width: 1200px) {
      .similar_posts .container .s-similar__slider-wrapper {
        padding-left: 75px;
        padding-right: 75px; } }
    @media (max-width: 991px) {
      .similar_posts .container .s-similar__slider-wrapper {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 450px) {
      .similar_posts .container .s-similar__slider-wrapper {
        padding-left: 0;
        padding-right: 0; } }
    .similar_posts .container .s-similar__slider-wrapper .s-similar__slide .image_wrap {
      position: relative;
      border-radius: 26px;
      overflow: hidden;
      height: 260px;
      background-color: #DEEED0; }
      .similar_posts .container .s-similar__slider-wrapper .s-similar__slide .image_wrap .post_cat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        grid-gap: 10px;
        position: absolute;
        top: 10px;
        left: 10px;
        width: calc(100% - 20px); }
        .similar_posts .container .s-similar__slider-wrapper .s-similar__slide .image_wrap .post_cat a {
          text-decoration: none;
          font-size: 12px;
          line-height: 14px;
          padding: 8px 14px;
          background-color: #fff;
          border-radius: 30px;
          color: #000; }
      .similar_posts .container .s-similar__slider-wrapper .s-similar__slide .image_wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .similar_posts .container .s-similar__slider-wrapper .s-similar__slide .post_title {
      margin-top: 32px; }
      @media (max-width: 991.98px) {
        .similar_posts .container .s-similar__slider-wrapper .s-similar__slide .post_title {
          margin-top: 20px; } }
    .similar_posts .container .s-similar__slider-wrapper .s-similar__slide .body {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 14px; }
      @media (max-width: 991.98px) {
        .similar_posts .container .s-similar__slider-wrapper .s-similar__slide .body {
          margin-top: 10px; } }
      .similar_posts .container .s-similar__slider-wrapper .s-similar__slide .body p {
        font-size: 18px;
        line-height: 24px;
        margin: 0; }
        @media (max-width: 991.98px) {
          .similar_posts .container .s-similar__slider-wrapper .s-similar__slide .body p {
            font-size: 16px;
            line-height: 22px; } }
    .similar_posts .container .s-similar__slider-wrapper .s-similar__slide .s-about__more {
      margin-top: 26px; }
      @media (max-width: 991.98px) {
        .similar_posts .container .s-similar__slider-wrapper .s-similar__slide .s-about__more {
          margin-top: 15px; } }
    .similar_posts .container .s-similar__slider-wrapper .s-similar__slider-prev, .similar_posts .container .s-similar__slider-wrapper .s-similar__slider-next {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      min-height: 60px;
      min-width: 60px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff;
      border-radius: 48px;
      position: absolute;
      top: 130px;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 2; }
      .similar_posts .container .s-similar__slider-wrapper .s-similar__slider-prev svg, .similar_posts .container .s-similar__slider-wrapper .s-similar__slider-next svg {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .similar_posts .container .s-similar__slider-wrapper .s-similar__slider-prev.swiper-button-disabled, .similar_posts .container .s-similar__slider-wrapper .s-similar__slider-next.swiper-button-disabled {
        background-color: #DEEED0; }
      @media (max-width: 1279.98px) {
        .similar_posts .container .s-similar__slider-wrapper .s-similar__slider-prev, .similar_posts .container .s-similar__slider-wrapper .s-similar__slider-next {
          min-height: 40px;
          min-width: 40px; }
          .similar_posts .container .s-similar__slider-wrapper .s-similar__slider-prev svg, .similar_posts .container .s-similar__slider-wrapper .s-similar__slider-next svg {
            width: 7px; } }
      @media (max-width: 450px) {
        .similar_posts .container .s-similar__slider-wrapper .s-similar__slider-prev, .similar_posts .container .s-similar__slider-wrapper .s-similar__slider-next {
          border: 1px solid #fff; } }
    .similar_posts .container .s-similar__slider-wrapper .s-similar__slider-next {
      right: 0; }
    .similar_posts .container .s-similar__slider-wrapper .s-similar__slider-prev {
      left: 0; }
  .similar_posts .container .bottom_btn {
    text-align: center;
    margin-top: 52px; }
    @media (max-width: 991.98px) {
      .similar_posts .container .bottom_btn {
        margin-top: 30px; } }

.page-header, .alert-warning {
  margin-bottom: 30px; }

.alert-warning {
  padding-top: 30px;
  padding-bottom: 30px; }

.page_not_found {
  padding-bottom: 50px; }

.grecaptcha-badge {
  visibility: hidden !important; }
