/* Custom Reset */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, fieldset, form, label,
article, aside, figure, figcaption, footer, header,
menu, nav section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  line-height: 0;
}

/* BREAKPOINTS */
/* TEXTS */
/* ---------------------------------------
/*Custom Mixins
/*--------------------------------------- */
/* ---------------------------------------
/* Side Tab
/*--------------------------------------- */
/* ---------------------------------------
/* Close button
/*--------------------------------------- */
/* ---------------------------------------
/* Icon inline
/*--------------------------------------- */
/* ---------------------------------------
/* Truncate
/*--------------------------------------- */
/* ---------------------------------------
/* Triangle
/*--------------------------------------- */
/* ---------------------------------------
/* Chevron
/*--------------------------------------- */
/* ---------------------------------------
/* Spaces
/*--------------------------------------- */
.m-0 {
  display: block;
  margin: 0rem !important;
}

.mt-0 {
  display: block;
  margin-top: 0rem !important;
}

.mb-0 {
  display: block;
  margin-bottom: 0rem !important;
}

.p-0 {
  display: block;
  padding: 0rem !important;
}

.pt-0 {
  display: block;
  padding-top: 0rem !important;
}

.pb-0 {
  display: block;
  padding-bottom: 0rem !important;
}

.m-4 {
  display: block;
  margin: 0.25rem !important;
}

.mt-4 {
  display: block;
  margin-top: 0.25rem !important;
}

.mb-4 {
  display: block;
  margin-bottom: 0.25rem !important;
}

.p-4 {
  display: block;
  padding: 0.25rem !important;
}

.pt-4 {
  display: block;
  padding-top: 0.25rem !important;
}

.pb-4 {
  display: block;
  padding-bottom: 0.25rem !important;
}

.m-8 {
  display: block;
  margin: 0.5rem !important;
}

.mt-8 {
  display: block;
  margin-top: 0.5rem !important;
}

.mb-8 {
  display: block;
  margin-bottom: 0.5rem !important;
}

.p-8 {
  display: block;
  padding: 0.5rem !important;
}

.pt-8 {
  display: block;
  padding-top: 0.5rem !important;
}

.pb-8 {
  display: block;
  padding-bottom: 0.5rem !important;
}

.m-16 {
  display: block;
  margin: 1rem !important;
}

.mt-16 {
  display: block;
  margin-top: 1rem !important;
}

.mb-16 {
  display: block;
  margin-bottom: 1rem !important;
}

.p-16 {
  display: block;
  padding: 1rem !important;
}

.pt-16 {
  display: block;
  padding-top: 1rem !important;
}

.pb-16 {
  display: block;
  padding-bottom: 1rem !important;
}

.m-20 {
  display: block;
  margin: 1.25rem !important;
}

.mt-20 {
  display: block;
  margin-top: 1.25rem !important;
}

.mb-20 {
  display: block;
  margin-bottom: 1.25rem !important;
}

.p-20 {
  display: block;
  padding: 1.25rem !important;
}

.pt-20 {
  display: block;
  padding-top: 1.25rem !important;
}

.pb-20 {
  display: block;
  padding-bottom: 1.25rem !important;
}

.m-24 {
  display: block;
  margin: 1.5rem !important;
}

.mt-24 {
  display: block;
  margin-top: 1.5rem !important;
}

.mb-24 {
  display: block;
  margin-bottom: 1.5rem !important;
}

.p-24 {
  display: block;
  padding: 1.5rem !important;
}

.pt-24 {
  display: block;
  padding-top: 1.5rem !important;
}

.pb-24 {
  display: block;
  padding-bottom: 1.5rem !important;
}

.m-32 {
  display: block;
  margin: 2rem !important;
}

.mt-32 {
  display: block;
  margin-top: 2rem !important;
}

.mb-32 {
  display: block;
  margin-bottom: 2rem !important;
}

.p-32 {
  display: block;
  padding: 2rem !important;
}

.pt-32 {
  display: block;
  padding-top: 2rem !important;
}

.pb-32 {
  display: block;
  padding-bottom: 2rem !important;
}

.m-40 {
  display: block;
  margin: 2.5rem !important;
}

.mt-40 {
  display: block;
  margin-top: 2.5rem !important;
}

.mb-40 {
  display: block;
  margin-bottom: 2.5rem !important;
}

.p-40 {
  display: block;
  padding: 2.5rem !important;
}

.pt-40 {
  display: block;
  padding-top: 2.5rem !important;
}

.pb-40 {
  display: block;
  padding-bottom: 2.5rem !important;
}

/* ---------------------------------------
/*Buttons
/*--------------------------------------- */
.btn--primary {
  background-color: #101820;
  color: #fff;
  border: 1px solid #fff;
}
.btn--primary:hover, .btn--primary:focus {
  background-color: #a4d65e;
  color: #101820;
  border-color: #a4d65e;
}

.btn--secondary {
  background-color: #e87200;
  color: #fff;
  border: 1px solid #e87200;
}
.btn--secondary:hover, .btn--secondary:focus {
  background-color: #fff;
  color: #e87200;
  border-color: #e87200;
}

.btn--danger {
  background-color: #e74c3c;
  color: #fff;
  border: 1px solid #e74c3c;
}
.btn--danger:hover, .btn--danger:focus {
  background-color: rgb(168.2876712329, 34.5205479452, 20.7123287671);
  color: #fff;
  border-color: rgb(213.698630137, 43.8356164384, 26.301369863);
}

/* ---------------------------------------
/* Square
/*--------------------------------------- */
.container {
  max-width: 77rem;
  margin: 0 auto;
  padding: 0rem 1rem;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contain-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hidden-mobile {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .hidden-mobile {
    display: block;
  }
}

.eho-ada {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0.625rem;
}

.primary-font {
  font-family: "bio-sans", sans-serif;
}

.secondary-font {
  font-family: "Montserrat", sans-serif;
}

.decorative-font {
  font-family: "Codystar", sans-serif;
}

.mb-3 {
  margin-bottom: 1.875rem;
}

.marquee-wrapper {
  height: 10rem;
  overflow: hidden;
  position: absolute;
  top: -1.25rem;
  z-index: 1;
  right: 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .marquee-wrapper {
    right: 10.625rem;
    top: 0rem;
  }
}

.marquee-content {
  display: block;
  flex-direction: column;
  -webkit-animation: scrollUpText 6s linear infinite;
  animation: scrollUpText 6s linear infinite;
  background-color: #101820;
  animation-delay: 0s;
}
.marquee-content .line {
  display: block;
  font-family: "bitcount-grid-single-circle", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  height: 2.1875rem;
  line-height: 2.1875rem;
  text-align: right;
  color: #fff;
  margin-bottom: 0;
  font-size: 2.5rem;
}

@keyframes scrollUpText {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
/*
* General styles
*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.ease {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html {
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 1.1111111111vw;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 601px) {
  body.logged-in {
    padding-top: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in {
    padding-top: 32px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #header {
    padding-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #nav-trigger {
    top: 99px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in #nav-trigger {
    top: 97px;
  }
}
body.logged-in #nav-trigger.active {
  top: 97px;
}
@media screen and (min-width: 768px) {
  body.logged-in #nav-trigger.active {
    top: 143px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in #nav-trigger.active {
    top: 129px;
  }
}
body #page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body #page-wrapper .main-content {
  flex: 1;
}

img {
  display: block;
}

body {
  font-family: "bio-sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 1.1111111111vw;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
}

h1, .h1 {
  font-size: 3.125rem;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 4.3125rem;
    font-weight: 401;
  }
}
@media only screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

p {
  margin-bottom: 0.5rem;
}
hr {
  border: none;
  height: 3px;
  margin: 40px 0;
  background-image: linear-gradient(to right, #fff, #e87200, #fff);
}
hr:before, hr:after {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 2px solid #e87200;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
hr:after {
  animation: anim-hr 1s linear infinite;
}

@keyframes anim-hr {
  0% {
    width: 40px;
    height: 40px;
  }
  100% {
    width: 0;
    height: 0;
  }
}
/* ---------------------------------------
/* Links
/*--------------------------------------- */
a {
  color: #101820;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
}
/* ---------------------------------------
/* Buttons
/*--------------------------------------- */
button {
  font-family: "bio-sans", sans-serif;
}

.btn {
  display: inline-block;
  text-align: center;
  padding: 0.5rem 1.8125rem;
  border-radius: 0;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  line-height: 1.1111111111;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 6.25rem;
  border: 2px solid #fff;
  text-transform: uppercase;
}

.frm_forms.frm_style_formidable-style.with_frm_style {
  max-width: 100% !important;
  margin: 0rem auto 3.125rem !important;
  background: #d8d5cf;
  border: none !important;
  border-radius: 0;
  padding: 0;
  box-shadow: none !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_fields_container {
  grid-gap: 0.9375rem 1.25rem;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields {
  margin-bottom: 20px;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_form_field {
  margin-bottom: 15px;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_primary_label,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_control_label {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0;
  color: #545859;
  margin-bottom: 0.3125rem;
  display: block;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=text],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=email],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=number],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=url],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=tel],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=password],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields textarea,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields select {
  width: 100%;
  padding: 0.5rem 0rem;
  font-size: 1rem;
  color: #545859;
  background: #d8d5cf;
  border: none;
  border-bottom: 2px solid #545859;
  border-radius: 0;
  box-sizing: border-box;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=text]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=email]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=number]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=url]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=tel]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=password]::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields textarea::placeholder,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields select::placeholder {
  color: #545859 !important;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=text]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=email]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=number]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=url]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=tel]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=password]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields textarea:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields select:focus {
  outline: none;
  border-color: #545859 !important;
  box-shadow: none !important;
  color: #545859 !important;
  background-color: #d8d5cf !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=text]:active,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=email]:active,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=number]:active,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=url]:active,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=tel]:active,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=password]:active,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields textarea:active,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields select:active {
  color: #545859 !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .contact-form-textarea {
  margin-top: 0.625rem;
  margin-bottom: 0.125rem;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields textarea {
  margin-top: 0.625rem;
  border: 2px solid #545859;
  min-height: 10.1875rem;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=file] {
  padding: 0.5rem 0rem;
  border: 1px solid #545859;
  border-radius: 0;
  background: #d8d5cf;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=checkbox],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=radio],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=checkbox],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=radio] {
  appearance: none;
  width: 1.0625rem !important;
  height: 1.0625rem !important;
  border: 2px solid #545859;
  border-radius: 0 !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  background-color: #d8d5cf !important;
  margin-top: 0.3125rem;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=checkbox]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=radio]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=checkbox]:focus,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(84, 88, 89, 0.25);
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=checkbox]:checked,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=radio]:checked,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=checkbox]:checked,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=radio]:checked {
  background: #545859 !important;
  border-color: #545859;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=checkbox]:checked[type=checkbox]:not([disabled]),
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=radio]:checked[type=checkbox]:not([disabled]),
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=checkbox]:checked[type=checkbox]:not([disabled]),
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=radio]:checked[type=checkbox]:not([disabled]) {
  background: #d8d5cf !important;
  border-color: #545859 !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=checkbox]:checked[type=checkbox]:not([disabled])::before,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=radio]:checked[type=checkbox]:not([disabled])::before,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=checkbox]:checked[type=checkbox]:not([disabled])::before,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=radio]:checked[type=checkbox]:not([disabled])::before {
  display: block;
  content: "";
  width: 1.125rem !important;
  height: 0.375rem !important;
  border: 0.125rem solid #545859;
  border-top: 0;
  border-right: 0;
  position: absolute !important;
  top: 10%;
  left: 75%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-image: none !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=checkbox]:checked[type=radio],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=radio]:checked[type=radio],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=checkbox]:checked[type=radio],
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=radio]:checked[type=radio] {
  border-radius: 50% !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=checkbox]:checked[type=radio]::before,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox input[type=radio]:checked[type=radio]::before,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=checkbox]:checked[type=radio]::before,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio input[type=radio]:checked[type=radio]::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #d8d5cf;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_checkbox label,
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_radio label {
  display: flex;
  align-items: start;
  vertical-align: middle;
  cursor: pointer;
  color: #545859;
  font-size: 1.125rem;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=radio] {
  border-radius: 50% !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields input[type=radio]:before {
  margin: 0;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_submit button[type=submit] {
  background: #d8d5cf;
  color: #545859;
  padding: 0.4375rem 2.125rem;
  border: 2px solid #101820;
  border-radius: 0;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "bio-sans", sans-serif;
  margin: -0.1875rem 0rem 0rem 0rem;
}
@media only screen and (min-width: 1024px) {
  .frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_submit button[type=submit] {
    margin: 1.25rem 0rem 0rem 0rem;
  }
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_submit button[type=submit]:hover {
  background: #a4d65e;
  color: #101820;
  border-color: #a4d65e;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_submit button[type=submit]:active {
  transform: translateY(1px);
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_error_style {
  color: #dc3545;
  background: #fff3cd !important;
  border: 1px solid #ffeeba;
  border-radius: 4px;
  padding: 0.625rem 0.9375rem;
  margin-top: 0.625rem;
  font-size: 14px;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_description {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_html_container p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.frm_forms.frm_style_formidable-style.with_frm_style .frm_required {
  display: none;
}

/* ---------------------------------------
/* Side Tab
/*--------------------------------------- */
.side-tab {
  position: fixed;
  top: 40%;
  right: 0;
  transform: translate(18.75rem, -50%);
  z-index: 2;
  background-color: #fff;
  border-bottom: 2px solid #001d4a;
  border-top: 2px solid #001d4a;
  transition: all 0.9s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.side-tab--active {
  transform: translate(0, -50%);
}
.side-tab--active .side-tab__label {
  cursor: default;
}
.side-tab__body {
  position: relative;
  min-height: 100px;
  width: 18.75rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-tab__wrapper {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.side-tab__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  left: auto;
  right: 5px;
}
.side-tab__close:before, .side-tab__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
  transform-origin: center;
}
.side-tab__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.side-tab__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.side-tab__close:hover {
  transition: all 0.3s;
  transform: scale(1.2);
}
.side-tab__close:hover:before, .side-tab__close:hover:after {
  background-color: #001d4a;
}
.side-tab__content {
  padding: 30px 30px 30px 50px;
}
.side-tab__link {
  display: block;
  margin-top: 0.625rem;
}
.side-tab__label {
  background-color: #001d4a;
  color: #fff;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1;
}
.side-tab__label p {
  transform: rotate(90deg);
  position: relative;
}
.side-tab__label p:before, .side-tab__label p:after {
  content: none;
  width: 5px;
  height: 5px;
  background-color: #0070cd;
  position: absolute;
}
.side-tab__label p:before {
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.side-tab__label p:after {
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
/* ---------------------------------------
/* PopUp
/*--------------------------------------- */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 5px;
}
.popup--active {
  opacity: 1;
  visibility: visible;
}
.popup__wrapper {
  background-color: #fff;
  max-width: 37.5rem;
  padding: 1.25rem;
  position: relative;
}
.popup__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.popup__close:before, .popup__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
  transform-origin: center;
}
.popup__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup__close:hover {
  transition: all 0.3s;
  transform: scale(1.2);
}
.popup__close:hover:before, .popup__close:hover:after {
  background-color: #001d4a;
}
.popup__title {
  text-align: center;
  margin-bottom: 20px;
}
#glightbox-body .goverlay {
  background-color: #101820;
}
#glightbox-body .ginner-container {
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  #glightbox-body .ginner-container {
    max-width: 61.25rem;
  }
}
#glightbox-body .gslide-media {
  box-shadow: none;
  margin: 0 auto !important;
}
#glightbox-body .gslide-media .plyr__control--overlaid {
  background: #a4d65e;
}
#glightbox-body .gslide-media .plyr--full-ui input[type=range] {
  color: #a4d65e;
}
#glightbox-body .gnext, #glightbox-body .gprev {
  width: 2.3125rem;
  height: 4.5625rem;
  background-color: transparent;
  top: auto;
}
@media only screen and (min-width: 1024px) {
  #glightbox-body .gnext, #glightbox-body .gprev {
    top: 45%;
    bottom: 1.25rem;
    display: flex;
  }
}
#glightbox-body .gnext:hover:before, #glightbox-body .gprev:hover:before {
  background-color: #a4d65e;
}
#glightbox-body .gnext::before, #glightbox-body .gprev::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mask-image: url("../images/icons/lightbox-arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: all 0.3s;
}
#glightbox-body .gnext svg, #glightbox-body .gprev svg {
  display: none;
}
#glightbox-body .gprev {
  left: 8.125rem;
}
#glightbox-body .gprev::before {
  transform: rotate(180deg);
}
#glightbox-body .gnext {
  right: 8.125rem;
}
#glightbox-body .gclose.gbtn {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  top: 1.5rem;
  right: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  #glightbox-body .gclose.gbtn {
    top: 3.125rem;
    right: 4.25rem;
  }
}
#glightbox-body .gclose.gbtn svg {
  width: 100%;
  height: 100%;
}
#glightbox-body .gslide-custom-buttons {
  justify-content: center;
  gap: 6.25rem;
  display: flex;
  margin-top: 1.625rem;
}
@media only screen and (min-width: 1024px) {
  #glightbox-body .gslide-custom-buttons {
    display: none;
  }
}
#glightbox-body .gslide-custom-buttons .custom-prev,
#glightbox-body .gslide-custom-buttons .custom-next {
  width: 2.3125rem;
  height: 4.5625rem;
  background-color: transparent;
  position: relative;
  border: none;
  cursor: pointer;
}
#glightbox-body .gslide-custom-buttons .custom-prev:hover:before,
#glightbox-body .gslide-custom-buttons .custom-next:hover:before {
  background-color: #a4d65e;
}
#glightbox-body .gslide-custom-buttons .custom-prev::before,
#glightbox-body .gslide-custom-buttons .custom-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mask-image: url("../images/icons/lightbox-arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: all 0.3s;
}
#glightbox-body .gslide-custom-buttons .custom-prev::before {
  transform: rotate(180deg);
}

.footer {
  background-color: #101820;
  color: white;
  padding: 2.125rem 1.625rem 2.25rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .footer {
    padding: 3.875rem 1.625rem 2.875rem;
  }
}
.footer__wrapper {
  max-width: 15rem;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: end;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .footer__wrapper {
    max-width: 78rem;
    margin: 0 auto;
  }
}
.footer__logo {
  max-width: 12.5rem;
  margin: 0rem -0.875rem 7.375rem auto;
}
@media only screen and (min-width: 1024px) {
  .footer__logo {
    margin: 0rem -1.25rem 6rem auto;
    max-width: 13.875rem;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__phone {
  margin-bottom: 1.25rem;
}
.footer__address {
  margin-bottom: 1.9375rem;
}
.footer a {
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 1024px) {
  .footer a {
    font-size: 1.125rem;
  }
}
.footer a:hover {
  color: #a5674b;
}
.footer__copyright {
  margin-top: 1.25rem;
}

:root {
  --speed: 5s;
}

/* lower = faster */
.vertical-marquee {
  overflow: hidden;
  height: 100%;
  top: 0;
  position: absolute;
  left: 3.25rem;
}
@media only screen and (min-width: 1024px) {
  .vertical-marquee {
    left: 15.3125rem;
  }
}

.vertical-marquee__track {
  display: flex;
  flex-direction: column;
  animation: scrollUp linear infinite;
  animation-duration: var(--speed);
}

.vertical-marquee__item {
  padding: 12px 16px;
  box-sizing: border-box;
  min-height: 40px; /* keep uniform height for seamless result */
}

/* keyframes: from 0% to 100% move up by 50% of the track (because content is duplicated) */
@keyframes scrollUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
/* accessibility: respect user preference */
@media (prefers-reduced-motion: reduce) {
  .vertical-marquee__track {
    animation: none;
  }
}
.vertical-letters {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.25rem;
  margin-bottom: 5.75rem;
}
.vertical-letters span {
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

/* Use sections within sections
<section>
	<section>

	</section>
</section>
*/
example h1, example h2, example h3, example h4, example h5, example h6,
example .h1, example .h2, example .h3, example .h4, example .h5, example .h6 {
  margin-bottom: 1.875rem;
}
example__image {
  max-width: 12.5rem;
  height: auto;
}
example__oembed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
example__oembed iframe,
example__oembed object,
example__oembed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
example__gallery img {
  max-width: 12.5rem;
  height: auto;
}

/* ---------------------------------------
/*
/*--------------------------------------- */
.example1 {
  color: #101820;
  display: inline-flex;
  align-items: center;
}
.example1::before, .example1::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background-color: currentColor;
  mask: url(../images/icons/phone-solid.svg) no-repeat center/contain;
  -webkit-mask: url(../images/icons/phone-solid.svg) no-repeat center/contain;
  flex-shrink: 0;
}
.example1::after {
  margin-left: 0.375rem;
}
.example1::before {
  display: none;
}
.example1:hover {
  color: #e87200;
}

.example2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.example3 {
  width: 0;
  height: 0;
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #e87200;
}

.example4 {
  width: 0;
  height: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e87200;
  border-right: 2px solid #e87200;
  transform: rotate(45deg);
}

/* ---------------------------------------
/*
/*--------------------------------------- */
/* ---------------------------------------
/*
/*--------------------------------------- */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.side-tab {
  position: fixed;
  top: 40%;
  right: 0;
  transform: translate(18.75rem, -50%);
  z-index: 2;
  background-color: #fff;
  border-bottom: 2px solid #001d4a;
  border-top: 2px solid #001d4a;
  transition: all 0.9s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.side-tab--active {
  transform: translate(0, -50%);
}
.side-tab--active .side-tab__label {
  cursor: default;
}
.side-tab__body {
  position: relative;
  min-height: 100px;
  width: 18.75rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-tab__wrapper {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.side-tab__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  left: auto;
  right: 5px;
}
.side-tab__close:before, .side-tab__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
  transform-origin: center;
}
.side-tab__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.side-tab__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.side-tab__close:hover {
  transition: all 0.3s;
  transform: scale(1.2);
}
.side-tab__close:hover:before, .side-tab__close:hover:after {
  background-color: #001d4a;
}
.side-tab__content {
  padding: 30px 30px 30px 50px;
}
.side-tab__link {
  display: block;
  margin-top: 0.625rem;
}
.side-tab__label {
  background-color: #001d4a;
  color: #fff;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1;
}
.side-tab__label p {
  transform: rotate(90deg);
  position: relative;
}
.side-tab__label p:before, .side-tab__label p:after {
  content: none;
  width: 5px;
  height: 5px;
  background-color: #0070cd;
  position: absolute;
}
.side-tab__label p:before {
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.side-tab__label p:after {
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.gallery {
  padding: 4rem 0rem;
}
.gallery__wrapper {
  opacity: 1;
  transition: all 0.3s;
  max-width: 83.75rem;
}
.gallery__wrapper--hidden {
  opacity: 0;
}
.gallery__controls--desktop {
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2.25rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .gallery__controls--desktop {
    display: flex;
  }
}
.gallery__controls--desktop button {
  font-size: 1.125rem;
  padding: 0.3125rem 0.625rem;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  color: #545859;
}
.gallery__controls--desktop button:hover {
  color: #a5674b;
}
.gallery__controls--mobile {
  display: flex;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 1024px) {
  .gallery__controls--mobile {
    display: none;
  }
}
.gallery__controls--mobile .choices {
  width: 100%;
}
.gallery__images {
  columns: 1;
  gap: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .gallery__images {
    columns: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery__images {
    columns: 2;
  }
}
.gallery__image-box {
  position: relative;
  overflow: hidden;
}
.gallery__image-box a {
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
}
.gallery__image-box a[href$=".mp4"], .gallery__image-box a[href*=youtu], .gallery__image-box a[href*=vimeo], .gallery__image-box a[href$=".mov"], .gallery__image-box a[href$=".webm"] {
  position: relative;
}
.gallery__image-box a[href$=".mp4"]:hover .play-btn:before, .gallery__image-box a[href*=youtu]:hover .play-btn:before, .gallery__image-box a[href*=vimeo]:hover .play-btn:before, .gallery__image-box a[href$=".mov"]:hover .play-btn:before, .gallery__image-box a[href$=".webm"]:hover .play-btn:before {
  border-color: transparent transparent transparent #a4d65e;
}
.gallery__image-box a[href$=".mp4"]:hover .play-btn:after, .gallery__image-box a[href*=youtu]:hover .play-btn:after, .gallery__image-box a[href*=vimeo]:hover .play-btn:after, .gallery__image-box a[href$=".mov"]:hover .play-btn:after, .gallery__image-box a[href$=".webm"]:hover .play-btn:after {
  border-color: #a4d65e;
}
.gallery__image-box a[href$=".mp4"] .play-btn, .gallery__image-box a[href*=youtu] .play-btn, .gallery__image-box a[href*=vimeo] .play-btn, .gallery__image-box a[href$=".mov"] .play-btn, .gallery__image-box a[href$=".webm"] .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  z-index: 2;
}
.gallery__image-box a[href$=".mp4"] .play-btn:after, .gallery__image-box a[href*=youtu] .play-btn:after, .gallery__image-box a[href*=vimeo] .play-btn:after, .gallery__image-box a[href$=".mov"] .play-btn:after, .gallery__image-box a[href$=".webm"] .play-btn:after {
  transition: border-color 0.3s;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid #efebe4;
  z-index: 2;
  border-radius: 50%;
}
.gallery__image-box a[href$=".mp4"] .play-btn:before, .gallery__image-box a[href*=youtu] .play-btn:before, .gallery__image-box a[href*=vimeo] .play-btn:before, .gallery__image-box a[href$=".mov"] .play-btn:before, .gallery__image-box a[href$=".webm"] .play-btn:before {
  transition: border-color 0.3s;
  content: "";
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 1.25rem 0rem 1.25rem 2.125rem;
  border-color: transparent transparent transparent #efebe4;
  position: absolute;
  z-index: 1;
}
.gallery__image-box a[href$=".mp4"]:after, .gallery__image-box a[href*=youtu]:after, .gallery__image-box a[href*=vimeo]:after, .gallery__image-box a[href$=".mov"]:after, .gallery__image-box a[href$=".webm"]:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.gallery__image-box a:hover .gallery__image {
  transform: scale(1.2);
}
.gallery__image {
  display: block;
  transition: transform 0.5s;
  overflow: hidden;
}
.gallery__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.gallery .mixitup-page-list {
  padding: 10px;
  text-align: center;
}
.gallery .mixitup-control-active {
  pointer-events: none;
  color: #a5674b;
}
.gallery .mixitup-control-active:before {
  background-color: #e87200;
}
.gallery .choices:after {
  content: "";
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #545859;
  transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
  transition: transform 0.3s;
}
.gallery .choices .choices__inner {
  padding: 0rem 1.5rem;
  background-color: #fff;
  border: 1px solid #545859;
  color: #545859;
  border-radius: 0rem;
}
.gallery .choices__item {
  font-size: 1.5rem;
  line-height: 1.5;
}
.gallery .choices__item--choice {
  font-size: 1.5rem;
  color: #101820;
}
.gallery .choices__list--dropdown.choices__list--dropdown .choices__item {
  padding: 0rem 1.5rem;
  line-height: 1.5;
  font-size: 1.5rem;
}
.gallery .choices__list[aria-expanded] {
  background-color: #fff;
  z-index: 10;
}
.gallery .choices[data-type*=select-one]::after {
  content: "";
  height: 12px;
  width: 12px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #545859;
  transform: rotate(135deg);
  position: absolute;
  right: 1.5rem;
  top: 1.25rem;
  margin-top: -3px;
  pointer-events: none;
  transition: transform 0.3s;
}
.gallery .choices[data-type*=select-one].is-open::after {
  margin-top: -1px;
  border-color: #545859;
  transform: rotate(315deg);
}

.hero {
  color: #fff;
  background-color: #101820;
}
.hero__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .hero__wrapper {
    flex-direction: row;
  }
}
.hero__logo-block {
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 2rem 0rem 3.5rem;
  background: transparent url("../images/decor/hero-decor.svg") no-repeat center bottom;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .hero__logo-block {
    background: #fff url("../images/decor/hero-decor.svg") no-repeat center bottom;
    background-size: 100% auto;
    padding: 0rem 0rem 5rem;
    width: 25.875rem;
  }
}
.hero__logo-block .logo {
  width: 12.6875rem;
}
@media only screen and (min-width: 1024px) {
  .hero__logo-block .logo {
    width: 15.375rem;
  }
}
.hero__logo-block .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero__main-block {
  background-color: #101820;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  padding: 3.6875rem 0.9375rem 4.25rem;
}
@media only screen and (min-width: 1024px) {
  .hero__main-block {
    padding: 3.6875rem 4.0625rem 5rem;
  }
}
.hero__main-block .marquee-wrapper {
  right: 2.6875rem;
}
@media only screen and (min-width: 1024px) {
  .hero__main-block .marquee-wrapper {
    right: 11.625rem;
  }
}
.hero__main-block .marquee-wrapper .line {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1024px) {
  .hero__main-block .marquee-wrapper .line {
    letter-spacing: 0.2em;
  }
}
.hero__title {
  position: absolute;
  left: 0;
  bottom: 8.875rem;
  margin-left: 0.9375rem;
  text-transform: uppercase;
  z-index: 10;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  max-width: 25rem;
  white-space: none;
  font-size: 1.875rem;
}
@media screen and (min-width: 400px) {
  .hero__title {
    font-size: 2.8125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .hero__title {
    bottom: 6.25rem;
    max-width: 100%;
    margin-left: -0.375rem;
    font-size: 6.25rem;
    white-space: nowrap;
  }
}
.hero__decor {
  width: 100%;
  height: 1.25rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
  justify-content: center;
}
.hero__decor .dot {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #101820;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .hero__decor .dot {
    background-color: #fff;
  }
}
.hero__button {
  position: relative;
  z-index: 2;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .hero__button {
    margin-bottom: 3.125rem;
  }
}
.hero__image {
  position: relative;
  z-index: 2;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  margin-bottom: 6.25rem;
}
@media only screen and (min-width: 1024px) {
  .hero__image {
    margin-bottom: 1.875rem;
    max-width: 47.375rem;
    height: 26.4375rem;
  }
}
.hero__subtitle {
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  max-width: 15rem;
}
@media only screen and (min-width: 1024px) {
  .hero__subtitle {
    max-width: 100%;
  }
}
.hero .arcs-container {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: var(--gap, 16px);
}
.hero .arc {
  width: var(--size, 60px);
  height: calc(var(--size, 40px) / 2);
  background: #fff;
  border-top-left-radius: var(--size, 40px);
  border-top-right-radius: var(--size, 40px);
}

.about {
  overflow: hidden;
  position: relative;
  padding: 4rem 0.625rem 4.625rem;
}
@media only screen and (min-width: 1024px) {
  .about {
    padding: 5.75rem 0rem 12.5rem;
  }
}
.about__wrapper {
  position: relative;
}
.about__image-box {
  position: relative;
  max-width: 62.125rem;
  height: 14.9375rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .about__image-box {
    height: 25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .about__image-box {
    height: 37.1875rem;
  }
}
.about__circle-text {
  position: absolute;
  top: -2.75rem;
  right: -3.375rem;
  width: 10.75rem;
  height: 10.75rem;
  font-weight: 600;
  font-size: clamp(36px, 2vw, 32px);
  text-transform: uppercase;
  animation: spin 20s linear infinite reverse;
}
@media only screen and (min-width: 1024px) {
  .about__circle-text {
    top: 2.8125rem;
    right: -8.375rem;
    width: 20rem;
    height: 20rem;
  }
}
.about__circle-text svg {
  width: 100%;
  height: auto;
  max-width: 25rem;
}
.about__circle-text text {
  fill: none;
  stroke: #c4bfb6;
  stroke-width: 1px;
}
.about__circle {
  position: absolute;
  top: -4.0625rem;
  right: -4.375rem;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 12.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  animation: spin 20s linear infinite reverse;
  color: transparent;
  -webkit-text-stroke: 1px #c4bfb6;
}
@media only screen and (min-width: 1024px) {
  .about__circle {
    top: 6.625rem;
    font-size: 2.25rem;
  }
}
.about__circle span {
  text-transform: uppercase;
  display: inline-block;
  width: 0.625rem;
  position: absolute;
  transform: translate(-12.5px, 0px) rotate(var(--rot)) translate(0, -5rem);
}
@media only screen and (min-width: 1024px) {
  .about__circle span {
    transform: translate(-12.5px, 0px) rotate(var(--rot)) translate(0, -9.375rem);
  }
}
.about__image {
  position: relative;
  z-index: 2;
  background-color: #545859;
  height: 100%;
  padding: 0.8125rem;
}
@media only screen and (min-width: 1024px) {
  .about__image {
    padding: 2.0625rem;
  }
}
.about__image-label {
  background-color: #a5674b;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  padding: 0.625rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 0.625rem;
}
@media only screen and (min-width: 1024px) {
  .about__image-label {
    font-size: 1.125rem;
    width: 7.875rem;
    height: 7.875rem;
  }
}
.about__decor {
  position: absolute;
  background: url("../images/decor/about-decor.svg") no-repeat center center;
  background-size: contain;
  bottom: -5.25rem;
  left: -8.625rem;
  width: 54.0625rem;
  height: 19.375rem;
}
@media only screen and (min-width: 1024px) {
  .about__decor {
    bottom: 2.75rem;
    left: 0rem;
    width: 82.0625rem;
    height: 13.375rem;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.intro {
  margin-bottom: 0.625rem;
  padding: 2.125rem 0rem 0rem;
  position: relative;
  overflow-x: clip;
}
.intro:before {
  content: "";
  position: absolute;
  left: 0;
  width: 46rem;
  display: block;
  height: 9.1875rem;
  background-image: url("../images/decor/intro-decor.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: -7.5rem;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .intro:before {
    bottom: 7.75rem;
    z-index: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    margin-bottom: 0.4375rem;
  }
}
.intro__wrapper {
  overflow: hidden;
}
.intro__top-block {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  margin: 0rem auto 6.75rem;
}
@media only screen and (min-width: 1024px) {
  .intro__top-block {
    margin: 0rem auto 8.75rem;
    flex-direction: row;
  }
}
.intro__header {
  padding: 0rem 1.125rem;
  display: flex;
  justify-content: start;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .intro__header {
    padding-right: 0;
    position: relative;
    display: flex;
  }
}
.intro__title {
  font-weight: 600;
  letter-spacing: 0.2em;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .intro__title {
    font-size: 1.5625rem;
  }
}
.intro__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #101820;
  text-transform: uppercase;
  margin-bottom: 1.8125rem;
}
@media only screen and (min-width: 1024px) {
  .intro__subtitle {
    font-size: 1.5625rem;
  }
}
.intro__text {
  font-size: 1rem;
  line-height: 2.1875;
  padding: 0rem 1.125rem;
}
@media only screen and (min-width: 1024px) {
  .intro__text {
    max-width: 34.875rem;
    padding: 0rem 0rem 0rem 4.125rem;
  }
}
.intro__bottom-block {
  display: flex;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .intro__bottom-block {
    padding-right: 3.625rem;
  }
}
.intro__bottom-decor {
  overflow: hidden;
  position: absolute;
  top: -2.75rem;
  right: -7.5rem;
  color: #efebe4;
  font-family: "bitcount-grid-single-circle", sans-serif;
  font-weight: 600;
  text-align: right;
  font-size: 3.75rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .intro__bottom-decor {
    top: -2.75rem;
    right: -1.25rem;
  }
}
.intro__decor-images {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .intro__decor-images {
    margin-top: -11.625rem;
    display: flex;
    flex-wrap: nowrap;
    height: 11.625rem;
  }
  .intro__decor-images img {
    height: 100%;
    object-fit: cover;
  }
  .intro__decor-images img:first-child {
    width: 25.75rem;
  }
  .intro__decor-images img:last-child {
    width: 11.625rem;
    border: 1.3125rem solid #a5674b;
  }
}
.intro__main-image {
  position: relative;
  z-index: 1;
  text-align: right;
  height: 17.6875rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .intro__main-image {
    height: 25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .intro__main-image {
    height: 21rem;
    width: 47.9375rem;
  }
}
.intro__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact {
  background-color: #fff;
  color: #545859;
  position: relative;
}
.contact:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -11.4375rem;
  left: 3.125rem;
  width: 14.5625rem;
  height: 23.25rem;
  background-image: url("../images/decor/contact-decor.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media only screen and (min-width: 360px) {
  .contact:before {
    left: 10.4375rem;
  }
}
@media screen and (max-width: 420px) {
  .contact:before {
    left: 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .contact:before {
    bottom: -10.375rem;
    left: 6.25rem;
    width: 19.6875rem;
    height: 23.375rem;
  }
}
@media only screen and (min-width: 1024px) {
  .contact {
    padding: 0rem 3.625rem 0rem 7.5rem;
  }
  .contact:before {
    left: 22.375rem;
  }
}
.contact__wrapper {
  background-color: #d8d5cf;
  padding: 5.5rem 2.1875rem 6.75rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .contact__wrapper {
    padding: 6.375rem 2.1875rem 2.5rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.contact__info-block {
  padding: 9.375rem 0rem 0rem 0rem;
}
@media only screen and (min-width: 1024px) {
  .contact__info-block {
    padding: 2.875rem 0rem 0rem 12rem;
    max-width: 33.1875rem;
  }
}
.contact__form-block {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .contact__form-block {
    width: 33.1875rem;
    margin-right: 4.875rem;
  }
}
.contact__title-wrapper {
  position: relative;
}
.contact__title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 1.8125rem;
  text-transform: uppercase;
  max-width: 15.625rem;
}
@media only screen and (min-width: 1024px) {
  .contact__title {
    margin-bottom: 3.625rem;
  }
}
.contact__title--dots {
  display: flex;
  gap: 0.4375rem;
  margin-bottom: 1.5625rem;
  position: absolute;
  top: -2rem;
  left: 0;
}
.contact__title--dots span {
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background-color: #a5674b;
  display: inline-block;
}
.contact__description {
  font-size: 1.125rem;
}

.cta {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .cta {
    padding: 9.375rem 0rem 0rem;
  }
}
.cta__wrapper {
  position: relative;
}
.cta__content {
  background-color: #545859;
  display: flex;
  align-items: end;
  margin: 0;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .cta__content {
    flex-direction: row;
    margin-left: 12.75rem;
  }
}
.cta__decor-image {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cta__decor-image {
    display: block;
    border: 1.4375rem solid #a5674b;
    border-left: none;
    position: absolute;
    left: 0;
    top: -15.4375rem;
    max-width: 12.75rem;
    width: 100%;
    height: 15.4375rem;
  }
}
.cta__main-image {
  width: 100%;
  height: 17.875rem;
  position: relative;
  max-height: 26.125rem;
}
@media only screen and (min-width: 768px) {
  .cta__main-image {
    height: 25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cta__main-image {
    height: 26.125rem;
    width: 45.9375rem;
  }
}
.cta__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-left: 1.125rem;
}
@media only screen and (min-width: 1024px) {
  .cta__main-image img {
    padding-left: 0;
  }
}
.cta__link {
  margin-bottom: 4.25rem;
  display: flex;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background-color: #a5674b;
  padding: 1.4375rem 1.25rem 1.5rem 4.25rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  max-height: 4.25rem;
}
.cta__link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% - 1.5625rem);
  background-color: #101820;
  border-radius: 2.5rem 0rem 0rem 2.5rem;
  transition: all 0.8s;
}
.cta__link span {
  position: relative;
  z-index: 2;
  transition: all 0.8s;
  display: inline-flex;
  align-items: center;
}
.cta__link span::before, .cta__link span::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  mask: url(../images/icons/arrow.svg) no-repeat center/contain;
  -webkit-mask: url(../images/icons/arrow.svg) no-repeat center/contain;
  flex-shrink: 0;
}
.cta__link span::before {
  margin-right: 1.875rem;
}
.cta__link span::after {
  display: none;
}
.cta__link:hover:before {
  transform: translateX(87%);
}
.cta__link:hover span {
  transform: translateX(-2.1875rem);
}
.cta .square {
  position: relative;
  overflow: hidden;
  width: 4.25rem;
  height: 4.25rem;
}
.cta .square-1 {
  position: absolute;
  top: -2.75rem;
  right: 0;
  bottom: auto;
  left: auto;
  width: 4.25rem;
  height: 4.25rem;
  background-color: #c4bfb6;
  display: none;
}
.cta .square-1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(50%);
  background-color: #000;
  border-radius: 50% 0 0 50%;
}
@media only screen and (min-width: 1024px) {
  .cta .square-1 {
    display: block;
  }
}
.cta .square-2 {
  position: absolute;
  top: -2.75rem;
  right: 8.5rem;
  bottom: auto;
  left: auto;
  width: 4.25rem;
  height: 4.25rem;
  background-color: #c4bfb6;
  display: none;
}
.cta .square-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(50%);
  background-color: #000;
  border-radius: 50% 0 0 50%;
}
@media only screen and (min-width: 1024px) {
  .cta .square-2 {
    display: block;
  }
}
.cta .square-3 {
  position: absolute;
  top: 1.5rem;
  right: 4.25rem;
  bottom: auto;
  left: auto;
  width: 4.25rem;
  height: 4.25rem;
  background-color: #a4d65e;
  display: none;
}
.cta .square-3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(50%);
  background-color: #000;
  border-radius: 50% 0 0 50%;
}
@media only screen and (min-width: 1024px) {
  .cta .square-3 {
    display: block;
  }
}
.cta .square-4 {
  position: absolute;
  top: 5.75rem;
  right: 8.5rem;
  bottom: auto;
  left: auto;
  width: 4.25rem;
  height: 4.25rem;
  background-color: #c4bfb6;
  display: none;
}
.cta .square-4::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(50%);
  background-color: #000;
  border-radius: 50% 0 0 50%;
}
@media only screen and (min-width: 1024px) {
  .cta .square-4 {
    display: block;
  }
}
.cta .square-5 {
  position: absolute;
  top: auto;
  right: 21.3rem;
  bottom: 0;
  left: auto;
  width: 4.25rem;
  height: 4.25rem;
  background-color: #a4d65e;
}
.cta .square-5::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(50%);
  background-color: #000;
  border-radius: 50% 0 0 50%;
}
@media only screen and (min-width: 1024px) {
  .cta .square-5 {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8.5rem;
    left: auto;
    width: 4.25rem;
    height: 4.25rem;
    background-color: #a4d65e;
  }
  .cta .square-5::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translateX(50%);
    background-color: #000;
    border-radius: 50% 0 0 50%;
  }
}
.cta .square-6 {
  position: absolute;
  top: auto;
  right: 25.55rem;
  bottom: -4.25rem;
  left: auto;
  width: 4.25rem;
  height: 4.25rem;
  background-color: #c4bfb6;
}
.cta .square-6::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(50%);
  background-color: #000;
  border-radius: 50% 0 0 50%;
}
@media only screen and (min-width: 1024px) {
  .cta .square-6 {
    position: absolute;
    top: auto;
    right: 4.25rem;
    bottom: 4.25rem;
    left: auto;
    width: 4.25rem;
    height: 4.25rem;
    background-color: #c4bfb6;
  }
  .cta .square-6::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translateX(50%);
    background-color: #000;
    border-radius: 50% 0 0 50%;
  }
}

.faq {
  padding: 5rem 0rem 9.125rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .faq {
    padding: 7.625rem 0rem 9.125rem;
  }
}
.faq__decor {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .faq__decor {
    display: block;
    position: absolute;
    top: -0.375rem;
    left: 17.5rem;
    background-image: url(" ../images/decor/FAQ.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 16.125rem;
    height: 27rem;
    z-index: 2;
  }
}
.faq__decor svg {
  width: 6.875rem;
  height: 27.25rem;
}
.faq__wrapper {
  margin: 0;
  max-width: 100%;
  padding: 0rem 2.125rem;
}
@media only screen and (min-width: 1024px) {
  .faq__wrapper {
    padding: 0rem 3.0625rem;
    max-width: 54.5rem;
    margin-left: auto;
    margin-right: 0rem;
  }
}
.faq__title {
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #101820;
  max-width: 18.75rem;
  margin-bottom: 4.25rem;
}
@media only screen and (min-width: 1024px) {
  .faq__title {
    margin-bottom: 6.25rem;
    max-width: 100%;
  }
}
.faq__list {
  color: #545859;
  position: relative;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .faq__list {
    margin-bottom: 0.5rem;
    padding-right: 12.5rem;
  }
}
.faq__item {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1024px) {
  .faq__item {
    margin-bottom: 4.5rem;
  }
}
.faq__item ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 1.125rem;
}
.faq__dots {
  display: flex;
  gap: 0.4375rem;
  margin-bottom: 1.5625rem;
  position: absolute;
  top: -2rem;
  left: 0;
}
.faq__dots span {
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background-color: #a5674b;
  display: inline-block;
}
.faq__hidden {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
.faq__question {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
  max-width: 23.125rem;
}
.faq__answer {
  font-size: 1rem;
  line-height: 1.75;
  padding-right: 2.5625rem;
}
@media only screen and (min-width: 1024px) {
  .faq__answer {
    padding: 0;
    font-size: 1.125rem;
  }
}
.faq__toggle {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.7777777778;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a5674b;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.faq__toggle span {
  display: inline-block;
  width: 0.75rem;
  height: 1.5rem;
  font-size: 1.25rem;
  transition: all 0.3s;
  line-height: 1;
}
.faq__toggle:hover span {
  transform: rotate(180deg);
}

.gallery-hero__wrapper {
  position: relative;
}
.gallery-hero__top-block {
  background-color: #101820;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  padding: 1.6875rem 0.3125rem 4.0625rem;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__top-block {
    padding: 3.6875rem 3.625rem 3.75rem;
  }
}
.gallery-hero__top-block .marquee-wrapper {
  right: 1.125rem;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__top-block .marquee-wrapper {
    right: 10.625rem;
  }
}
.gallery-hero__top-block .marquee-wrapper .line {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__top-block .marquee-wrapper .line {
    letter-spacing: 0.2em;
  }
}
.gallery-hero__bottom-block {
  background-color: #c4bfb6;
  position: relative;
  z-index: 3;
  padding: 5.0625rem 2.375rem 4.625rem;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__bottom-block {
    padding: 3.5rem 2.375rem 4.625rem;
  }
}
.gallery-hero__text-block {
  position: relative;
  z-index: 5;
  padding: 0rem 1rem;
  margin-top: -1.5625rem;
  color: #545859;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__text-block {
    margin-top: -2.75rem;
    padding: 0rem 5.75rem;
  }
}
.gallery-hero__logo {
  position: absolute;
  z-index: 4;
  background: url("../images/decor/gallery-hero-decor.svg") no-repeat center center;
  background-size: 100% 100%;
  top: 0;
  padding: 2.6875rem 1.125rem 2.375rem;
  left: 0.875rem;
  width: 8.875rem;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__logo {
    padding: 2.375rem 1.125rem 3.875rem;
    left: 3.875rem;
    width: 14.375rem;
  }
}
.gallery-hero__logo .logo {
  padding: 0rem 0.625rem;
}
.gallery-hero__logo .logo a {
  text-align: center;
}
.gallery-hero__logo .logo img {
  max-width: 6.25rem;
  max-height: 6.25rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__logo .logo img {
    max-width: 10.125rem;
    max-height: 9rem;
  }
}
.gallery-hero__button {
  position: relative;
  z-index: 2;
}
.gallery-hero__image {
  position: relative;
  height: 12.5rem;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__image {
    height: auto;
  }
}
.gallery-hero__image img {
  margin: 0 auto;
  max-height: 17.8125rem;
  max-width: 59.625rem;
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-hero__image--dots {
  display: flex;
  gap: 1rem;
  margin-bottom: 0rem;
  position: absolute;
  top: -0.5625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.gallery-hero__image--dots span {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #a4d65e;
  display: inline-block;
}
.gallery-hero__title {
  text-transform: uppercase;
  z-index: 10;
  color: transparent;
  -webkit-text-stroke: 1px #545859;
  font-size: 3.4375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__title {
    letter-spacing: 0.2em;
    font-size: 5.3125rem;
  }
}
.gallery-hero__subtitle {
  margin-left: auto;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  max-width: 20rem;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__subtitle {
    margin-right: 4.25rem;
    max-width: 30rem;
  }
}

/*# sourceMappingURL=screen.css.map */
