/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  background: #BFBFC9;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}

.jspHorizontalBar {
  background: #BFBFC9;
  bottom: 6px;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #BFBFC9;
  position: relative;
}

.jspDrag {
  background: #BFBFC9;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}
.jspDrag:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #151614;
  border-radius: 50%;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}

.jspDisabled {
  background: #80808d;
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px;
}

.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

.fancybox-bg {
  background: rgb(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 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

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

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

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

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

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

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

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

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

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

.fancybox-slide--image::before {
  display: none;
}

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

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

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(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: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  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: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.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: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* 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: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

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

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* 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: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 44px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

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

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

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

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  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: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

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

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 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: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

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

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

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

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

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

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

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

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

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

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

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

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 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: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

.btn {
  display: inline-block;
  vertical-align: top;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #151614;
  background: #fff;
  font: 16px/1.6 "Gilroy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

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

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #E5EBEE;
  padding: 18px 24px 18px 24px;
  width: 100%;
  margin-bottom: 15px;
}
input[type=text]:only-child,
input[type=tel]:only-child,
input[type=email]:only-child,
input[type=search]:only-child,
input[type=password]:only-child,
textarea:only-child {
  margin-bottom: 0;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #151614;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #151614;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #151614;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #151614;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #151614;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #151614;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

select {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid #E5EBEE;
  padding: 18px 24px 18px 24px;
  width: 100%;
  margin-bottom: 15px;
}
select:only-child {
  margin-bottom: 0;
}
select:focus {
  border-color: #151614;
}

textarea {
  resize: vertical;
  vertical-align: top;
  height: 126px;
  min-height: 126px;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.form-row {
  margin-bottom: 24px;
}
.form-row a {
  line-height: 1;
  font-weight: 600;
  color: #151614;
  text-decoration: none;
}
.form-row a:hover {
  color: #16CC8E;
}

.form-bottom {
  padding-top: 33px;
}
.form-bottom .separator {
  display: block;
  margin: 13px 0;
  line-height: 1.13;
  font-size: 16px;
  color: #b1b1ae;
  font-weight: 500;
}
.form-bottom .btn {
  width: 100%;
  text-align: center;
}
.form-bottom .btn:before {
  position: static;
  transform: translate(0, 0);
  margin-right: 10px;
  margin-top: 6px;
}
.form-bottom .btn:after {
  display: none;
}

.form-control-checkbox {
  display: none;
}
.form-control-checkbox:checked + .label-checkbox:after {
  opacity: 1;
}

.label-checkbox {
  display: block;
  position: relative;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 0 10px 52px;
}
.label-checkbox:before {
  content: "";
  border: 1px solid #E6E3DA;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.label-checkbox:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 10px;
  width: 17px;
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-left: 2px solid #16CC8E;
  border-bottom: 2px solid #16CC8E;
  opacity: 0;
  transition: 0.3s;
}
.label-checkbox strong {
  font-weight: 700;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 64px;
}

h2, .h2 {
  font-size: 42px;
}

h3, .h3 {
  font-size: 34px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 24px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #16CC8E;
  transition: 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
}

.hover-decor-line, .footer .menu a {
  position: relative;
}
.hover-decor-line:hover:after, .footer .menu a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.hover-decor-line:after, .footer .menu a:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: -2px;
  position: absolute;
  left: auto;
  right: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  text-decoration: none;
  color: #151614;
}
.link:hover {
  color: #16CC8E;
}
.link:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #151614;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.link.dot-green:after {
  background: #16CC8E;
}

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

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Black.eot");
  src: url("../fonts/gilroy/Gilroy-Black.eot?iefix") format("eot"), url("../fonts/gilroy/Gilroy-Black.woff") format("woff"), url("../fonts/gilroy/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-ExtraBold.eot");
  src: url("../fonts/gilroy/Gilroy-ExtraBold.eot?iefix") format("eot"), url("../fonts/gilroy/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/gilroy/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Bold.eot");
  src: url("../fonts/gilroy/Gilroy-Bold.eot?iefix") format("eot"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-SemiBold.eot");
  src: url("../fonts/gilroy/Gilroy-SemiBold.eot?iefix") format("eot"), url("../fonts/gilroy/Gilroy-SemiBold.woff") format("woff"), url("../fonts/gilroy/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Medium.eot");
  src: url("../fonts/gilroy/Gilroy-Medium.eot?iefix") format("eot"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Regular.eot");
  src: url("../fonts/gilroy/Gilroy-Regular.eot?iefix") format("eot"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Light.eot");
  src: url("../fonts/gilroy/Gilroy-Light.eot?iefix") format("eot"), url("../fonts/gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-black-webfont.eot");
  src: url("../fonts/montserrat/montserrat-black-webfont.eot?iefix") format("eot"), url("../fonts/montserrat/montserrat-black-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-black-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-extrabold-webfont.eot");
  src: url("../fonts/montserrat/montserrat-extrabold-webfont.eot?iefix") format("eot"), url("../fonts/montserrat/montserrat-extrabold-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-extrabold-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-bold-webfont.eot");
  src: url("../fonts/montserrat/montserrat-bold-webfont.eot?iefix") format("eot"), url("../fonts/montserrat/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-semibold-webfont.eot");
  src: url("../fonts/montserrat/montserrat-semibold-webfont.eot?iefix") format("eot"), url("../fonts/montserrat/montserrat-semibold-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-medium-webfont.eot");
  src: url("../fonts/montserrat/montserrat-medium-webfont.eot?iefix") format("eot"), url("../fonts/montserrat/montserrat-medium-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat/montserrat-regular-webfont.eot?iefix") format("eot"), url("../fonts/montserrat/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-light-webfont.eot");
  src: url("../fonts/montserrat/montserrat-light-webfont.eot?iefix") format("eot"), url("../fonts/montserrat/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.hamburger {
  padding: 5px 0px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}

.hamburger-box {
  width: 26px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  margin-top: -1.5px;
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 3px;
  background-color: #151614;
  border-radius: 2px;
  position: absolute;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger-inner::after {
  bottom: -8px;
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-active-menu .hamburger .hamburger-inner,
.is-active-menu .hamburger .hamburger-inner::before,
.is-active-menu .hamburger .hamburger-inner::after {
  background-color: #151614;
}
.is-active-menu .hamburger .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.is-active-menu .hamburger .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.is-active-menu .hamburger .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

.audio-container {
  width: 100%;
  max-width: 390px;
  background: #16CC8E;
  text-align: center;
}
.audio-container .audio-control {
  padding: 28px 30px 113px;
  position: relative;
}
.audio-container .audio-player {
  position: absolute;
  z-index: -100;
  opacity: 0;
}
.audio-container .audio-play {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto 30px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .audio-container .audio-play {
    width: 88px;
    height: 88px;
  }
}
.audio-container .audio-play:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.audio-container .audio-play.pause:before {
  opacity: 0;
  visibility: hidden;
}
.audio-container .audio-play.pause:after {
  opacity: 1;
  visibility: visible;
}
.audio-container .audio-play:before {
  content: "";
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 22px;
  background: linear-gradient(to right, #16CC8E 7px, #fff 7px, #fff 13px, #16CC8E 13px);
}
@media (min-width: 768px) {
  .audio-container .audio-play:before {
    width: 31px;
    height: 32px;
    background: linear-gradient(to right, #16CC8E 12px, #fff 12px, #fff 20px, #16CC8E 20px);
  }
}
.audio-container .audio-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 20px solid #16CC8E;
  border-bottom: 11px solid transparent;
  border-top: 11px solid transparent;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .audio-container .audio-play:after {
    border-left: 31px solid #16CC8E;
    border-bottom: 16px solid transparent;
    border-top: 16px solid transparent;
    left: calc(50% + 5px);
  }
}
.audio-container .audio-progress {
  width: 180px;
  height: 10px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.audio-container .audio-progress .slide-progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #e7e2db;
  display: inline-block;
}
.audio-container .volume-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 25px 0;
  background: #11bf84;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-container .volume-block .audio-mute {
  width: 20px;
  height: 19px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("../images/icon-mute.png");
  margin-right: 10px;
  cursor: pointer;
}
.audio-container .volume-block .audio-mute.mute {
  background-image: url("../images/icon-mute-off.png");
}
.audio-container .volume-block .audio-volume {
  width: 60px;
  height: 5px;
  position: relative;
  background: #fff;
  cursor: pointer;
}
.audio-container .volume-block .audio-volume .audio-volume-range {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #e7e2db;
}

.scroll-holder-section {
  margin-bottom: 113px;
}
@media (min-width: 768px) {
  .scroll-holder-section {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .scroll-holder-section {
    margin-bottom: 117px;
  }
}
.scroll-holder-section .title-global-section {
  margin-bottom: 16px;
  color: #151614;
}
@media (min-width: 768px) {
  .scroll-holder-section .title-global-section {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .scroll-holder-section .title-global-section {
    max-width: 600px;
    margin-bottom: 36px;
  }
}
.scroll-holder-section .text-holder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 38px;
  color: #151614;
}
@media (min-width: 768px) {
  .scroll-holder-section .text-holder {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .scroll-holder-section .text-holder {
    max-width: 570px;
    margin-bottom: 93px;
  }
}
.scroll-holder-section .text-holder strong {
  font-weight: 900;
}
.scroll-holder-section .preview-block-holder {
  width: 265px !important;
  height: 265px !important;
  position: relative;
  flex-shrink: 0;
}
.scroll-holder-section .preview-block-holder a {
  padding: 0 !important;
}

.container-scroll-holder {
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .container-scroll-holder {
    margin: 0 -20px 0 0;
  }
}
@media (min-width: 1200px) {
  .container-scroll-holder {
    position: relative;
    margin: 0 calc(590px - 50vw) 0 0;
  }
}
.container-scroll-holder .scroll-holder-block {
  outline: none;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .container-scroll-holder .scroll-holder-block {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .container-scroll-holder .scroll-holder-block {
    display: flex;
    padding-bottom: 84px !important;
  }
}
@media (min-width: 768px) {
  .container-scroll-holder .scroll-holder-block.scroll-pane {
    display: block;
  }
}
.container-scroll-holder .scroll-holder-block.scroll-pane .jspPane {
  margin-left: 0 !important;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .container-scroll-holder .scroll-holder-block.scroll-pane .jspPane {
    display: flex;
    padding-right: 20px !important;
  }
}
.container-scroll-holder .scroll-holder-block .jspVerticalBar {
  display: none;
}
.container-scroll-holder .scroll-holder-block .preview-block-holder {
  margin-bottom: 16px;
  width: 100%;
  height: 100vw;
  max-height: 410px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .container-scroll-holder .scroll-holder-block .preview-block-holder {
    margin-bottom: 0;
    margin-right: 20px;
    width: 555px;
    height: 410px;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .container-scroll-holder .scroll-holder-block .preview-block-holder:last-child {
    margin-right: 0;
  }
}
.container-scroll-holder .btn-block {
  padding: 0 20px;
}
.container-scroll-holder .btn-block .btn {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .container-scroll-holder .btn-block {
    display: none;
  }
}

.preview-block-holder.bg-black a {
  background: #151614;
}
.preview-block-holder.bg-black a .btn.btn-outline-gray {
  border-color: #fff;
  color: #fff;
}
.preview-block-holder.bg-black a .caption-block {
  color: #fff;
}
.preview-block-holder a {
  position: relative;
  background: #EEEBE5;
  display: block;
}
.preview-block-holder a .btn {
  font-size: 12px;
  padding: 6px 15px;
  min-width: 0;
  position: absolute;
  top: 12px;
  left: 12px;
}
@media (min-width: 768px) {
  .preview-block-holder a .btn {
    top: 16px;
    left: 24px;
  }
}
.preview-block-holder a .btn.btn-outline-gray {
  border-color: rgba(79, 79, 79, 0.1);
  color: #94949F;
}
.preview-block-holder a .preview-image {
  overflow: hidden;
  text-align: center;
  line-height: 0;
  height: 100%;
  width: 100%;
  position: relative;
}
.preview-block-holder a .preview-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preview-block-holder a .caption-block {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: #151614;
}
@media (min-width: 768px) {
  .preview-block-holder a .caption-block {
    bottom: 21px;
    right: 21px;
  }
}
.preview-block-holder a .caption-block:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: -2px;
}
.preview-block-holder a .caption-block strong {
  font-weight: 600;
}
.preview-block-holder .preview-block-popup {
  display: block;
  height: 100%;
  width: 100%;
  padding: 66px 60px 52px;
}
@media (min-width: 768px) {
  .preview-block-holder .preview-block-popup {
    padding: 65px 50px 64px;
  }
}

.custom-anchor-scroll-section {
  margin-bottom: 98px;
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section {
    margin-bottom: 77px;
  }
}
.custom-anchor-scroll-section .custom-anchor-header {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .custom-anchor-header {
    margin-bottom: 74px;
  }
}
.custom-anchor-scroll-section .custom-anchor-header .title-global-section {
  margin-bottom: 25px;
}
.custom-anchor-scroll-section .custom-anchor-header .title-global-section:last-child {
  margin-bottom: 0;
}
.custom-anchor-scroll-section .scroll-holder-block {
  display: flex;
  outline: none;
  padding-bottom: 84px !important;
}
@media (min-width: 768px) {
  .custom-anchor-scroll-section .scroll-holder-block {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block {
    padding-bottom: 122px !important;
  }
}
.custom-anchor-scroll-section .scroll-holder-block:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 90px;
  left: -9999px;
  right: -9999px;
  background: #BFBFC9;
  z-index: -1;
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block:after {
    bottom: 128px;
  }
}
.custom-anchor-scroll-section .scroll-holder-block.scroll-pane {
  display: block;
}
@media (min-width: 768px) {
  .custom-anchor-scroll-section .scroll-holder-block.scroll-pane {
    margin-left: -10px;
  }
}
.custom-anchor-scroll-section .scroll-holder-block.scroll-pane .jspPane {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder {
    width: 410px;
    flex-shrink: 0;
    height: 389px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder.last-active:nth-last-child(2) .custom-anchor-block {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder:first-child.active .custom-anchor-block {
    left: 0;
    transform: translate(0, -50%);
  }
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder:first-child.active + .custom-anchor-block-holder .custom-anchor-block {
    left: calc(100% - 104px);
  }
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder:last-child.active .custom-anchor-block {
    left: 0;
    right: 0;
    transform: translate(0, -50%);
  }
}
.custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder.active {
  z-index: 10;
}
@media (min-width: 768px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder.active .custom-anchor-block {
    background: #151614;
    border-color: #151614;
  }
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder.active .custom-anchor-block {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 690px;
    height: 389px;
  }
}
.custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder.active .custom-anchor-block .preview-image.bg-white {
  background: #f2f1ec;
}
.custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder.active .custom-anchor-block .btn {
  background: transparent;
  color: #fff;
}
@media (min-width: 768px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder.active .custom-anchor-block .btn {
    color: #3F403E;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(230, 230, 230, 0.8);
  }
}
@media (min-width: 768px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder.active .custom-anchor-block .caption-block {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block-holder.active ~ .custom-anchor-block-holder .custom-anchor-block {
    left: calc(100% - 244px);
  }
}
.custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block {
  display: block;
  padding: 65px 59px 50px;
  position: relative;
  height: 275px;
  width: 100vw;
  border: 1px solid #151614;
  border-right-color: rgba(238, 235, 229, 0.43);
  border-left-color: rgba(238, 235, 229, 0.43);
  background: #151614;
}
@media (min-width: 768px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block {
    width: calc(50vw - 10px);
    background: transparent;
    border-color: rgba(238, 235, 229, 0.43);
    border-width: 2px;
  }
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block {
    width: 244px;
    height: 316px;
    padding: 65px 44px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    border-width: 4px;
  }
}
.custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block .btn {
  font-size: 12px;
  padding: 6px 15px;
  min-width: 0;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  max-width: 202px;
  text-align: left;
}
@media (min-width: 768px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block .btn {
    background: rgba(230, 227, 218, 0.5);
    color: #151614;
    border-color: #E5EBEE;
  }
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block .btn {
    top: 20px;
    left: 20px;
  }
}
.custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block .caption-block {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 10;
  color: #fff;
}
@media (min-width: 768px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block .caption-block {
    color: #151614;
  }
}
@media (min-width: 1200px) {
  .custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block .caption-block {
    bottom: 20px;
    right: 20px;
  }
}
.custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block .caption-block:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
  margin: 7px 10px 0 0;
  vertical-align: top;
}
.custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block .preview-image {
  width: 100%;
  height: 100%;
  line-height: 0;
  position: relative;
  transition: 0.3s;
}
.custom-anchor-scroll-section .scroll-holder-block .custom-anchor-block .preview-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-container-scroll-holder {
  margin: 0 -20px;
  position: relative;
}

.anchor-nav {
  list-style-type: none;
  padding: 0;
  margin: 0 -20px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.anchor-nav li {
  margin: 0 13px 5px;
}
.anchor-nav a {
  font-size: 18px;
  color: #BCB9B0;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .anchor-nav a {
    font-size: 20px;
  }
}
.anchor-nav a.active {
  color: #151614;
}
.anchor-nav a.active:after {
  opacity: 1;
  visibility: visible;
}
.anchor-nav a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16CC8E;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.get-help-section {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .get-help-section {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .get-help-section {
    margin-bottom: 138px;
  }
}
.get-help-section .text-holder {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .get-help-section .text-holder {
    margin-bottom: 0;
    max-width: 50%;
    padding: 15px 0 30px 10px;
  }
}
.get-help-section .image-holder {
  width: 100%;
}
@media (min-width: 768px) {
  .get-help-section .image-holder {
    max-width: 50%;
    padding-right: 15px;
  }
}
.get-help-section .image-holder .image-block {
  line-height: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 312px;
}
@media (min-width: 1200px) {
  .get-help-section .image-holder .image-block {
    max-width: 398px;
    margin: 0;
  }
}
.get-help-section .title-global-section {
  margin-bottom: 23px;
}
@media (min-width: 1200px) {
  .get-help-section .title-global-section {
    margin-bottom: 20px;
  }
}
.get-help-section .title-global-section + .btn {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .get-help-section .title-global-section + .btn {
    margin-top: 77px;
  }
}
.get-help-section .text-block {
  font-size: 16px;
  margin-bottom: 32px;
  color: #757471;
}
@media (min-width: 1200px) {
  .get-help-section .text-block {
    margin-bottom: 77px;
  }
}
.get-help-section .btn {
  width: 100%;
}
@media (min-width: 480px) {
  .get-help-section .btn {
    width: auto;
    min-width: 187px;
  }
}

@media (max-width: 767px) {
  a.btn {
    text-align: center;
    padding: 16px 0;
  }
}

.portfolio-tabs-section {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .portfolio-tabs-section {
    margin-bottom: 145px;
  }
}
.portfolio-tabs-section .spinner {
  display: none;
}
.portfolio-tabs-section .spinner > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-tabs-section .title-global-section {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .portfolio-tabs-section .title-global-section {
    margin-bottom: 80px;
  }
}

.portfolio-current-tabset {
  padding: 31px 40px;
  font-size: 20px;
  font-weight: 500;
  color: #151614;
  line-height: 1.3;
  background-color: #F5F4F0;
  outline: none;
  margin: 0 -20px 40px;
  position: relative;
}
@media (min-width: 1024px) {
  .portfolio-current-tabset {
    display: none;
  }
}
.portfolio-current-tabset:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: 1px solid #151614;
  border-bottom: 1px solid #151614;
}

.is-portfolio-tabset {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .is-portfolio-tabset {
    overflow: visible;
  }
}
.is-portfolio-tabset .portfolio-scroll-tabset {
  opacity: 1;
  visibility: visible;
}

.portfolio-scroll-tabset {
  background: #F5F4F0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  padding: 90px 0 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .portfolio-scroll-tabset {
    opacity: 1;
    visibility: visible;
    position: static;
    background: transparent;
    margin-right: -20px;
    padding-bottom: 40px !important;
    margin-bottom: 19px;
  }
}
@media (min-width: 1200px) {
  .portfolio-scroll-tabset {
    margin-right: calc(590px - 50vw);
  }
}
.portfolio-scroll-tabset .portfolio-tabset-close {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 10;
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .portfolio-scroll-tabset .portfolio-tabset-close {
    display: none;
  }
}

.portfolio-tabset {
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .portfolio-tabset {
    overflow-y: visible;
    display: flex;
    align-items: center;
  }
}
.portfolio-tabset > li.open > ul.submenu {
  display: block;
  -webkit-transition: all 0.525s ease;
  -moz-transition: all 0.525s ease;
  -ms-transition: all 0.525s ease;
  -o-transition: all 0.525s ease;
  transition: all 0.525s ease;
}
.portfolio-tabset .portfolio-tabset-item button {
  display: block;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  color: #757471;
  line-height: 1.3;
  border: none;
  background: transparent;
  outline: none;
}
@media (min-width: 1024px) {
  .portfolio-tabset .portfolio-tabset-item button {
    white-space: nowrap;
    padding: 31px 40px;
  }
}
.portfolio-tabset .portfolio-tabset-item button.active {
  color: #151614;
}
@media (min-width: 1024px) {
  .portfolio-tabset .portfolio-tabset-item button.active {
    background: #F5F4F0;
  }
}

.portfolio-tab-content {
  position: relative;
  min-height: 600px;
}
@media (min-width: 1024px) {
  .portfolio-tab-content .scroll-pane {
    overflow: visible;
  }
}
.portfolio-tab-content .jspTrack {
  padding: 0 2px;
}
@media (min-width: 768px) {
  .portfolio-tab-content .jspTrack {
    padding: 0;
  }
}
.portfolio-tab-content .btn-block {
  display: none;
}
@media (min-width: 1024px) {
  .portfolio-tab-content .btn-block {
    display: block;
    margin-top: 40px;
  }
}
.portfolio-tab-content .btn-block .btn {
  min-width: 280px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.portfolio-tab-content .btn-block .btn:before {
  position: static;
  margin-right: 10px;
  margin-top: 6px;
  transform: translate(0, 0);
}
.portfolio-tab-content .btn-block .btn:after {
  display: none;
}

.portfolio-scroll-content {
  padding-bottom: 10px !important;
  margin: 0 -20px;
}
@media (min-width: 1024px) {
  .portfolio-scroll-content {
    padding-bottom: 0 !important;
    margin: 0;
  }
}

.portfolio-list {
  display: flex;
  align-items: stretch;
  margin: 0 -5px;
}
@media (min-width: 1024px) {
  .portfolio-list {
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.portfolio-list .portfolio-item {
  padding: 0 5px;
  max-width: 385px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .portfolio-list .portfolio-item {
    padding: 0 5px;
    max-width: 25%;
  }
}
.portfolio-list .portfolio-holder {
  padding: 5px 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .portfolio-list .portfolio-holder {
    padding: 5px 0px;
    min-height: auto !important;
  }
}
.portfolio-list .portfolio-holder.bg-black {
  background: #151614;
}
.portfolio-list .portfolio-holder:hover {
  opacity: 0.75;
}
.portfolio-list .portfolio-holder .image-block {
  line-height: 0;
  text-align: center;
}

.testimonial-slider-section .title-global-section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .testimonial-slider-section .title-global-section {
    margin-bottom: -25px;
    padding-right: 220px;
  }
}

.testimonial-slider {
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .testimonial-slider {
    padding-top: 102px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .testimonial-slider {
    margin-bottom: 126px;
  }
}
@media (min-width: 1024px) {
  .testimonial-slider .testimonial-slide-holder {
    display: flex !important;
    align-items: flex-start;
  }
}
.testimonial-slider .title-block {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 768px) {
  .testimonial-slider .title-block {
    font-size: 34px;
  }
}
@media (min-width: 1024px) {
  .testimonial-slider .title-block {
    width: 100%;
    max-width: 403px;
    padding: 5px 70px 5px 19px;
    border-left: 6px solid #E6E3DA;
    margin: 0;
  }
}
.testimonial-slider .text-block {
  font-size: 16px;
  line-height: 1.7;
  width: 100%;
}
@media (min-width: 1024px) {
  .testimonial-slider .text-block {
    max-width: 480px;
  }
}
@media (min-width: 1200px) {
  .testimonial-slider .text-block {
    padding-top: 20px;
  }
}
.testimonial-slider .text-block p:last-child {
  margin-bottom: 0;
}
.testimonial-slider .slick-arrow {
  position: absolute;
  top: 0;
}
.testimonial-slider .slick-arrow.slick-prev {
  right: 97px;
}
.testimonial-slider .slick-arrow.slick-next {
  right: 20px;
}
@media (min-width: 1200px) {
  .testimonial-slider .slick-arrow.slick-next {
    right: 0;
  }
}

.testimonial-slider-nav {
  margin: 0 -20px;
  padding-bottom: 79px;
  position: relative;
}
@media (min-width: 768px) {
  .testimonial-slider-nav {
    margin: 0 -10px;
    padding-bottom: 0;
  }
}
.testimonial-slider-nav .slick-arrow {
  position: absolute;
  bottom: 0;
}
.testimonial-slider-nav .slick-arrow.slick-prev {
  right: 117px;
}
.testimonial-slider-nav .slick-arrow.slick-next {
  right: 20px;
}
.testimonial-slider-nav .slick-list {
  padding-right: 16px;
}
@media (min-width: 768px) {
  .testimonial-slider-nav .slick-list {
    padding-right: 0;
  }
}
.testimonial-slider-nav .slick-track {
  margin: 0 -6px;
}
@media (min-width: 768px) {
  .testimonial-slider-nav .slick-track {
    margin: 0;
  }
}
.testimonial-slider-nav .testimonial-slide {
  padding: 0 6px;
  outline: none;
}
@media (min-width: 768px) {
  .testimonial-slider-nav .testimonial-slide {
    padding: 0 10px;
  }
}
.testimonial-slider-nav .testimonial-slide.slick-current .testimonial-slide-holder {
  background: #151614;
}
.testimonial-slider-nav .testimonial-slide.slick-current .testimonial-slide-holder .name-block {
  color: #fff;
}
.testimonial-slider-nav .testimonial-slide-holder {
  position: relative;
  border: 1px solid #E6E3DA;
  padding: 20px 12px;
  display: flex;
  align-items: flex-end;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .testimonial-slider-nav .testimonial-slide-holder {
    padding: 10px;
  }
}
.testimonial-slider-nav .testimonial-slide-holder .image-block {
  width: 100%;
  max-width: 120px;
}
.testimonial-slider-nav .testimonial-slide-holder .text-block {
  padding: 40px 0 20px 20px;
}
@media (min-width: 1200px) {
  .testimonial-slider-nav .testimonial-slide-holder .text-block {
    padding: 40px 0 20px 30px;
  }
}
.testimonial-slider-nav .testimonial-slide-holder .facebook-link {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 46px;
  height: 46px;
  color: #151614;
  background: #fff;
}
@media (min-width: 1200px) {
  .testimonial-slider-nav .testimonial-slide-holder .facebook-link {
    width: 54px;
    height: 54px;
    top: 4px;
    right: 4px;
  }
}
.testimonial-slider-nav .testimonial-slide-holder .facebook-link svg, .testimonial-slider-nav .testimonial-slide-holder .facebook-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: auto;
}
.testimonial-slider-nav .testimonial-slide-holder .name-block {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 8px;
}
.testimonial-slider-nav .testimonial-slide-holder .position-block {
  font-size: 16px;
  line-height: 1.75;
  color: #757471;
}

.is-active-menu {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .is-active-menu {
    position: static;
    overflow: visible;
  }
}
.is-active-menu .header .menu-holder {
  opacity: 1;
  visibility: visible;
}

.header {
  padding: 26px 0;
}
@media (min-width: 1024px) {
  .header {
    padding: 32px 0;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1500px) {
  .header .container.container-big .logo {
    max-width: 150px;
  }
}
@media (min-width: 1500px) {
  .header .container.container-big .menu {
    margin-right: 95px;
  }
}
@media (min-width: 1500px) {
  .header .container.container-big .menu li {
    margin: 0 30px;
  }
}
@media (min-width: 1500px) {
  .header .container.container-big .btn {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 140px;
  }
}
.header .logo {
  width: 100%;
  max-width: 92px;
  position: relative;
  z-index: 110;
}
@media (min-width: 768px) {
  .header .logo {
    max-width: 120px;
  }
}
.header .logo img {
  width: 100%;
}
.header .hamburger {
  z-index: 110;
  position: relative;
}
@media (min-width: 1024px) {
  .header .hamburger {
    display: none;
  }
}
.header .menu-holder {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F5F4F0;
  z-index: 100;
  padding: 160px 20px 200px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media (max-height: 500px) {
  .header .menu-holder {
    padding: 100px 20px 50px;
  }
}
@media (min-width: 1024px) {
  .header .menu-holder {
    padding: 0;
    background: transparent;
    position: static;
    opacity: 1;
    visibility: visible;
  }
}
.header .menu-block {
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .header .menu-block {
    display: flex;
    align-items: center;
    overflow: visible;
  }
}
.header .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .header .menu {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .header .menu {
    margin-right: 88px;
  }
}
.header .menu li {
  margin: 0 0 32px;
  text-align: center;
}
@media (min-width: 1024px) {
  .header .menu li {
    margin: 0 20px;
  }
}
.header .menu li.active a:after {
  opacity: 1;
  visibility: visible;
}
.header .menu a {
  font-size: 24px;
  font-weight: 700;
  color: #151614;
  text-decoration: none;
  position: relative;
}
@media (min-width: 1024px) {
  .header .menu a {
    font-size: 16px;
  }
}
.header .menu a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .header .menu a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #16CC8E;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
}
.header .menu-btn {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-height: 500px) {
  .header .menu-btn {
    position: static;
    transform: translateX(0);
  }
}
@media (min-width: 1024px) {
  .header .menu-btn {
    position: static;
    transform: translateX(0);
    display: flex;
    align-items: center;
    margin: 0 -10px;
  }
}
.header .menu-btn li {
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .header .menu-btn li {
    margin: 0 10px;
  }
}
.header .menu-btn li:last-child {
  margin: 0;
}
@media (min-width: 1024px) {
  .header .menu-btn li:last-child {
    margin: 0 10px;
  }
}
.header .btn {
  min-width: 160px;
  padding: 10px 15px 11px;
}
@media (min-width: 1024px) {
  .header .btn {
    min-width: 110px;
  }
}
.header .btn-outline-gray {
  background: #fff;
}

.footer {
  background: #151614;
  color: #fff;
  padding: 80px 0 30px;
}
@media (min-width: 1200px) {
  .footer {
    padding: 86px 0 62px;
  }
}
@media (min-width: 1200px) {
  .footer .container {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1500px) {
  .footer .container.container-big .footer-logo {
    max-width: 150px;
  }
}
.footer .logo-holder {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 55px;
  max-width: 300px;
  color: #757471;
}
@media (min-width: 1200px) {
  .footer .logo-holder {
    margin-bottom: 0;
  }
}
.footer .logo-holder strong {
  color: #fff;
}
.footer .menu-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (min-width: 1200px) {
  .footer .menu-holder {
    flex-wrap: nowrap;
    margin: 0;
    padding-top: 10px;
    padding-right: 90px;
  }
}
.footer .menu-col {
  flex: 1 1 50%;
  padding: 0 15px;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .footer .menu-col {
    flex: 1 1 33.33%;
  }
}
@media (min-width: 1200px) {
  .footer .menu-col {
    margin-right: 69px;
    margin-bottom: 0;
    padding: 0;
    flex: 1 1 auto;
  }
}
.footer .menu-col:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .footer .menu-col:last-child {
    margin-right: 0;
  }
}
.footer .menu-col.menu-columns {
  display: flex;
  padding: 0;
}
@media (min-width: 768px) {
  .footer .menu-col.menu-columns {
    display: block;
  }
}
.footer .menu-row {
  margin-bottom: 33px;
  flex: 1 1 50%;
}
.footer .menu-row:first-child {
  padding: 0 40px 0 39px;
}
@media (min-width: 768px) {
  .footer .menu-row:first-child {
    padding: 0;
  }
}
.footer .menu-row:last-child {
  padding: 0 15px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer .menu-row:last-child {
    padding: 0;
  }
}
.footer .menu-row h3 {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .footer .menu-row h3 {
    margin-bottom: 40px;
  }
}
.footer .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .menu.menu-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 110px;
}
.footer .menu.menu-social li {
  width: 100%;
  max-width: 34%;
  margin-bottom: 28px;
}
.footer .menu.menu-social a {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
.footer .menu.menu-social a:hover {
  color: #16CC8E;
}
.footer .menu.menu-social a:after {
  display: none;
}
.footer .menu li {
  margin-bottom: 14px;
}
.footer .menu a {
  color: #757471;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.footer .menu a:hover {
  color: #fff;
}
.footer .menu .social-icon {
  display: block;
  width: 19px;
  height: 19px;
}
.footer .menu .social-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.footer h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer-logo {
  width: 100%;
  max-width: 120px;
  margin-bottom: 28px;
  display: block;
  line-height: 0;
}
@media (min-width: 768px) {
  .footer-logo {
    max-width: 121px;
  }
}
.footer-logo img {
  width: 100%;
}

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1220px;
}
.container.container-big {
  max-width: 1440px;
}

.full-section {
  margin: 0 -20px;
}
@media (min-width: 1200px) {
  .full-section {
    margin: 0;
    width: 100vw;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.title-global-section {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.193;
}
@media (min-width: 1200px) {
  .title-global-section {
    font-size: 56px;
  }
}
@media (min-width: 768px) {
  .title-global-section.small-title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .title-global-section.small-title {
    font-size: 52px;
  }
}
.title-global-section.big-title {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .title-global-section.big-title {
    font-size: 64px;
  }
}
.title-global-section strong {
  font-weight: 900;
}

.only-section {
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .only-section {
    margin-bottom: 137px;
  }
}

.slick-arrow {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #151614;
  line-height: 1.1875;
  outline: none;
}
.slick-arrow.slick-disabled {
  opacity: 0.4;
}
.slick-arrow.slick-prev:before {
  content: "";
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 5px;
}
.slick-arrow.slick-next:after {
  content: "";
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 5px;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-bg {
  background: #EEEBE5;
}

.popup-content {
  padding: 70px 20px;
  position: relative;
  width: 90%;
}
@media (min-width: 768px) {
  .popup-content {
    padding: 115px 40px;
  }
}
@media (min-width: 1200px) {
  .popup-content {
    width: 100%;
    max-width: 1180px;
  }
}
.popup-content .fancybox-close-small {
  position: fixed;
  top: 5px;
  right: 5px;
  padding: 5px;
}
@media (min-width: 768px) {
  .popup-content .fancybox-close-small {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .popup-content .fancybox-close-small {
    top: 48px;
    right: 60px;
    padding: 0;
  }
}
.popup-content .preview-video .video-holder {
  position: relative;
  padding-top: 65.25%;
  width: 100%;
}
.popup-content .preview-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-content .preview-image, .popup-content .preview-video {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
@media (min-width: 1200px) {
  .popup-content .preview-image, .popup-content .preview-video {
    margin: -80px auto;
  }
}
.popup-content .popup-audio-holder {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.popup-content .popup-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
  color: black;
  max-width: 45%;
}
@media (min-width: 768px) {
  .popup-content .popup-link {
    font-size: 24px;
    top: 40px;
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .popup-content .popup-link {
    right: 60px;
  }
}
.popup-content .popup-link:hover {
  color: #16CC8E;
}
.popup-content .title-block {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 45%;
}
@media (min-width: 768px) {
  .popup-content .title-block {
    font-size: 24px;
    top: 40px;
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .popup-content .title-block {
    left: 60px;
  }
}
.popup-content .caption-block {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: #151614;
}
@media (min-width: 768px) {
  .popup-content .caption-block {
    bottom: 37px;
    right: 43px;
  }
}
.popup-content .caption-block:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: -2px;
}
.popup-content .caption-block strong {
  font-weight: 600;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.bg-green {
  background: #16CC8E;
}

.bg-red {
  background: #FD5E53;
}

.bg-gray {
  background: rgba(230, 227, 218, 0.4);
}

.bg-light-grey {
  background-color: #F5F4F0;
}

.text-green {
  color: #16CC8E;
}

.text-red {
  color: #FD5E53;
}

.font-weight-bold {
  font-weight: 700;
}

.mb-0 {
  margin-bottom: 0;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.text-white {
  color: #ffffff;
}

.justify-center {
  justify-content: center;
}

.mr-80 {
  margin-right: 80px;
}
@media (max-width: 1023px) {
  .mr-80 {
    margin-right: 0;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .mr-80 {
    margin-right: 0;
    margin-bottom: 80px;
  }
}

.mr {
  margin-right: 20px !important;
}
@media (max-width: 1023px) {
  .mr {
    margin-right: 0 !important;
  }
}

.ml-60 {
  margin-left: 60px;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.row-container {
  padding-left: 15px;
  padding-right: 15px;
}

.p-40 {
  padding: 40px 0;
}

.my-50 {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .my-50 {
    margin: 25px 0;
  }
}

.my {
  margin: 65px 0;
}

.mt-30 {
  margin-top: 30px;
}

.lh-36 {
  line-height: 2.25em;
  padding-right: 8px;
}

.f-bold {
  font-weight: 700;
}

.text-right {
  text-align: right;
}
@media (max-width: 767px) {
  .text-right {
    text-align: center;
  }
}

.align-item {
  align-items: center;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.align-center {
  align-items: center;
}

.list-none {
  list-style: none;
}

.block {
  display: block;
}

@media (max-width: 1023px) {
  .height {
    min-height: auto !important;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 0%;
}
@media (max-width: 767px) {
  .row [class*=col] {
    flex: 1 0 100%;
  }
}
@media (min-width: 768px) {
  .row [class*=md-6] {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .row [class*=md-4] {
    flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .row [class*=md-5] {
    flex: 1 0 41.66666%;
    max-width: 41.66666%;
  }
}
@media (min-width: 768px) {
  .row [class*=md-7] {
    flex: 1 0 58.33333%;
    max-width: 58.33333%;
  }
}

.btn-group {
  font-size: 0;
  margin-bottom: -10px;
}
.btn-group .btn {
  margin-right: 12px;
  margin-bottom: 10px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}

@media (min-width: 1500px) {
  .container-big .btn {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.btn {
  font-size: 16px;
  line-height: 1.19;
  border-radius: 0;
  font-weight: 600;
  background: #151614;
  padding: 16px 15px 16px 15px;
  color: #fff;
  border: 1px solid #151614;
  text-decoration: none;
  min-width: 140px;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
@media (min-width: 375px) {
  .btn {
    min-width: 160px;
  }
}
@media (min-width: 768px) {
  .btn {
    padding: 16px 42px 16px 59px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .btn {
    min-width: 176px;
  }
}
.btn:hover {
  background: #16CC8E;
  border-color: #16CC8E;
}
@media (min-width: 768px) {
  .btn:hover:before {
    left: 28px;
  }
}
@media (min-width: 768px) {
  .btn:hover:after {
    width: 15px;
  }
}
.btn:before {
  transition: 0.3s;
  content: "";
  background: currentColor;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .btn:before {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 42px;
    transform: translate(0, -50%);
  }
}
@media (min-width: 768px) {
  .btn:after {
    transition: 0.3s;
    content: "";
    background: currentColor;
    width: 0;
    height: 2px;
    position: absolute;
    top: 50%;
    right: calc(100% - 55px);
    transform: translate(0, -50%);
  }
}
.btn.no-dot {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.btn.no-dot:before, .btn.no-dot:after {
  display: none;
}
.btn.no-animate {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .btn.no-animate {
    min-width: 232px;
  }
}
.btn.no-animate:before {
  position: static;
  transform: translate(0, 0);
  margin-right: 10px;
  margin-top: 6px;
}
.btn.no-animate:after {
  display: none;
}
.btn.btn-green {
  background: #16CC8E;
  border-color: #16CC8E;
  color: #151614;
}
.btn.btn-green:hover {
  background: #151614;
  border-color: #151614;
  color: #fff;
}
.btn.btn-outline {
  background: transparent;
  color: #151614;
}
.btn.btn-outline:hover {
  border-color: #16CC8E;
}
.btn.btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-outline-white:hover {
  border-color: #16CC8E;
}
.btn.btn-outline-gray {
  color: #151614;
  border-color: #E5EBEE;
  background: transparent;
}
.btn.btn-outline-gray:hover {
  border-color: #16CC8E;
}

.btn-circle {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: none;
  background: #151614;
  position: relative;
  transition: 0.3s;
}
.btn-circle:hover {
  background: #16CC8E;
}
.btn-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 4px;
  background: #fff;
}
.btn-circle span:before, .btn-circle span:after {
  content: "";
  background: #fff;
  height: 4px;
  position: absolute;
  left: 0;
}
.btn-circle span:before {
  width: 100%;
  top: -9px;
}
.btn-circle span:after {
  width: 60%;
  bottom: -9px;
}

@media print {
  body {
    background: #fff;
    color: #151614;
    overflow: visible;
  }
  * {
    color: #151614 !important;
    background: none !important;
  }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important;
  }
}
.resize-active * {
  transition: none !important;
}

.vertical-portfolio ul.portfolio-tabset {
  width: 30% !important;
  display: inline-block;
  padding-left: 0;
  list-style: none;
  padding-right: 20px;
  vertical-align: top;
}

.accordion {
  width: 100%;
  max-width: 460px;
  margin: 0px auto;
  background: #FFF;
  padding-right: 20px;
}

#accordion > li.firstt button.active {
  background: #00CD8C;
  color: #fff;
  font-size: 18px !important;
  padding-left: 15px;
  border-radius: 0px;
}

#accordion > li.firstt button {
  background: #fff;
  color: #000;
  font-size: 18px !important;
  padding-left: 15px;
}

#accordion > li.firstt button::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #555;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}

#accordion > li.firstt button.active::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 20px 15px 20px 15px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion .link::after {
  display: none;
}

.accordion li .link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #555;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}

.accordion li.open .link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}

.accordion li.open .link {
  background: #00CD8C;
  color: #fff;
}

.portfolio-tabset .portfolio-tabset-item button {
  display: block;
  padding: 20px 20px 20px 50px;
  font-size: 15px;
  color: #000;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  border-radius: 0px;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #00CD8C;
}

.accordion li.open i {
  color: #fff;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i.fa-chevron-down {
  right: 24px;
  left: auto;
  font-size: 16px;
  top: 22px;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.submenu {
  display: none;
  background: #fff;
  font-size: 16px;
  padding-left: 0;
}

.submenu li {
  border-bottom: 1px solid #ddd;
  list-style: none;
}

.submenu button {
  display: block;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu button:hover {
  background: #00CD8C;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .vertical-portfolio ul.portfolio-tabset {
    width: 100% !important;
    display: block;
    padding-left: 0;
    list-style: none;
    padding-right: 0;
  }
  .vertical-portfolio .portfolio-tab-content {
    width: 100%;
    float: unset;
  }
}
@media (max-width: 832px) {
  .for-mobile {
    margin-top: 0 !important;
    min-height: 320px !important;
  }
  .for-mobile .portfolio-scroll-content {
    margin: 0;
  }
  .vertical-portfolio ul.portfolio-tabset {
    overflow: hidden;
  }
  .accordion {
    max-width: 100% !important;
  }
  .vertical-portfolio ul.portfolio-tabset {
    width: 100% !important;
  }
  .vertical-portfolio .portfolio-tab-content {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 1024px) {
  .portfolio-list .portfolio-item {
    max-width: 34% !important;
  }
}

.popup-content .preview-image {
  max-width: auto !important;
}

@media (min-width: 1200px) {
  .popup-content .preview-image, .popup-content .preview-video {
    margin: -40px auto !important;
  }
}
.preview-copywriting {
  width: 1000px;
  margin: -40px auto 0 auto;
}

.audio-container {
  background-image: url("https://flocksy.com/wp-content/uploads/2022/12/voice-over-mockup-background-1.png");
  background-size: cover;
  height: 415px;
  max-width: 500px;
  position: relative;
}

.popup-content .popup-audio-holder {
  height: 415px;
  max-width: 500px;
}

.audio-container .audio-control {
  padding: 0;
  position: relative;
  background: white;
  display: flex;
  align-items: center;
  height: 33px;
  width: 378px;
  bottom: -279px;
  left: 61px;
}

.audio-container .volume-block .audio-mute {
  background-image: url("https://flocksy.com/wp-content/uploads/2022/12/voice-over-mockup-1.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.audio-container .volume-block {
  flex-flow: column-reverse;
  background-color: transparent;
  bottom: -18px;
  left: 320px;
  right: 0;
  z-index: 10;
}

.audio-container .volume-block .audio-volume {
  width: 87px;
  height: 5px;
  background: #fff;
  transform: rotate(90deg);
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .audio-container .audio-play {
    width: 25px;
    height: 25px;
    background: #16CC8E;
    top: 0;
    left: 0;
  }
  .audio-container .audio-play:after {
    border-left: 11px solid #fff;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    left: calc(40% + 5px);
  }
  .audio-container .audio-play:before {
    background-color: #FFFFFF;
  }
  .audio-container .audio-play:before {
    width: 14px;
    height: 14px;
    background: linear-gradient(to right, #16CC8E 5px, #fff 3px, #16CC8E 11px, #fff 11px);
    left: 43%;
  }
}
.audio-container .audio-progress {
  width: 250px;
  height: 10px;
  background: #e2dfd2;
  top: 0;
  left: -48px;
}

.audio-container .audio-progress .slide-progress {
  background: #16CC8E;
}

/*# sourceMappingURL=portfolio-style.css.map */
