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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

/**
 * Remove the inner padding 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;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.eot");
  src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 1399.98px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding: 0 15px;
  }
}

body {
  font-family: "Montserrat";
  font-size: 18px;
  background: #010101;
  line-height: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 360px) {
  body {
    font-size: 16px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  outline: none;
}

a {
  display: block;
  text-decoration: none;
}
a:focus, a:focus-visible {
  outline: none;
}

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

ul,
li {
  display: block;
}

*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 4px solid #fff;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(0, 0, 0);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(0, 0, 0);
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(0, 0, 0);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(0, 0, 0);
}

p {
  color: #c9a24c;
}

#page {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page .site-main,
#page .flexible-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.link {
  border: 1px solid #c9a24c;
  padding: 10px;
  font-weight: 500;
  color: #000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.link svg {
  stroke: #000;
  width: 10px;
  -webkit-transition: stroke 0.7s ease;
  transition: stroke 0.7s ease;
  width: 17px;
  height: 17px;
}
.link:hover {
  color: #c9a24c;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.link:hover svg {
  stroke: #c9a24c;
  -webkit-transition: stroke 0.7s ease;
  transition: stroke 0.7s ease;
}

.section {
  padding: 50px 0;
}

.entry-title {
  color: #c9a24c;
}

.content-text {
  color: #c9a24c;
}
.content-text h2 {
  margin-bottom: 20px;
}
.content-text a {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  color: #c9a24c;
}
.content-text a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.content-text p {
  color: #c9a24c;
  margin-bottom: 10px;
}
.content-text p:last-of-type {
  margin-bottom: 0;
}
.content-text ul {
  padding-left: 2rem;
  margin-top: 15px;
}
.content-text li {
  display: list-item;
  margin-bottom: 5px;
}
.content-text li:last-of-type {
  margin-bottom: 0;
}

.error-404 h1 {
  font-size: 12rem;
  color: red;
  text-align: center;
  margin: 0 20px 0;
}
@media (max-width: 991.98px) {
  .error-404 h1 {
    font-size: 6rem;
  }
}
@media (max-width: 575.98px) {
  .error-404 h1 {
    font-size: 4rem;
  }
}

.header {
  padding: 20px 0;
  position: relative;
  background: url("../image/decor-bg.PNG") no-repeat;
  background-size: 100px;
  background-position: right 55px;
}
@media (max-width: 767.98px) {
  .header {
    background-size: 70px;
    background-position: right 80px;
  }
}
@media (max-width: 575.98px) {
  .header {
    background-size: 50px;
    background-position: right 65px;
  }
}
@media (max-width: 360px) {
  .header {
    background-position: right 85px;
  }
}
.header::before {
  content: "";
  background: url("../image/decor-1.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
}
@media (max-width: 1650px) {
  .header::before {
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 1445px) {
  .header::before {
    width: 60%;
    height: 60%;
  }
}
@media (max-width: 991.98px) {
  .header::before {
    width: 50%;
    height: 50%;
  }
}
@media (max-width: 575.98px) {
  .header::before {
    width: 40%;
    height: 40%;
  }
}
.header::after {
  content: "";
  background: url("../image/decor-2.svg") no-repeat;
  position: absolute;
  width: 6%;
  height: 27%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1800px) {
  .header::after {
    width: 8%;
  }
}
@media (max-width: 1500px) {
  .header::after {
    width: 10%;
  }
}
@media (max-width: 991.98px) {
  .header::after {
    width: 9%;
    height: 20%;
  }
}
@media (max-width: 767.98px) {
  .header::after {
    width: 50px;
    height: 20%;
  }
}

.header-text {
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .header-text {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .header-text {
    font-size: 16px;
  }
}

.header-top {
  border-top: 2px solid #c9a24c;
  border-bottom: 2px solid #c9a24c;
  text-align: center;
  font-weight: 500;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 115px 0 0;
}
@media (max-width: 767.98px) {
  .header-wrap {
    gap: 30px;
    margin: 80px 0 0;
  }
}

.base-logo {
  background: url("../image/decor-4-1.png") no-repeat center/cover;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c9a24c;
  position: relative;
}
@media (max-width: 991.98px) {
  .base-logo {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .base-logo {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .base-logo {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 460px) {
  .base-logo {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 360px) {
  .base-logo {
    width: 180px;
    height: 180px;
  }
}
.base-logo h1 {
  margin: 0;
  color: #c9a24c;
  font-size: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .base-logo h1 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .base-logo h1 {
    font-size: 23px;
  }
}
@media (max-width: 460px) {
  .base-logo h1 {
    font-size: 17px;
    gap: 3px;
  }
}
@media (max-width: 360px) {
  .base-logo h1 {
    font-size: 16px;
  }
}
.base-logo span {
  background: black;
  display: block;
  padding: 7px 10px;
  border-radius: 20px;
  font-weight: 900;
}
@media (max-width: 575.98px) {
  .base-logo span {
    padding: 3px 5px;
  }
}
@media (max-width: 460px) {
  .base-logo span {
    padding: 4px 7px;
  }
}

.decor-svg {
  position: absolute;
  right: -150px;
  top: -88px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .decor-svg {
    right: -153px;
    top: -86px;
  }
}
@media (max-width: 767.98px) {
  .decor-svg {
    right: -111px;
    top: -65px;
  }
}
@media (max-width: 575.98px) {
  .decor-svg {
    right: -89px;
    top: -52px;
  }
}
@media (max-width: 460px) {
  .decor-svg {
    right: -73px;
    top: -44px;
  }
}
@media (max-width: 360px) {
  .decor-svg {
    right: -66px;
    top: -39px;
  }
}
.decor-svg svg {
  width: 570px;
  height: 570px;
}
@media (max-width: 991.98px) {
  .decor-svg svg {
    width: 575px;
    height: 575px;
  }
}
@media (max-width: 767.98px) {
  .decor-svg svg {
    width: 430px;
    height: 430px;
  }
}
@media (max-width: 575.98px) {
  .decor-svg svg {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 460px) {
  .decor-svg svg {
    width: 285px;
    height: 285px;
  }
}
@media (max-width: 360px) {
  .decor-svg svg {
    width: 255px;
    height: 255px;
  }
}

.group-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.logo-block {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: url("../image/decor-3.1.png") no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .logo-block {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .logo-block {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 460px) {
  .logo-block {
    width: 80px;
    height: 80px;
  }
}
.logo-block img {
  max-width: 150px;
}
@media (max-width: 991.98px) {
  .logo-block img {
    max-width: 100px;
  }
}
@media (max-width: 767.98px) {
  .logo-block img {
    max-width: 80px;
  }
}
@media (max-width: 460px) {
  .logo-block img {
    max-width: 60px;
  }
}
.logo-block:nth-child(1) {
  top: -4rem;
}
@media (max-width: 991.98px) {
  .logo-block:nth-child(1) {
    top: -3rem;
  }
}
@media (max-width: 767.98px) {
  .logo-block:nth-child(1) {
    left: -2rem;
  }
}
.logo-block:nth-child(2) {
  right: -3rem;
  top: -3.5rem;
}
@media (max-width: 991.98px) {
  .logo-block:nth-child(2) {
    right: -3rem;
    top: -2rem;
  }
}
@media (max-width: 767.98px) {
  .logo-block:nth-child(2) {
    right: -1rem;
    top: -2.5rem;
  }
}
@media (max-width: 575.98px) {
  .logo-block:nth-child(2) {
    right: 0rem;
    top: -3rem;
  }
}
.logo-block:nth-child(3) {
  right: 4rem;
  top: -5rem;
}
@media (max-width: 991.98px) {
  .logo-block:nth-child(3) {
    right: 1rem;
    top: -2rem;
  }
}
@media (max-width: 575.98px) {
  .logo-block:nth-child(3) {
    right: 2rem;
    top: -3rem;
  }
}

a.logo-block {
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
a.logo-block:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.card-section {
  padding: 50px 0 150px;
}

.card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 991.98px) {
  .card-wrap {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border: 1px solid #c9a24c;
  position: relative;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}
.card__image {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .card__image {
    height: 250px;
  }
}
@media (max-width: 991.98px) {
  .card__image {
    height: 200px;
  }
}
@media (max-width: 767.98px) {
  .card__image {
    height: 250px;
  }
}
.card__title {
  padding: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
}
.card__hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px;
  gap: 25px;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  left: -100%;
  top: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.card__hover-icon {
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card__hover-text {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .card__hover-text {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .card__hover-text {
    font-size: 20px;
  }
}
.card:hover .card__hover {
  opacity: 1;
  background: #c9a24c;
  left: 0;
}

#lightbox-3 img {
  max-height: 580px;
}
@media (max-width: 1250px) {
  #lightbox-3 img {
    max-height: none;
  }
}

.lightbox-content {
  display: none;
}

.lightbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .lightbox-wrap {
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .lightbox-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lightbox-wrap img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 650px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .lightbox-wrap img {
    max-height: none;
  }
}
@media (max-width: 575.98px) {
  .lightbox-wrap img {
    width: 100%;
  }
}

.lightbox-inner {
  padding: 80px 0 80px 160px;
  color: #000;
  width: 50%;
}
@media (max-width: 991.98px) {
  .lightbox-inner {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 575.98px) {
  .lightbox-inner {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.lightbox-inner-content {
  position: relative;
}
.lightbox-inner-content::before {
  content: "";
  width: 1px;
  height: 75%;
  background: #000;
  display: block;
  position: absolute;
  left: -1.5rem;
  top: 4.5rem;
}
@media (max-width: 991.98px) {
  .lightbox-inner-content::before {
    display: none;
  }
}
.lightbox-inner .link {
  font-size: 14px;
  margin: 20px auto 0;
}
@media (max-width: 575.98px) {
  .lightbox-inner .link {
    font-size: 16px;
  }
}
.lightbox-inner .content-text,
.lightbox-inner p {
  color: #000;
}
.lightbox-inner .content-text h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 575.98px) {
  .lightbox-inner .content-text h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.lightbox-inner .content-text {
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .lightbox-inner .content-text {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.min.css.map */