/* -------------------- Custom normalise --------------------*/
:root {
  --sidePadding: 12%;
}

* {
  box-sizing: border-box;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow: auto;
  font-size: 0.84vw;
  background-color: #130E03;
  color: #fff;
  font-family: "Lora", sans-serif;
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
  margin: 0;
  position: relative;
  scroll-behavior: smooth;
  background-color: #fff;
  /* &::before {
      content: '';
      background-image: url("../img/bcg.svg");
      background-size: 100%;
      display: block;
      position: absolute;
      opacity: 0.1;
      background-position: 0 200vh;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  } */
}

ul,
ol {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
input,
button,
textarea,
form,
legend,
menu,
b,
div {
  text-align: left;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  color: #130E03;
  font-family: "Lora", sans-serif;
}

span,
em,
a,
small,
::after,
::before {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: normal;
}

*:focus {
  outline: none;
}

main,
aside,
div,
section,
article,
ul,
form,
nav,
ol,
a,
header,
footer,
select {
  padding: 0;
  margin: 0;
  position: relative;
  list-style-type: none;
  font-family: inherit;
  font-family: "Lora", sans-serif;
}

.alignCenter {
  text-align: center;
  width: 100%;
}

p,
.textM,
.textL {
  font-family: "Lora", sans-serif;
  font-weight: 300;
  color: #130E03;
  line-height: 160%;
}

.textM {
  font-size: 1rem;
}

.textL {
  font-size: 1.125rem;
}

section,
footer {
  padding: 0 var(--sidePadding);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 5rem;
  font-weight: 400;
  line-height: 120%;
  font-family: "Raleway";
  text-transform: uppercase;
}

h1 {
  font-weight: 900;
  font-family: "Oswald";
  font-size: 7.5rem;
}

h2 {
  font-size: 2.5rem;
  font-weight: 800;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.2rem;
  font-family: "Lora";
}

.noPadding {
  padding: 0;
}

.accent {
  color: #E85110;
}

.buttonFull,
input[type=submit] {
  font-size: 1rem;
  padding: 1.25rem 2.5rem;
  font-weight: bold;
  display: inline-block;
  border-radius: 2.5rem;
  white-space: nowrap;
  color: #130E03;
  position: relative;
  overflow: hidden;
  background-color: #E85110;
  text-edge: cap;
  color: #fff;
  font-weight: 800;
  line-height: 1.5rem;
  font-family: "Raleway";
  text-transform: uppercase;
}
.buttonFull:hover,
input[type=submit]:hover {
  cursor: pointer;
}
.buttonFull:has(img),
input[type=submit]:has(img) {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.buttonFull img {
  height: 1.5rem;
}

.buttonFull span {
  margin-top: 1px;
}

.buttonLine {
  background: transparent;
  border: 1px solid #130E03;
  color: #130E03;
  font-weight: 600;
}

.buttonSmall {
  padding: 1rem 2.5rem 1.1rem 2.5rem;
}

.buttonYellow {
  background-color: #DAA520;
}

.buttonWhite {
  background-color: #fff;
  color: #130E03;
}

.vertSpacer {
  margin-top: 8rem;
}

.vertSpacerMid {
  margin-top: 5.5rem;
}

.vertSpacerMin {
  margin-top: 3rem;
}

.alignCenter h2,
.alignCenter h3,
.alignCenter h4,
.alignCenter h5,
.alignCenter h6,
.alignCenter p {
  text-align: center;
}

.textGreen {
  color: #E85110;
  font-weight: 800;
}

.textWhite,
.textWhite p,
.textWhite span,
.textWhite h2,
.textWhite h3,
.textWhite h4,
.textWhite h5,
.textWhite h6 {
  color: #FCF7EB;
}

/* header */
.logo img {
  height: 9rem;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  z-index: 10;
}
header > a,
header > div {
  flex-basis: 20%;
}
header > div {
  display: inline-flex;
  justify-content: flex-end;
}
header nav {
  width: auto;
}

.mainMenu ul li {
  text-transform: uppercase;
  padding: 1rem;
  transition: color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.mainMenu ul li .buttonFull {
  text-transform: none;
}
.mainMenu ul li:hover {
  color: #E85110;
}

.hero {
  height: 100vh;
  outline: 2px solid #DAA520;
  opacity: 0;
  transform: scale(1.5);
}
.hero .heroContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero header {
  margin-bottom: 4.5vh;
}
.hero main {
  width: 60%;
  z-index: 1;
}
.hero main h2 {
  margin: 1.5rem 0;
}
.hero main p {
  padding-right: 15%;
}
.hero .mainMenu ul li a {
  width: 100%;
  display: block;
  margin: 0.5rem 0;
  font-family: "Raleway";
  font-weight: 600;
  text-align: right;
}
.hero .buttonsBlock {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.hero .banner {
  z-index: 0;
  position: absolute;
  top: -2rem;
  left: calc(50% - 9.5rem);
  width: 19.5rem;
}
.hero .upDog {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 12%;
  width: 52rem;
  pointer-events: none;
}
.hero::before {
  background-image: url("../img/pillar.svg");
  background-position: left 1rem;
  background-size: 75%;
  background-repeat: no-repeat;
  content: "";
  opacity: 0.1;
  position: absolute;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.nonHome .hero {
  opacity: 1;
  transform: none;
}

.about {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .aboutText {
  width: 32%;
}
.about .aboutText p {
  margin: 2rem 0;
}
.about aside li h6 {
  text-align: right;
  line-height: 2rem;
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}
.about aside li h6::after {
  width: 3rem;
  height: 2rem;
  display: inline-block;
  background-image: url("../img/feature.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.us {
  z-index: 1;
}
.us::after {
  content: "";
  z-index: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/pillarsDouble.svg");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.us .pets {
  z-index: 2;
  position: relative;
  padding: 0;
  height: 45rem;
  background-image: url("../img/splash.png");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.us .pets::before, .us .pets::after {
  content: "";
  position: absolute;
  height: 100%;
  left: var(--sidePadding);
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 9rem;
  background-image: url("../img/pillarSketch.svg");
  background-size: contain;
  top: 0;
}
.us .pets::after {
  left: auto;
  right: var(--sidePadding);
  transform: scaleX(-1);
}
.us .pets .aboutPets {
  pointer-events: none;
  position: absolute;
  height: 63rem;
  bottom: -14.1rem;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
}
.us .whyUs {
  background-color: #130E03;
  outline: 1px solid #130E03;
  gap: 11.5%;
  display: flex;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  --width: 3rem;
}
.us .whyUs::after {
  z-index: 10;
  content: "";
  position: absolute;
  height: 80%;
  display: block;
  top: 10%;
  opacity: 0.5;
  width: 3px;
  background-color: #DAA520;
  right: calc(var(--sidePadding) + var(--width) - 1.2rem);
}
.us .whyUs .secText {
  z-index: 2;
  flex: 0 0 23.7%;
}
.us .whyUs .whyCards {
  z-index: 1;
  gap: 1rem;
  display: inline-flex;
  flex: 1 1 70%;
  align-items: center;
  overflow: hidden;
}
.us .whyUs .whyCards button {
  width: var(--width);
  height: 10rem;
  display: block;
  background: none;
  background-image: url("../img/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.us .whyUs .whyCards button.off {
  opacity: 0.4;
  pointer-events: none;
}
.us .whyUs .whyCards .next {
  transform: scaleX(-1);
}
.us .whyUs .whyCards .flipper {
  overflow-x: hidden;
}
.us .whyUs .track {
  width: 122%;
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  justify-content: flex-start;
  transition: transform 1.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.us .whyUs .track li {
  flex-shrink: 0;
  z-index: 2;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 5.5rem 3rem;
}
.us .whyUs .track li img {
  height: 5rem;
}
.us .whyUs .track li h3 {
  margin: 2.5rem 0;
}

.secText h2 {
  margin-bottom: 2rem;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta > div *:nth-child(1) {
  margin-bottom: 2rem;
}

.ctaHolder {
  z-index: 2;
  overflow: hidden;
  margin: 10rem 0;
}
.ctaHolder .cta {
  --progress: -200%;
  border-radius: 1.5rem;
  background-image: url("../img/cta.avif");
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 10rem 7rem;
  justify-content: space-between;
}
.ctaHolder .cta::after {
  content: "";
  height: 200%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: var(--progress);
  left: 0;
  background: linear-gradient(0deg, #FFF 40%, rgba(255, 255, 255, 0) 100%);
}
.ctaHolder .secText {
  width: 37%;
}

.dedication {
  height: 100vh;
}
.dedication::before {
  content: "";
  height: 100%;
  width: 100%;
  pointer-events: none;
  top: 0;
  z-index: 1;
  right: 0;
  display: block;
  position: absolute;
  background: linear-gradient(90deg, #FFF 23.04%, rgba(255, 255, 255, 0) 100%);
}
.dedication .triggerNav {
  position: absolute;
  z-index: 10;
  right: var(--sidePadding);
  top: 50%;
  transform: translateY(-50%);
}
.dedication .triggerNav li {
  border: 2px solid #130E03;
  border-radius: 50%;
  height: 0.75rem;
  width: 0.75rem;
  margin: 1rem;
}
.dedication .triggerNav li button {
  height: 100%;
  width: 100%;
  display: block;
  background: none;
}
.dedication .triggerNav li button.active {
  background-color: #130E03;
}
.dedication .track {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 90%;
  height: 100vh;
}
.dedication .track img {
  width: 100%;
  height: auto;
  top: 50%;
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.dedication .track img.active {
  opacity: 1;
}
.dedication .secText {
  width: 42%;
  padding: 10rem 0 10rem 8rem;
  height: auto;
  z-index: 1;
}
.dedication .secText::before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  background-image: url("../img/tile.svg");
  background-size: 100%;
  opacity: 0.2;
  height: 90vh;
  width: 4.5rem;
  z-index: 1;
}
.dedication .inActionImg {
  z-index: 10;
  width: 53rem;
  padding-top: 78.5%;
  position: relative;
}
.dedication .inActionImg img {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 60%;
  height: auto;
  border-radius: 1.5rem;
}
.dedication .inActionImg img:nth-child(even) {
  right: 0;
  z-index: 10;
}
.dedication .inActionImg img:nth-child(2) {
  top: 23%;
}
.dedication .inActionImg img:nth-child(3) {
  top: 46%;
}
.dedication .inActionImg img:nth-child(4) {
  top: 69%;
}

.pillar {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.ourStation {
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  padding-top: 5rem;
}
.ourStation > div {
  padding: 5rem 0;
  width: 33%;
}
.ourStation > div h2 {
  text-align: right;
}
.ourStation > div p {
  margin: 3rem 0;
  text-align: right;
}
.ourStation > div a {
  float: right;
}

.offer {
  z-index: 2;
}
.offer h2 {
  margin: 2rem 0;
}
.offer .cta {
  margin-bottom: 5rem;
}
.offer ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
.offer ul li {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 4rem 0rem;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}
.offer ul li img {
  height: 5rem;
}
.offer ul li h3 {
  margin: 2rem;
  white-space: nowrap;
}
.offer ul li p {
  padding: 0 3rem;
}

.video {
  margin: 10rem 0;
}
.video video {
  margin: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
}

.posts {
  padding: 5rem 0;
  gap: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.posts article {
  background-color: #fff;
  border-radius: 1.5rem;
  flex: 1 1 0px;
}
.posts article > img,
.posts article picture img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem 1.5rem 0 0;
}
.posts article .alignCenter {
  box-shadow: 0.2rem 0.2rem 1rem 0px rgba(61, 61, 60, 0.08);
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 2rem 3rem;
  width: 100%;
}
.posts article .alignCenter ul {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
  align-items: center;
  justify-content: center;
}
.posts article .alignCenter ul li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.posts article .alignCenter ul li span {
  padding: 0;
}
.posts article .alignCenter h5 {
  margin: 2rem 0;
}
.posts article .alignCenter p {
  margin: 2rem 0;
}
.posts .buttonFull {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: calc(100% - 3rem);
  text-align: center;
  font-size: 0.8rem;
}

.kontakt {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.kontakt > div {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}
.kontakt > div .map {
  border-radius: 1.5rem 0 0 1.5rem;
  width: 50%;
  background-color: palevioletred;
}
.kontakt > div aside {
  padding: 4rem 8rem 4rem 3rem;
  flex: 1 1 0px;
}
.kontakt > div aside > p {
  margin: 1.5rem 0;
}
.kontakt > div form {
  width: 100%;
}
.kontakt > div form br {
  display: none;
}
.kontakt > div .contactForm {
  margin-top: 5rem;
}
.kontakt > div input:not([type=submit]),
.kontakt > div textarea {
  border-bottom: 1px solid rgba(19, 14, 3, 0.4);
  padding: 0.5rem 0;
  width: 100%;
}
.kontakt > div textarea {
  height: 3rem;
}
.kontakt > div label {
  margin-top: 2.5rem;
  display: block;
}
.kontakt > div .wpcf7-submit {
  margin-top: 5rem;
  float: right;
  width: auto;
  display: block;
  border: none;
  padding-left: 5rem;
  padding-right: 5rem;
  background-color: #DAA520;
}
.kontakt > div .map::after {
  content: "";
  height: 100%;
  width: 100%;
  pointer-events: none;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 29.3%);
}

footer {
  padding-top: 20rem;
  padding-bottom: 20rem;
  border-bottom: 1rem solid #130E03;
}
footer .cta {
  align-items: flex-end;
}
footer hr {
  margin: 2rem 0;
}
footer .mainMenu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
footer .footerContent {
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28rem;
}
footer .footerContent .footerLinks li {
  white-space: nowrap;
  text-align: right;
  margin: 1rem 0;
}
footer .footerContent .footerLinks li a {
  width: 100%;
  text-align: right;
}
footer .footerContent .socials li img {
  box-sizing: border-box;
  height: 2.5rem;
  padding: 0.6rem;
  background-color: rgba(218, 165, 32, 0.1);
  border-radius: 0.85rem;
  border: 1px solid rgba(218, 165, 32, 0.2);
  margin: 0.75rem 0;
  transition: border-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
footer .footerContent .socials li a:hover img {
  border-color: #E85110;
}
footer hr {
  height: 1px;
  background-color: #DAA520;
  border: none;
}
footer::before, footer::after {
  content: "";
  z-index: 0;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
}
footer::before {
  background-image: url("../img/splash.png");
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
footer::after {
  background-image: url("../img/pillarSketch.svg");
  width: 18rem;
  left: var(--sidePadding);
  opacity: 0.1;
  background-size: cover;
}
footer .downDog {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 0;
}

@media only screen and (max-width: 960px) {
  html {
    font-size: 16px;
  }
  :root {
    --sidePadding: 4%;
  }
  h1 {
    font-size: 3rem;
    text-align: center;
  }
  h1 br {
    display: none;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  .textL,
  .textM,
  p, h6 {
    font-size: 0.9rem;
  }
  .hero {
    height: auto;
  }
  .hero p {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
  .hero .upDog {
    pointer-events: none;
    width: 100%;
    position: relative;
    right: -30%;
    display: block;
    margin-top: 3rem;
  }
  .hero .banner {
    width: 95%;
    left: 2.5%;
    top: auto;
    bottom: -2rem;
    z-index: 0;
    pointer-events: none;
  }
  .hero .logo {
    z-index: 1;
    margin: 4rem 0 2rem 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero .logo img {
    height: 5.5rem;
  }
  .hero main {
    width: 100%;
    margin-top: 0;
  }
  .hero main .buttonsBlock {
    flex-direction: column;
    align-items: center;
  }
  .hero main .buttonsBlock .buttonLine {
    display: none;
  }
  .hero main p {
    padding: 0;
    width: 93%;
    left: 3%;
  }
  .hero main h2 {
    text-align: center;
  }
  .hero header {
    margin-bottom: 0;
  }
  .hero header .buttonFull {
    display: none;
  }
  .hero .heroContent {
    flex-direction: column-reverse;
  }
  .hero .heroContent .mainMenu ul {
    gap: 1rem;
    left: 10%;
    z-index: 10;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
  }
  .hero .heroContent .mainMenu ul li {
    padding: 0 2rem;
  }
  .buttonFull {
    font-size: 0.9rem;
  }
  .about {
    flex-direction: column;
  }
  .about .aboutText,
  .about aside {
    width: 100%;
  }
  .about .aboutText {
    margin: 5rem 0;
  }
  .about aside li h6 {
    text-align: left;
    flex-direction: row-reverse;
  }
  .us .pets {
    height: 60vw;
  }
  .us .pets .aboutPets {
    width: 100%;
    height: auto;
    bottom: -21%;
  }
  .us .pets::before,
  .us .pets::after {
    width: 3rem;
  }
  .us .whyUs {
    flex-direction: column;
  }
  .us .whyUs .secText {
    margin-bottom: 5rem;
  }
  .us .whyUs::after {
    display: none;
  }
  .us .whyUs .whyCards {
    width: 100%;
    overflow: visible;
  }
  .us .whyUs .whyCards button {
    position: absolute;
    bottom: -8rem;
    width: 1.5rem;
  }
  .us .whyUs .whyCards .prev {
    left: auto;
    right: 0;
  }
  .dedication {
    height: auto;
  }
  .dedication .secText {
    width: 100%;
    padding: 8rem 0 8rem 5rem;
  }
  .dedication .secText::before {
    width: 3rem;
  }
  .dedication .track {
    display: none;
  }
  .dedication .inActionImg {
    width: 100%;
    padding-top: 220%;
    position: relative;
  }
  .dedication .inActionImg img {
    width: 80%;
  }
  .ourStation {
    padding-top: 0;
  }
  .ourStation > div {
    padding: 2rem 0;
    width: 100%;
  }
  .ourStation > div h2,
  .ourStation > div p {
    text-align: left;
  }
  .ourStation > div .buttonFull {
    float: none;
  }
  .cta {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .ctaHolder {
    margin: 4rem 0;
  }
  .ctaHolder .cta {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem;
    background-position: 55%;
  }
  .ctaHolder .cta .secText {
    width: 100%;
  }
  .ctaHolder .cta .secText h2,
  .ctaHolder .cta .secText p {
    text-align: center;
  }
  .offer ul {
    grid-template-columns: 1fr;
  }
  .posts {
    flex-direction: column;
  }
  .kontakt > div {
    flex-direction: column;
  }
  .kontakt > div .map {
    height: 80vw;
    width: 100%;
  }
  .kontakt > div .map::after {
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 29.3%);
  }
  .kontakt > div aside {
    padding: 3rem;
  }
  .kontakt > div aside .buttonFull {
    float: none;
  }
  footer {
    padding: 5rem var(--sidePadding) 15rem var(--sidePadding);
  }
  footer .mainMenu {
    display: none;
  }
  footer .cta {
    justify-content: center;
  }
  footer .footerContent {
    flex-direction: column;
    height: auto;
  }
  footer .socials {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
  footer .footerContent .footerLinks li {
    text-align: center;
  }
}
.nonHome > section > img {
  border-radius: 1.5rem;
  margin: 10rem 0;
  width: 100%;
  height: auto;
  z-index: 10;
  position: relative;
}
.nonHome h1 {
  font-size: 4rem;
  width: 50%;
}
.nonHome .hero {
  height: auto;
  outline: none;
}
.nonHome .blogContent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}
.nonHome .blogContent > div {
  width: 90%;
}
.nonHome .blogContent > div img {
  border-radius: 1.5rem;
}
.nonHome .blogContent .sidebar {
  width: 17%;
}
.nonHome .blogContent .sidebar li {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.nonHome .blogContent .sidebar li img {
  height: 1rem;
}
.nonHome .blogContent p, .nonHome .blogContent ul, .nonHome .blogContent ol {
  padding-bottom: 2rem;
}
.nonHome .blogContent h1,
.nonHome .blogContent h2,
.nonHome .blogContent h3,
.nonHome .blogContent h4,
.nonHome .blogContent h5,
.nonHome .blogContent h6 {
  margin-bottom: 2rem;
}
.nonHome .blogContent h4 {
  font-size: 1.5rem;
}
.nonHome .blogContent h5 {
  font-size: 1.2rem;
  font-weight: 600;
}
.nonHome .blogContent ul, .nonHome .blogContent ol {
  list-style-type: disc;
  padding-left: 2rem;
}
.nonHome .blogContent ul li, .nonHome .blogContent ol li {
  margin: 0 0 1rem 0;
  line-height: 150%;
}
.nonHome .blogContent ol {
  list-style-type: upper-roman;
}
.nonHome .blog {
  margin-top: 10rem;
}
.nonHome .posts.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
}

@media only screen and (max-width: 960px) {
  .nonHome > section > img {
    margin: 4rem 0;
  }
  .nonHome .blogContent {
    flex-direction: column;
  }
  .nonHome .blogContent .sidebar {
    width: 100%;
  }
  .nonHome .blogContent .sidebar ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nonHome .blogContent > div {
    width: 100%;
  }
  .nonHome .posts.grid {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=main.css.map */