/*
Theme Name: gera
Text Domain: gera
version:1.0.0
Description: gera Website
Tags: gera , fullScreen, video
Author: Alireza Ebrahimkhani - NAKHODA/SAQI
Author URI: https://nakhodasaqi.com/
*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  font-size: 8px;
}

body {
  background-color: black;
  color: rgba(var(--baseColor), 1);
  width: 100%;
}

img {
  width: 100%;
}

a {
  color: rgba(var(--baseColor), 1);
  cursor: pointer;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

:root {
  --baseColor: 255, 255, 255;
  --contColor:0, 0, 0;
  transition: 0.4s all ease;
}

:root.light {
  --baseColor: 0, 0, 0 !important;
  --contColor: 255, 255, 255 !important;
}

:root.dark {
  --baseColor: 255, 255, 255 !important;
}
.target{
	padding-top:9rem
}
@font-face {
  font-family: "vazir";
  src: url("asset/fonts/fa/Vazir-Light.eot");
  src: url("asset/fonts/fa/Vazir-Light.eot?#iefix") format("embedded-opentype"), url("asset/fonts/fa/Vazir-Light.ttf") format("ttf"), url("asset/fonts/fa/Vazir-Light.woff2") format("woff2"), url("asset/fonts/fa/Vazir-Light.woff") format("woff"), url("asset/fonts/fa/Vazir-Light.svg#Vazir-Light") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "vazir";
  src: url("asset/fonts/fa/Vazir-Regular.eot");
  src: url("asset/fonts/fa/Vazir-Regular.eot?#iefix") format("embedded-opentype"), url("asset/fonts/fa/Vazir-Regular.ttf") format("ttf"), url("asset/fonts/fa/Vazir-Regular.woff2") format("woff2"), url("asset/fonts/fa/Vazir-Regular.woff") format("woff"), url("asset/fonts/fa/Vazir-Regular.svg#Vazir-Regular") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "approach";
  src: url("asset/fonts/en/Approach-Light.eot");
  src: url("asset/fonts/en/Approach-Light.eot?#iefix") format("embedded-opentype"), url("asset/fonts/en/Approach-Light.ttf") format("ttf"), url("asset/fonts/en/Approach-Light.woff2") format("woff2"), url("asset/fonts/en/Approach-Light.woff") format("woff"), url("asset/fonts/en/Approach-Light.svg#Approach-Light") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "approach";
  src: url("asset/fonts/en/Approach-Regular.eot");
  src: url("asset/fonts/en/Approach-Regular.eot?#iefix") format("embedded-opentype"), url("asset/fonts/en/Approach-Regular.ttf") format("ttf"), url("asset/fonts/en/Approach-Regular.woff2") format("woff2"), url("asset/fonts/en/Approach-Regular.woff") format("woff"), url("asset/fonts/en/Approach-Regular.svg#Approach-Regular") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "approach";
  src: url("asset/fonts/en/Approach-Medium.eot");
  src: url("asset/fonts/en/Approach-Medium.eot?#iefix") format("embedded-opentype"), url("asset/fonts/en/Approach-Medium.ttf") format("ttf"), url("asset/fonts/en/Approach-Medium.woff2") format("woff2"), url("asset/fonts/en/Approach-Medium.woff2") format("woff2"), url("asset/fonts/en/Approach-Medium.woff") format("woff"), url("asset/fonts/en/Approach-Medium.svg#Approach-Medium") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "approach";
  src: url("asset/fonts/en/Approach-SemiBold.eot");
  src: url("asset/fonts/en/Approach-SemiBold.eot?#iefix") format("embedded-opentype"), url("asset/fonts/en/Approach-SemiBold.ttf") format("ttf"), url("asset/fonts/en/Approach-SemiBold.woff2") format("woff2"), url("asset/fonts/en/Approach-SemiBold.woff") format("woff"), url("asset/fonts/en/Approach-SemiBold.svg#Approach-SemiBold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.overline {
  font-family: "approach", sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
  letter-spacing: 1;
  line-height: auto;
}

@media only screen and (min-width: 1440px) {
  .overline {
    font-family: "approach", sans-serif;
    font-weight: 100;
    font-size: 1.75rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (max-height: 900px) {
  .overline {
    font-family: "approach", sans-serif;
    font-weight: 100;
    font-size: 1.25rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .overline {
    font-family: "approach", sans-serif;
    font-weight: 100;
    font-size: 1.25rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .overline {
    font-family: "approach", sans-serif;
    font-weight: 100;
    font-size: 1.25rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

.caption {
  font-family: "approach", sans-serif;
  font-weight: 100;
  font-size: 2.25rem;
  letter-spacing: 1;
  line-height: auto;
}



@media only screen and (min-width: 1440px) {
  .caption {
    font-family: "approach", sans-serif;
    font-weight: 100;
    font-size: 2.5rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (max-height: 900px) {
  .caption {
    font-family: "approach", sans-serif;
    font-weight: 100;
    font-size: 1.75rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .caption {
    font-family: "approach", sans-serif;
    font-weight: 100;
    font-size: 1.75rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .caption {
    font-family: "approach", sans-serif;
    font-weight: 100;
    font-size: 1.75rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

.body {
  font-family: "approach", sans-serif;
  font-weight: 100;
  font-size: 2.75rem;
  letter-spacing: 1;
  line-height: auto;
}
.body.FA {
    font-size: 2.5rem;
  }



@media only screen and (min-width: 1440px) {
  .body {
    font-family: "approach", sans-serif;
    font-weight: 100;
    font-size: 3rem;
    letter-spacing: 1;
    line-height: auto;
  }
	.body.FA {
    font-size: 2.75rem;
  }
}

@media only screen and (max-height: 900px) {
  .body {
    font-family: "approach", sans-serif;
    font-weight: 100;
    font-size: 2.25rem;
    letter-spacing: 1;
    line-height: auto;
  }
	.body.FA {
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .body {
    font-family: "approach", sans-serif;
    font-weight: 100;
    font-size: 2.25rem;
    letter-spacing: 1;
    line-height: auto;
  }
	.body.FA {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .body {
    font-family: "approach", sans-serif;
    font-weight: 100;
    font-size: 2.25rem;
    letter-spacing: 1;
    line-height: auto;
  }
	.body.FA {
    font-size: 2rem;
  }
}

.subtitle {
  font-family: "approach", sans-serif;
  font-weight: 300;
  font-size: 3.25rem;
  letter-spacing: 1;
  line-height: auto;
}


@media only screen and (min-width: 1440px) {
  .subtitle {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 4rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (max-height: 900px) {
  .subtitle {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 2.75rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .subtitle {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 2.75rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .subtitle {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 2.75rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

.title {
  font-family: "approach", sans-serif;
  font-weight: 300;
  font-size: 5.25rem;
  letter-spacing: 1;
  line-height: auto;
}


@media only screen and (min-width: 1440px) {
  .title {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 6.5rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (max-height: 900px) {
  .title {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 2.75rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .title {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 2.75rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .title {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 2.75rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

.heading {
  font-family: "approach", sans-serif;
  font-weight: 200;
  font-size: 8rem;
  letter-spacing: 1;
  line-height: auto;
}

@media only screen and (min-width: 1440px) {
  .heading {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 9rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (max-height: 900px) {
  .heading {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 4.5rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .heading {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 4.5rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .heading {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 4.5rem;
    letter-spacing: 1;
    line-height: auto;
  }
}

.display {
  text-transform: capitalize;
  font-family: "approach", sans-serif;
  font-weight: 300;
  font-size: 14rem;
  letter-spacing: 1;
  line-height: 16rem;
}

@media only screen and (min-width: 1440px) {
  .display {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 18rem;
    letter-spacing: 1;
    line-height: 19rem;
  }
}

@media only screen and (max-height: 900px) {
  .display {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 12rem;
    letter-spacing: 1;
    line-height: 14rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .display {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 7rem;
    letter-spacing: 1;
    line-height: 7rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .display {
    font-family: "approach", sans-serif;
    font-weight: 300;
    font-size: 12rem;
    letter-spacing: 1;
    line-height: 14rem;
  }
}

.EN--hide {
  display: none;
}

.FA {
  font-family: "vazir";
  direction: rtl;
  text-align: right;
  display: none;
}

.FA--show {
  display: block;
}
.hideThisFa {
  display: none;
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.footer {
  margin-top: 10rem;
}

.footer-wrapper {
  border-top: 1px solid rgba(var(--baseColor), 0.3);
  padding: 3rem 0;
  grid-gap: 1rem !important;
}

.footer-socialWrapper {
  grid-column: 5/13;
  grid-row: 2;
  justify-self: right;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .footer-socialWrapper {
    grid-column: span 12;
    justify-self: left;
    grid-row: 2;
  }
}

.footer-social {
  display: inline-block;
  margin-left: 1rem;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .footer-social {
    margin-left: 0rem;
    margin-right: 1rem;
  }
}

.footer-social a {
  color: rgba(var(--baseColor), 1);
  transition: 0.4s all ease;
}

.footer-social a:hover {
  color: rgba(var(--baseColor), 0.5);
  transition: 0.4s all ease;
}

.footer-logotype {
  grid-column: span 12;
  grid-row: 1;
}

.footer-logotype svg {
  fill: rgba(var(--baseColor), 1);
  height: 4rem;
}

.footer-copyRight {
  grid-column: 1/5;
  grid-row: 2;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .footer-copyRight {
    grid-column: span 12;
    grid-row: 3;
  }
}

.main {
  margin-top: 10rem;
  margin-bottom: 10rem;
  min-height: calc(100vh - 33.5rem);
}

.row {
  margin: 0 6rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 3rem;
}

.row--min {
  width: 100%;
  max-width: 904px;
  margin: 0 auto;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .row--min {
    margin: 0 3rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .row--min {
    margin: 0 2rem;
  }
}

.row--medium {
  max-width: 904px;
  margin: 0 auto;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .row--medium {
    margin: 0 3rem;
    width: calc(100% - 6rem);
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .row--medium {
    margin: 0 2rem;
    width: calc(100% - 4rem);
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .row {
    margin: 0 2rem;
    grid-gap: 2rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .row {
    margin: 0 3rem;
    grid-gap: 3rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .row {
    margin: 0 6rem;
    grid-gap: 3rem;
  }
}

@media only screen and (min-width: 1440px) {
  .row {
    margin: 0 10rem;
    grid-gap: 6rem;
  }
}

.row-justMargin {
  margin: 0 6rem;
}

.row-justMargin--min {
  max-width: 904px;
  margin: 0 auto;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .row-justMargin--min {
    margin: 0 3rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .row-justMargin--min {
    margin: 0 2rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .row-justMargin {
    margin: 0 2rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .row-justMargin {
    margin: 0 3rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .row-justMargin {
    margin: 0 6rem;
  }
}

@media only screen and (min-width: 1440px) {
  .row-justMargin {
    margin: 0 10rem;
  }
}

.mediumRow {
  width: 100%;
  max-width: 904px;
  margin: 0 auto;
  padding: 0 3rem;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .mediumRow {
    padding: 0 2rem;
  }
}

.smallRow {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.col-full {
  grid-column: span 12;
}

.col-twoThirds {
  grid-column: span 8;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .col-twoThirds {
    grid-column: span 6;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .col-twoThirds {
    grid-column: span 12;
  }
}

.col-half {
  grid-column: span 6;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .col-half {
    grid-column: span 6;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .col-half {
    grid-column: span 12;
  }
}

.col-third {
  grid-column: span 4;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .col-third {
    grid-column: span 6;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .col-third {
    grid-column: span 6;
  }
}

.col-quarter {
  grid-column: span 3;
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .col-quarter {
    grid-column: span 4;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .col-quarter {
    grid-column: span 6;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .col-quarter {
    grid-column: span 12;
  }
}

.col-sixth {
  grid-column: span 2;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .col-sixth {
    grid-column: span 3;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .col-sixth {
    grid-column: span 6;
  }
}

.header {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.header--none {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  -moz-backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.header--fixed {
  position: fixed;
  z-index: 90;
  top: 0;
}

.header-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 10rem;
}

.header-left {
  align-self: center;
  position: relative;
}

.header-right {
  align-self: center;
  justify-self: right;
  position: relative;
}

.header-center {
  align-self: center;
  justify-self: center;
  position: relative;
}

.header-translate-text {
  font-size: 2rem;
  font-weight: 100;
  font-family: "vazir";
  float: right;
}

.header-translate-switch {
  position: relative;
  width: 3.5rem;
  height: 2rem;
  float: right;
  border: solid 0.125rem rgba(var(--baseColor), 1);
  border-radius: 1rem;
  margin-left: 1rem;
  cursor: pointer;
  background-color: rgba(var(--baseColor), 0);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-translate-switch:hover {
  background-color: rgba(var(--baseColor), 0.3);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-translate-switch--active {
  background-color: rgba(var(--baseColor), 0.3);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-translate-pin {
  width: 1rem;
  height: 1rem;
  float: right;
  background-color: rgba(var(--baseColor), 1);
  border-radius: .5rem;
  position: absolute;
  top: 0.375rem;
  left: 1.875rem;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-translate-pin--active {
  left: 0.375rem;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-logotype {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 9rem;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-logotype svg {
  height: 4rem;
  fill: rgba(var(--baseColor), 1);
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .header-logotype {
    display: none;
  }
}

.header-hamIco {
  width: 6rem;
  height: 3rem;
  position: relative;
  cursor: pointer;
  margin-right: 2rem;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-hamIco-line {
  width: 6rem;
  height: .25rem;
  background: rgba(var(--baseColor), 1);
  position: absolute;
  top: 1.375rem;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-hamIco-line:before {
  content: '';
  width: 6rem;
  height: .25rem;
  background: rgba(var(--baseColor), 1);
  position: absolute;
  top: -1.375rem;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-hamIco-line:after {
  content: '';
  width: 6rem;
  height: .25rem;
  background: rgba(var(--baseColor), 1);
  position: absolute;
  top: 1.375rem;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-hamIco-line--open {
  height: 0rem;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-hamIco-line--open:before {
  top: 0rem;
  transform: rotate(26deg);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-hamIco-line--open:after {
  top: 0rem;
  transform: rotate(-26deg);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-menu {
  width: 100%;
  height: 10rem;
  overflow: hidden;
  position: fixed;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition-delay: .8s;
  background-color: transparent;
}

.header-menu--open {
  height: 100vh;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  background-color: black;
}

.header-menuBox {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
  max-height: 6rem;
  top: 0;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition-delay: .4s;
}

@media only screen and (min-width: 1440px) {
  .header-menuBox {
    max-width: 170rem;
  }
}

.header-menuBox--open {
  top: 50%;
  max-height: 100vh;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .header-menuBox--open {
    top: 40%;
  }
}

.header-sign {
  width: 12rem;
  position: relative;
  margin: 2rem auto 6rem;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition-delay: .4s;
}

.header-sign--open {
  width: 40rem;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-sign > img {
  width: 100%;
}

.header-sign-type {
  width: 43.75%;
  position: relative;
  margin-top: 9.375%;
  left: 25%;
}

.header-sign-type svg {
  fill: #e8e5e2;
  width: 100%;
}

.header-sign-caption {
  position: relative;
  font-size: 50%;
  left: 25%;
}

.header-assist {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-assist--open {
  visibility: visible;
  opacity: 1;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition-delay: .6s;
}

.header-menuTitle {
  text-align: center;
  margin-top: 3rem;
  color: white;
}

.header-questions {
  text-align: center;
  margin-top: 6rem;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .header-questions {
    margin-top: 3rem;
  }
}

.header-back {
  display: block;
  cursor: pointer;
  text-align: center;
  margin-top: 3rem;
}

.header-servicesTriger {
  cursor: pointer;
}

.header-panel {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-panel--active {
  visibility: visible;
  opacity: 1;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-question {
  min-width: 6rem;
  display: inline-block;
  border: 1px solid grey;
  padding: 1rem;
  border-radius: 4rem;
  margin: 0 0.5rem 1rem 0.5rem;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  cursor: pointer;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-question:hover {
  background-color: white;
  color: black;
  border: 1px solid white;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-question:hover > a {
  color: black;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.header-question-finance {
  background-color: #3dd388;
  border: 1px solid #3dd388;
}

.header-question-finance > a {
  color: black !important;
}

.header-question-marketing {
  background-color: #e53942;
  border: 1px solid #e53942;
}

.header-question-legal {
  background-color: #ffbf3e;
  border: 1px solid #ffbf3e;
}

.header-question-legal > a {
  color: black !important;
}

.header-question-it {
  background-color: #5952e8;
  border: 1px solid #5952e8;
}

.header-question-hr {
  background-color: #e8e5e2;
  border: 1px solid #e8e5e2;
}

.header-question-hr > a {
  color: black !important;
}

.header-question-commerce {
  background-color: #f75231;
  border: 1px solid #f75231;
}

@media only screen and (min-width: 1440px) {
  .header-question {
    padding: 2rem;
    margin: 0 1rem 2rem 1rem;
  }
}

.header-question > a {
  color: white;
}

.logo {
  width: 48rem;
  position: fixed;
  top: 0.1%;
  left: 50%;
  padding-top: 8rem;
  transform: translate(-50%, -38%) scale(0.25);
  z-index: 100;
  transition: 0.4s all ease;
}

.logo-info {
  opacity: 0;
  transition: 0.4s all ease;
}

.logo--home {
  top: 50%;
  padding-top: 0rem;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.4s all ease;
}



@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .logo--home {
    transform: translate(-50%, -50%) scale(0.75);
  }
}

@media only screen and (max-height: 900px) {
  .logo--home {
    transform: translate(-50%, -50%) scale(0.75);
  }
}

.logo--home > .logo-info {
  opacity: 1;
  transition: 0.4s all ease;
}
@media only screen and (min-width: 0) and (max-width: 599px) {
  .logo--home {
    transform: translate(-50%, -50%) scale(0.55);
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .logo--home {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
.logo--services {
  top: 23%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.4s all ease;
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .logo--services {
    top: 27%;
    transform: translate(-50%, -50%) scale(0.75);
  }
}

@media only screen and (max-height: 900px) {
  .logo--services {
    top: 30%;
    transform: translate(-50%, -50%) scale(0.75);
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .logo--services {
    top: 30%;
    transform: translate(-50%, -50%) scale(0.55);
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .logo--services {
    top: 27%;
    transform: translate(-50%, -50%) scale(0.7);
  }
}

.logo--services > .logo-info {
  opacity: 1;
  transition: 0.4s all ease;
}

.logo--menu {
  top: 40%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.4s all ease;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .logo--menu {
    top: 30%;
    transform: translate(-50%, -50%) scale(0.55);
  }
}

.logo--menu > .logo-info {
  opacity: 0 !important;
  visibility: hidden;
  transition: 0.4s all ease;
}

.logo--black .logo-type svg {
  fill: black !important;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.logo--black .logo-caption {
  fill: black !important;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.logo-sign {
  width: 100%;
  position: relative;
}

.logo-sign--open {
  width: 40rem;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.logo-sign > img {
  width: 100%;
}

.logo-type {
  width: 44%;
  position: relative;
  left: 24%;
  margin-top: 9%;
  fill: rgba(var(--baseColor), 1);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.logo-caption {
  margin-top: -13%;
  width: 75.8%;
  position: relative;
  left: 24%;
  fill: rgba(var(--baseColor), 1);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
}

.logo-caption > text {
  font-size: .47rem;
  font-family: "approach", sans-serif;
  font-weight: 200;
}

.job {
  padding: 2rem;
  border-radius: 2rem;
}

.black-body {
  background-color: black;
  transition: 0.4s all ease;
}

.white-body {
  background-color: white;
  transition: 0.4s all ease;
}

.green-body {
  background-color: #3dd388;
  transition: 0.4s all ease;
}

.red-body {
  background-color: #e53942;
  transition: 0.4s all ease;
}

.yellow-body {
  background-color: #ffbf3e;
  transition: 0.4s all ease;
}

.orange-body {
  background-color: #f75231;
  transition: 0.4s all ease;
}

.grey-body {
  background-color: #e8e5e2;
  transition: 0.4s all ease;
}

.blue-body {
  background-color: #5952e8;
  transition: 0.4s all ease;
}

.white-body {
  background-color: #ffffff;
  transition: 0.4s all ease;
}

.white-header {
  background: rgba(255, 255, 255, 0.5);
  transition: 0.4s all ease;
}

.whiteText-body {
  color: black;
  transition: 0.4s all ease;
}

.gradient {
  display: none;
  position: fixed;
  z-index: 80;
  width: 100%;
  height: 50rem;
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  transition: 0.4s all ease;
}

.gradient--open {
  display: block;
}

.green-gradient {
  background: #3dd388;
  background: linear-gradient(180deg, #3dd388 50%, rgba(61, 211, 136, 0) 100%);
  transition: 0.4s all ease;
}

.red-gradient {
  background: #e53942;
  background: linear-gradient(180deg, #e53942 50%, rgba(229, 57, 66, 0) 100%);
  transition: 0.4s all ease;
}

.yellow-gradient {
  background: #ffbf3e;
  background: linear-gradient(180deg, #ffbf3e 50%, rgba(255, 191, 62, 0) 100%);
  transition: 0.4s all ease;
}

.blue-gradient {
  background: #5952e8;
  background: linear-gradient(180deg, #5952e8 50%, rgba(89, 82, 232, 0) 100%);
  transition: 0.4s all ease;
}

.grey-gradient {
  background: #e8e5e2;
  background: linear-gradient(180deg, #e8e5e2 50%, rgba(232, 229, 226, 0) 100%);
  transition: 0.4s all ease;
}

.orange-gradient {
  background: #f75231;
  background: linear-gradient(180deg, #f75231 50%, rgba(247, 82, 49, 0) 100%);
  transition: 0.4s all ease;
}

.mouseWheel {
  position: fixed;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .mouseWheel {
    bottom: 2rem;
    right: 2rem;
    left: unset;
    transform: translateX(0);
  }
}

.mouseWheel-mouse {
  height: 5rem;
  width: 3rem;
  position: relative;
  border: .25rem solid white;
  border-radius: 1.5rem;
  margin: 0 auto;
}

.mouseWheel-pin {
  width: 1rem;
  height: 1rem;
  background-color: white;
  margin: 0.75rem auto;
  border-radius: .5rem;
  animation-name: mouse;
  animation-duration: 1.5s;
  animation-timing-function: normal;
  animation-iteration-count: infinite;
}

.mouseWheel-text {
  text-align: center;
}

@keyframes mouse {
  0% {
    margin: 6px auto;
  }
  50% {
    opacity: 1;
  }
  100% {
    margin: 22px auto;
    opacity: 0;
  }
}

.home-firstSection {
  height: 100vh;
}

.services {
  height: 50vh;
  z-index: 2;
}

.services p {
  text-align: center !important;
}

.services-wrapper {
  position: relative;
  height: calc(100vh - 23rem);
  top: 26rem;
}
@media only screen and (min-width: 0) and (max-width: 599px) {
	.services-wrapper {
   height: calc(100vh - 23rem);
  top: 23rem;
	}
}
.services-service {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}

.services-service--show {
  visibility: visible;
  opacity: 1;
}

.services-service h3 {
  text-align: center;
  margin-bottom: 2rem;
}

.services-service a {
  white-space: nowrap;
  font-weight: 300;
  color: rgba(var(--baseColor), 1);
  text-decoration: none;
}

.services-service a:hover {
  text-decoration: underline;
}

.services-tags {
  text-align: center;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .services-tags {
    overflow-x: scroll;
    width: calc(100% + 4rem);
    position: relative;
    margin-left: -2rem;
  }
	.services-tags::-webkit-scrollbar {
  display: none;
	}
}
}

.services-tagsWrapper {
  display: inline-block;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .services-tagsWrapper {
    display: inline-block;
    position: relative;
    margin-left: 2rem;
    margin-right: 2rem;
    text-align: left;
    white-space: nowrap;
  }
}

.services-tag {
  padding: 1rem 2rem;
  border: 1px solid rgba(var(--baseColor), 0.3);
  white-space: nowrap;
  display: inline-block;
  white-space: nowrap;
  margin: 1rem 1rem 0 0;
  border-radius: 3rem;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgba(var(--baseColor), 0);
  transition: 0.4s all ease;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .services-tag {
    margin: 1rem 1rem 1rem 0;
  }
}

.services-tag:hover {
  background-color: rgba(var(--baseColor), 0.1);
  transition: 0.4s all ease;
}

.services p {
  margin-bottom: 2rem;
}

.mission {
  opacity: 0;
  text-align: center;
  height: 100vh;
  position: relative;
}

.mission-words {
  position: relative;
}

.mission-word {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.mission-wrapper {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.audience {
  margin-bottom: 20rem;
}

.audience-item {
  padding: 2rem;
  position: relative;
  border-bottom: 1px solid white;
  transition: 0.4s all ease;
}

.audience-item a {
  color: white;
}

.audience-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.4s all ease;
}

.audience h2 {
  text-align: center;
}

.audience p {
  margin: 2rem 0;
}

.audience-itemWrapper {
  width: calc(100% - 10rem);
}

.audience-arrow {
  width: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.readMore {
  justify-self: right;
  align-self: center;
}

.contact {
  width: 24rem;
  height: 70rem;
  max-height: 6.5rem;
  position: fixed;
  bottom: 6rem;
  left: 6rem;
  overflow: hidden;
  border-radius: 3rem;
  z-index: 200;
  background: rgba(var(--baseColor), 0.1);
  backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-family: "approach", sans-serif;
  font-weight: 100 !important;
  color: rgba(var(--baseColor), 1);
  font-size: 2rem;
  opacity: 1;
  transition: 0.4s all ease;
}

.contact:hover {
  background: rgba(var(--baseColor), 0.2);
  transition: 0.4s all ease;
}

.contact--hide {
  opacity: 0;
  transition: 0.4s all ease;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .contact {
    bottom: 2rem;
    left: 2rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .contact {
    bottom: 2rem;
    left: 2rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .contact {
    bottom: 3rem;
    left: 2rem;
  }
}

.contact-btn {
  padding: 2rem;
  cursor: pointer;
  transition: 0.4s all ease;
}

.contact-wrapper {
  width: 40rem;
  position: absolute;
  bottom: 0rem;
  transition: 0.4s all ease;
}

.contact-map {
  width: 40rem;
  height: 40rem;
}

.contact-data {
  padding: 3rem;
}

.contact-data p {
  margin-bottom: 1rem;
}

.contact-data span {
  font-weight: 500;
}

.contact-close {
  width: 6rem;
  height: 3rem;
  position: relative;
  cursor: pointer;
  float: left;
  margin-right: 2rem;
  top: 1.375rem;
}

.contact-close:before, .contact-close:after {
  content: '';
  width: 6rem;
  height: .25rem;
  background: rgba(var(--baseColor), 1);
  position: absolute;
  top: 0rem;
}

.contact-close:before {
  transform: rotate(0deg);
  background: rgba(var(--baseColor), 1);
  transition: 0.4s all ease;
}

.contact-close:after {
  transform: rotate(0deg);
  background: rgba(var(--baseColor), 1);
  transition: 0.4s all ease;
}

.contact--open {
  width: 40rem;
  max-height: 70rem;
  transition: 0.4s all ease;
}

.contact--open .contact-btn {
  padding: 3rem;
  transition: 0.4s all ease;
}

.contact--open .contact-close:before {
  transform: rotate(26deg);
  transition: 0.4s all ease;
}

.contact--open .contact-close:after {
  transform: rotate(-26deg);
  transition: 0.4s all ease;
}

.posts {
  width: unset !important;
  padding: 0 !important;
  margin-top: 6rem;
}

.post {
  transition: 0.4s all ease;
}

.post:hover .post-wrapper {
  background-color: #d1d1d1;
  transition: 0.4s all ease;
}

.post:hover .post-image {
  filter: saturate(0.5);
  transition: 0.4s all ease;
}

.post-wrapper {
  overflow: hidden;
  background-color: white;
  border-radius: 2rem;
  transition: 0.4s all ease;
}

.post-wrapper > a {
  color: rgba(var(--contColor), 1);
}

.post-image > img {
  transition: 0.4s all ease;
}

.post-excerpt {
  margin: 2rem 0;
}

.post-tags {
  display: inline-block;
}

.post-tag {
  padding: .5rem 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  float: left;
  text-transform: capitalize;
  border: 1px solid rgba(var(--contColor), 0.1);
  border-radius: 3rem;
  white-space: nowrap;
}

.post-tag[data-tagName="finance"] {
  background-color: #3dd388;
  border: none;
  border: 1px solid #3dd388;
}

.post-tag[data-tagName="marketing"] {
  background-color: #e53942;
  border: none;
  color: white;
  border: 1px solid #e53942;
}

.post-tag[data-tagName="legal"] {
  background-color: #ffbf3e;
  border: none;
  border: 1px solid #ffbf3e;
}

.post-tag[data-tagName="commerce"] {
  background-color: #f75231;
  border: none;
  color: white;
  border: 1px solid #f75231;
}

.post-tag[data-tagName="hr"] {
  background-color: #e8e5e2;
  border: none;
  text-transform: uppercase;
  border: 1px solid #e8e5e2;
}

.post-tag[data-tagName="it"] {
  background-color: #5952e8;
  border: none;
  color: white;
  text-transform: uppercase;
  border: 1px solid #5952e8;
}

.post-info {
  padding: 2rem;
}

.cPagination .page-numbers {
  background-color: unset !important;
  color: white !important;
  border-radius: 3rem !important;
  transition: 0.4s all ease;
}

.cPagination .page-numbers:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
  transition: 0.4s all ease;
}

.cPagination .current {
  background-color: white !important;
  color: black !important;
  border-radius: 3rem !important;
}

.cPagination .current:hover {
  background-color: white !important;
}

.filter {
  margin-bottom: 4rem;
}

.filter-item {
  display: inline-block;
  background-color: unset;
  margin-right: 1rem;
  padding: 2rem 0;
}

.filter-item > a {
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 4rem;
  border: 1px solid white;
  transition: 0.4s all ease;
}

.filter-item > a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.4s all ease;
}

.filter-item > a.active {
  background-color: white;
  color: black;
}


.values-figures {
  position: relative;
  height: 100vh;
}

.values-figures > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .values-figures > div {
    top: unset;
    bottom: 20vh;
    transform: unset;
  }
}

.values-sign {
  opacity: 1;
  transition: 0.4s all ease;
}

.values-sign--hide {
  opacity: 0;
  transition: 0.4s all ease;
}

.values-skeleton {
  width: 100%;
  fill: none;
  stroke: rgba(var(--baseColor), 0.3);
  stroke-width: 4;
  stroke-miterlimit: 10;
  transition: 0.4s all ease;
  opacity: 0;
  transition: 0.4s all ease;
}

.values-skeleton--show {
  opacity: 1;
  transition: 0.4s all ease;
}

.values-text {
  width: 100%;
  max-width: 904px;
  position: absolute;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.4s all ease;
}

.values-text--show {
  opacity: 1;
  transition: 0.4s all ease;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .values-text {
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .values-text {
    padding: 0 3rem;
  }
}

.values-textWrapper {
  width: 100%;
  height: 60vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .values-textWrapper {
    width: calc(100% - 4rem);
    height: unset;
    position: absolute;
    top: 20vh;
    transform: unset;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .values-textWrapper {
    width: calc(100% - 6rem);
  }
}

.values-info {
  width: 100%;
  position: absolute;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  bottom: 0;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .values-info {
    position: relative;
    bottom: unset;
    margin-top: 3rem;
  }
}

.values-infoItem {
  width: 100%;
  grid-row: 1;
  grid-column: 1;
  visibility: hidden;
  opacity: 0;
}

.values-infoItem--show {
  visibility: visible;
  opacity: 1;
}

.article {
  margin-top: 10rem;
}

.article-wrapper {
  overflow: hidden;
}

.article-image {
  padding-top: 37.5%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .article-image {
    padding-top: 66.67%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .article-image {
    padding-top: 56.25%;
  }
}

@media only screen and (min-width: 1440px) {
  .article-image {
    padding-top: 25%;
  }
}

.article-tags {
  margin: 2rem 0;
  display: inline-block;
}

.article-tag {
  padding: .5rem 1rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  float: left;
  text-transform: capitalize;
  border: 1px solid rgba(var(--contColor), 0.1);
  border-radius: 3rem;
  white-space: nowrap;
}

.article-tag[data-tagName="finance"] {
  background-color: #3dd388;
  border: none;
  border: 1px solid #3dd388;
}

.article-tag[data-tagName="marketing"] {
  background-color: #e53942;
  border: none;
  color: white;
  border: 1px solid #e53942;
}

.article-tag[data-tagName="legal"] {
  background-color: #ffbf3e;
  border: none;
  border: 1px solid #ffbf3e;
}

.article-tag[data-tagName="commerce"] {
  background-color: #f75231;
  border: none;
  color: white;
  border: 1px solid #f75231;
}

.article-tag[data-tagName="hr"] {
  background-color: #e8e5e2;
  border: none;
  text-transform: uppercase;
  border: 1px solid #e8e5e2;
}

.article-tag[data-tagName="it"] {
  background-color: #5952e8;
  border: none;
  color: white;
  text-transform: uppercase;
  border: 1px solid #5952e8;
}

.article-info {
  text-align: center;
  margin: 3rem auto;
}

.titleBar {
  padding-top: 8rem;
}

.titleBar-title {
  grid-column: span 6;
}

.titleBar-readMore {
  align-self: center;
  justify-self: right;
  grid-column: span 6;
  cursor: pointer;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .titleBar-readMore {
    grid-column: span 6;
  }
}

.arrowBtn {
  align-self: center;
  justify-self: right;
  cursor: pointer;
}

.arrowBtn span {
  vertical-align: middle;
  color: rgba(var(--baseColor), 1);
}

.arrowBtn:hover .arrowBtn-arrow {
  margin: 0 0rem 0 4rem;
  transition: 0.4s all ease;
}

.arrowBtn-arrow {
  width: 3rem;
  fill: rgba(var(--baseColor), 1);
  vertical-align: middle;
  margin: 0 2rem 0 2rem;
  transition: 0.4s all ease;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .arrowBtn-arrow {
    width: 2rem;
    margin: 0 0rem 0 1rem;
  }
}

.team {
  text-align: center;
}

.team > div {
  position: relative;
  height: 100vh;
}

.team > div > div > div {
  margin-bottom: 3rem;
}

.team > div > div > div > p {
  text-align: center;
}

.team-wrapper {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.list {
  margin-left: 2.75rem;
}
.list.FA{
	margin-left: 0rem;
	margin-right: 2.75rem;
}
.list li {
  list-style: circle;
  margin-bottom: 1rem;
}
.list li > ul {
  margin-left: 3rem;
	margin-top: 1rem;
	margin-bottom: 3rem
}
.list.FA li > ul{
	margin-left: 0rem;
	margin-right: 3rem;
}
#manage-ajax-response {
  padding: 0px !important;
}

.ending {
  opacity: 0;
  transition: 0.6s all ease;
}

.ending--show {
  opacity: 1;
  transition: 0.6s all ease;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .ending-wrapper > div {
    grid-column: span 12;
  }
}

.ending h1 {
  white-space: nowrap;
}

.ending-contact {
  align-self: end;
  justify-self: right;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .ending-contact {
    margin-top: 3rem;
    justify-self: left;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .ending-contact {
    margin-top: 3rem;
    justify-self: left;
  }
}

.ending-contact p {
  margin-bottom: 2rem;
}

.ending-contact span {
  font-weight: 300;
}

.wp-block-column {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .wp-block-column {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .wp-block-column {
    margin-bottom: 2rem;
  }
}

.list {
  margin-left: 2.75rem;
}

.list li {
  list-style: circle;
  margin-bottom: 1rem;
}

.grid {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1rem;
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .grid {
    grid-gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .grid {
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1440px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 0) and (max-width: 599px) {
  .cPagination {
    grid-column: span 1;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .cPagination {
    grid-column: span 2;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .cPagination {
    grid-column: span 3;
  }
}

@media only screen and (min-width: 1440px) {
  .cPagination {
    grid-column: span 4;
  }
}

/* Non-grid specific CSS */
