code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * Remove the border on images inside links in IE 10.
 */
/* img {
  border-style: none;
  max-width: 100%;
  vertical-align: middle;
}
img:not([height]) {
  height: auto;
}

iframe {
  border: none;
} */

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background: inherit;
  border: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

button,
input,
select,
optgroup,
textarea {
  text-rendering: optimizeLegibility;
}

/* devanagari */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--heading-color);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-base);
  font-family: var(--heading-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0px;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1,
.h1 {
  font-size: var(--font-size-h1);
}

h2,
.h2 {
  font-size: var(--font-size-h2);
}

h3,
.h3 {
  font-size: var(--font-size-h3);
}

h4,
.h4 {
  font-size: var(--font-size-h4);
}

h5,
.h5 {
  font-size: var(--font-size-h5);
}

h6,
.h6 {
  font-size: var(--font-size-h6);
}

.dsn-heading-title:not(.ah-headline) {
  vertical-align: middle;
}
.dsn-heading-title:not(.ah-headline) span:not(.animate-number),
.dsn-heading-title:not(.ah-headline) p:not(.animate-number) {
  line-height: var(--line-height-base);
}

/** Category */
.metas:not(.mb-10) > span {
  margin-top: 10px;
}
.metas.mb-10 > span {
  margin-bottom: 10px;
}
.metas.circle-after.circle-before:before, .metas.circle-after.circle-before:after {
  top: calc(50% - 5px);
}
.metas.has-separate > span:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.metas.has-separate > span:not(.theme-color):after {
  background-color: var(--heading-color);
}
.metas.has-separate > span.theme-color:after {
  background-color: var(--theme-color);
}
.metas.has-separate > span:not(:last-of-type) {
  padding-right: 7px;
}
.metas > span {
  position: relative;
  letter-spacing: 2px;
}
.metas > span:not(.theme-color) {
  color: var(--heading-color);
}
.metas > span:not(:first-of-type) {
  padding-left: 7px;
}

.title {
  font-size: var(--title-heading);
  line-height: calc(var(--title-heading) + 3px);
  letter-spacing: 2px;
}

.sm-title-block {
  letter-spacing: 2px;
  font-size: 16px;
}

.section-title {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .section-title.justify-content-between {
    justify-content: unset;
    align-items: flex-start;
    flex-direction: column;
  }
  .section-title.justify-content-between img {
    display: none;
  }
  .section-title.justify-content-between .sub-heading {
    order: 1;
    margin-bottom: 15px;
  }
  .section-title.justify-content-between .title {
    order: 2;
  }
}
.section-title .title img {
  width: 148px;
  border-radius: 60px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .section-title .title .sub-heading {
    margin-bottom: 0;
  }
}
.section-title .has-curved-line {
  display: flex;
  align-items: center;
}
.section-title .has-curved-line > span {
  margin-left: -45px;
}
.section-title .description {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media only screen and (max-width: 991px) {
  .section-title.mb-70 {
    margin-bottom: 50px;
  }
}

.title-h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 200;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-h2 {
    font-size: 35px;
    line-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .title-h2 {
    font-size: 30px;
    line-height: inherit;
  }
}

/**
  Title Section
 */
.sub-heading {
  color: var(--heading-color);
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-pre);
}

.title-block {
  letter-spacing: 2px;
  font-size: 22px;
}

.sm-p {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.header-scale-hero {
  transform: scale(1.15);
}

.subtitle {
  color: var(--font-color);
  font-size: 16px;
  letter-spacing: 2px;
}

.sub-text-header {
  margin-top: 25px;
}
.sub-text-header h5 {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 24px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .sub-text-header br,
.title-h2 br,
.subtitle br,
.sm-p br,
.section-title br,
.sub-heading br,
.title br {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .sm-title-block br,
.title-block br {
    display: none;
  }
}

.font-number {
  color: var(--heading-color);
  font-size: 80px;
}

.meta-cat {
  color: var(--heading-color);
}
.meta-cat span,
.meta-cat a {
  position: relative;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
}
.meta-cat span:not(:last-of-type),
.meta-cat a:not(:last-of-type) {
  margin-right: 5px;
  margin-bottom: 5px;
}

p,
span {
  font-weight: var(--font-weight-body);
}

.border-section-bottom {
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 10px;
}

.square-after, .square-before, .circle-after, .circle-before {
  position: relative;
}

.square-after:after, .square-before:before, .circle-after:after, .circle-before:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
}

.square-after:after, .square-before:before, .circle-after:after, .circle-before:before {
  background-color: var(--heading-color);
}

.circle-after:after, .circle-before:before {
  border-radius: 50%;
}

.circle-after.circle-before.circle-both-before {
  padding-left: 30px;
  padding-right: 0;
}
.circle-after.circle-before.circle-both-before:after {
  right: auto;
  left: 10px;
}
.circle-after.circle-before.circle-both-after {
  padding-right: 30px;
  padding-left: 0;
}
.circle-after.circle-before.circle-both-after:before {
  left: auto;
  right: 10px;
}

.square-after, .circle-after {
  padding-right: 25px;
}
.square-after:after, .circle-after:after {
  right: 0;
}

.square-before, .circle-before {
  padding-left: 25px;
}
.square-before:before, .circle-before:before {
  left: 0;
}

/**
    END
 */
.line-under, .line-under-left {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.line-under:after, .line-under:before, .line-under-left:after, .line-under-left:before {
  bottom: 0;
  width: 150px;
  max-width: 50%;
  height: 1.5px;
  background-color: var(--theme-color);
}

.line-under {
  padding-right: 15px;
}
.line-under:after {
  right: 0;
}

.line-under-left {
  padding-left: 15px;
}
.line-under-left:before {
  left: 0;
}

.line-bg-left, .line-bg-right {
  position: relative;
  z-index: 1;
}
.line-bg-left:before, .line-bg-left:after, .line-bg-right:before, .line-bg-right:after {
  top: 0;
  width: 100px;
  max-width: 50%;
  height: 100%;
  background-color: var(--assistant-color);
  z-index: -1;
  transform: skew(-10deg);
}
.background-section .line-bg-left:before, .background-section .line-bg-left:after, .background-section .line-bg-right:before, .background-section .line-bg-right:after {
  background-color: var(--bg-color);
}
.line-bg-left.sub-heading:before, .line-bg-right.sub-heading:before {
  width: 60px;
}

.line-bg-left {
  padding-left: 20px;
}
.line-bg-left:before {
  left: 0;
  transform-origin: bottom left;
}

.line-bg-right {
  padding-right: 15px;
}
.line-bg-right:after {
  right: 0;
  transform-origin: bottom right;
}

.line-under:after, .line-bg-left:before, .line-bg-right:after, .line-under-left:before {
  content: "";
  position: absolute;
}

.line-shape:before, .line-shape:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 4vw;
  height: 1px;
  background: var(--border-color);
}
@media only screen and (max-width: 400px) {
  .line-shape:before, .line-shape:after {
    display: none;
  }
}
.line-shape:not(.line-shape-before):after {
  content: "";
  margin-left: 15px;
}
.line-shape:not(.line-shape-after):before {
  content: "";
  margin-right: 15px;
}

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: var(--line-height-content);
}
p a {
  color: var(--heading-color);
}

cite,
dfn,
em,
i {
  font-style: italic;
}

span, a {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
}

blockquote cite {
  font-style: normal;
  font-family: var(--heading-font);
}

pre {
  font-family: var(--font-pre);
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-family: var(--font-code);
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

big {
  font-size: 125%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: underline;
}

.opacity-5 {
  opacity: 0.5;
}

.has-border-radius {
  border-radius: 15px;
}

.text-upper {
  text-transform: uppercase;
}

.fw-200 {
  font-weight: 200;
}

.v-dark,
.v-light {
  background-color: var(--bg-color);
  color: var(--font-color);
}

.v-dark-head {
  color: var(--font-color);
}

@media only screen and (max-width: 991px) {
  .v-dark-head-mobile {
    color: var(--font-color);
  }
}
.background-main, .background-main .background-inner {
  background-color: var(--bg-color);
}

.background-section, .background-section .background-inner {
  background-color: var(--assistant-color);
}

.background-border, .background-border .background-inner {
  background-color: var(--border-color);
}

.background-theme, .background-theme .background-inner {
  background-color: var(--theme-color);
}

.background-reverse {
  background-color: var(--heading-color);
  color: var(--bg-color);
}

.theme-color {
  color: var(--theme-color);
}

.heading-color {
  color: var(--heading-color);
}

.body-color {
  color: var(--font-color);
}

.background-transparent {
  background-color: transparent;
}

.h-100-v {
  min-height: 100vh;
}

.h-v-70 {
  height: 70vh;
}

.h-v-60 {
  height: 60vh;
}

.h-v-80 {
  height: 80vh;
}

.h-500 {
  height: 500px;
}

[data-overlay]:before,
[data-dsn-overlay]:before {
  content: "";
  position: absolute;
  background-color: var(--bg-overlay);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: var(--overlay-blend-mode);
  border-radius: inherit;
}

[data-overlay="0"]:before,
[data-dsn-overlay="0"]:before {
  opacity: 0;
}

[data-overlay="1"]:before,
[data-dsn-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-dsn-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-dsn-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-dsn-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-dsn-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-dsn-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-dsn-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-dsn-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-dsn-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-dsn-overlay="10"]:before {
  opacity: 1;
}

.section-margin {
  margin-top: var(--margin-padding);
  margin-bottom: var(--margin-padding);
}

.mt-section {
  margin-top: var(--margin-padding);
}

.mb-section {
  margin-bottom: var(--margin-padding);
}

.section-padding {
  padding-top: var(--margin-padding);
  padding-bottom: var(--margin-padding);
}

.pt-section {
  padding-top: var(--margin-padding);
}

.pb-section {
  padding-bottom: var(--margin-padding);
}

.d-grid:not(.dsn-isotope) {
  display: grid;
}
.d-grid:not(.dsn-isotope):not(.d-grid-no-space) {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.d-grid:not(.dsn-isotope):not(.align-items-center, .align-items-end) {
  align-items: stretch;
}
.d-grid.full-width-last-item:not(.dsn-isotope) > .grid-item {
  flex-grow: 1;
}
.d-grid.dsn-isotope, .d-grid.dsn-flex {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .d-grid.dsn-isotope, .d-grid.dsn-flex {
    margin-left: calc((var(--grid-gap, 30px) / 2) * -1);
    margin-right: calc((var(--grid-gap, 30px) / 2) * -1);
  }
}
.d-grid.dsn-isotope > *, .d-grid.dsn-flex > * {
  margin-left: calc((var(--grid-gap, 30px) / 2));
  margin-right: calc((var(--grid-gap, 30px) / 2));
}

.d-grid.custom-width {
  grid-template-columns: auto 73%;
}
@media only screen and (max-width: 991px) {
  .d-grid.custom-width {
    grid-template-columns: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .grid-half-1 {
    grid-template-columns: auto 65%;
  }
}

@media only screen and (min-width: 768px) {
  .grid-1-half {
    grid-template-columns: 65% auto;
  }
}

@media only screen and (max-width: 767px) {
  .grid-half-1, .grid-1-half {
    grid-template-columns: 100%;
  }
}
.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}

@media only screen and (min-width: 992px) {
  .grid-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-lg-1.dsn-isotope > * {
    width: calc(100% - var(--grid-gap, 30px));
    max-width: calc(100% - var(--grid-gap, 30px));
  }
  .grid-lg-1.dsn-isotope > *:nth-of-type(n + 2) {
    margin-top: var(--grid-gap-row, 30px);
  }
  .grid-lg-1.dsn-isotope > *:nth-of-type(1) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .grid-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-md-1.dsn-isotope > * {
    width: calc(100% - var(--grid-gap, 30px));
    max-width: calc(100% - var(--grid-gap, 30px));
  }
  .grid-md-1.dsn-isotope > *:nth-of-type(n + 2) {
    margin-top: var(--grid-gap-row, 30px);
  }
}
@media only screen and (max-width: 767px) {
  .grid-md-1.dsn-isotope > * {
    width: calc(100% - var(--grid-gap, 30px));
    max-width: calc(100% - var(--grid-gap, 30px));
  }
  .grid-md-1.dsn-isotope > *:nth-of-type(n + 2) {
    margin-top: var(--grid-gap-row, 30px);
  }
}

@media only screen and (min-width: 576px) {
  .grid-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-sm-1.dsn-isotope > * {
    width: calc(100% - var(--grid-gap, 30px));
    max-width: calc(100% - var(--grid-gap, 30px));
  }
  .grid-sm-1.dsn-isotope > *:nth-of-type(n + 2) {
    margin-top: var(--grid-gap-row, 30px);
  }
}
@media only screen and (max-width: 575px) {
  .grid-sm-1.dsn-isotope > * {
    width: calc(100% - var(--grid-gap, 30px));
    max-width: calc(100% - var(--grid-gap, 30px));
  }
  .grid-sm-1.dsn-isotope > *:nth-of-type(n + 2) {
    margin-top: var(--grid-gap-row, 30px);
  }
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 992px) {
  .grid-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-lg-2.dsn-isotope > * {
    width: calc(50% - var(--grid-gap, 30px));
    max-width: calc(50% - var(--grid-gap, 30px));
  }
  .grid-lg-2.dsn-isotope > *:nth-of-type(n + 3) {
    margin-top: var(--grid-gap-row, 30px);
  }
  .grid-lg-2.dsn-isotope > *:nth-of-type(2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-md-2.dsn-isotope > * {
    width: calc(50% - var(--grid-gap, 30px));
    max-width: calc(50% - var(--grid-gap, 30px));
  }
  .grid-md-2.dsn-isotope > *:nth-of-type(n + 3) {
    margin-top: var(--grid-gap-row, 30px);
  }
}
@media only screen and (max-width: 767px) {
  .grid-md-2.dsn-isotope > * {
    width: calc(100% - var(--grid-gap, 30px));
    max-width: calc(100% - var(--grid-gap, 30px));
  }
  .grid-md-2.dsn-isotope > *:nth-of-type(n + 2) {
    margin-top: var(--grid-gap-row, 30px);
  }
}

@media only screen and (min-width: 576px) {
  .grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-sm-2.dsn-isotope > * {
    width: calc(50% - var(--grid-gap, 30px));
    max-width: calc(50% - var(--grid-gap, 30px));
  }
  .grid-sm-2.dsn-isotope > *:nth-of-type(n + 3) {
    margin-top: var(--grid-gap-row, 30px);
  }
}
@media only screen and (max-width: 575px) {
  .grid-sm-2.dsn-isotope > * {
    width: calc(100% - var(--grid-gap, 30px));
    max-width: calc(100% - var(--grid-gap, 30px));
  }
  .grid-sm-2.dsn-isotope > *:nth-of-type(n + 2) {
    margin-top: var(--grid-gap-row, 30px);
  }
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (min-width: 992px) {
  .grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-lg-3.dsn-isotope > * {
    width: calc(33.3333333333% - var(--grid-gap, 30px));
    max-width: calc(33.3333333333% - var(--grid-gap, 30px));
  }
  .grid-lg-3.dsn-isotope > *:nth-of-type(n + 4) {
    margin-top: var(--grid-gap-row, 30px);
  }
  .grid-lg-3.dsn-isotope > *:nth-of-type(3) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-md-3.dsn-isotope > * {
    width: calc(33.3333333333% - var(--grid-gap, 30px));
    max-width: calc(33.3333333333% - var(--grid-gap, 30px));
  }
  .grid-md-3.dsn-isotope > *:nth-of-type(n + 4) {
    margin-top: var(--grid-gap-row, 30px);
  }
}
@media only screen and (max-width: 767px) {
  .grid-md-3.dsn-isotope > * {
    width: calc(100% - var(--grid-gap, 30px));
    max-width: calc(100% - var(--grid-gap, 30px));
  }
  .grid-md-3.dsn-isotope > *:nth-of-type(n + 2) {
    margin-top: var(--grid-gap-row, 30px);
  }
}

@media only screen and (min-width: 576px) {
  .grid-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-sm-3.dsn-isotope > * {
    width: calc(33.3333333333% - var(--grid-gap, 30px));
    max-width: calc(33.3333333333% - var(--grid-gap, 30px));
  }
  .grid-sm-3.dsn-isotope > *:nth-of-type(n + 4) {
    margin-top: var(--grid-gap-row, 30px);
  }
}
@media only screen and (max-width: 575px) {
  .grid-sm-3.dsn-isotope > * {
    width: calc(100% - var(--grid-gap, 30px));
    max-width: calc(100% - var(--grid-gap, 30px));
  }
  .grid-sm-3.dsn-isotope > *:nth-of-type(n + 2) {
    margin-top: var(--grid-gap-row, 30px);
  }
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (min-width: 992px) {
  .grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-lg-4.dsn-isotope > * {
    width: calc(25% - var(--grid-gap, 30px));
    max-width: calc(25% - var(--grid-gap, 30px));
  }
  .grid-lg-4.dsn-isotope > *:nth-of-type(n + 5) {
    margin-top: var(--grid-gap-row, 30px);
  }
  .grid-lg-4.dsn-isotope > *:nth-of-type(4) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-md-4.dsn-isotope > * {
    width: calc(25% - var(--grid-gap, 30px));
    max-width: calc(25% - var(--grid-gap, 30px));
  }
  .grid-md-4.dsn-isotope > *:nth-of-type(n + 5) {
    margin-top: var(--grid-gap-row, 30px);
  }
}
@media only screen and (max-width: 767px) {
  .grid-md-4.dsn-isotope > * {
    width: calc(100% - var(--grid-gap, 30px));
    max-width: calc(100% - var(--grid-gap, 30px));
  }
  .grid-md-4.dsn-isotope > *:nth-of-type(n + 2) {
    margin-top: var(--grid-gap-row, 30px);
  }
}

@media only screen and (min-width: 576px) {
  .grid-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-sm-4.dsn-isotope > * {
    width: calc(25% - var(--grid-gap, 30px));
    max-width: calc(25% - var(--grid-gap, 30px));
  }
  .grid-sm-4.dsn-isotope > *:nth-of-type(n + 5) {
    margin-top: var(--grid-gap-row, 30px);
  }
}
@media only screen and (max-width: 575px) {
  .grid-sm-4.dsn-isotope > * {
    width: calc(100% - var(--grid-gap, 30px));
    max-width: calc(100% - var(--grid-gap, 30px));
  }
  .grid-sm-4.dsn-isotope > *:nth-of-type(n + 2) {
    margin-top: var(--grid-gap-row, 30px);
  }
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

@media only screen and (min-width: 992px) {
  .grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-lg-5.dsn-isotope > * {
    width: calc(20% - var(--grid-gap, 30px));
    max-width: calc(20% - var(--grid-gap, 30px));
  }
  .grid-lg-5.dsn-isotope > *:nth-of-type(n + 6) {
    margin-top: var(--grid-gap-row, 30px);
  }
  .grid-lg-5.dsn-isotope > *:nth-of-type(5) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .grid-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-md-5.dsn-isotope > * {
    width: calc(20% - var(--grid-gap, 30px));
    max-width: calc(20% - var(--grid-gap, 30px));
  }
  .grid-md-5.dsn-isotope > *:nth-of-type(n + 6) {
    margin-top: var(--grid-gap-row, 30px);
  }
}
@media only screen and (max-width: 767px) {
  .grid-md-5.dsn-isotope > * {
    width: calc(100% - var(--grid-gap, 30px));
    max-width: calc(100% - var(--grid-gap, 30px));
  }
  .grid-md-5.dsn-isotope > *:nth-of-type(n + 2) {
    margin-top: var(--grid-gap-row, 30px);
  }
}

@media only screen and (min-width: 576px) {
  .grid-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-sm-5.dsn-isotope > * {
    width: calc(20% - var(--grid-gap, 30px));
    max-width: calc(20% - var(--grid-gap, 30px));
  }
  .grid-sm-5.dsn-isotope > *:nth-of-type(n + 6) {
    margin-top: var(--grid-gap-row, 30px);
  }
}
@media only screen and (max-width: 575px) {
  .grid-sm-5.dsn-isotope > * {
    width: calc(100% - var(--grid-gap, 30px));
    max-width: calc(100% - var(--grid-gap, 30px));
  }
  .grid-sm-5.dsn-isotope > *:nth-of-type(n + 2) {
    margin-top: var(--grid-gap-row, 30px);
  }
}

.v-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clear {
  clear: both;
}
.clear:after, .clear:before {
  content: "";
  display: table;
  table-layout: fixed;
}

[data-dsn-grid=move-up],
[data-dsn-grid=moveUp] {
  overflow: hidden;
}
[data-dsn-grid=move-up]:not(.p-absolute),
[data-dsn-grid=moveUp]:not(.p-absolute) {
  position: relative;
  height: 100vh;
}

@media only screen and (max-width: 767px) {
  [data-dsn-grid=move-up],
[data-dsn-grid=moveUp] {
    height: 80vh;
  }
}
@media only screen and (max-width: 575px) {
  [data-dsn-grid=move-up],
[data-dsn-grid=moveUp] {
    height: 60vh;
  }
}
[data-dsn-grid=move-up] img,
[data-dsn-grid=move-up] video,
[data-dsn-grid=moveUp] img,
[data-dsn-grid=moveUp] video {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  will-change: transform;
  left: 0;
}
[data-dsn-grid=move-up] img.has-bigger-scale,
[data-dsn-grid=move-up] video.has-bigger-scale,
[data-dsn-grid=moveUp] img.has-bigger-scale,
[data-dsn-grid=moveUp] video.has-bigger-scale {
  transform: scale(1.3);
}
[data-dsn-grid=move-up] img.has-skew,
[data-dsn-grid=move-up] video.has-skew,
[data-dsn-grid=moveUp] img.has-skew,
[data-dsn-grid=moveUp] video.has-skew {
  transform-origin: 0 90%;
  transform: skewY(15deg);
}
[data-dsn-grid=move-up] img.has-scale,
[data-dsn-grid=move-up] video.has-scale,
[data-dsn-grid=moveUp] img.has-scale,
[data-dsn-grid=moveUp] video.has-scale {
  transform: scale(0.98);
}
[data-dsn-grid=move-up] img.has-opposite-direction,
[data-dsn-grid=move-up] video.has-opposite-direction,
[data-dsn-grid=moveUp] img.has-opposite-direction,
[data-dsn-grid=moveUp] video.has-opposite-direction {
  height: 120%;
  top: 0;
}
[data-dsn-grid=move-up].dsn-animate,
[data-dsn-grid=moveUp].dsn-animate {
  transform: scale(1.2);
}
[data-dsn-grid=move-up].dsn-animate:after,
[data-dsn-grid=moveUp].dsn-animate:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
[data-dsn-grid=move-up].dsn-animate.dsn-active,
[data-dsn-grid=moveUp].dsn-animate.dsn-active {
  transform: scale(1);
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) 1.1s;
}
[data-dsn-grid=move-up].dsn-animate.dsn-active.dsn-effect-right:after,
[data-dsn-grid=moveUp].dsn-animate.dsn-active.dsn-effect-right:after {
  transform: translateX(100%);
}
[data-dsn-grid=move-up].dsn-animate.dsn-active.dsn-effect-left:after,
[data-dsn-grid=moveUp].dsn-animate.dsn-active.dsn-effect-left:after {
  transform: translateX(-100%);
}
[data-dsn-grid=move-up].dsn-animate.dsn-active.dsn-effect-up:after,
[data-dsn-grid=moveUp].dsn-animate.dsn-active.dsn-effect-up:after {
  transform: translateY(-100%);
}
[data-dsn-grid=move-up].dsn-animate.dsn-active.dsn-effect-down:after,
[data-dsn-grid=moveUp].dsn-animate.dsn-active.dsn-effect-down:after {
  transform: translateY(100%);
}

@media only screen and (min-width: 768px) {
  [data-dsn-grid=move-up].h-100,
[data-dsn-grid=moveUp].h-100 {
    height: 100%;
  }
}

.img-box-parallax img {
  display: initial;
}

.fancybox__container {
  --fancybox-thumbs-border-radius: 50%;
  --fancybox-thumbs-ratio: 1;
  --fancybox-thumbs-width: 70px;
  --fancybox-thumbs-height: 70px;
  --fancybox-accent-color: var(--theme-color);
}
.fancybox__container .fancybox__thumbs {
  padding-bottom: 30px;
}

.fancybox__thumbs .carousel__slide:not(:last-child) {
  margin-right: 10px;
}

[data-fancybox] {
  cursor: pointer;
}

.over-hidden {
  overflow: hidden;
}

p {
  color: var(--font-color);
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.box-shadow-image .bg-shadow:after, .dsn-box-shadow:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 20%;
  background-image: linear-gradient(to top, var(--assistant-color), rgba(0, 0, 0, 0));
}

@media only screen and (max-width: 767px) {
  .order-first-mobile {
    order: -1;
  }
}
.hover-box-item .grid-item {
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hover-box-item .grid-item:hover {
  transform: translateY(-10px) rotate(0.21deg) translateZ(0);
}

.pointer-event-all {
  pointer-events: all;
}