/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.61;
  color: #fff;
}
@media (max-width: 1023px) {
  body {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 1.6rem;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.61em / 2);
  font-family: "Yaseva One", serif;
}
.h1,
h1 {
  font-size: 6.6rem;
  line-height: 1.13;
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 6rem;
  }
}
@media (max-width: 1023px) {
  .h1,
  h1 {
    font-size: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
  h1 {
    font-size: 4rem;
  }
}
.h2,
h2 {
  font-size: 4.4rem;
  line-height: 1.14;
}
@media (max-width: 1023px) {
  .h2,
  h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h2,
  h2 {
    font-size: 3rem;
  }
}
.h3,
h3 {
  font-size: 3.5rem;
}
@media (max-width: 1023px) {
  .h3,
  h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h3,
  h3 {
    font-size: 2.5rem;
  }
}
.h4,
h4 {
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .h4,
  h4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h4,
  h4 {
    font-size: 1.8rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.61em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
a:focus-visible,
button:focus-visible {
  border-radius: 0.4rem;
  outline: 2px solid #025FCC;
  border: 1px solid #fff;
}
.align-center {
  text-align: center;
}
[role=doc-subtitle] {
  text-transform: uppercase;
  font-size: 1.4rem; 
  font-weight: 600;
  letter-spacing: 0.247em;
  color: #B3BEB9;
}
@media (max-width: 1023px) {
  [role=doc-subtitle] {
    font-size: 1.4rem;
    line-height: 1.15;
  }
}
.subtitle-small {
  font-size: 1.5rem;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
  align-items: start;
}
.justify-center {
  justify-content: center;
}
.items-end {
  align-items: flex-end;
  align-items: end;
}
.text-gray {
  color: #B3BEB9;
}
.text-darkgray {
  color: #6C736F;
}
.text-small {
  font-size: 1.6rem;
  line-height: 1.68;
  letter-spacing: 0.01em;
}
@media (max-width: 1023px) {
  .text-small {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.text-dark {
  color: #2E2E2E;
}
.scroll-lock {
  overflow: hidden;
}
.skip-link {
  position: absolute !important;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  z-index: 1000;
}
.skip-link:focus {
  transform: translate(-50%, 0);
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
Article
\* ------------------------------------------------------------ */
.article {
  text-decoration: none;
}
.article:hover .article__head:before {
  opacity: 1;
}
.article:hover .article__link {
  opacity: 1;
}
.article .article__head {
  position: relative;
  margin-bottom: 1.6rem;
}
.article .article__head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s;
}
.article .article__image {
  aspect-ratio: 302/214;
}
@media (max-width: 1023px) {
  .article .article__image {
    aspect-ratio: 302/262;
  }
}
.article .article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .article__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.5rem;
  opacity: 0;
  transition: opacity 0.4s;
}
.article .article__link span {
  pointer-events: none;
}
.article .article__content {
  font-size: 1.5rem;
  font-family: "Mulish", sans-serif;
  color: #9EA9A2;
  line-height: 1;
}
.article h4 {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.article h4:last-child {
  margin-bottom: 0;
}
.article .article__content strong {
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__content strong {
    font-size: 1.3rem;
  }
}
.article .article__content p {
  margin-bottom: 0.7rem;
}
.article .article__content p:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Banner
\* ------------------------------------------------------------ */
.banner {
  aspect-ratio: 1500/634;
  overflow: hidden;
  position: relative;
}
.banner img {
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: 50% 50%;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  font-size: 1.3rem;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  padding: 1.4rem 2.7rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .btn {
    padding: 1.4rem 2rem;
  }
}
@media (max-width: 1023px) {
  .btn {
    padding: 1.4rem 2.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn {
    padding: 1rem 1.6rem;
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}
.btn:hover:before {
  transform: scaleY(1);
  color: #fff;
  transition: transform 0.35s ease, color 0.35s ease 0.25s;
}
.btn:before {
  content: attr(data-text);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scaleY(0);
  background-color: #CD3714;
  transform-origin: bottom;
  z-index: 1;
  color: #CD3714;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease 0.05s, color 0.35s ease 0s;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* btn dark */
.btn--dark {
  background-color: #191C1C;
  color: #fff;
}
/* btn outline white */
.btn--outline-white:after {
  content: "";
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
/* btn outline dark */
.btn--outline-dark:after {
  content: "";
  border: 2px solid #191C1C;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.cards__item{
  text-decoration: none;
  cursor: pointer;
}
.card {
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.card:hover:before {
  opacity: 1;
}
.card:hover .card__content {
  opacity: 1;
  transform: translateY(0);
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 28, 28, 0.6);
  opacity: 0;
  transition: opacity 0.4s;
}
.card .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0;
  transform: translateY(10px);
}
.card:hover .card__image img {
    transform: scale(1.15);
    transition: transform 8s linear;
}

.card .card__image img {
    transition: transform 0.5s linear;
}

.card .card__image {
    overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__content {
    padding: 2rem;
  }
}
.card .card__content span {
  pointer-events: none;
}
.card .card__content h3 {
  font-size: 5.5rem;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
@media (max-width: 1399px) {
  .card .card__content h3 {
    font-size: 4.5rem;
  }
}
@media (max-width: 1023px) {
  .card .card__content h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__content h3 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
/* card alt */
.card--alt {
  aspect-ratio: 467/628;
  isolation: isolate;
  padding: 3.4rem 4.9rem;
  height: 100%;
}
@media (max-width: 1399px) {
  .card--alt {
    padding: 3rem;
  }
}
@media (max-width: 1023px) {
  .card--alt {
    padding: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--alt {
    aspect-ratio: 467/305;
  }
}
@media (max-width: 374px) {
  .card--alt {
    aspect-ratio: 467/376;
  }
}
.card--alt:before {
  display: none;
}
.card--alt .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.card--alt .card__content {
  transform: none;
  display: flex;
  flex-direction: column;
  opacity: 1;
  max-width: 32.8rem;
  position: static;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
}
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards {
  --gap: 2rem;
}
.cards.cards--masonry {
  margin-right: calc(var(--gap) * -1);
}
.cards .cards__item,
.cards .grid-sizer {
  float: left;
  width: calc(33.33% - var(--gap));
  margin-bottom: var(--gap);
  margin-right: var(--gap);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards .cards__item,
  .cards .grid-sizer {
    width: calc(50% - var(--gap));
  }
}
.cards .cards__item > img {
  width: 100%;
}
.cards .grid-gutter {
  width: var(--gap);
}
/* cards 1of2 */
.cards--1of2 .cards__item,
.cards--1of2 .grid-sizer {
  width: calc(50% - var(--gap));
}
/* cards small gap */
.cards--small-gap {
  --gap: 1.4rem;
}
/* cards grid */
.cards--grid {
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards--grid {
    grid-template-columns: 1fr;
  }
}
.cards--grid .cards__item {
  float: none;
  margin: 0;
  width: auto;
}
/* ------------------------------------------------------------ *\
	Contact
\* ------------------------------------------------------------ */
.contact > img {
  margin-bottom: 4.3rem;
}
.contact .contact__tel {
  font-size: 3.3rem;
  font-family: "Montagu Slab", serif;
  line-height: 2.1;
  display: block;
  margin-bottom: 1.5rem;
}
@media (max-width: 1399px) {
  .contact .contact__tel {
    font-size: 2.5rem;
  }
}
.contact h5.contact__res {
    padding-top: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: normal;
    color: #B3BEB9;
    letter-spacing: 2px;
}
@media (max-width: 1399px) {
  .contact h5.contact__res {
    padding-top: 16px;
    padding-bottom: 3px;
  }
}

.footer h5.contact__res {
  padding-top: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #8a9590;
  font-family: sans-serif;
  letter-spacing: 2px;
}
@media (max-width: 1399px) {
.footer h5.contact__res {
  padding-top: 16px;
  padding-bottom: 3px;
}
}
.contact address {
  color: #A7A7A7;
  line-height: 1.2;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media (max-width: 1399px) {
  .contact address {
    font-size: 1.4rem;
  }
}
.contact .contact__email {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.01em;
}
@media (max-width: 1399px) {
  .contact .contact__email {
    font-size: 1.5rem;
  }
}
/* contact alt */
.contact--alt {
  color: #fff;
}
.contact--alt address {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.contact--alt .contact__tel {
  font-size: 2.9rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.contact--alt .contact__email {
  letter-spacing: -0.003em;
  margin-bottom: 3rem;
}
/* ------------------------------------------------------------ *\
	Field
\* ------------------------------------------------------------ */
.field {
  height: 5.4rem;
  outline: none;
  border: none;
  background-color: #ECECEC;
  outline: 1px solid transparent;
  transition: outline 0.4s;
  width: 100%;
  color: #191C1C;
  padding: 1rem 1.5rem;
}
@media (max-width: 1023px) {
  .field {
    height: 4.5rem;
  }
}
.field:focus {
  outline-color: #191C1C;
}
.field:focus + label {
  color: #191C1C;
}
/* field textarea */
.field--textarea {
  height: 18.3rem;
  resize: none;
}
@media (max-width: 1023px) {
  .field--textarea {
    height: 15rem;
  }
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #191C1C;
  padding-block: 4.3rem 8.3rem;
}
@media (max-width: 1399px) {
  .footer {
    padding-block: 4rem;
  }
}
.footer .footer__inner {
  display: grid;
  grid-template-columns: 28.8% 41.6% 1fr;
  border: 1px solid #6F7973;
}
@media (max-width: 1399px) {
  .footer .footer__inner {
    grid-template-columns: 31.8% 33.6% 1fr;
  }
}
@media (max-width: 1023px) {
  .footer .footer__inner {
    display: flex;
    flex-direction: column;
  }
}
.footer [role=doc-subtitle] {
  font-size: 1.15rem;
  color: #585E5C;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-bottom: 2.3rem;
}
.footer .footer__nav-wrapper {
  text-transform: uppercase;
  padding: 4rem 5.4rem;
}
@media (max-width: 1399px) {
  .footer .footer__nav-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__nav-wrapper {
    order: 3;
    text-align: center;
  }
}
.footer .footer__logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
@media (max-width: 1023px) {
  .footer .footer__logo {
    order: 0;
  }
}
.footer .footer__contact {
  border-bottom: 1px solid #6F7973;
  padding: 4rem 2rem 5.5rem 2rem;
  text-align: center;
}
@media (max-width: 1399px) {
  .footer .footer__contact {
    padding: 3rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__contact {
    order: 1;
  }
}
.footer .footer__contact [role=doc-subtitle] {
  margin-bottom: 3rem;
}
.footer .footer__nav-wrapper,
.footer .footer__logo,
.footer .footer__socials {
  border-right: 1px solid #6F7973;
  border-bottom: 1px solid #6F7973;
}
.footer .footer__nav {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
@media (max-width: 1399px) {
  .footer .footer__nav {
    font-size: 1.3rem;
  }
}
.footer .footer__nav a {
  transition: color 0.4s;
  text-decoration: none;
}
.footer .footer__nav a:hover {
  color: #CD3714;
}
.footer .footer__nav li + li {
  margin-top: 2.3rem;
}
@media (max-width: 1399px) {
  .footer .footer__nav li + li {
    margin-top: 1.5rem;
  }
}
.footer .footer__form {
  grid-column: 2/4;
}
.footer .footer__socials {
  padding: 2.9rem 5.4rem 4.9rem 5.4rem;
}
@media (max-width: 1399px) {
  .footer .footer__socials {
    padding: 3rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__socials {
    order: 3;
    text-align: center;
  }
}
.footer .footer__form {
  padding: 2.8rem 5.4rem 2.7rem 4.3rem;
}
@media (max-width: 1399px) {
  .footer .footer__form {
    padding: 3rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__form {
    order: 4;
  }
}
.footer .footer__form [role=doc-subtitle] {
  margin-bottom: 1.2rem;
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  position: relative;
}
.form .form__head {
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .form .form__head {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.form .form__head p:not(:last-child) {
  margin-bottom: 0;
}
.form .form__head h2 {
  color: #1E1E1E;
  margin-bottom: 1.6rem;
  line-height: 1;
}
@media (max-width: 1023px) {
  .form .form__head h2 {
    margin-bottom: 1rem;
  }
}
.form .form__row + .form__row {
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .form .form__row + .form__row {
    margin-top: 1.2rem;
  }
}
.form .form__label {
  color: #AEAEAE;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-left: 0.5rem;
  transition: color 0.4s;
}
.form .form__controls {
  display: flex;
  flex-direction: column-reverse;
}
.form .form__cols {
  display: flex;
  margin: 0 -1.7rem;
}
@media (max-width: 1023px) {
  .form .form__cols {
    margin: 0 -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__cols {
    display: block;
  }
}
.form .form__col {
  flex: 0 0 50%;
  padding: 0 1.7rem;
}
@media (max-width: 1023px) {
  .form .form__col {
    padding: 0 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__col + .form__col {
    margin-top: 1.2rem;
  }
}
.form .form__body {
  margin-bottom: 3.3rem;
}
@media (max-width: 1023px) {
  .form .form__body {
    margin-bottom: 2rem;
  }
}
.form .form__actions {
  text-align: right;
  padding-top: 15px;
}
.form .form__btn {
  outline: none;
  border: none;
  background: none;
  color: #151515;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__btn {
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  flex: 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 3.6rem 4rem;
  isolation: isolate;
}
@media (max-width: 1399px) {
  .header {
    padding: 3rem;
  }
}
@media (max-width: 1023px) {
  .header {
    padding: 3.5rem 2.6rem 3.5rem 3.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    padding: 2rem 2.6rem;
  }
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__logo {
  text-decoration: none;
  position: relative;
  max-width: 25.3rem;
  display: inline-flex;
}
@media (max-width: 1199px) {
  .header .header__logo {
    max-width: 22rem;
  }
}
.header .header__logo--small {
  max-width: 3.7rem;
}
@media (max-width: 1023px) {
  .header .header__logo--small {
    max-width: none;
    width: 5.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__logo--small {
    width: 4rem;
  }
}
.header .header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .header__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .header__nav.is-open {
  transform: none;
}
.header__actions {
    position: fixed;
    right: 0;
    padding: 0 4rem 0 0;
}
@media (max-width: 1399px){
    .header__actions {
        padding: 0 3rem 0 0;
    } 
}
@media (max-width: 1023px) {
  .header .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #191C1C;
    transform: translate(100%, 0);
    transition: transform 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.5rem;
  }
  

}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__nav {
    padding: 2rem 2.6rem;
  }
}
@media (max-width: 1023px) {
  .header .header__nav-inner {
    width: 100%;
    overflow-y: auto;
    padding-bottom: 3rem;
  }
}
@media (max-width: 1023px) {
  .header .header__actions {
    position: relative;
    right:initial;
    padding:0;
    margin-left: auto;
    margin-right: 3.8rem;
    /* z-index: -1; */
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__actions {
    margin-right: 2rem;
  }
}
.header .header__nav-btn {
  align-self: flex-start;
  margin-bottom: 3.5rem;
  flex-shrink: 0;
}
.header .header__nav-logo {
  text-decoration: none;
  max-width: 30rem;
  margin: 0 auto 3rem auto;
}
.header .header__contact {
  border: 1px solid #6F7973;
  padding: 2.2rem;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
}
.header .header__contact > a {
  font-family: "Montagu Slab", serif;
  margin-bottom: 2rem;
  display: inline-block;
}
.header .header__contact address {
  color: #A7A7A7;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.header .header__nav-trigger img {
  display: block;
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero .hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero .hero__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.hero .hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero__content {
  text-align: center;
}
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link, .nav-links a {
  position: relative;
  font-size: 1.4rem;
  font-weight: 800;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 1rem;
  letter-spacing: 0.22em;
  transition: color 0.4s;
  display: inline-block;
  text-align: center;
}
@media (max-width: 1023px) {
  .link, .nav-links a {
    font-size: 1.3rem;
  }
}
.link:hover, .nav-links a:hover {
  color: #CD3714;
}
.link:before, .nav-links a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #CD3714;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  scroll-margin: -10rem;
}
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  height: 44.1rem;
}
/* ------------------------------------------------------------ *\
	Nav links
\* ------------------------------------------------------------ */
.nav-links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.8rem;
}
.nav-links li:not(:last-child) {
  margin-right: 6.3rem;
}
/* ------------------------------------------------------------ *\
	Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: none;
  width: 26px;
  height: 20px;
}
@media (max-width: 1023px) {
  .nav-trigger {
    display: block;
  }
}
.nav-trigger span {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2rem;
  transition: top 0.2s 0.25s, left 0.2s 0.1s, opacity 0.2s 0.1s, transform 0.2s 0s;
}
.nav-trigger span:nth-child(1) {
  top: 0;
}
.nav-trigger span:nth-child(2) {
  top: 8px;
}
.nav-trigger span:nth-child(3) {
  top: 16px;
}
/* Active */
.nav-trigger.is-active span {
  transition: background 0.2s, top 0.2s, left 0.2s 0.1s, opacity 0.2s 0.1s, transform 0.2s 0.25s;
}
.nav-trigger.is-active span:nth-child(3), .nav-trigger.is-active span:nth-child(1) {
  top: 9px;
}
.nav-trigger.is-active span:nth-child(2) {
  opacity: 0;
}
.nav-trigger.is-active span:nth-child(1) {
  transform: rotate(45deg);
}
.nav-trigger.is-active span:nth-child(3) {
  transform: rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  font-size: 1.3rem;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
}
@media (max-width: 1199px) {
  .nav {
    font-size: 1.3rem;
  }
}
@media (max-width: 1023px) {
  .nav {
    font-size: 1.3rem;
    width: 100%;
    border: 1px solid #6F7973;
    padding: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .nav ul {
    display: flex;
    flex-direction: column;
  }
}
.nav a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-block: 1rem;
}
@media (max-width: 1023px) {
  .nav a {
    padding-block: 0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav a {
    text-align: center;
  }
}
.nav a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.3rem;
  background-color: #CD3714;
  transition: width 0.4s;
}
.nav li.is-active a:before,
.nav a:hover:before {
  width: 100%;
}
.nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav li + li {
  margin-left: 5.2rem;
}
@media (max-width: 1199px) {
  .nav li + li {
    margin-left: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .nav li + li {
    margin: 1rem 0 0 0;
  }
}
/* ------------------------------------------------------------ *\
	Section articles
\* ------------------------------------------------------------ */
.section-articles {
  background-color: #191C1C;
  padding: 10.7rem 0;
}
@media (max-width: 1023px) {
  .section-articles {
    padding: 5rem 0;
  }
}
.section-articles .section__row {
  scroll-margin: 5rem;
}
.section-articles .section__row + .section__row {
  margin-top: 11.7rem;
}
@media (max-width: 1023px) {
  .section-articles .section__row + .section__row {
    margin-top: 5rem;
  }
}
.section-articles .section__head {
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .section-articles .section__head {
    margin-bottom: 2rem;
  }
}
.section-articles .section__head h3 {
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  color: #F3F0D0;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.section-articles .section__articles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 3.2rem;
}
@media (max-width: 1023px) {
  .section-articles .section__articles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-articles .section__articles {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media (max-width: 575px) {
  .section-articles .section__articles {
    grid-template-columns: 1fr;
  }
}
/* ------------------------------------------------------------ *\
	Section-cards
\* ------------------------------------------------------------ */
.section-cards {
  padding: 9.6rem 0 7rem 0;
}
@media (max-width: 1023px) {
  .section-cards {
    padding: 5rem 0;
  }
}
.section-cards .section__head {
  margin-bottom: 4rem;
  text-align: center;
  color: #000;
  max-width: 113rem;
  margin: 0 auto 5rem auto;
}
.section-cards .section__head p {
  margin-bottom: 1.3rem;
}
/* section cards alt */
.section-cards--alt {
  padding: 4.5rem 0 7.4rem 0;
}
@media (max-width: 1023px) {
  .section-cards--alt {
    padding: 5rem 0;
  }
}
.section-cards--alt .section__head {
  margin: 0 auto 4.5rem auto;
}
/* ------------------------------------------------------------ *\
Section contact
\* ------------------------------------------------------------ */
.section-contact {
  padding-top: 5rem;
  position: relative;
  background-color: #6C736F;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-contact {
    padding-top: 0;
  }
}
.section-contact .section__inner {
  display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-contact .section__inner {
    flex-direction: column;
    margin-inline: -2.6rem;
  }
}
.section-contact .section__form {
  padding: 7.4rem 7.2rem 13.2rem 7.2rem;
  position: relative;
  flex: 0 0 61.4%;
}
@media (max-width: 1399px) {
  .section-contact .section__form {
    flex: 0 0 57%;
    padding: 7rem 4rem 7rem 2rem;
  }
}
@media (max-width: 1199px) {
  .section-contact .section__form {
    padding-left: 1rem;
  }
}
@media (max-width: 1023px) {
  .section-contact .section__form {
    padding-inline: 0 2.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-contact .section__form {
    order: 1;
    padding-inline: 2.6rem;
    padding-block: 3.7rem;
  }
}
.section-contact .section__form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin-left: calc((143rem - 100vw) / 2);
  width: calc(100% - (143rem - 100vw) / 2);
  box-shadow: -8px 25px 18px 21px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1480px) {
  .section-contact .section__form:before {
    margin-left: -2.6rem;
    width: calc(100% + 2.6rem);
  }
}
.section-contact .section__form-inner {
  max-width: 67.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-contact .section__form-inner {
    max-width: none;
  }
}
.section-contact .section__aside {
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
  --padding-inline: 7.2rem;
}
@media (max-width: 1399px) {
  .section-contact .section__aside {
    --padding-inline: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-contact .section__aside {
    display: contents;
  }
}
.section-contact .section__contact {
  background-color: #6C736F;
  padding-block: 2.5rem 7rem;
  padding-inline: var(--padding-inline);
}
@media (max-width: 1399px) {
  .section-contact .section__contact {
    padding-right: 1rem;
  }
}
@media (max-width: 1199px) {
  .section-contact .section__contact {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .section-contact .section__contact {
    padding-inline: 2.6rem 0;
    padding-block: 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-contact .section__contact {
    order: 0;
    padding-block: 3.7rem;
    padding-inline: 2.6rem;
  }
}
.section-contact .section__subscribe {
  padding-block: 6.6rem 4rem;
  padding-inline: var(--padding-inline) 7.6rem;
  position: relative;
  isolation: isolate;
}
@media (max-width: 1399px) {
  .section-contact .section__subscribe {
    padding-right: 1rem;
  }
}
@media (max-width: 1199px) {
  .section-contact .section__subscribe {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .section-contact .section__subscribe {
    padding-left: 2.6rem;
    padding-block: 3.5rem;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-contact .section__subscribe {
    order: 3;
    padding-block: 3.7rem;
    padding-inline: 2.6rem;
  }
}
.section-contact .section__subscribe:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #191C1C;
  margin-right: calc((143rem - 100vw) / 2);
  width: calc(100% - (143rem - 100vw) / 2);
  z-index: -1;
}
@media (max-width: 1480px) {
  .section-contact .section__subscribe:before {
    margin-right: -2.6rem;
    width: calc(100% + 2.6rem);
  }
}
.section-contact .section__aside > * {
  flex: 1;
}
/* ------------------------------------------------------------ *\
	Section cta
\* ------------------------------------------------------------ */
.section-cta {
  position: relative;
  padding: 10rem 0;
  min-height: 59rem;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .section-cta {
    min-height: 40rem;
  }
}
@media (max-width: 1023px) {
  .section-cta {
    padding: 8rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cta {
    padding: 5rem 0;
  }
}
.section-cta .section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-cta .section__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.section-cta .section__background img {
  width: 100%;
  height: 160%;
  object-fit: cover;
}
.section-cta .section__logo {
  margin-bottom: 3rem;
}
.section-cta .section__content {
  position: relative;
  text-align: center;
  max-width: 102rem;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1023px) {
  .section-cta .section__content {
    padding-inline: 2rem;
  }
}
@media (max-width: 374px) {
  .section-cta .section__content {
    padding-inline: 0;
  }
}
.section-cta blockquote {
  color: #fff;
  font-size: 3.8rem;
  font-family: "Besley", "Times New Roman", Times, serif;
  line-height: 1.24;
  margin-bottom: 3.6rem;
}
@media (max-width: 1023px) {
  .section-cta blockquote {
    font-size: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cta blockquote {
    font-size: 2.5rem;
    line-height: 1.15;
  }
}
/* ------------------------------------------------------------ *\
	Section image content rows
\* ------------------------------------------------------------ */
.section-image-content-rows {
  background-color: #6C736F;
  padding: var(--section-padding) 0;
  --offset: 10.6rem;
  --section-padding: 7.6rem;
  --gap: 3.6rem;
}
@media (max-width: 1023px) {
  .section-image-content-rows {
    --section-padding: 5rem;
    --offset: 7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-image-content-rows {
    --offset: 0;
  }
}
.section-image-content-rows .section__row {
  display: grid;
  grid-template-columns: minmax(calc(2.6rem - var(--gap)), 1fr) minmax(0, calc(143rem / 2.1)) minmax(0, calc(143rem / 2)) minmax(calc(2.6rem - var(--gap)), 1fr);
  gap: var(--gap);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-image-content-rows .section__row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.section-image-content-rows .section__content {
  grid-column: 3/4;
}
.section-image-content-rows .section__content h2 {
  margin-bottom: 1.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-image-content-rows .section__content h2 {
    margin-bottom: 1.2rem;
  }
}
.section-image-content-rows .section__row:first-child .section__content {
  padding-block: 5.5rem 17.7rem;
  padding-inline: 4rem;
  max-width: 55rem;
  margin: 0 auto var(--offset) auto;
}
@media (max-width: 1399px) {
  .section-image-content-rows .section__row:first-child .section__content {
    padding-block: 5rem;
    padding-inline: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-image-content-rows .section__row:first-child .section__content {
    padding-block: 0;
    padding-inline: 2.6rem;
  }
}
.section-image-content-rows .section__media-wrapper {
  grid-column: 1/3;
  height: 100%;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-image-content-rows .section__media-wrapper {
    width: 92%;
  }
}
.section-image-content-rows .section__media {
  height: calc(100% + var(--offset));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-image-content-rows .section__media {
    height: auto;
    position: static;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-image-content-rows .section__row + .section__row {
    margin-top: 4rem;
  }
}
.section-image-content-rows .section__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-image-content-rows .section__row--reversed {
    flex-direction: column;
  }
}
.section-image-content-rows .section__row--reversed .section__content {
  order: -1;
  grid-column: 2/3;
  margin-top: var(--offset);
  padding-block: 7.5rem;
  padding-inline: 9.1rem 0;
  max-width: 56rem;
}
@media (max-width: 1399px) {
  .section-image-content-rows .section__row--reversed .section__content {
    padding-inline: 0;
    padding-block: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-image-content-rows .section__row--reversed .section__content {
    padding-block: 0;
    padding-inline: 2.6rem;
  }
}
.section-image-content-rows .section__row--reversed .section__media-wrapper {
  grid-column: 3/5;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-image-content-rows .section__row--reversed .section__media-wrapper {
    margin-left: auto;
  }
}
.section-image-content-rows .section__row--reversed .section__media {
  bottom: 0;
  top: auto;
}
.section-image-content-rows .section__link {
  margin-top: 4.4rem;
}
@media (max-width: 1023px) {
  .section-image-content-rows .section__link {
    margin-top: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Section image content
\* ------------------------------------------------------------ */
.section-image-content {
  background-color: #6C736F;
  padding: 8.3rem 0;
}
@media (max-width: 1023px) {
  .section-image-content {
    padding: 5rem 0;
  }
}
.section-image-content .section__inner {
  display: flex;
  gap: 5rem;
}
@media (max-width: 1399px) {
  .section-image-content .section__inner {
    gap: 3.5rem;
  }
}
@media (max-width: 1199px) {
  .section-image-content .section__inner {
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .section-image-content .section__inner {
    flex-direction: column-reverse;
  }
}
.section-image-content .section__media-wrapper {
  width: calc(43.8% - (143rem - 100vw) / 2);
  margin-left: calc((143rem - 100vw) / 2);
}
@media (max-width: 1480px) {
  .section-image-content .section__media-wrapper {
    margin-left: -2.6rem;
    width: calc(43.8% + 2.6rem);
  }
}
@media (max-width: 1023px) {
  .section-image-content .section__media-wrapper {
    align-self: flex-start;
    width: 94%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-image-content .section__media-wrapper {
    width: 100%;
  }
}
.section-image-content .section__media {
  aspect-ratio: 620/875;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .section-image-content .section__media {
    aspect-ratio: 619/799;
  }
}
@media (max-width: 1023px) {
  .section-image-content .section__media {
    aspect-ratio: 619/391;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-image-content .section__media {
    aspect-ratio: 619/600;
  }
}
.section-image-content .section__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-image-content .section__media img {
    height: 130%;
  }
}
.section-image-content .section__content {
  flex: 1;
  max-width: 61rem;
  padding-left: 4.5rem;
  padding-block: 5.6rem;
}
@media (max-width: 1399px) {
  .section-image-content .section__content {
    padding-inline: 0;
  }
}
@media (max-width: 1023px) {
  .section-image-content .section__content {
    padding-block: 0;
  }
}
.section-image-content .section__content--medium {
  max-width: 75rem;
}
.section-image-content .section__content p:first-child {
  margin-bottom: 1.3rem;
}
.section-image-content .section__content h2 {
  margin-bottom: 2.6rem;
}
.section-image-content .section__nav {
  margin-top: 6rem;
}
@media (max-width: 1023px) {
  .section-image-content .section__nav {
    margin-top: 3rem;
  }
}
/* section-image-content--dark */
.section-image-content--dark {
  background-color: #191C1C;
}
/* section-image-content--white */
.section-image-content--white {
  background-color: #fff;
  color: #191C1C;
}
/* section-image content */
.section-image-content--small-image .section__media-wrapper {
  width: calc(40.6% - (143rem - 100vw) / 2);
}
@media (max-width: 1480px) {
  .section-image-content--small-image .section__media-wrapper {
    width: calc(43.8% + 2.6rem);
  }
}
@media (max-width: 1023px) {
  .section-image-content--small-image .section__media-wrapper {
    width: 94%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-image-content--small-image .section__media-wrapper {
    width: 100%;
  }
}
/* section-image-content--reversed */
.section-image-content--reversed .section__inner {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .section-image-content--reversed .section__inner {
    flex-direction: column-reverse;
  }
}
.section-image-content--reversed .section__media-wrapper {
  margin-left: 0;
  margin-right: calc((143rem - 100vw + var(--scrollbar-width)) / 2);
}
@media (max-width: 1480px) {
  .section-image-content--reversed .section__media-wrapper {
    margin-right: -2.6rem;
  }
}
@media (max-width: 1023px) {
  .section-image-content--reversed .section__media-wrapper {
    margin-left: auto;
  }
}
.section-image-content--reversed .section__content {
  padding-inline: 0 2rem;
}
@media (max-width: 1023px) {
  .section-image-content--reversed .section__content {
    padding-inline: 0;
  }
}
/* ------------------------------------------------------------ *\
	Section info
\* ------------------------------------------------------------ */
.section-info {
  background-color: #F5F5F5;
  padding: 5rem 0;
  color: #000;
}
.section-info .section__inner {
  border: 1px solid #AEAEAE;
  position: relative;
  padding: 6.3rem 6.3rem;
}
@media (max-width: 1399px) {
  .section-info .section__inner {
    padding: 4rem;
  }
}
@media (max-width: 1023px) {
  .section-info .section__inner {
    padding: 3rem 2rem;
  }
}
.section-info .section__inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #AEAEAE;
  transform: translate(-50%, -50%);
}
.section-info .section__body {
  display: flex;
  justify-content: space-between;
  gap: 7rem;
  margin-bottom: 7rem;
}
@media (max-width: 1399px) {
  .section-info .section__body {
    gap: 5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1023px) {
  .section-info .section__body {
    display: block;
    text-align: center;
  }
}
.section-info .section__content {
  flex: 0 0 50%;
  max-width: 57rem;
  font-size: 1.9rem;
  line-height: 1.68;
  letter-spacing: 0.002em;
}
@media (max-width: 1399px) {
  .section-info .section__content {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .section-info .section__content {
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
.section-info .section__content h2 {
  margin-bottom: 2.6rem;
}
.section-info .section__aside {
  flex: 1;
  max-width: 59rem;
  padding-top: 3.8rem;
}
@media (max-width: 1023px) {
  .section-info .section__aside {
    margin: 0 auto;
  }
}
.section-info .section__aside p {
  margin-bottom: 2.1rem;
}
.section-info .section__aside ul {
  list-style: none;
  column-count: 2;
  font-size: 2rem;
  text-transform: capitalize;
  letter-spacing: 0;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .section-info .section__aside ul {
    text-align: left;
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .section-info .section__aside ul {
    column-count: 1;
  }
}
.section-info .section__aside li {
  position: relative;
  padding-left: 2rem;
}
.section-info .section__aside li:before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: currentColor;
}
.section-info .section__aside li + li {
  margin-top: 0.6rem;
}
.section-info .section__actions {
  display: flex;
  gap: 4rem;
  justify-content: center;
}
@media (max-width: 575px) {
  .section-info .section__actions {
    flex-direction: column;
    gap: 1rem;
  }
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc(143rem + 2.6rem * 2);
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  margin: auto;
  width: 100%;
}
/* shell small */
.shell--small {
  max-width: calc(141rem + 2.6rem * 2);
}
/* shell xsmall */
.shell--xsmall {
  max-width: calc(130rem + 2.6rem * 2);
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .socials ul {
    justify-content: center;
  }
}
.socials li + li {
  margin-left: 2.7rem;
}
.socials svg path {
  transition: fill 0.4s;
}
.socials a {
  display: block;
}
.socials a:hover path {
  fill: #CD3714;
}
/* socials alt */
@media (max-width: 1023px) {
  .socials--alt ul {
    justify-content: flex-start;
  }
}
/* ------------------------------------------------------------ *\
	Subscribe alt
\* ------------------------------------------------------------ */
.subscribe-alt .subscribe__subtitle {
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #B3BEB9;
  letter-spacing: 0.18em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.subscribe-alt > p {
  font-size: 1.6rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.48;
  padding-right: 2rem;
}
.subscribe-alt label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #6F6F6F;
  padding-left: 0.5rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.8;
}
.subscribe-alt .subscribe__field {
  background-color: #3A3A3A;
  height: 5.4rem;
  outline: none;
  border: none;
  width: 100%;
  padding: 0 2.2rem;
  transition: outline 0.4s;
  outline: 1px solid transparent;
  margin-bottom: 2rem;
}
@media (max-width: 1399px) {
  .subscribe-alt .subscribe__field {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .subscribe-alt .subscribe__field {
    font-size: 1.5rem;
    height: 5.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe-alt .subscribe__field {
    height: 4.5rem;
  }
}
.subscribe-alt .subscribe__field:focus {
  outline-color: #fff;
}
.subscribe-alt .subscribe__field:focus {
  outline: 1px solid #fff;
}
.subscribe-alt .subscribe__btn {
  outline: none;
  border: none;
  display: block;
  margin-left: auto;
  padding: 1.6rem 3.8rem;
}
@media (max-width: 1023px) {
  .subscribe-alt .subscribe__btn {
    padding: 1.4rem 2.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe-alt .subscribe__btn {
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
.subscribe form {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
@media (max-width: 1023px) {
  .subscribe form {
    gap: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe form {
    display: block;
  }
}
.subscribe .subscribe__field {
  background-color: #101010;
  color: #767676;
  font-size: 2.2rem;
  border: none;
  outline: none;
  height: 6.2rem;
  flex: 1;
  padding: 0 2rem;
  outline: 1px solid transparent;
  transition: outline 0.4s;
}
@media (max-width: 1399px) {
  .subscribe .subscribe__field {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .subscribe .subscribe__field {
    font-size: 1.5rem;
    height: 5.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__field {
    height: 4.5rem;
    display: block;
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.subscribe .subscribe__field:focus {
  outline-color: #fff;
}
.subscribe .subscribe__btn {
  outline: none;
  border: none;
  padding: 1.6rem 3.9rem;
}
@media (max-width: 1023px) {
  .subscribe .subscribe__btn {
    padding: 1.3rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__btn {
    display: block;
    width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */