@charset "UTF-8";
:root {
  --theme-size: 10px;
  --font-primary: "Proxima Nova", Arial, sans-serif;
  --font-secondary: "Rock Star", Arial, sans-serif;
  --font-third: "Geometria", Arial, sans-serif;
  --color-error: #E97070;
  --body-bg: #FBF4EE;
  --body-color: #373D3F;
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}

/* ==========================================================================
   Utilites
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

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

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

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

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

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
 ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
 ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

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

/* Misc
 ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

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

/* Defaults
 ========================================================================== */
html, body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

picture {
  display: block;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input::-ms-clear {
  display: none;
}

button, input, textarea, select {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
}

::selection {
  color: #fff;
  background: #000;
}

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

button {
  cursor: pointer;
}

svg {
  max-width: 100%;
}

@font-face {
  font-family: "Rock Star";
  src: url("../fonts/RockStar-Regular.woff2") format("woff2"), url("../fonts/RockStar-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria.woff2") format("woff2"), url("../fonts/Geometria.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.ui-select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 1.6rem;
  font: 400 1.6rem/1.2 var(--font-primary);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .ui-select {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .ui-select {
    font-size: 1.8rem;
  }
}
.ui-select .selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: none;
  width: 100%;
}
.ui-select .selectric {
  position: relative;
  overflow: hidden;
  background: #FBF4EE;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 1rem 4.6rem 1rem 2rem;
  height: 5.2rem;
  color: #795639;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .ui-select .selectric {
    height: 4.4rem;
  }
}
@media (min-width: 1200px) {
  .ui-select .selectric {
    height: 6.9rem;
    padding: 1rem 7.6rem 1rem 3rem;
  }
}
.ui-select .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-select .selectric .arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 110;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.6rem;
}
@media (min-width: 1200px) {
  .ui-select .selectric .arrow {
    width: 7.6rem;
  }
}
.ui-select .selectric .arrow svg {
  position: relative;
  display: block;
  transition: transform 0.25s;
  width: 1.5rem;
  height: 0.8rem;
}
@media (min-width: 768px) {
  .ui-select .selectric .arrow svg {
    width: 1.2rem;
    height: 0.7rem;
  }
}
@media (min-width: 1200px) {
  .ui-select .selectric .arrow svg {
    width: 1.6rem;
    height: 0.9rem;
  }
}
.ui-select .selectric-items {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FBF4EE;
  border-radius: 0;
  z-index: 100;
  width: auto !important;
  min-width: 100%;
  margin: 0.4rem 0 0 0;
  padding: 2rem;
  overflow: hidden;
  transition: opacity 0.25s, visiblity 0.25s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
@media (min-width: 1200px) {
  .ui-select .selectric-items {
    padding: 2rem 3rem;
  }
}
.ui-select .selectric-items .selectric-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 46.8rem;
}
.ui-select .selectric-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-select .selectric-items li {
  position: relative;
  padding: 0 0 0 3.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
  min-height: 2.4rem;
  margin: 0 0 1.6rem;
  transition: color 0.25s;
}
.ui-select .selectric-items li:last-child {
  margin: 0;
}
.ui-select .selectric-items li:hover {
  color: #795639;
}
.ui-select .selectric-items li.selected {
  color: #795639;
}
.ui-select .selectric-items li.selected .selectric-checkbox {
  background: #0E370D;
  border-color: #0E370D;
}
.ui-select .selectric-items li.selected .selectric-checkbox svg {
  opacity: 1;
}
.ui-select .selectric-items li.disabled {
  pointer-events: none;
  display: none;
}
.ui-select .selectric-items li.disabled .selectric-checkbox {
  display: none;
}
@media (min-width: 768px) {
  .ui-select .selectric-items li {
    padding: 0 0 0 3.4rem;
    min-height: 2rem;
  }
}
@media (min-width: 1200px) {
  .ui-select .selectric-items li {
    padding: 0 0 0 4rem;
    min-height: 2.6rem;
  }
}
.ui-select .selectric-items .ui-select-group li:not(.ui-select-group-label) {
  padding-left: 3rem;
}
.ui-select .selectric-items .ui-select-group-label {
  pointer-events: none;
}
.ui-select .selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.ui-select .selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.ui-select .selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ui-select .selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.ui-select .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
}
.ui-select .selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.ui-select .selectric-checkbox {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin: -1.2rem 0 0 0;
  border: 1px solid #0E370D;
  border-radius: 0;
  color: #fff;
  transition: 0.25s;
}
.ui-select .selectric-checkbox svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.25s;
  width: 1.4rem;
  height: 1rem;
}
@media (min-width: 768px) {
  .ui-select .selectric-checkbox {
    width: 2rem;
    height: 2rem;
    margin: -1rem 0 0 0;
  }
  .ui-select .selectric-checkbox svg {
    width: 1.2rem;
    height: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .ui-select .selectric-checkbox {
    width: 2.6rem;
    height: 2.6rem;
    margin: -1.3rem 0 0 0;
  }
  .ui-select .selectric-checkbox svg {
    width: 1.5rem;
    height: 1.1rem;
  }
}
.ui-select .selectric-open {
  z-index: 500;
}
.ui-select .selectric-open .selectric .arrow svg {
  transform: rotate(180deg);
}
.ui-select .selectric-open .selectric-items {
  display: block;
  opacity: 1;
  visibility: visible;
}
.ui-select .selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  background: none;
  padding: 0.8rem 2rem;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  height: 5.2rem;
  transition: color 0.25s, background 0.25s;
}
.ui-btn:hover {
  text-decoration: none;
}
.ui-btn:active {
  transition: none;
}
.ui-btn:disabled {
  opacity: 0.35;
  pointer-events: none;
}
.ui-btn.is-active .ui-btn__arrow {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .ui-btn {
    height: 4.4rem;
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .ui-btn {
    height: 6.9rem;
    font-size: 1.8rem;
  }
}

.ui-btn__text {
  margin: 0 1.5rem 0 0;
}
@media (min-width: 768px) {
  .ui-btn__text {
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 1200px) {
  .ui-btn__text {
    margin: 0 2rem 0 0;
  }
}

.ui-btn__arrow {
  width: 1rem;
  height: 1rem;
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: transform 0.25s;
}
.ui-btn__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .ui-btn__arrow {
    width: 1.6rem;
    height: 0.8rem;
  }
}

.ui-btn--fullwidth {
  width: 100%;
}

.ui-btn--brown {
  background: #795639;
  color: #FBF4EE;
}
.ui-btn--brown:hover {
  background: #0E370D;
  color: #FBF4EE;
}

.ui-btn--beige {
  background: #E4CFB9;
  color: #5D3D27;
}
.ui-btn--beige:hover {
  background: #795639;
  color: #FBF4EE;
}

.ui-btn--white {
  background: #fff;
  color: #0E370D;
}
.ui-btn--white:hover {
  background: #0E370D;
  color: #fff;
}

.ui-validate {
  display: block;
  padding: 0.8rem 0 0 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 300;
  text-align: left;
  color: var(--color-error);
}

.ui-input, .ui-textarea {
  display: block;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
  width: 100%;
  background: #FBF4EE;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  padding: 1.5rem 2rem;
  margin: 0 0 1.6rem;
  color: #795639;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  height: 5.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-input:-ms-input-placeholder, .ui-textarea:-ms-input-placeholder {
  color: #795639;
  transition: opacity 0.25s;
}
.ui-input::placeholder, .ui-textarea::placeholder {
  color: #795639;
  transition: opacity 0.25s;
}
.ui-input:focus, .ui-textarea:focus {
  background: rgba(251, 244, 238, 0.5);
}
.ui-input:focus:-ms-input-placeholder, .ui-textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.ui-input:focus::placeholder, .ui-textarea:focus::placeholder {
  opacity: 0;
}
.ui-input:disabled, .ui-textarea:disabled {
  border-color: #e4ebf1;
  background: #e4ebf1;
  pointer-events: none;
}
.ui-input.is-error, .is-error.ui-textarea {
  box-shadow: inset 0 0 0 1px var(--color-error);
}
.ui-input.is-error:-ms-input-placeholder, .is-error.ui-textarea:-ms-input-placeholder {
  color: var(--color-error);
}
.ui-input.is-error::placeholder, .is-error.ui-textarea::placeholder {
  color: var(--color-error);
}
@media (min-width: 768px) {
  .ui-input, .ui-textarea {
    height: 4.4rem;
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .ui-input, .ui-textarea {
    height: 6.9rem;
    font-size: 1.8rem;
    padding: 1.5rem 3rem;
  }
}

.ui-textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 7rem;
  height: auto;
}

.ui-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 0 0 1.6rem;
}

.ui-check__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-check__input:checked ~ .ui-check__checkbox:after {
  opacity: 1;
}
.ui-check__input.is-error ~ .ui-check__checkbox {
  border-color: var(--color-error);
}

.ui-check__checkbox {
  display: block;
  width: 3rem;
  height: 3rem;
  background: #FBF4EE;
  border: 1px solid transparent;
  margin: 0 1.3rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}
.ui-check__checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.78261L6.6 11L15 1' stroke='%23795639' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: -0.8rem 0 0 -0.8rem;
  opacity: 0;
  transition: opacity 0.25s;
}
@media (min-width: 768px) {
  .ui-check__checkbox {
    width: 2rem;
    height: 2rem;
    margin: 0 1.2rem 0 0 0;
  }
  .ui-check__checkbox:after {
    width: 1.2rem;
    height: 1.2rem;
    margin: -0.6rem 0 0 -0.6rem;
  }
}
@media (min-width: 1200px) {
  .ui-check__checkbox {
    width: 3rem;
    height: 3rem;
    margin: 0 1.6rem 0 0;
  }
  .ui-check__checkbox:after {
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.8rem 0 0 -0.8rem;
  }
}

.ui-check__text {
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: #795639;
}
@media (min-width: 768px) {
  .ui-check__text {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .ui-check__text {
    font-size: 1.8rem;
  }
}

.ui-wysiwyg {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 300;
}
.ui-wysiwyg h1, .ui-wysiwyg h2, .ui-wysiwyg h3, .ui-wysiwyg h4, .ui-wysiwyg h5, .ui-wysiwyg h6 {
  display: block;
  margin: 0 0 3rem;
  font-weight: 400;
}
.ui-wysiwyg h1 {
  font-size: 3.2rem;
}
.ui-wysiwyg h2 {
  font-size: 2.8rem;
}
.ui-wysiwyg h3 {
  font-size: 2.4rem;
}
.ui-wysiwyg h4 {
  font-size: 2rem;
}
.ui-wysiwyg h5 {
  font-size: 1.8rem;
}
.ui-wysiwyg h6 {
  font-size: 1.6rem;
}
.ui-wysiwyg p {
  margin: 0 0 2rem;
}
.ui-wysiwyg strong {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.ui-wysiwyg hr {
  border: none;
  border-bottom: 1px solid #DFE0E3;
  margin: 3rem 0;
  clear: both;
}
.ui-wysiwyg br {
  clear: both;
}
.ui-wysiwyg picture {
  overflow: hidden;
  margin: 0 0 2rem;
  display: block;
  border-radius: 0;
  width: 100%;
}
.ui-wysiwyg picture img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.ui-wysiwyg blockquote {
  margin: 0 0 2rem;
  padding: 0.8rem 0 0.8rem 2rem;
  border-left: 1px solid #111111;
}
.ui-wysiwyg table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 2rem;
  text-align: left;
}
.ui-wysiwyg table th, .ui-wysiwyg table td {
  border-bottom: 1px solid #DFE0E3;
  padding: 2.4rem 1.2rem;
}
.ui-wysiwyg table th:first-child, .ui-wysiwyg table td:first-child {
  padding-left: 0;
}
.ui-wysiwyg table th:last-child, .ui-wysiwyg table td:last-child {
  padding-right: 0;
}
.ui-wysiwyg table th {
  font-weight: 500;
}
.ui-wysiwyg ul {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}
.ui-wysiwyg ul > li {
  padding: 0 0 0 2rem;
  margin: 0 0 1rem;
  position: relative;
}
.ui-wysiwyg ul > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: currentColor;
}
.ui-wysiwyg ol {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
  counter-reset: point;
}
.ui-wysiwyg ol > li {
  position: relative;
  padding: 0 0 0 4rem;
  margin: 0 0 1rem;
}
.ui-wysiwyg ol > li:after {
  content: counter(point) ".";
  counter-increment: point 1;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
}
.ui-wysiwyg a {
  text-decoration: underline;
  transition: color 0.25s;
  color: #111111;
}
.ui-wysiwyg a:hover {
  text-decoration: underline;
  color: #888888;
}
@media (min-width: 768px) {
  .ui-wysiwyg picture.pull-left {
    float: left;
    max-width: 28.8rem;
    margin: 0 3rem 3rem 0;
  }
  .ui-wysiwyg picture.pull-right {
    float: right;
    max-width: 28.8rem;
    margin: 0 0 3rem 3rem;
  }
}
@media (min-width: 1200px) {
  .ui-wysiwyg picture.pull-left {
    max-width: 57.2rem;
  }
  .ui-wysiwyg picture.pull-right {
    max-width: 57.2rem;
  }
}

.is-page-consulting .intro__desc {
  text-align: left;
}
@media (min-width: 1200px) {
  .is-page-consulting .intro__desc {
    padding: 13rem 4rem;
    text-align: center;
  }
}

.intro {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .intro {
    margin: 0 0 14rem;
  }
}

.intro__wrapper {
  background: lightgrey;
  margin: 0 -2rem;
  position: relative;
  z-index: 100;
  overflow: hidden;
  max-height: 50rem;
}
.intro__wrapper:before {
  content: "";
  float: left;
  padding: 133.333% 0 0 0;
}
@media (min-width: 768px) {
  .intro__wrapper {
    margin: 0;
    aspect-ratio: 728/322;
    max-height: none;
  }
}
@media (min-width: 1200px) {
  .intro__wrapper {
    aspect-ratio: 1812/800;
  }
}

.intro__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.intro__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(358deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.intro__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro__desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 6rem 2rem;
}
@media (min-width: 768px) {
  .intro__desc {
    text-align: center;
    padding: 5rem 2rem;
  }
}
@media (min-width: 1200px) {
  .intro__desc {
    padding: 14rem 2rem;
  }
}

.intro__title {
  display: block;
  margin: 0;
  color: #fff;
  font: 400 3.4rem/1 var(--font-secondary);
}
.intro__title small {
  display: block;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .intro__title {
    font-size: 4rem;
  }
  .intro__title small {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .intro__title {
    font-size: 10rem;
  }
  .intro__title small {
    font-size: 9rem;
  }
}

.intro__video {
  background: lightgrey;
  margin: 0 -2rem;
  position: relative;
  overflow: hidden;
  max-height: 50rem;
}
.intro__video:before {
  content: "";
  float: left;
  padding: 133.333% 0 0 0;
}
.intro__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (min-width: 768px) {
  .intro__video {
    margin: 0;
    aspect-ratio: 728/322;
    max-height: none;
  }
}
@media (min-width: 1200px) {
  .intro__video {
    aspect-ratio: 1812/800;
  }
}

.txt {
  margin: 0 0 7rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.txt h2 {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  margin-left: -4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .txt h2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .txt h2 {
    font-size: 4rem;
  }
}
.txt h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .txt h2 {
    padding-left: 6.2rem;
  }
  .txt h2:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .txt h2 {
    padding-left: 9.4rem;
  }
  .txt h2:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .txt h2 {
    margin-left: -6.2rem;
  }
}
@media (min-width: 1200px) {
  .txt h2 {
    margin-left: -9.4rem;
  }
}
.txt p {
  margin: 0 0 1.6rem;
}
.txt p:last-child {
  margin: 0;
}
.txt picture {
  display: block;
  margin: 4.4rem 0 0 0;
}
.txt picture img {
  display: block;
  width: 100%;
}
.txt .row {
  margin: 0 -0.8rem -1.6rem;
}
.txt .row > [class^=col] {
  padding: 0 0.8rem 1.6rem;
}
@media (min-width: 768px) {
  .txt {
    font-size: 1.3rem;
  }
  .txt h2 {
    margin-bottom: 2rem;
  }
  .txt p {
    margin: 0 0 1.6rem;
  }
  .txt p:last-child {
    margin: 0;
  }
  .txt .row {
    margin: 0 -2.7rem -2.6rem;
  }
  .txt .row > [class^=col] {
    padding: 0 2.7rem 2.6rem;
  }
  .txt picture {
    display: block;
    height: 100%;
    margin: 0;
  }
  .txt picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .txt {
    margin: 0 0 13.2rem;
    font-size: 2.2rem;
  }
  .txt h2 {
    margin-bottom: 3.4rem;
  }
  .txt p {
    max-width: 78rem;
  }
  .txt .row {
    margin: 0 -6rem -6rem;
  }
  .txt .row > [class^=col] {
    padding: 0 6rem 6rem;
  }
}

.txt__indent {
  padding-left: 4rem;
}
@media (min-width: 768px) {
  .txt__indent {
    padding-left: 6.2rem;
  }
}
@media (min-width: 1200px) {
  .txt__indent {
    padding-left: 9.4rem;
    padding-right: 9.4rem;
  }
}

.directions {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .directions {
    margin: 0 0 13.7rem;
  }
}

.directions__item {
  display: block;
  position: relative;
  text-decoration: none;
  color: #373D3F;
}
.directions__item:hover {
  text-decoration: none;
  color: #373D3F;
}
.directions__item:hover .directions__item-image img {
  transform: scale(1.2);
}

.directions__item-image {
  background: #000;
  display: block;
  position: relative;
  aspect-ratio: 266/340;
  margin: 0 0 2rem;
  overflow: hidden;
}
.directions__item-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(55, 61, 63, 0.6) 0%, rgba(55, 61, 63, 0) 100%);
}
.directions__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
@media (min-width: 768px) {
  .directions__item-image {
    aspect-ratio: 229/294;
  }
}
@media (min-width: 1200px) {
  .directions__item-image {
    aspect-ratio: 564/722;
    margin: 0 0 3.8rem;
  }
}

.directions__item-title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .directions__item-title {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .directions__item-title {
    font-size: 4rem;
  }
}
.directions__item-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .directions__item-title {
    padding-left: 6.2rem;
  }
  .directions__item-title:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .directions__item-title {
    padding-left: 9.4rem;
  }
  .directions__item-title:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .directions__item-title {
    top: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .directions__item-title {
    top: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .directions__item-title {
    padding-left: 4rem;
  }
  .directions__item-title:before {
    top: 1.2rem;
    width: 2.7rem;
  }
}

.directions__item-text {
  display: block;
  margin: 0 0 1.8rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .directions__item-text {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .directions__item-text {
    font-size: 2.2rem;
    margin: 0 0 3rem;
  }
}

.directions__item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  color: #5D3D27;
  transition: color 0.25s;
}
.directions__item-link svg {
  display: block;
  width: 3.8rem;
  height: 1.3rem;
  margin: 0 0 0 1.4rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #5D3D27;
}
.directions__item-link:hover {
  color: #0E370D;
}
@media (min-width: 768px) {
  .directions__item-link {
    font-size: 1.3rem;
  }
  .directions__item-link svg {
    width: 3.4rem;
    height: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .directions__item-link {
    font-size: 2.2rem;
  }
  .directions__item-link svg {
    width: 6.5rem;
    height: 1.4rem;
    margin: 0 0 0 2.6rem;
  }
}

.mission {
  margin: 0 0 7rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.mission h2 {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .mission h2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .mission h2 {
    font-size: 4rem;
  }
}
.mission h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .mission h2 {
    padding-left: 6.2rem;
  }
  .mission h2:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .mission h2 {
    padding-left: 9.4rem;
  }
  .mission h2:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
.mission p {
  padding-left: 4rem;
  padding-right: 2rem;
  margin: 0 0 1.6rem;
}
@media (min-width: 768px) {
  .mission p {
    padding-left: 6.2rem;
  }
}
@media (min-width: 1200px) {
  .mission p {
    padding-left: 9.4rem;
  }
}
.mission p:last-child {
  margin: 0;
}
.mission picture {
  background: lightgray;
  margin: 0 0 4rem;
}
.mission picture:last-child {
  margin-bottom: 0;
}
.mission picture img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.mission .row {
  margin: 0 -1rem -4rem;
}
.mission .row > [class^=col] {
  padding: 0 1rem 4rem;
}
@media (min-width: 768px) {
  .mission {
    font-size: 1.3rem;
  }
  .mission .row {
    margin: 0 -1rem -4rem;
  }
  .mission .row > [class^=col] {
    padding: 0 1rem 4rem;
  }
  .mission .row > [class^=col]:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mission .row > [class^=col]:first-child picture {
    margin: auto 2rem 0 0;
  }
  .mission .row > [class^=col]:last-child picture {
    margin: 0 0 0 -2rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
  }
  .mission h2 {
    margin-bottom: 2.4rem;
  }
  .mission p {
    padding-right: 4rem;
    margin-bottom: 1.6rem;
  }
  .mission p:last-of-type {
    margin-bottom: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .mission {
    margin: 0 0 14rem;
    font-size: 2.2rem;
  }
  .mission .row {
    margin: 0 -3rem -4rem;
  }
  .mission .row > [class^=col] {
    padding: 0 3rem 4rem;
  }
  .mission .row > [class^=col]:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mission .row > [class^=col]:first-child picture {
    margin: auto 0 0 0;
  }
  .mission .row > [class^=col]:last-child picture {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
  }
  .mission h2 {
    margin-bottom: 4.4rem;
  }
  .mission p {
    margin-bottom: 2.8rem;
    padding-right: 4rem;
  }
  .mission p:last-of-type {
    margin-bottom: 7rem;
  }
}

.benefits {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .benefits {
    margin: 0 0 14rem;
  }
}

.benefits__title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .benefits__title {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .benefits__title {
    font-size: 4rem;
  }
}
.benefits__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .benefits__title {
    padding-left: 6.2rem;
  }
  .benefits__title:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .benefits__title {
    padding-left: 9.4rem;
  }
  .benefits__title:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .benefits__title {
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .benefits__title {
    margin-bottom: 4.4rem;
  }
}

.benefits__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.benefits__list > li {
  margin: 0 0 2rem;
}
.benefits__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .benefits__list {
    margin: 0 -1rem -2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .benefits__list > li {
    padding: 0 1rem 2rem;
    margin: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .benefits__list {
    margin: 0 -3rem -6rem;
  }
  .benefits__list > li {
    padding: 0 3rem 6rem;
  }
}

.benefits__image {
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  background: lightgrey;
}
.benefits__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.benefits__item {
  background: #fff;
  padding: 4rem;
  min-height: 100%;
}
.benefits_mini__item {
  min-height: 100%;
}
@media (min-width: 768px) {
  .benefits__item {
    padding: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .benefits__item {
    padding: 6rem 9.6rem;
  }
}

.benefits__item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 0 2rem;
}
.benefits_mini__item .benefits__item-icon {
  margin: 0 auto 2rem;
}
.benefits__item-icon img, .benefits__item-icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .benefits__item-icon {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0 2rem;
  }
  .benefits_mini__item .benefits__item-icon {
    margin: 0 auto 2rem;
  }
}
@media (min-width: 1200px) {
  .benefits__item-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 0 4rem;
  }
  .benefits_mini__item .benefits__item-icon {
    margin: 0 auto 4rem;
  }
}

.benefits__item-title {
  display: block;
  font: 400 1.7rem/1.3 var(--font-secondary);
  margin: 0 0 2rem;
  color: #5D3D27;
}
@media (min-width: 768px) {
  .benefits__item-title {
    font-size: 1.4rem;
    margin: 0 0 1.6rem;
  }
}
@media (min-width: 1200px) {
  .benefits__item-title {
    font-size: 2.4rem;
    margin: 0 -3.2rem 2.6rem 0;
  }
}

.benefits__item-text {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .benefits__item-text {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .benefits__item-text {
    font-size: 2rem;
  }
}

.team {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .team {
    margin: 0 0 14rem;
  }
}

.team__title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  color: #0E370D;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .team__title {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .team__title {
    font-size: 4rem;
  }
}
.team__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .team__title {
    padding-left: 6.2rem;
  }
  .team__title:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .team__title {
    padding-left: 9.4rem;
  }
  .team__title:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .team__title {
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .team__title {
    margin-bottom: 4.4rem;
  }
}

.team__text {
  padding-left: 4rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  display: block;
  margin: 0 0 4rem;
}
@media (min-width: 768px) {
  .team__text {
    padding-left: 6.2rem;
  }
}
@media (min-width: 1200px) {
  .team__text {
    padding-left: 9.4rem;
  }
}
@media (min-width: 768px) {
  .team__text {
    font-size: 1.3rem;
    margin-bottom: 2.6rem;
    max-width: 58rem;
  }
}
@media (min-width: 992px) {
  .team__text {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .team__text {
    font-size: 2.2rem;
    margin-bottom: 5.8rem;
  }
}

.team__item {
  display: block;
}

.team__item-image {
  display: block;
  position: relative;
  background: lightgrey;
  aspect-ratio: 266/340;
  margin: 0 0 2rem;
  overflow: hidden;
}
.team__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
@media (min-width: 1200px) {
  .team__item-image {
    margin: 0 0 3.8rem;
    aspect-ratio: 408/520;
  }
}

.team__item-title {
  display: block;
  font: 400 1.7rem/1.3 var(--font-secondary);
  margin: 0 0 1rem;
  color: #5D3D27;
}
@media (min-width: 768px) {
  .team__item-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .team__item-title {
    font-size: 2.4rem;
    margin: 0 0 1.6rem;
  }
}

.team__item-text {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .team__item-text {
    font-size: 1.3rem;
    margin: 0 1.6rem 0 0;
  }
}
@media (min-width: 1200px) {
  .team__item-text {
    font-size: 2rem;
  }
}

.feedback {
  background: #E4CFB9;
  padding: 5rem 0 7rem;
}
@media (min-width: 768px) {
  .feedback {
    padding: 0;
    margin: 0 0 7rem;
    background: none;
  }
}
@media (min-width: 1200px) {
  .feedback {
    margin: 0 0 14rem;
  }
}

@media (min-width: 768px) {
  .feedback__wrapper {
    background: #E4CFB9;
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .feedback__wrapper {
    padding: 9rem 0;
  }
  .feedback__wrapper .row {
    margin: 0 -3rem;
  }
  .feedback__wrapper .row > [class^=col] {
    padding: 0 3rem;
  }
}

.feedback__title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  margin: 0 0 4rem;
  color: #795639;
}
@media (min-width: 768px) {
  .feedback__title {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .feedback__title {
    font-size: 4rem;
  }
}
.feedback__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .feedback__title {
    padding-left: 6.2rem;
  }
  .feedback__title:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .feedback__title {
    padding-left: 9.4rem;
  }
  .feedback__title:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .feedback__title {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1200px) {
  .feedback__title {
    margin: 0;
    max-width: 64rem;
  }
}

.feedback__form .row {
  margin: 0 -0.8rem -1.6rem;
}
.feedback__form .row > [class^=col] {
  padding: 0 0.8rem 1.6rem;
}
.feedback__form .ui-input, .feedback__form .ui-textarea {
  margin: 0;
}
.feedback__form .ui-select {
  margin: 0;
}
.feedback__form .ui-check {
  margin: 1.4rem 0;
}
.feedback__form .ui-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .feedback__form {
    padding: 0 6.2rem;
  }
  .feedback__form .row {
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -1rem -2rem;
  }
  .feedback__form .row > [class^=col] {
    padding: 0 1rem 2rem;
  }
  .feedback__form .ui-check {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .feedback__form {
    padding: 0.6rem 9.4rem 0 0;
  }
  .feedback__form .row {
    margin: 0 -2rem -4rem;
  }
  .feedback__form .row > [class^=col] {
    padding: 0 2rem 4rem;
  }
}

.is-page-consulting .services__table {
  margin-left: 0;
}

.services {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .services {
    margin: 0 0 13rem;
  }
}

.services__tabs-menu {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}
.services__tabs-menu > li:first-of-type .services__tabs-btn {
  position: relative;
  padding-left: 4rem;
}
.services__tabs-menu > li:first-of-type .services__tabs-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .services__tabs-menu > li:first-of-type .services__tabs-btn {
    padding-left: 6.2rem;
  }
  .services__tabs-menu > li:first-of-type .services__tabs-btn:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .services__tabs-menu > li:first-of-type .services__tabs-btn {
    padding-left: 9.4rem;
  }
  .services__tabs-menu > li:first-of-type .services__tabs-btn:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
.services__tabs-menu > li:first-of-type ~ li .services__tabs-btn {
  position: relative;
  padding-left: 4.9rem;
}
.services__tabs-menu > li:first-of-type ~ li .services__tabs-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.4rem;
  bottom: -0.4rem;
  left: 2.4rem;
  width: 1.5px;
  height: auto;
  margin: 0;
  background: currentColor;
  transform: rotate(30deg);
}
@media (min-width: 768px) {
  .services__tabs-menu > li:first-of-type ~ li .services__tabs-btn {
    padding-left: 3.7rem;
  }
  .services__tabs-menu > li:first-of-type ~ li .services__tabs-btn:before {
    left: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .services__tabs-menu > li:first-of-type ~ li .services__tabs-btn {
    padding-left: 7.5rem;
  }
  .services__tabs-menu > li:first-of-type ~ li .services__tabs-btn:before {
    width: 0.3rem;
    left: 3.7rem;
    top: -0.8rem;
    bottom: -0.8rem;
  }
}
@media (min-width: 768px) {
  .services__tabs-menu {
    margin: 0 0 3.4rem;
  }
}
@media (min-width: 1200px) {
  .services__tabs-menu {
    margin: 0 0 5.4rem;
  }
}

.services__tabs-btn {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  text-align: left;
  margin: 0;
  transition: opacity 0.25s;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .services__tabs-btn {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .services__tabs-btn {
    font-size: 4rem;
  }
}
.services__tabs-btn:hover {
  opacity: 0.75;
}
.services__tabs-btn.is-active {
  opacity: 1;
}
@media (min-width: 768px) {
  .services__tabs-btn br {
    display: none;
  }
}

.services__tabs-wrapper {
  position: relative;
}

.services__tabs-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.services__tabs-content.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.services__title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .services__title {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .services__title {
    font-size: 4rem;
  }
}
.services__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .services__title {
    padding-left: 6.2rem;
  }
  .services__title:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .services__title {
    padding-left: 9.4rem;
  }
  .services__title:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .services__title {
    margin-bottom: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .services__title {
    margin-bottom: 5.4rem;
  }
}

.services__text {
  font-family: var(--font-third);
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  margin: -1rem 0 4.4rem;
  display: block;
  padding-left: 4rem;
}
@media (min-width: 768px) {
  .services__text {
    padding-left: 6.2rem;
  }
}
@media (min-width: 1200px) {
  .services__text {
    padding-left: 9.4rem;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 400;
  }
}

.services__table p {
  margin: 0 0 2rem;
}
.services__table p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .services__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    border-top: 1px solid rgba(127, 89, 33, 0.5);
  }
  .services__table th, .services__table td {
    vertical-align: top;
    padding: 2.4rem 1rem 2.8rem;
  }
  .services__table th:first-child, .services__table td:first-child {
    padding-left: 0;
  }
  .services__table th:last-child, .services__table td:last-child {
    padding-right: 0;
  }
  .services__table tr {
    border-bottom: 1px solid rgba(127, 89, 33, 0.5);
  }
  .services__table th {
    width: 25%;
    font: 400 1.4rem/1.3 var(--font-secondary);
    color: #5D3D27;
  }
  .services__table td {
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .services__table {
    width: auto;
    margin: 0 0 0 9.4rem;
  }
  .services__table th, .services__table td {
    padding: 4rem 3rem 4.5rem;
    height: 12.8rem;
  }
  .services__table th:first-child, .services__table td:first-child {
    padding-left: 0;
  }
  .services__table th:last-child, .services__table td:last-child {
    padding-right: 0;
  }
  .services__table th {
    width: 30%;
    font-size: 2.4rem;
  }
  .services__table td {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .services__table {
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    border-top: 1px solid rgba(127, 89, 33, 0.5);
    width: 100%;
    text-align: left;
  }
  .services__table thead, .services__table tbody, .services__table tfoot, .services__table tr, .services__table th, .services__table td {
    display: block;
  }
  .services__table tr {
    border-bottom: 1px solid rgba(127, 89, 33, 0.5);
    padding: 3rem 0 3rem 4rem;
  }
  .services__table th {
    font: 400 1.7rem/1.3 var(--font-secondary);
    margin: 0 0 2rem;
    color: #5D3D27;
  }
  .services__table td {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .services__table tr, .services__table th, .services__table td {
    transition: background 0.25s, color 0.25s, transform 0.25s;
  }
  .services__table tr:hover {
    background: #FFFAF6;
  }
  .services__table tr:hover th {
    color: #0E370D;
    transform: translate(1.6rem, 0);
  }
}
@media (min-width: 1200px) and (hover: hover) {
  .services__table tr:hover th {
    transform: translate(3rem, 0);
  }
}

.services__action {
  padding: 4rem 0 0;
}
.services__action .ui-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .services__action {
    padding: 3rem 0 0;
  }
  .services__action .ui-btn {
    width: auto;
    min-width: 22.8rem;
  }
}
@media (min-width: 1200px) {
  .services__action {
    padding: 8rem 0 0 9.4rem;
  }
  .services__action .ui-btn {
    width: auto;
    min-width: 39.8rem;
  }
}

.services__faq {
  padding: 2rem 0 0 0;
}

.services__faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
.services__faq-list > li {
  min-width: 0;
}
@media (min-width: 768px) {
  .services__faq-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .services__faq-list {
    gap: 3rem;
  }
}

.services__faq-item.is-open .services__faq-item-arrow {
  transform: rotate(90deg);
}

.services__faq-item-question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.2rem 2rem;
  gap: 0.8rem;
  background: #E4CFB9;
  color: #0E370D;
  transition: 0.25s;
}
.services__faq-item-question:has(.services__faq-item-arrow) {
  cursor: pointer;
}
.services__faq-item-question:has(.services__faq-item-arrow):hover {
  background: #0E370D;
  color: #E4CFB9;
}
@media (min-width: 1200px) {
  .services__faq-item-question {
    padding: 2.2rem 3.2rem;
    gap: 1.6rem;
  }
}

.services__faq-item-number,
.services__faq-item-title {
  display: block;
  margin: 0;
  font: 400 1.2rem/1.2 var(--font-secondary);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .services__faq-item-number,
  .services__faq-item-title {
    font-size: 1.8rem;
  }
}

.services__faq-item-number {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.services__faq-item-title {
  -ms-flex: 1;
  flex: 1;
}

.services__faq-item-arrow {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.4rem;
  height: 1.4rem;
  transition: transform 0.25s;
}
.services__faq-item-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .services__faq-item-arrow {
    width: 2.1rem;
    height: 1.8rem;
  }
}

.services__faq-item-answer {
  background: #fff;
  padding: 1.2rem 2rem;
  position: relative;
  top: 1.2rem;
  margin: 0 0 1.2rem;
  display: none;
  font: 400 1.2rem/1.3 var(--font-third);
  color: #0E370D;
}
.services__faq-item-answer p {
  margin: 0 0 2.4rem;
}
.services__faq-item-answer p:last-child {
  margin-bottom: 0;
}
.services__faq-item-answer picture {
  margin: 0 0 2.4rem;
}
.services__faq-item-answer picture:last-child {
  margin-bottom: 0;
}
.services__faq-item-answer picture img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .services__faq-item-answer {
    font-size: 2rem;
    padding: 2.7rem 3.2rem 2.2rem;
  }
}

.brands {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .brands {
    margin: 0 0 13.7rem;
  }
}

.brands__title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .brands__title {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .brands__title {
    font-size: 4rem;
  }
}
.brands__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .brands__title {
    padding-left: 6.2rem;
  }
  .brands__title:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .brands__title {
    padding-left: 9.4rem;
  }
  .brands__title:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .brands__title {
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .brands__title {
    margin-bottom: 4.4rem;
  }
}

.brands__item {
  display: block;
  position: relative;
  text-decoration: none;
  color: #373D3F;
}
.brands__item:hover {
  text-decoration: none;
  color: #373D3F;
}
.brands__item:hover .brands__item-image img {
  transform: scale(1.2);
}

.brands__item-image {
  background: #000;
  display: block;
  position: relative;
  aspect-ratio: 266/340;
  margin: 0 0 2rem;
  overflow: hidden;
}
.brands__item-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(55, 61, 63, 0.6) 0%, rgba(55, 61, 63, 0) 100%);
}
.brands__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
@media (min-width: 768px) {
  .brands__item-image {
    aspect-ratio: 229/294;
  }
}
@media (min-width: 1200px) {
  .brands__item-image {
    aspect-ratio: 564/722;
    margin: 0 0 3.8rem;
  }
}

.brands__item-title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .brands__item-title {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .brands__item-title {
    font-size: 4rem;
  }
}
.brands__item-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .brands__item-title {
    padding-left: 6.2rem;
  }
  .brands__item-title:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .brands__item-title {
    padding-left: 9.4rem;
  }
  .brands__item-title:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .brands__item-title {
    top: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .brands__item-title {
    top: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .brands__item-title {
    padding-left: 4rem;
  }
  .brands__item-title:before {
    top: 1.2rem;
    width: 2.7rem;
  }
}

.brands__item-text {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .brands__item-text {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .brands__item-text {
    font-size: 2.2rem;
  }
}

.projects {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .projects {
    margin: 0 0 13.7rem;
  }
}

.projects__title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .projects__title {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .projects__title {
    font-size: 4rem;
  }
}
.projects__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .projects__title {
    padding-left: 6.2rem;
  }
  .projects__title:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .projects__title {
    padding-left: 9.4rem;
  }
  .projects__title:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .projects__title {
    margin-bottom: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .projects__title {
    margin-bottom: 4.4rem;
  }
}

.projects__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  color: #373D3F;
  min-height: 100%;
}
.projects__item:hover {
  text-decoration: none;
  color: #373D3F;
}
.projects__item:hover .projects__item-image img {
  transform: scale(1.2);
}

.projects__item-image {
  background: #000;
  display: block;
  position: relative;
  aspect-ratio: 266/260;
  margin: 0 0 2rem;
  overflow: hidden;
}
.projects__item-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(55, 61, 63, 0.6) 0%, rgba(55, 61, 63, 0) 100%);
}
.projects__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
@media (min-width: 768px) {
  .projects__item-image {
    aspect-ratio: 354/260;
  }
}
@media (min-width: 1200px) {
  .projects__item-image {
    aspect-ratio: 564/564;
    margin: 0 0 3.8rem;
  }
}

.projects__item-title {
  display: block;
  margin: 0 0 2rem;
  font: 400 1.7rem/1.3 var(--font-secondary);
  color: #5D3D27;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .projects__item-title {
    font-size: 1.4rem;
    margin: 0 0 1rem;
  }
}
@media (min-width: 1200px) {
  .projects__item-title {
    font-size: 2.4rem;
    margin: 0 0 2.6rem;
  }
}

.projects__item-text {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .projects__item-text {
    font-size: 1.3rem;
    margin: 0 0 1rem;
  }
}
@media (min-width: 1200px) {
  .projects__item-text {
    font-size: 2rem;
    margin: 0 0 2.6rem;
  }
}

.projects__item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  color: #5D3D27;
  margin: auto 0 0 0;
  transition: color 0.25s;
}
.projects__item-link svg {
  display: block;
  width: 3.8rem;
  height: 1.3rem;
  margin: 0 0 0 1.4rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #5D3D27;
}
.projects__item-link:hover {
  color: #0E370D;
}
@media (min-width: 768px) {
  .projects__item-link {
    font-size: 1.3rem;
  }
  .projects__item-link svg {
    width: 3.4rem;
    height: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .projects__item-link {
    font-size: 2.2rem;
  }
  .projects__item-link svg {
    width: 6.5rem;
    height: 1.4rem;
    margin: 0 0 0 2.6rem;
  }
}

.projects-sg {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .projects-sg {
    margin: 0 0 13.7rem;
  }
}

.projects-sg__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.projects-sg__list > li {
  margin: 0 0 3rem;
}
.projects-sg__list > li:last-child {
  margin: 0;
}
@media (min-width: 576px) {
  .projects-sg__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem -2rem;
  }
  .projects-sg__list > li {
    padding: 0 1rem 2rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .projects-sg__list > li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .projects-sg__list {
    margin: 0 -3rem -6rem;
  }
  .projects-sg__list > li {
    padding: 0 3rem 6rem;
  }
}

.projects-sg__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #5D3D27;
  padding: 0 0 3rem;
  transition: 0.25s;
  aspect-ratio: 335/187;
  min-height: 100%;
}
.projects-sg__item:hover {
  background: #fff;
  color: #5D3D27;
}
.projects-sg__item:hover .projects-sg__item-image {
  filter: grayscale(0%);
}
@media (min-width: 768px) {
  .projects-sg__item {
    aspect-ratio: 229/158;
  }
}
@media (min-width: 1200px) {
  .projects-sg__item {
    aspect-ratio: 564/250;
  }
}

.projects-sg__item-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  height: 11rem;
  margin: 0 0 2rem;
  filter: grayscale(100%);
  transition: filter 0.25s;
}
.projects-sg__item-image img {
  display: block;
  width: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .projects-sg__item-image {
    height: 8.4rem;
  }
}
@media (min-width: 1200px) {
  .projects-sg__item-image {
    height: 14.5rem;
    margin: 0 0 3rem;
  }
}

.projects-sg__item-title {
  display: block;
  margin: 0;
  font: 400 1.7rem/1 var(--font-secondary);
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .projects-sg__item-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .projects-sg__item-title {
    font-size: 2.4rem;
  }
}

.is-page-project .header {
  box-shadow: 0px 0.5rem 1rem 0px rgba(127, 89, 33, 0.1);
}

@media (min-width: 1200px) {
  .is-page-sticky .app {
    overflow: visible;
  }
}

.about {
  padding: 6.5rem 0 7rem;
}
@media (min-width: 768px) {
  .about {
    padding: 7rem 0 6.5rem;
  }
}
@media (min-width: 1200px) {
  .about {
    padding: 12rem 0 13rem;
  }
}

.about__title {
  display: block;
  margin: 0 0 6rem;
  font: 400 3rem/1.2 var(--font-secondary);
  text-transform: uppercase;
  color: #0E370D;
}
@media (min-width: 768px) {
  .about__title {
    font-size: 4rem;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 6.5rem;
  }
}
@media (min-width: 1200px) {
  .about__title {
    font-size: 9rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 5rem;
  }
}

@media (min-width: 1200px) {
  .about__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(33.333% - 3rem) calc(66.66666% - 3rem);
    grid-template-columns: calc(33.333% - 3rem) calc(66.66666% - 3rem);
    grid-column-gap: 6rem;
    grid-template-areas: "sticky swiper" "null collapse";
  }
  .about__grid > .row {
    margin: 0 -3rem;
  }
  .about__grid > .row > [class^=col] {
    position: static;
    padding: 0 3rem;
  }
}

.about__swiper {
  margin: 0 0 7rem;
  grid-area: swiper;
}
@media (min-width: 768px) {
  .about__swiper {
    margin: 0 0 6.5rem;
  }
}
@media (min-width: 1200px) {
  .about__swiper {
    margin: 0;
    padding: 6rem 0 0;
  }
}

@media (min-width: 1200px) {
  .about__sticky {
    position: sticky;
    top: 10rem;
    padding: 6rem 0 0;
    grid-area: sticky;
  }
}

.about__sticky-title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  text-transform: uppercase;
  color: #0E370D;
}
@media (min-width: 768px) {
  .about__sticky-title {
    display: block;
    margin: 0 0 3rem;
    font: 400 2rem/1.3 var(--font-secondary);
    color: #0E370D;
    position: relative;
    padding-left: 4rem;
    margin: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .about__sticky-title {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .about__sticky-title {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .about__sticky-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 1.1rem;
    left: 0;
    width: 2.7rem;
    height: 1.5px;
    margin: 0;
    background: currentColor;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .about__sticky-title {
    padding-left: 6.2rem;
  }
  .about__sticky-title:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .about__sticky-title {
    padding-left: 9.4rem;
  }
  .about__sticky-title:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 1200px) {
  .about__sticky-title {
    margin: 0 0 3.4rem;
  }
}

.about__sticky-wysiwyg {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #373D3F;
}
.about__sticky-wysiwyg p {
  margin: 0 0 1rem;
}
.about__sticky-wysiwyg p:last-child {
  margin: 0;
}
.about__sticky-wysiwyg p + dl {
  padding: 0.8rem 0 0 0;
}
.about__sticky-wysiwyg dl {
  margin: 0 0 1rem;
}
.about__sticky-wysiwyg dl:last-child {
  margin: 0;
}
.about__sticky-wysiwyg dt {
  display: block;
  margin: 0 0 1rem;
  font-weight: 400;
  color: #795639;
}
.about__sticky-wysiwyg dd {
  display: block;
  margin: 0 0 2.4rem;
}
.about__sticky-wysiwyg dd:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .about__sticky-wysiwyg {
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 400;
  }
  .about__sticky-wysiwyg p {
    margin: 0 0 2rem;
  }
  .about__sticky-wysiwyg p:last-child {
    margin: 0;
  }
  .about__sticky-wysiwyg p + dl {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .about__sticky-wysiwyg {
    padding-left: 9.4rem;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 400;
  }
  .about__sticky-wysiwyg p {
    margin: 0 0 2rem;
  }
  .about__sticky-wysiwyg p:last-child {
    margin: 0;
  }
  .about__sticky-wysiwyg p + dl {
    padding: 3rem 0 0;
  }
  .about__sticky-wysiwyg dl {
    margin: 0 0 5rem;
  }
  .about__sticky-wysiwyg dl:last-child {
    margin: 0;
  }
}

.about__sticky-action {
  padding: 3rem 0 0;
}
.about__sticky-action .ui-btn {
  width: 100%;
  height: 5.2rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .about__sticky-action .ui-btn {
    width: auto;
    height: 3.6rem;
    font-size: 1.3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    min-width: 14rem;
  }
}
@media (min-width: 1200px) {
  .about__sticky-action {
    padding: 7rem 0 0 9.4rem;
  }
  .about__sticky-action .ui-btn {
    width: auto;
    height: 5.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.8rem;
    min-width: 21.6rem;
  }
}

.about__collapse {
  display: none;
  grid-area: collapse;
}
.about__collapse.is-sticky .about__collapse-action {
  opacity: 1;
  visibility: visible;
}

.about__collapse-action {
  position: fixed;
  top: 7.8rem;
  left: 0;
  right: 0;
  z-index: 999;
  background: #FBF4EE;
  padding: 3rem 2rem;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
}
.about__collapse-action .ui-btn {
  width: 100%;
  height: 5.2rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .about__collapse-action {
    display: none;
  }
}

.about__collapse-in {
  position: relative;
  top: 7rem;
  padding: 0 0 7rem;
}
@media (min-width: 768px) {
  .about__collapse-in {
    border-top: 1px solid rgba(127, 89, 33, 0.5);
    border-bottom: 1px solid rgba(127, 89, 33, 0.5);
    padding: 7rem 0;
    margin: 0 0 7rem;
  }
}
@media (min-width: 1200px) {
  .about__collapse-in {
    position: relative;
    top: 0;
    padding: 9rem 0 10rem 9.6rem;
    margin: 0;
    border: none;
  }
  .about__collapse-in:before {
    content: "";
    display: block;
    position: absolute;
    top: -7rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: nonne;
    border-left: 1px solid rgba(127, 89, 33, 0.5);
    border-bottom: 1px solid rgba(127, 89, 33, 0.5);
  }
}

.about__wysiwyg {
  font-size: 1.4rem;
  line-height: 1.285;
  font-weight: 400;
  color: #373D3F;
  margin: 0 0 7rem;
}
.about__wysiwyg:last-child {
  margin: 0;
}
.about__wysiwyg h2 {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .about__wysiwyg h2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .about__wysiwyg h2 {
    font-size: 4rem;
  }
}
.about__wysiwyg p {
  margin: 0 0 1rem;
}
.about__wysiwyg ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
.about__wysiwyg ul > li {
  position: relative;
  padding: 0 0 0 2rem;
}
.about__wysiwyg ul > li:before {
  content: "•";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}
.about__wysiwyg picture {
  background: rgba(0, 0, 0, 0.1);
  aspect-ratio: 335/270;
  display: block;
  margin: 4rem 0 7rem;
}
.about__wysiwyg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .about__wysiwyg {
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 4rem;
  }
  .about__wysiwyg:last-child {
    margin: 0;
  }
  .about__wysiwyg h2 {
    max-width: 90%;
  }
  .about__wysiwyg p {
    margin: 0 0 1.4rem;
  }
  .about__wysiwyg p:last-child {
    margin: 0;
  }
  .about__wysiwyg ul {
    margin: 0 0 1.4rem;
  }
  .about__wysiwyg ul:last-child {
    margin: 0;
  }
  .about__wysiwyg picture {
    margin: 0 0 4rem;
  }
  .about__wysiwyg picture:last-child {
    margin: 0;
  }
  .about__wysiwyg .row {
    margin-bottom: -4rem;
  }
  .about__wysiwyg .row > [class^=col] {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .about__wysiwyg h2 {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .about__wysiwyg {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 7rem;
  }
  .about__wysiwyg:last-child {
    margin: 0;
  }
  .about__wysiwyg h2 {
    margin: 0 0 4rem;
  }
  .about__wysiwyg p {
    margin: 0 0 1.6rem;
  }
  .about__wysiwyg ul {
    margin: 0 0 1.6rem;
  }
  .about__wysiwyg ul > li {
    padding: 0 0 0 3rem;
  }
  .about__wysiwyg ul > li:before {
    width: 3rem;
  }
  .about__wysiwyg picture {
    aspect-ratio: 1092/646;
    margin: 7rem 0 11rem;
  }
  .about__wysiwyg picture:last-child {
    margin: 7rem 0 11rem;
  }
  .about__wysiwyg .row {
    margin-bottom: 0;
  }
  .about__wysiwyg .row > [class^=col] {
    padding-bottom: 0;
  }
}

.about__gallery {
  margin: 0 0 7rem;
}
.about__gallery:last-child {
  margin: 0;
}
.about__gallery .row {
  margin: 0 -1rem -2rem;
}
.about__gallery .row > [class^=col] {
  padding: 0 1rem 2rem;
}
.about__gallery picture {
  background: rgba(0, 0, 0, 0.1);
  aspect-ratio: 335/270;
  display: block;
}
.about__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .about__gallery {
    margin: 0 0 5.5rem;
  }
  .about__gallery:last-child {
    margin: 0;
  }
  .about__gallery picture {
    aspect-ratio: 354/270;
  }
}
@media (min-width: 1200px) {
  .about__gallery {
    margin: 0 0 12rem;
  }
  .about__gallery:last-child {
    margin: 0;
  }
  .about__gallery .row {
    margin: 0 -2rem -2rem;
  }
  .about__gallery .row > [class^=col] {
    padding: 0 2rem 2rem;
  }
}

.about__video {
  margin: 0 0 7rem;
}
.about__video:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .about__video {
    padding: 4rem 0 0;
  }
}

.about__video-title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  margin: 0 0 4rem;
}
@media (min-width: 768px) {
  .about__video-title {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .about__video-title {
    font-size: 4rem;
  }
}
.about__video-item {
  aspect-ratio: 335/240;
  display: block;
  margin: 0;
  position: relative;
}
.about__video-item:hover .about__video-item-image img {
  transform: scale(1.2);
}
@media (min-width: 768px) {
  .about__video-item {
    aspect-ratio: 479/284;
  }
}

.about__video-item-image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about__video-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.about__video-item-play {
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2rem 0 0 -2rem;
}
.about__video-item-play svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .about__video-item-play {
    width: 6rem;
    height: 6rem;
    margin: -3rem 0 0 -3rem;
  }
}
@media (min-width: 1200px) {
  .about__video-item-play {
    width: 12rem;
    height: 12rem;
    margin: -6rem 0 0 -6rem;
  }
}

.other {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .other {
    margin: 0 0 14rem;
  }
}

.other__title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .other__title {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .other__title {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .other__title {
    position: relative;
    padding-left: 4rem;
    margin: 0 0 3.4rem;
  }
  .other__title:before {
    content: "";
    display: block;
    position: absolute;
    top: 1.1rem;
    left: 0;
    width: 2.7rem;
    height: 1.5px;
    margin: 0;
    background: currentColor;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .other__title {
    padding-left: 6.2rem;
  }
  .other__title:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .other__title {
    padding-left: 9.4rem;
  }
  .other__title:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 1200px) {
  .other__title {
    margin: 0 0 5rem;
  }
}

.other__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  color: #373D3F;
  min-height: 100%;
}
.other__item:hover {
  text-decoration: none;
  color: #373D3F;
}
.other__item:hover .other__item-image img {
  transform: scale(1.2);
}
@media (min-width: 768px) {
  .other__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: auto;
    height: 100%;
  }
}

.other__item-image {
  background: #000;
  display: block;
  position: relative;
  aspect-ratio: 266/260;
  margin: 0 0 2rem;
  overflow: hidden;
}
.other__item-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(55, 61, 63, 0.6) 0%, rgba(55, 61, 63, 0) 100%);
}
.other__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
@media (min-width: 768px) {
  .other__item-image {
    aspect-ratio: 122/86;
    width: 12.2rem;
    height: 8.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 2.2rem 0 0;
  }
}
@media (min-width: 1200px) {
  .other__item-image {
    aspect-ratio: 200/140;
    width: 20rem;
    height: 14rem;
    margin: 0 3.8rem 0 0;
  }
}

.other__item-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .other__item-desc {
    padding: 0.4rem 0;
  }
}
@media (min-width: 1200px) {
  .other__item-desc {
    padding: 0.7rem 0;
  }
}

.other__item-title {
  display: block;
  margin: 0 0 2rem;
  font: 400 1.7rem/1.3 var(--font-secondary);
  color: #5D3D27;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .other__item-title {
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 1.6rem;
  }
}
@media (min-width: 1200px) {
  .other__item-title {
    font-size: 2.4rem;
    margin: 0 0 2.6rem;
    max-width: 60%;
  }
}

.other__item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  color: #5D3D27;
  margin: auto 0 0 0;
  transition: color 0.25s;
}
.other__item-link svg {
  display: block;
  width: 3.8rem;
  height: 1.3rem;
  margin: 0 0 0 1.4rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #5D3D27;
}
.other__item-link:hover {
  color: #0E370D;
}
@media (min-width: 768px) {
  .other__item-link {
    font-size: 1.3rem;
  }
  .other__item-link svg {
    width: 3.4rem;
    height: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .other__item-link {
    font-size: 2rem;
  }
  .other__item-link svg {
    width: 6.6rem;
    height: 1.6rem;
    margin: 0 0 0 2.6rem;
  }
}

.consulting {
  margin: 0 0 7rem;
}
.consulting .row {
  margin: 0 -3rem -4rem;
}
.consulting .row > [class^=col] {
  padding: 0 3rem 4rem;
}
@media (min-width: 1200px) {
  .consulting {
    margin: 0 0 14rem;
  }
}

.consulting__desc {
  font-family: var(--font-third);
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  padding-left: 4rem;
}
.consulting__desc h2 {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  margin-left: -4rem;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .consulting__desc h2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .consulting__desc h2 {
    font-size: 4rem;
  }
}
.consulting__desc h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .consulting__desc h2 {
    padding-left: 6.2rem;
  }
  .consulting__desc h2:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .consulting__desc h2 {
    padding-left: 9.4rem;
  }
  .consulting__desc h2:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .consulting__desc h2 {
    margin-left: -6.2rem;
  }
}
@media (min-width: 1200px) {
  .consulting__desc h2 {
    margin-left: -9.4rem;
  }
}
.consulting__desc p {
  margin: 0 0 1rem;
}
.consulting__desc p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .consulting__desc {
    padding-left: 6.2rem;
  }
}
@media (min-width: 1200px) {
  .consulting__desc {
    padding-left: 9.4rem;
    font-size: 2rem;
    line-height: 1.25;
  }
  .consulting__desc h2 {
    margin-bottom: 3.4rem;
  }
  .consulting__desc p {
    max-width: 73rem;
  }
}

.consulting__video {
  display: block;
  position: relative;
  background: #373D3F;
  aspect-ratio: 876/498;
  text-decoration: none;
}
.consulting__video:hover .consulting__video-play {
  background: #E4CFB9;
}

.consulting__video-image {
  width: 100%;
  height: 100%;
  display: block;
}
.consulting__video-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consulting__video-play {
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #FBF4EE;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3rem 0 0 -3rem;
  transition: 0.25s;
}
@media (min-width: 1200px) {
  .consulting__video-play {
    width: 8rem;
    height: 8rem;
    margin: -4rem 0 0 -4rem;
  }
}

.questions {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .questions {
    margin: 0 0 14rem;
  }
}

.questions__desc {
  font-family: var(--font-third);
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  max-width: 99.2rem;
  padding-left: 4rem;
}
.questions__desc h2 {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  margin-left: -4rem;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .questions__desc h2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .questions__desc h2 {
    font-size: 4rem;
  }
}
.questions__desc h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .questions__desc h2 {
    padding-left: 6.2rem;
  }
  .questions__desc h2:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .questions__desc h2 {
    padding-left: 9.4rem;
  }
  .questions__desc h2:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .questions__desc h2 {
    margin-left: -6.2rem;
  }
}
@media (min-width: 1200px) {
  .questions__desc h2 {
    margin-left: -9.4rem;
  }
}
.questions__desc p {
  margin: 0 0 1rem;
}
.questions__desc p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .questions__desc {
    padding-left: 6.2rem;
  }
}
@media (min-width: 1200px) {
  .questions__desc {
    padding-left: 9.4rem;
    font-size: 2rem;
    line-height: 1.25;
  }
  .questions__desc h2 {
    margin-bottom: 5.4rem;
  }
  .questions__desc p {
    max-width: 73rem;
  }
}

.questions__list {
  margin: 0 -0.8rem -1.6rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.questions__list > li {
  padding: 0 0.8rem 1.6rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.questions__list > li:nth-of-type(12n - 11) > * {
  background: #FFFFFF;
}
.questions__list > li:nth-of-type(12n - 10) > * {
  border-color: #E4CFB9;
}
.questions__list > li:nth-of-type(12n - 9) > * {
  background: #FFFFFF;
}
.questions__list > li:nth-of-type(12n - 8) > * {
  background: #E4CFB9;
}
.questions__list > li:nth-of-type(12n - 7) > * {
  background: #E4CFB9;
}
.questions__list > li:nth-of-type(12n - 6) > * {
  background: #FFFFFF;
}
.questions__list > li:nth-of-type(12n - 5) > * {
  border-color: #E4CFB9;
}
.questions__list > li:nth-of-type(12n - 4) > * {
  background: #FFFFFF;
}
.questions__list > li:nth-of-type(12n - 3) > * {
  background: #FFFFFF;
}
.questions__list > li:nth-of-type(12n - 2) > * {
  background: #E4CFB9;
}
.questions__list > li:nth-of-type(12n - 1) > * {
  background: #FFFFFF;
}
.questions__list > li:nth-of-type(12n) > * {
  background: #E4CFB9;
}
@media (min-width: 768px) {
  .questions__list {
    margin: 0 -1rem -2rem;
  }
  .questions__list > li {
    padding: 0 1rem 2rem;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .questions__list {
    margin: 0 -3rem -6rem;
  }
  .questions__list > li {
    padding: 0 3rem 6rem;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.questions__item {
  display: block;
  min-height: 100%;
  padding: 9.4rem 3.2rem 3.2rem;
  position: relative;
  border: 1px solid transparent;
}
.questions__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 4.8rem;
  left: 3.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #0E370D;
}
@media (min-width: 768px) {
  .questions__item {
    padding: 9.4rem 2rem 4.8rem 3.2rem;
  }
}
@media (min-width: 1200px) {
  .questions__item {
    padding: 9.4rem 3rem 4.8rem 4rem;
  }
  .questions__item:before {
    left: 4rem;
  }
}

.questions__item-title {
  display: block;
  margin: 0;
  font: 400 1.7rem/1.3 var(--font-secondary);
  text-transform: uppercase;
  color: #373D3F;
}
@media (min-width: 768px) {
  .questions__item-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .questions__item-title {
    font-size: 2rem;
  }
}

.complex {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .complex {
    margin: 0 0 14rem;
  }
}

.complex__desc {
  font-family: var(--font-third);
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 4.4rem;
  padding-left: 4rem;
}
.complex__desc h2 {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  margin-left: -4rem;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .complex__desc h2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .complex__desc h2 {
    font-size: 4rem;
  }
}
.complex__desc h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .complex__desc h2 {
    padding-left: 6.2rem;
  }
  .complex__desc h2:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .complex__desc h2 {
    padding-left: 9.4rem;
  }
  .complex__desc h2:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .complex__desc h2 {
    margin-left: -6.2rem;
  }
}
@media (min-width: 1200px) {
  .complex__desc h2 {
    margin-left: -9.4rem;
  }
}
.complex__desc p {
  margin: 0 0 1rem;
}
.complex__desc p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .complex__desc {
    padding-left: 6.2rem;
  }
}
@media (min-width: 1200px) {
  .complex__desc {
    padding-left: 9.4rem;
    font-size: 2rem;
    line-height: 1.25;
  }
  .complex__desc h2 {
    margin-bottom: 5.4rem;
  }
}

.complex__list {
  margin: 0 -0.8rem -1.6rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.complex__list > li {
  padding: 0 0.8rem 1.6rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .complex__list {
    margin: 0 -1rem -2rem;
  }
  .complex__list > li {
    padding: 0 1rem 2rem;
  }
}
@media (min-width: 1200px) {
  .complex__list {
    margin: 0 -3rem -6rem;
  }
  .complex__list > li {
    padding: 0 3rem 6rem;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.complex__item {
  background: #fff;
  padding: 4rem 2rem 4rem 4rem;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.complex__item--brown {
  background: #795639;
  color: #FFFFFF;
}
.complex__item--brown .complex__item-title,
.complex__item--brown .complex__item-price {
  color: inherit;
}
.complex__item--brown .complex__item-desc ul > li:before {
  background: currentColor;
}
@media (min-width: 768px) {
  .complex__item {
    padding: 4.8rem 6.2rem;
  }
}
@media (min-width: 1200px) {
  .complex__item {
    padding: 6rem 9.4rem;
  }
}

.complex__item-title {
  display: block;
  margin: 0 0 4rem;
  font: 400 1.7rem/1.2 var(--font-secondary);
  text-transform: uppercase;
  color: #795639;
  position: relative;
}
.complex__item-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -4rem;
  width: 2.7rem;
  height: 1.5px;
  margin: -0.75px 0 0 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .complex__item-title:before {
    width: 4.2rem;
    left: -6.2rem;
  }
}
@media (min-width: 768px) {
  .complex__item-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .complex__item-title {
    font-size: 2.4rem;
  }
  .complex__item-title:before {
    width: 7rem;
    left: -9.4rem;
    height: 0.3rem;
    margin: -1.5px 0 0 0;
  }
}

.complex__item-desc {
  font-family: var(--font-third);
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 4rem;
}
.complex__item-desc p {
  margin: 0 0 2rem;
}
.complex__item-desc p:last-child {
  margin: 0;
}
.complex__item-desc ul {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
.complex__item-desc ul:last-child {
  margin: 0;
}
.complex__item-desc ul > li {
  position: relative;
  padding: 0 0 0 1.8rem;
  margin: 0 0 0.8rem;
}
.complex__item-desc ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #0E370D;
  margin: -0.3rem 0 0 0;
}
.complex__item-desc ul > li:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .complex__item-desc {
    font-size: 2rem;
    margin: 0 0 8rem;
  }
  .complex__item-desc p, .complex__item-desc ul {
    margin: 0 0 4rem;
  }
}

.complex__item-price {
  display: block;
  margin: auto 0 0 0;
  font: 400 1.7rem/1.2 var(--font-secondary);
  color: #795639;
}
@media (min-width: 768px) {
  .complex__item-price {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .complex__item-price {
    font-size: 2.4rem;
  }
}

.presentation {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .presentation {
    margin: 0 0 14rem;
  }
}

.presentation__wrapper {
  background: #373D3F;
  color: #fff;
  padding: 17.7rem 4rem 4.8rem;
  position: relative;
}
@media (min-width: 768px) {
  .presentation__wrapper {
    padding-left: 6.2rem;
    padding-right: 6.2rem;
  }
}
@media (min-width: 1200px) {
  .presentation__wrapper {
    padding-left: 9.4rem;
    padding-right: 9.4rem;
  }
}

.presentation__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.presentation__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.presentation__desc {
  position: relative;
  z-index: 2;
}

.presentation__title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  margin-left: -4rem;
  text-transform: uppercase;
  color: inherit;
  margin-bottom: 5.4rem;
}
@media (min-width: 768px) {
  .presentation__title {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .presentation__title {
    font-size: 4rem;
  }
}
.presentation__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .presentation__title {
    padding-left: 6.2rem;
  }
  .presentation__title:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .presentation__title {
    padding-left: 9.4rem;
  }
  .presentation__title:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .presentation__title {
    margin-left: -6.2rem;
  }
}
@media (min-width: 1200px) {
  .presentation__title {
    margin-left: -9.4rem;
  }
}

.presentation__action .ui-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .presentation__action .ui-btn {
    width: auto;
    min-width: 22.8rem;
  }
}
@media (min-width: 1200px) {
  .presentation__action .ui-btn {
    min-width: 39.8rem;
  }
}

.work {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .work {
    margin: 0 0 14rem;
  }
}

.work__title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .work__title {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .work__title {
    font-size: 4rem;
  }
}
.work__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .work__title {
    padding-left: 6.2rem;
  }
  .work__title:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .work__title {
    padding-left: 9.4rem;
  }
  .work__title:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .work__title {
    margin-bottom: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .work__title {
    margin-bottom: 5.4rem;
  }
}

.work__list {
  margin: 0 -0.8rem -1.6rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.work__list > li {
  padding: 0 0.8rem 1.6rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .work__list {
    margin: 0 -1rem -2rem;
  }
  .work__list > li {
    padding: 0 1rem 2rem;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .work__list {
    margin: 0 -3rem -6rem;
  }
  .work__list > li {
    padding: 0 3rem 6rem;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.work__item {
  background: #fff;
  padding: 3.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .work__item {
    padding: 4.8rem;
    min-height: 26.6rem;
  }
}

.work__item-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  background: #0E370D;
  color: #fff;
  position: absolute;
  top: 1rem;
  right: -1rem;
  font: 500 1.8rem/1 var(--font-secondary);
}

.work__item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 0 3.2rem;
}
.work__item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .work__item-icon {
    margin: 0 0 4rem;
  }
}

.work__item-title {
  display: block;
  margin: auto 0 0 0;
  font: 400 1.7rem/1.2 var(--font-secondary);
  text-transform: uppercase;
  color: #373D3F;
}
@media (min-width: 768px) {
  .work__item-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .work__item-title {
    font-size: 2.4rem;
  }
}

.work__btn {
  background: #795639;
  color: #FBF4EE;
  padding: 3.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  transition: 0.25s;
  height: 100%;
}
.work__btn:hover {
  text-decoration: none;
  background: #0E370D;
  color: #FBF4EE;
}
@media (min-width: 1200px) {
  .work__btn {
    min-height: 26.6rem;
    padding: 4.8rem;
  }
}

.work__btn-title {
  display: block;
  margin: 0 0 3.2rem;
  font: 400 1.7rem/1.2 var(--font-secondary);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .work__btn-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .work__btn-title {
    font-size: 2.4rem;
  }
}

.work__btn-text {
  display: block;
  margin: auto 0 0 0;
  font: 400 1.5rem/1.2 var(--font-third);
  color: #E4CFB9;
}
@media (min-width: 768px) {
  .work__btn-text {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .work__btn-text {
    font-size: 2.2rem;
  }
}

.clients {
  margin: 0 0 7rem;
}
@media (min-width: 1200px) {
  .clients {
    margin: 0 0 14rem;
  }
}

.clients__title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .clients__title {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .clients__title {
    font-size: 4rem;
  }
}
.clients__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 2.7rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
}
@media (min-width: 768px) {
  .clients__title {
    padding-left: 6.2rem;
  }
  .clients__title:before {
    width: 4.2rem;
    top: 1rem;
  }
}
@media (min-width: 1200px) {
  .clients__title {
    padding-left: 9.4rem;
  }
  .clients__title:before {
    width: 7rem;
    top: 2.4rem;
    height: 0.3rem;
  }
}
@media (min-width: 768px) {
  .clients__title {
    margin-bottom: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .clients__title {
    margin-bottom: 5.4rem;
  }
}

@keyframes clientsMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.clients__anim {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
@media (hover: hover) {
  .clients__anim:hover .clients__anim-marquee {
    animation-play-state: paused;
  }
  .clients__anim:hover .clients__image {
    opacity: 0.2;
  }
  .clients__anim:hover .clients__image:hover {
    opacity: 1;
  }
}

.clients__anim-marquee {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 100%;
  animation-name: clientsMove;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 50s;
}
.clients__anim-marquee > * {
  margin: 0 5rem;
}
@media (max-width: 1199px) {
  .clients__anim-marquee > * {
    margin: 0 3.2rem;
  }
}

.clients__image {
  position: relative;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 7rem;
  transition: 0.25s;
  will-change: transform;
}
.clients__image img, .clients__image svg {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .clients__image {
    height: 14.5rem;
  }
}

/**
 * Swiper 9.3.2
 * 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: May 15, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

.swiper-android .swiper-slide,
.swiper-wrapper {
  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;
  transition-property: transform;
  display: block;
}

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

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

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 120rem;
}

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

.swiper-3d {
  perspective: 120rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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 {
  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 {
  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: 4.2rem;
  height: 4.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.1rem;
  margin-top: -2.1rem;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 0.4rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-directions {
  overflow: visible;
  margin: 0 -1rem;
}
.swiper-directions .swiper-slide {
  padding: 0 1rem;
  width: 28.6rem;
}
@media (min-width: 768px) {
  .swiper-directions {
    margin: 0 -1rem -3rem;
  }
  .swiper-directions .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-directions .swiper-slide {
    width: 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 0 1rem 3rem;
  }
}
@media (min-width: 1200px) {
  .swiper-directions {
    margin: 0 -3rem -5rem;
  }
  .swiper-directions .swiper-slide {
    padding: 0 3rem 5rem;
  }
}

.swiper-team {
  overflow: visible;
  margin: 0 -1rem;
}
.swiper-team .swiper-slide {
  padding: 0 1rem;
  width: 28.6rem;
}
@media (min-width: 768px) {
  .swiper-team {
    margin: 0 -1rem -3rem;
  }
  .swiper-team .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-team .swiper-slide {
    width: 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 0 1rem 3rem;
  }
}
@media (min-width: 1200px) {
  .swiper-team {
    margin: 0 -3rem -5rem;
  }
  .swiper-team .swiper-slide {
    padding: 0 3rem 5rem;
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.swiper-brands {
  overflow: visible;
  margin: 0 -1rem;
}
.swiper-brands .swiper-slide {
  padding: 0 1rem;
  width: 28.6rem;
}
@media (min-width: 768px) {
  .swiper-brands {
    margin: 0 -1rem -3rem;
  }
  .swiper-brands .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-brands .swiper-slide {
    width: 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 0 1rem 3rem;
  }
}
@media (min-width: 1200px) {
  .swiper-brands {
    margin: 0 -3rem -5rem;
  }
  .swiper-brands .swiper-slide {
    padding: 0 3rem 5rem;
  }
}

.swiper-projects .swiper-control {
  margin: 0 0 3rem;
  padding: 0 0 0 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-projects .swiper-caption {
  display: block;
  margin: 0 3.2rem 0 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  color: #795639;
}
.swiper-projects .swiper-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-projects .swiper-line {
  width: 1px;
  height: 3rem;
  background: #7F5921;
  margin: 0 1.4rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.swiper-projects .swiper-prev,
.swiper-projects .swiper-next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7F5921;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.swiper-projects .swiper-prev svg,
.swiper-projects .swiper-next svg {
  display: block;
  width: 3.4rem;
  height: 1.1rem;
  transition: transform 0.25s;
}
.swiper-projects .swiper-prev.swiper-button-disabled,
.swiper-projects .swiper-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.swiper-projects .swiper-prev:hover svg {
  transform: translate(-0.8rem, 0);
}
.swiper-projects .swiper-next:hover svg {
  transform: translate(0.8rem, 0);
}
.swiper-projects .swiper {
  overflow: visible;
  margin: 0 -1rem;
}
.swiper-projects .swiper-slide {
  padding: 0 1rem;
  width: 28.6rem;
  height: auto;
}
@media (min-width: 768px) {
  .swiper-projects {
    position: relative;
  }
  .swiper-projects .swiper-control {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 0 0 3.4rem;
  }
  .swiper-projects .swiper {
    margin: 0 -1rem;
  }
  .swiper-projects .swiper-slide {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .swiper-projects .swiper-control {
    margin: 0 0 5.6rem;
  }
  .swiper-projects .swiper-caption {
    font-size: 1.8rem;
    margin: 0 6.4rem 0 0;
  }
  .swiper-projects .swiper-prev svg,
  .swiper-projects .swiper-next svg {
    width: 6.5rem;
    height: 1.4rem;
  }
  .swiper-projects .swiper {
    margin: 0 -3rem;
  }
  .swiper-projects .swiper-slide {
    padding: 0 3rem;
    width: 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}

.swiper-gallery .swiper-control {
  padding: 3rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-gallery .swiper-caption {
  display: block;
  margin: 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  color: #795639;
}
.swiper-gallery .swiper-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 2.4rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.swiper-gallery .swiper-prev,
.swiper-gallery .swiper-next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7F5921;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 2rem 0 0;
}
.swiper-gallery .swiper-prev:last-child,
.swiper-gallery .swiper-next:last-child {
  margin: 0;
}
.swiper-gallery .swiper-prev svg,
.swiper-gallery .swiper-next svg {
  display: block;
  width: 3.5rem;
  height: 1.1rem;
  transition: transform 0.25s;
}
.swiper-gallery .swiper-prev.swiper-button-disabled,
.swiper-gallery .swiper-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.swiper-gallery .swiper-prev:hover svg {
  transform: translate(-0.8rem, 0);
}
.swiper-gallery .swiper-next:hover svg {
  transform: translate(0.8rem, 0);
}
.swiper-gallery .swiper-slide {
  background: lightgrey;
  height: auto;
  display: -ms-flexbox;
  display: flex;
}
.swiper-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: calc(100vh - 18rem);
}
@media (min-width: 768px) {
  .swiper-gallery {
    padding: 0 3.8rem;
    position: relative;
  }
  .swiper-gallery .swiper-control {
    padding: 0;
  }
  .swiper-gallery .swiper-prev,
  .swiper-gallery .swiper-next {
    width: 2.4rem;
    height: 2.4rem;
  }
  .swiper-gallery .swiper-prev svg,
  .swiper-gallery .swiper-next svg {
    display: block;
    width: 2.4rem;
    height: 1.2rem;
  }
  .swiper-gallery .swiper-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -1.2rem 0 0 0;
  }
  .swiper-gallery .swiper-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -1.2rem 0 0 0;
  }
  .swiper-gallery .swiper-caption {
    display: none;
  }
}
@media (min-width: 1200px) {
  .swiper-gallery {
    padding: 0 11rem;
  }
  .swiper-gallery .swiper-prev,
  .swiper-gallery .swiper-next {
    width: 6.4rem;
    height: 6.4rem;
  }
  .swiper-gallery .swiper-prev svg,
  .swiper-gallery .swiper-next svg {
    display: block;
    width: 6.4rem;
    height: 3.2rem;
  }
  .swiper-gallery .swiper-prev {
    margin: -3.2rem 0 0 0;
  }
  .swiper-gallery .swiper-next {
    margin: -3.2rem 0 0 0;
  }
}

.swiper-about .swiper {
  overflow: visible;
  margin: 0 -2rem;
}
.swiper-about .swiper-control {
  padding: 2.4rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.swiper-about .swiper-prev,
.swiper-about .swiper-next {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #7F5921;
}
.swiper-about .swiper-prev svg,
.swiper-about .swiper-next svg {
  display: block;
  width: 3.4rem;
  height: 1.1rem;
  transition: transform 0.25s;
}
.swiper-about .swiper-prev.swiper-button-disabled,
.swiper-about .swiper-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.swiper-about .swiper-prev:hover svg {
  transform: translate(-0.8rem, 0);
}
.swiper-about .swiper-next:hover svg {
  transform: translate(0.8rem, 0);
}
.swiper-about .swiper-pagination {
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-about .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #795639;
  opacity: 0.4;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.4rem;
  cursor: pointer;
  transition: opacity 0.25s;
}
.swiper-about .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-about picture {
  aspect-ratio: 375/300;
  display: block;
}
.swiper-about img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .swiper-about {
    position: relative;
  }
  .swiper-about .swiper {
    margin: 0;
    overflow: hidden;
  }
  .swiper-about .swiper-control {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .swiper-about .swiper-prev,
  .swiper-about .swiper-next {
    color: #fff;
  }
  .swiper-about .swiper-pagination {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .swiper-about .swiper-pagination-bullet {
    background: #fff;
  }
  .swiper-about picture {
    aspect-ratio: 728/400;
  }
}
@media (min-width: 1200px) {
  .swiper-about .swiper-control {
    left: 3rem;
    right: 3rem;
    bottom: 3rem;
  }
  .swiper-about .swiper-prev svg,
  .swiper-about .swiper-next svg {
    width: 6.6rem;
    height: 1.6rem;
  }
  .swiper-about .swiper-pagination {
    padding: 0 2.1rem;
  }
  .swiper-about .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.7rem;
  }
}

.swiper-other .swiper-control {
  margin: 0 0 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-other .swiper-caption {
  display: block;
  margin: 0 3.2rem 0 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  color: #795639;
}
.swiper-other .swiper-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-other .swiper-line {
  width: 1px;
  height: 3rem;
  background: #7F5921;
  margin: 0 1.4rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.swiper-other .swiper-prev,
.swiper-other .swiper-next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7F5921;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.swiper-other .swiper-prev svg,
.swiper-other .swiper-next svg {
  display: block;
  width: 3.4rem;
  height: 1.1rem;
  transition: transform 0.25s;
}
.swiper-other .swiper-prev.swiper-button-disabled,
.swiper-other .swiper-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.swiper-other .swiper-prev:hover svg {
  transform: translate(-0.8rem, 0);
}
.swiper-other .swiper-next:hover svg {
  transform: translate(0.8rem, 0);
}
.swiper-other .swiper {
  overflow: visible;
  margin: 0 -1rem;
}
.swiper-other .swiper-slide {
  padding: 0 1rem;
  width: 28.6rem;
  height: auto;
}
@media (min-width: 768px) {
  .swiper-other {
    position: relative;
  }
  .swiper-other .swiper-control {
    display: none;
  }
  .swiper-other .swiper {
    margin: 0 -1rem;
  }
  .swiper-other .swiper-slide {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .swiper-other .swiper-control {
    margin: 0 0 5.6rem;
  }
  .swiper-other .swiper-caption {
    font-size: 1.8rem;
    margin: 0 6.4rem 0 0;
  }
  .swiper-other .swiper-prev svg,
  .swiper-other .swiper-next svg {
    width: 6.5rem;
    height: 1.4rem;
  }
  .swiper-other .swiper {
    margin: 0 -3rem;
  }
  .swiper-other .swiper-slide {
    padding: 0 3rem;
    width: 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}

.swiper-complex {
  overflow: visible;
  margin: 0 -1rem;
}
.swiper-complex .swiper-slide {
  padding: 0 1rem;
  width: 100%;
  max-width: 95%;
  height: auto;
}
@media (min-width: 768px) {
  .swiper-complex {
    margin: 0 -1rem -3rem;
  }
  .swiper-complex .swiper-slide {
    width: 58.4rem;
    padding: 0 1rem 3rem;
  }
}
@media (min-width: 1200px) {
  .swiper-complex {
    margin: 0 -3rem -5rem;
  }
  .swiper-complex .swiper-slide {
    padding: 0 3rem 5rem;
  }
}

.swiper-clients {
  position: relative;
  width: auto;
  overflow: hidden;
}
.swiper-clients .swiper {
  margin: 0 -5rem;
}
.swiper-clients .swiper-slide {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  padding: 0 5rem;
}
.swiper-clients .swiper-prev,
.swiper-clients .swiper-next {
  width: 3.6rem;
  height: 3.6rem;
  background: #fff;
  color: #000000;
  border-radius: 50%;
  margin: -1.8rem 0 0 0;
  z-index: 100;
  transition: 0.25s;
}
.swiper-clients .swiper-prev svg,
.swiper-clients .swiper-next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-clients .swiper-prev:hover,
.swiper-clients .swiper-next:hover {
  background: #0E370D;
  color: #fff;
}
.swiper-clients .swiper-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.swiper-clients .swiper-next {
  position: absolute;
  top: 50%;
  right: 0;
}
@media (max-width: 1199px) {
  .swiper-clients {
    overflow: visible;
  }
  .swiper-clients .swiper {
    overflow: visible;
    margin: 0 -2rem;
  }
  .swiper-clients .swiper-slide {
    padding: 0 2rem;
  }
  .swiper-clients .swiper-prev,
  .swiper-clients .swiper-next {
    display: none;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -999.9rem;
  margin: 0;
  position: absolute !important;
  top: -999.9rem;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button,
.fancybox-navigation .fancybox-prev,
.fancybox-navigation .fancybox-next {
  direction: ltr;
  position: absolute;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-nav .fancybox-navigation .fancybox-prev,
.fancybox-show-nav .fancybox-navigation .fancybox-next {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 1.3rem;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 4.4rem;
  left: 0;
  line-height: 4.4rem;
  min-width: 4.4rem;
  mix-blend-mode: difference;
  padding: 0 1rem;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 0;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 40rem;
  padding: 4rem;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 4.4rem;
  margin: 0;
  padding: 1rem;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 4.4rem;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 0.2rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 0.8rem;
  position: absolute;
  right: -1.2rem;
  top: -4.4rem;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 10rem;
  opacity: 0;
  position: absolute;
  top: calc(50% - 5rem);
  width: 7rem;
}

.fancybox-navigation .fancybox-button div {
  padding: 0.7rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 3.1rem 2.6rem 3.1rem 0.6rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 3.1rem 0.6rem 3.1rem 2.6rem;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 1.4rem;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 7.5rem 4.4rem 2.5rem 4.4rem;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 7.5rem max(4.4rem, env(safe-area-inset-right)) max(2.5rem, env(safe-area-inset-bottom)) max(4.4rem, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -5rem;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 0.4rem solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 5rem;
  left: 50%;
  margin: -2.5rem 0 0 -2.5rem;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 5rem;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .fancybox-slide--image {
    padding: 0.6rem 0;
  }
  .fancybox-close-small {
    right: -0.6rem;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 3.6rem;
    opacity: 1;
    padding: 0.6rem;
    right: 0;
    top: 0;
    width: 3.6rem;
  }
  .fancybox-caption {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(1.2rem, env(safe-area-inset-left));
      padding-right: max(1.2rem, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 0.3rem;
  max-width: 90%;
  padding: 3rem;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 0.3rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4rem;
  margin: 0 0.5rem 1rem 0.5rem;
  min-width: 13rem;
  padding: 0 1.5rem;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 2.5rem;
  margin-right: 0.7rem;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 2.5rem;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
  outline: none;
  padding: 1rem 1.5rem;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 21.2rem;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 21.2rem;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 0.7rem;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 1rem;
  box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 1rem;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 7.5rem;
  margin: 0.2rem;
  max-height: calc(100% - 0.8rem);
  max-width: calc(50% - 0.4rem);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 10rem;
}

.fancybox-thumbs__list a::before {
  border: 0.6rem solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 11rem;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 11rem;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 1rem);
  }
}
.fancybox-error {
  max-width: none;
}

.fancybox-infobar,
.fancybox-caption,
.fancybox-navigation {
  display: none;
}

.fancybox-slide {
  padding: 0;
}

.fancybox-content {
  background: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
}

.fancybox-presentation .fancybox-slide {
  padding: 2rem;
}
.fancybox-presentation .fancybox-content {
  width: auto;
  height: auto;
  background: none;
  overflow: visible;
}
.fancybox-presentation .fancybox-bg {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.fancybox-presentation.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-slide--video {
  padding: 9rem 3rem;
}
.fancybox-slide--video .fancybox-content {
  position: relative;
}
@media (min-width: 1200px) {
  .fancybox-slide--video {
    padding: 9rem;
  }
}

.fancybox-close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0;
  bottom: 100%;
  margin: 0 0 3rem;
  z-index: 100;
  cursor: pointer;
  color: #fff;
  transition: color 0.25s;
}
.fancybox-close:hover {
  color: #795639;
}
.fancybox-close svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .fancybox-close {
    position: absolute;
    top: 0;
    left: 100%;
    right: auto;
    bottom: auto;
    margin: 0 0 0 3rem;
  }
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 54rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 72rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 96rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 114rem;
  }
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

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

.col-hd,
.col-hd-auto, .col-hd-12, .col-hd-11, .col-hd-10, .col-hd-9, .col-hd-8, .col-hd-7, .col-hd-6, .col-hd-5, .col-hd-4, .col-hd-3, .col-hd-2, .col-hd-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-hd {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-hd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-hd-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-hd-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-hd-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-hd-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-hd-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-hd-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-hd-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-hd-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-hd-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-hd-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-hd-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-hd-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-hd-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-hd-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-hd-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-hd-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-hd-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-hd-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-hd-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-hd-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-hd-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-hd-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-hd-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-hd-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-hd-0 {
    margin-left: 0%;
  }
  .offset-hd-1 {
    margin-left: 8.3333333333%;
  }
  .offset-hd-2 {
    margin-left: 16.6666666667%;
  }
  .offset-hd-3 {
    margin-left: 25%;
  }
  .offset-hd-4 {
    margin-left: 33.3333333333%;
  }
  .offset-hd-5 {
    margin-left: 41.6666666667%;
  }
  .offset-hd-6 {
    margin-left: 50%;
  }
  .offset-hd-7 {
    margin-left: 58.3333333333%;
  }
  .offset-hd-8 {
    margin-left: 66.6666666667%;
  }
  .offset-hd-9 {
    margin-left: 75%;
  }
  .offset-hd-10 {
    margin-left: 83.3333333333%;
  }
  .offset-hd-11 {
    margin-left: 91.6666666667%;
  }
  .push-hd-0 {
    left: auto;
  }
  .push-hd-1 {
    left: 8.3333333333%;
  }
  .push-hd-2 {
    left: 16.6666666667%;
  }
  .push-hd-3 {
    left: 25%;
  }
  .push-hd-4 {
    left: 33.3333333333%;
  }
  .push-hd-5 {
    left: 41.6666666667%;
  }
  .push-hd-6 {
    left: 50%;
  }
  .push-hd-7 {
    left: 58.3333333333%;
  }
  .push-hd-8 {
    left: 66.6666666667%;
  }
  .push-hd-9 {
    left: 75%;
  }
  .push-hd-10 {
    left: 83.3333333333%;
  }
  .push-hd-11 {
    left: 91.6666666667%;
  }
  .pull-hd-0 {
    right: auto;
  }
  .pull-hd-1 {
    right: 8.3333333333%;
  }
  .pull-hd-2 {
    right: 16.6666666667%;
  }
  .pull-hd-3 {
    right: 25%;
  }
  .pull-hd-4 {
    right: 33.3333333333%;
  }
  .pull-hd-5 {
    right: 41.6666666667%;
  }
  .pull-hd-6 {
    right: 50%;
  }
  .pull-hd-7 {
    right: 58.3333333333%;
  }
  .pull-hd-8 {
    right: 66.6666666667%;
  }
  .pull-hd-9 {
    right: 75%;
  }
  .pull-hd-10 {
    right: 83.3333333333%;
  }
  .pull-hd-11 {
    right: 91.6666666667%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-hd-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-hd-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-hd-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-hd-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-hd-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-hd-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-hd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-hd-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-hd-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-hd-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-hd-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-hd-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-hd-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-hd-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-hd-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-hd-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-hd-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-hd-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-hd-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-hd-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-hd-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-hd-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-hd-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-hd-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-hd-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-hd-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-hd-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-hd-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-hd-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
* {
  outline: none;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) and (max-width: 1919px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

body {
  background: var(--body-bg);
  color: var(--body-color);
  overflow-x: hidden;
  overflow-y: auto;
  font: 400 1.6rem/1.3 var(--font-primary);
}

html:not(.is-loaded) * {
  transition: none !important;
}
html:not(.is-loaded) *:before, html:not(.is-loaded) *:after {
  transition: none !important;
}

.app {
  position: relative;
  min-height: 100%;
  min-width: 32rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.container-fluid {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 192rem;
}
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 5.4rem;
  }
}

.is-header-sticky .header {
  box-shadow: 0px 0.5rem 1rem 0px rgba(127, 89, 33, 0.1);
}
@media (min-width: 1200px) {
  .is-header-sticky .header {
    height: 10rem;
  }
}

.is-nav-open .header__nav-toggle-icon svg {
  transform: scale(0);
}
.is-nav-open .header__nav-close svg {
  transform: scale(1);
}
.is-nav-open .header__nav-offcanvas {
  opacity: 1;
  visibility: visible;
}
@media (hover: none) {
  .is-nav-open body {
    overflow: hidden;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 7.8rem;
  background: #FBF4EE;
  transition: height 0.4s, box-shadow 0.4s;
}
.header > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .header {
    height: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .header {
    height: 20rem;
  }
}

.header__nav {
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .header__nav {
    margin: 0;
  }
}

.header__nav-toggle {
  color: #373D3F;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: color 0.25s;
}
.header__nav-toggle:hover {
  color: #795639;
}
@media (min-width: 768px) {
  .header__nav-toggle {
    position: absolute;
    top: 50%;
    left: 2rem;
    width: 3rem;
    height: 3rem;
    margin: -1.5rem 0 0 0;
  }
}
@media (min-width: 1200px) {
  .header__nav-toggle {
    left: 5.4rem;
    width: auto;
  }
}

.header__nav-toggle-icon {
  display: block;
  width: 4rem;
  height: 2.4rem;
}
.header__nav-toggle-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.25s;
  overflow: visible;
}
@media (min-width: 768px) {
  .header__nav-toggle-icon {
    width: 3rem;
    height: 2rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-toggle-icon {
    width: 4rem;
    height: 2.5rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 5.4rem 0 0;
  }
}

.header__nav-toggle-text {
  display: none;
}
@media (min-width: 1200px) {
  .header__nav-toggle-text {
    display: block;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 400;
  }
}

.header__nav-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FBF4EE;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
}
.header__nav-offcanvas > .container-fluid {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12.8rem 2rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .header__nav-offcanvas > .container-fluid {
    padding: 13.7rem 2rem 4rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-offcanvas > .container-fluid {
    padding: 20rem 5.4rem 14rem;
  }
}

.header__nav-close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  width: 4rem;
  height: 2.5rem;
  z-index: 100;
  color: #373D3F;
  transition: color 0.25s;
}
.header__nav-close svg {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  transition: transform 0.25s;
  transform: scale(0);
}
@media (min-width: 768px) {
  .header__nav-close {
    top: 2.6rem;
    right: 2.6rem;
    color: #E4CFB9;
    width: 2rem;
    height: 2rem;
  }
  .header__nav-close svg {
    width: 2rem;
    height: 2rem;
  }
  .header__nav-close:hover {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .header__nav-close {
    top: 5.4rem;
    right: 5.4rem;
    width: 4rem;
    height: 7rem;
  }
  .header__nav-close svg {
    width: 3rem;
    height: 3rem;
  }
}

.header__nav-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
  position: absolute;
  top: 0;
  left: 2rem;
  height: 7.8rem;
  width: 17.2rem;
}
.header__nav-logo img, .header__nav-logo svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .header__nav-logo {
    top: 2.6rem;
    left: 2rem;
    width: 18rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-logo {
    top: 0;
    left: 6.4rem;
    width: 36.5rem;
    height: 20rem;
  }
}

.header__nav-menu {
  margin: 0 0 6.7rem;
  padding: 0;
  list-style: none;
  font: 400 2rem/1 var(--font-secondary);
  white-space: nowrap;
}
.header__nav-menu > li {
  margin: 0 0 2.7rem;
}
.header__nav-menu > li:last-child {
  margin: 0;
}
.header__nav-menu a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #0E370D;
  transition: color 0.25s;
}
.header__nav-menu a:before {
  content: "";
  display: block;
  width: 0;
  height: 1.5px;
  background: currentColor;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: width 0.25s, margin 0.25s;
}
.header__nav-menu a:hover {
  text-decoration: none;
  color: #795639;
}
.header__nav-menu a:hover:before {
  width: 2.7rem;
  margin: 0 1.3rem 0 0;
}
@media (min-width: 768px) {
  .header__nav-menu {
    font-size: 1.7rem;
    margin: auto 50% auto 0;
    padding: 0 0 4rem;
  }
  .header__nav-menu > li {
    margin: 0 0 2rem;
  }
  .header__nav-menu > li:last-child {
    margin: 0;
  }
  .header__nav-menu a:hover:before {
    width: 4.2rem;
    margin: 0 2rem 0 0;
  }
}
@media (min-width: 1200px) {
  .header__nav-menu {
    font-size: 4rem;
    margin: auto 50% auto 0;
    padding: 0;
  }
  .header__nav-menu > li {
    margin: 0 0 5rem;
  }
  .header__nav-menu > li:last-child {
    margin: 0;
  }
  .header__nav-menu a:before {
    height: 0.3rem;
  }
  .header__nav-menu a:hover:before {
    width: 7rem;
    margin: 0 2.4rem 0 0;
  }
}

.header__nav-phone {
  margin: 0 0 7rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}
.header__nav-phone a {
  text-decoration: none;
  color: #795639;
}
.header__nav-phone a:hover {
  text-decoration: none;
  color: #795639;
}
@media (min-width: 768px) {
  .header__nav-phone {
    margin: auto 0 0 0;
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-phone {
    font-size: 2.2rem;
  }
}

.header__nav-image {
  margin: auto -2rem 0;
}
.header__nav-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .header__nav-image {
    position: fixed;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    margin: 0;
    color: #E4CFB9;
    background: #000;
  }
  .header__nav-image img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.header__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 0;
  height: 100%;
  max-width: 17.2rem;
  -ms-flex-order: 1;
  order: 1;
}
.header__logo img, .header__logo svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 18rem;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    max-width: 36.5rem;
    padding: 2.4rem 0 3rem;
  }
}

.header__phone {
  display: none;
}
@media (min-width: 768px) {
  .header__phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 2rem;
    height: 100%;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 400;
  }
  .header__phone a {
    color: #373D3F;
    text-decoration: none;
    transition: color 0.25s;
  }
  .header__phone a:hover {
    color: #795639;
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  .header__phone {
    right: 17.2rem;
    font-size: 2.2rem;
  }
}

.header__language {
  display: none;
}
@media (min-width: 768px) {
  .header__language {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 8.2rem;
    height: 100%;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 400;
  }
  .header__language a {
    color: #373D3F;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    transition: color 0.25s;
  }
  .header__language a:hover {
    color: #795639;
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  .header__language {
    left: auto;
    right: 5.4rem;
    font-size: 2.2rem;
  }
}

.main {
  position: relative;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 7.8rem 0 0 0;
}
@media (min-width: 768px) {
  .main {
    padding: 7.5rem 0 0 0;
  }
}
@media (min-width: 1200px) {
  .main {
    padding: 20rem 0 0 0;
  }
}

.footer {
  position: relative;
  background: #fff;
  margin: 0 0 7.5rem;
}
.footer .row {
  margin: 0 -1rem;
}
.footer .row > [class^=col] {
  padding: 0 1rem;
  position: static;
}
@media (min-width: 768px) {
  .footer {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .footer .row {
    margin: 0 -3rem;
  }
  .footer .row > [class^=col] {
    padding: 0 3rem;
  }
}

.footer__section {
  position: relative;
}
.footer__section:nth-of-type(1) {
  padding: 7rem 0 1rem;
  border-bottom: 1px solid rgba(127, 89, 33, 0.5);
}
.footer__section:nth-of-type(2) {
  padding: 4rem 0 3.8rem;
}
.footer__section:nth-of-type(2) .row {
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .footer__section:nth-of-type(1) {
    padding: 6rem 0 2rem 6.2rem;
    border-bottom: 1px solid rgba(127, 89, 33, 0.5);
  }
  .footer__section:nth-of-type(2) {
    padding: 2.2rem 0 2.2rem 6.2rem;
  }
  .footer__section:nth-of-type(2) .row {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .footer__section:nth-of-type(1) {
    padding: 9rem 19rem 9rem 9.4rem;
    border-bottom: 1px solid rgba(127, 89, 33, 0.5);
  }
  .footer__section:nth-of-type(1) .row > [class^=col]:last-of-type {
    position: relative;
    left: 9rem;
  }
  .footer__section:nth-of-type(2) {
    padding: 2.8rem 19rem 2.6rem 9.4rem;
  }
  .footer__section:nth-of-type(2) .row {
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__group {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .footer__group {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1200px) {
  .footer__group {
    margin: 0;
    max-width: 54rem;
  }
}

.footer__group-title {
  display: block;
  margin: 0 0 3rem;
  font: 400 2rem/1 var(--font-secondary);
  color: #0E370D;
}
@media (min-width: 768px) {
  .footer__group-title {
    font-size: 1.7rem;
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .footer__group-title {
    font-size: 2.4rem;
    margin: 0 0 4rem;
  }
}

.footer__group-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 400;
}
.footer__group-menu > li {
  margin: 0 0 1.6rem;
}
.footer__group-menu > li:last-child {
  margin: 0;
}
.footer__group-menu a {
  text-decoration: none;
  color: #373D3F;
  transition: color 0.25s;
}
.footer__group-menu a:hover {
  text-decoration: none;
  color: #7F5921;
}
.footer__group-menu address {
  display: block;
  margin: 0 -0.8rem 0 0;
  font-style: normal;
}
@media (min-width: 768px) {
  .footer__group-menu {
    font-size: 1.3rem;
  }
  .footer__group-menu > li {
    margin: 0 0 1.2rem;
  }
  .footer__group-menu > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .footer__group-menu {
    font-size: 2.2rem;
  }
  .footer__group-menu > li {
    margin: 0 0 2.3rem;
  }
  .footer__group-menu > li:last-child {
    margin: 0;
  }
}

.footer__group-call {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.footer__group-call > li {
  margin: 0 1.4rem 0 0;
}
.footer__group-call > li:first-child {
  margin: 0 2.5rem 0 0;
}
.footer__group-call > li:last-child {
  margin: 0;
}
.footer__group-call svg {
  display: block;
  width: 3rem;
  height: 3rem;
  transition: color 0.25s;
  color: #4D4D4D;
}
.footer__group-call svg:hover {
  color: #7F5921;
}
@media (min-width: 768px) {
  .footer__group-call > li {
    margin: 0 1rem 0 0;
  }
  .footer__group-call > li:first-child {
    margin: 0 1.6rem 0 0;
  }
  .footer__group-call > li:last-child {
    margin: 0;
  }
  .footer__group-call svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .footer__group-call > li {
    margin: 0 1rem 0 0;
  }
  .footer__group-call > li:first-child {
    margin: 0 1.8rem 0 0;
  }
  .footer__group-call > li:last-child {
    margin: 0;
  }
  .footer__group-call svg {
    width: 3rem;
    height: 3rem;
  }
}

.footer__group-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.footer__group-social > li {
  margin: 0 2.6rem 0 0;
}
.footer__group-social a {
  text-decoration: none;
  color: #666;
  transition: opacity 0.25s;
  opacity: 0.5;
  display: block;
}
.footer__group-social a:hover {
  text-decoration: none;
  color: #666;
  opacity: 1;
}
.footer__group-social svg {
  display: block;
  width: auto;
  height: 3rem;
  overflow: visible;
}
.footer__group-social svg.icon-social-30 {
  height: 3rem;
}
.footer__group-social svg.icon-social-20 {
  height: 2rem;
}
@media (min-width: 768px) {
  .footer__group-social {
    min-height: 3.5rem;
  }
  .footer__group-social > li {
    margin: 0 1.5rem 0 0;
  }
  .footer__group-social > li:last-child {
    margin: 0;
  }
  .footer__group-social svg.icon-social-30 {
    height: 1.9rem;
  }
  .footer__group-social svg.icon-social-20 {
    height: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .footer__group-social {
    margin: 0 0 13rem;
  }
  .footer__group-social > li {
    margin: 0 3rem 0 0;
  }
  .footer__group-social > li:last-child {
    margin: 0;
  }
  .footer__group-social svg.icon-social-30 {
    height: 3rem;
  }
  .footer__group-social svg.icon-social-20 {
    height: 2rem;
  }
}

.footer__scrolltop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background: #FBF4EE;
  color: #7F5921;
  transition: color 0.25s, background 0.25s;
}
.footer__scrolltop:hover {
  background: #E4CFB9;
  color: #7F5921;
}
@media (min-width: 768px) {
  .footer__scrolltop {
    width: auto;
    height: 3.5rem;
    padding: 0 1rem;
    margin: 0 0 3rem;
  }
}
@media (min-width: 1200px) {
  .footer__scrolltop {
    width: auto;
    height: 7.5rem;
    padding: 0 2.1rem 0 3rem;
    margin: 0;
  }
}

.footer__scrolltop-icon {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .footer__scrolltop-icon {
    width: 0.8rem;
    height: 1.7rem;
    margin: 0 0.8rem 0 0;
  }
}
@media (min-width: 1200px) {
  .footer__scrolltop-icon {
    width: 1.8rem;
    height: 5.2rem;
    margin: 0 2.4rem 0 0;
  }
}

.footer__scrolltop-text {
  display: none;
}
@media (min-width: 768px) {
  .footer__scrolltop-text {
    display: block;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer__scrolltop-text {
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 400;
  }
}

.footer__copyright {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.footer__copyright > li {
  margin: 0 0 1.5rem;
}
.footer__copyright > li:last-child {
  margin: 0;
}
.footer__copyright a {
  text-decoration: none;
  color: #373D3F;
  transition: color 0.25s;
}
.footer__copyright a:hover {
  text-decoration: none;
  color: #7F5921;
}
@media (min-width: 768px) {
  .footer__copyright {
    font-size: 1.3rem;
  }
  .footer__copyright > li {
    margin: 0 0 1rem;
  }
  .footer__copyright > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .footer__copyright {
    font-size: 1.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -3rem;
  }
  .footer__copyright > li {
    padding: 0 3rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.footer__dev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  height: 7.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__dev {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .footer__dev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: 19rem;
  }
}

.footer__dev-text {
  display: block;
  margin: 0 0.8rem 0 0;
  font-size: 1.3rem;
  line-height: 1.357;
  font-weight: 400;
  color: #666;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .footer__dev-text {
    font-size: 1.3rem;
    line-height: 1.25;
    font-weight: 400;
    margin: 0 0 0.7rem;
  }
}
@media (min-width: 1200px) {
  .footer__dev-text {
    font-size: 1.4rem;
    margin: 0 1.2rem 0 0;
  }
}

.footer__dev-link {
  text-decoration: none;
  color: rgba(102, 102, 102, 0.7);
  transition: color 0.25s;
  display: block;
}
.footer__dev-link img, .footer__dev-link svg {
  position: relative;
  display: block;
  width: 6rem;
  height: 1.2rem;
  top: -1px;
}
.footer__dev-link:hover {
  color: #666666;
}
@media (min-width: 1200px) {
  .footer__dev-link img, .footer__dev-link svg {
    width: 7.5rem;
    height: 1.5rem;
  }
}

.fancybox-modal .fancybox-close {
  display: none;
}
@media (min-width: 768px) {
  .fancybox-modal .fancybox-content {
    width: auto;
    height: auto;
    background: none;
    overflow: visible;
  }
  .fancybox-modal .fancybox-bg {
    background: #373D3F;
  }
  .fancybox-modal.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
  }
}

.popup-projects {
  background: #fff;
  position: relative;
  padding: 10rem 2rem 3rem;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .popup-projects {
    padding: 3rem;
    width: 39.4rem;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .popup-projects {
    padding: 4rem;
    width: 68.4rem;
  }
}

.popup-projects__logo {
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: 100;
  width: 17.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 7.8rem;
  padding: 2rem 0;
  margin: 0;
}
.popup-projects__logo img, .popup-projects__logo svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .popup-projects__logo {
    display: none;
  }
}

.popup-projects__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  z-index: 100;
  cursor: pointer;
  color: #373D3F;
  transition: color 0.25s;
}
.popup-projects__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-projects__close:hover {
  color: #5D3D27;
}
@media (min-width: 768px) {
  .popup-projects__close {
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1200px) {
  .popup-projects__close {
    position: absolute;
    top: 4rem;
    right: 4rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}

.popup-projects__image {
  height: 8rem;
  width: 16.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 4rem;
}
.popup-projects__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .popup-projects__image {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1200px) {
  .popup-projects__image {
    height: auto;
    width: 24rem;
    margin: 0 0 4rem;
  }
}

.popup-projects__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 400 1.4rem/1 var(--font-secondary);
  text-transform: uppercase;
}
.popup-projects__menu > li {
  border-top: 1px solid rgba(127, 89, 33, 0.5);
}
@media (min-width: 1200px) {
  .popup-projects__menu {
    font-size: 2.4rem;
  }
}

.popup-projects__menu-link {
  text-decoration: none;
  color: #5D3D27;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 8rem 3rem 0;
  position: relative;
  transition: background 0.25s;
  height: 100%;
  min-height: 7.4rem;
}
.popup-projects__menu-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 5.2rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='16' viewBox='0 0 51 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8H50M50 8L41.7857 1M50 8L41.7857 15' stroke='%237F5921'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -0.8rem 0 0;
  transition: transform 0.25s;
}
.popup-projects__menu-link:hover {
  text-decoration: none;
  color: #5D3D27;
  background: #FBF4EE;
}
.popup-projects__menu-link:hover:after {
  transform: translate(-2rem, 0);
}
@media (min-width: 1200px) {
  .popup-projects__menu-link {
    min-height: 8.5rem;
  }
}

.popup {
  width: 100%;
  height: 100%;
}
.popup > .container-fluid {
  position: relative;
  padding: 10rem 2rem 3rem;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .popup > .container-fluid {
    padding: 4rem 2rem;
  }
}
@media (min-width: 1200px) {
  .popup > .container-fluid {
    padding: 9rem 5.4rem;
  }
}

.popup__logo {
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: 100;
  width: 17.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 7.8rem;
  padding: 2rem 0;
  margin: 0;
}
.popup__logo img, .popup__logo svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .popup__logo {
    display: none;
  }
}

.popup__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  z-index: 100;
  cursor: pointer;
  color: #373D3F;
}
.popup__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .popup__close {
    position: absolute;
    top: 4rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1200px) {
  .popup__close {
    position: absolute;
    top: 9rem;
    right: 5.4rem;
    width: 3rem;
    height: 3rem;
  }
}

.popup__wrapper {
  margin: 0;
}
.popup__wrapper .row {
  margin: 0 -1rem -4rem;
}
.popup__wrapper .row > [class^=col] {
  padding: 0 1rem 4rem;
}
@media (min-width: 1200px) {
  .popup__wrapper .row {
    margin: 0 -3rem -6rem;
  }
  .popup__wrapper .row > [class^=col] {
    padding: 0 3rem 6rem;
  }
}

.popup__desc {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.popup__desc h1, .popup__desc h2, .popup__desc h3 {
  display: block;
  margin: 0 0 1.4rem;
  font: 400 2rem/1.3 var(--font-secondary);
  color: #0E370D;
  text-transform: uppercase;
}
.popup__desc p {
  margin: 0 0 1.6rem;
}
.popup__desc p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .popup__desc {
    font-size: 1.2rem;
  }
  .popup__desc h1, .popup__desc h2, .popup__desc h3 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .popup__desc {
    font-size: 2rem;
  }
  .popup__desc h1, .popup__desc h2, .popup__desc h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 3rem;
  }
}

.popup-presentation {
  background: #E4CFB9;
  padding: 4rem 3rem;
  width: 103rem;
  max-width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .popup-presentation {
    padding: 5rem 6rem;
  }
}

.popup-presentation__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 100;
  cursor: pointer;
  color: #373D3F;
}
.popup-presentation__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .popup-presentation__close {
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 3rem;
    height: 3rem;
  }
}

.popup-presentation__title {
  display: block;
  margin: 0 0 2rem;
  padding: 0 3rem 0 0;
  font: 400 2rem/1.25 var(--font-secondary);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #795639;
}
.popup-presentation__title:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .popup-presentation__title {
    font-size: 4rem;
    margin: 0 0 4rem;
  }
  .popup-presentation__title:last-child {
    margin: 0;
  }
}

.popup-presentation__form .row {
  margin: 0 -1rem -2rem;
}
.popup-presentation__form .row > [class^=col] {
  padding: 0 1rem 2rem;
}
.popup-presentation__form .spacer {
  display: none;
}
.popup-presentation__form .ui-field {
  position: relative;
}
.popup-presentation__form .ui-input, .popup-presentation__form .ui-textarea {
  margin: 0;
}
.popup-presentation__form .ui-check {
  margin: 0;
}
.popup-presentation__form .ui-btn svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1.4rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.popup-presentation__form .ui-validate {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #F00;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .popup-presentation__form .ui-validate {
    position: absolute;
    top: 100%;
    left: 0;
  }
  .popup-presentation__form .spacer {
    display: block;
    height: 1.6rem;
  }
  .popup-presentation__form .row {
    -ms-flex-align: center;
    align-items: center;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FBF4EE;
  z-index: 900;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 0.5s, visibility 0.5s;
}
.loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5.8rem 0 0 -5.8rem;
  display: block;
  width: 11.6rem;
  height: 11.6rem;
}
.loading svg:nth-of-type(1) {
  animation: rotate 2s linear infinite;
  transform-origin: center center;
}
.loading svg:nth-of-type(2) {
  animation: pulse 2s linear infinite;
  transform-origin: center center;
}

.is-loaded .loading {
  opacity: 0;
  visibility: hidden;
}

.is-nowrap {
  white-space: nowrap;
}

.text-right {
  text-align: right !important;
}

.text-nowrap,
.is-text-nowrap {
  white-space: nowrap !important;
}

.text-green,
.is-text-green {
  color: var(--color-accent) !important;
}

.text-center,
.is-text-center {
  text-align: center !important;
}

.text-error {
  color: var(--color-error) !important;
}

.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  .is-ios {
    /* CSS specific to iOS devices */
  }
}

@supports not (-webkit-touch-callout: none) {
  .is-android {
    /* CSS for other than iOS devices */
  }
}

.row-gutter-120 {
  margin: 0 -6rem;
}
.row-gutter-120 > [class^=col-] {
  padding: 0 6rem;
}

.row-gutter-10 {
  margin: 0 -0.5rem -1rem;
}
.row-gutter-10 > [class^=col] {
  padding: 0 0.5rem 1rem;
}

.row-gutter-24 {
  margin: 0 -1.2rem -2.4rem;
}
.row-gutter-24 > [class^=col] {
  padding: 0 1.2rem 2.4rem;
}

.row-gutter-4 {
  margin: 0 -0.2rem -0.4rem;
}
.row-gutter-4 > [class^=col] {
  padding: 0 0.2rem 0.4rem;
}

.col-20pct {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-md-10pct {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

.is-hidden {
  display: none !important;
}

@media (max-width: 575px) {
  .is-sm-visible {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-md-visible {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .is-lg-visible {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .is-xl-visible {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .is-md-hidden {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .is-lg-hidden {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .is-xl-hidden {
    display: none !important;
  }
}

.ui-spacer-24 {
  height: 2.4rem;
}

.is-lock {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .is-md-only {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .is-md-only {
    display: none !important;
  }
}

.is-valign-bottom {
  vertical-align: bottom !important;
}

@media (min-width: 1200px) {
  .col-xl-32 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
}

@media (min-width: 1200px) {
  .col-xl-50 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .order-md-13 {
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width: 768px) {
  .order-md-14 {
    -ms-flex-order: 14;
    order: 14;
  }
}

@media (min-width: 768px) {
  .order-md-15 {
    -ms-flex-order: 15;
    order: 15;
  }
}

@media (min-width: 768px) {
  .order-md-16 {
    -ms-flex-order: 16;
    order: 16;
  }
}

@media (min-width: 768px) {
  .order-md-17 {
    -ms-flex-order: 17;
    order: 17;
  }
}

@media (min-width: 768px) {
  .order-md-18 {
    -ms-flex-order: 18;
    order: 18;
  }
}

@media (min-width: 768px) {
  .order-md-19 {
    -ms-flex-order: 19;
    order: 19;
  }
}

@media (min-width: 768px) {
  .order-md-20 {
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 768px) {
  .order-md-21 {
    -ms-flex-order: 21;
    order: 21;
  }
}

@media (min-width: 768px) {
  .order-md-22 {
    -ms-flex-order: 22;
    order: 22;
  }
}

@media (min-width: 768px) {
  .order-md-23 {
    -ms-flex-order: 23;
    order: 23;
  }
}

@media (min-width: 768px) {
  .order-md-24 {
    -ms-flex-order: 24;
    order: 24;
  }
}

@media (min-width: 768px) {
  .order-md-25 {
    -ms-flex-order: 25;
    order: 25;
  }
}

@media (min-width: 768px) {
  .order-md-26 {
    -ms-flex-order: 26;
    order: 26;
  }
}

@media (min-width: 768px) {
  .order-md-27 {
    -ms-flex-order: 27;
    order: 27;
  }
}

@media (min-width: 768px) {
  .order-md-28 {
    -ms-flex-order: 28;
    order: 28;
  }
}

@media (min-width: 768px) {
  .order-md-29 {
    -ms-flex-order: 29;
    order: 29;
  }
}

@media (min-width: 768px) {
  .order-md-30 {
    -ms-flex-order: 30;
    order: 30;
  }
}

html, body {
  height: auto;
}
.team__text {
    text-align: justify; /* Выравнивание по обоим краям */
}



.breadcrumbs {
  font-size: 14px;
  margin: 20px 0;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumbs a {
  color: inherit;
  /* font-weight: 600; */
}