@charset "UTF-8";
@import url(./typography.css?ver=1.1.7);
@import url(./general.css?ver=1.1.7);
@import url(./colors.css?ver=1.1.7);
@import url(./buttons.css?ver=1.1.7);
@import url(./spacing.css?ver=1.1.7);
@import url(./animations.css?ver=1.1.7);
@import url(./inputs.css?ver=1.1.7);
/*******************************Dashboard****************************/
/*******************************Templates****************************/
/*******************************My Rank-Ups****************************/
#menuSearchBarMyRankups:focus {
  transition: 250ms;
  border: 1px solid #34d15b;
  box-shadow: 0px 0px 0px 3px rgba(41, 204, 95, 0.1490196078);
}

/*******************************New Rank Up****************************/
.mainNRUPContainer {
  min-height: calc(100vh - 76px);
  padding-top: 73px;
}

.contentSection {
  display: flex;
  flex-direction: row;
  background-color: var(--fourth-color);
}
.contentSection .nrupDetailSection {
  flex-grow: 1;
  margin-right: 30px;
}
.contentSection .nrupMobilePreviewSection {
  margin-left: 30px;
}

.nrupImgUpload {
  background-color: var(--secondary-color);
  max-height: calc(100vh - 475px);
  overflow-y: scroll;
}

.browseBtn {
  background-color: unset;
  padding: 15px 20px;
}

input.selectAllPicsCB {
  width: 28px;
  height: 28px;
  border: 1px solid var(--primaryBlack-color);
}

.stepActive div {
  color: var(--primaryBlack-color);
  border-color: var(--primaryBlack-color);
}

.singlePic {
  position: relative;
  padding: 8px;
}
.singlePic .removePicIcon {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
}
.singlePic:hover .removePicIcon {
  opacity: 1 !important;
  transition: 250ms;
}

.previewDivision {
  position: relative;
  justify-content: space-between;
  top: calc(0.325 * (100vh - 334px));
  width: calc(100% - 2 * 0.046875 * (100vh - 334px) * 0.4660194175);
  margin-left: calc(0.046875 * (100vh - 334px) * 0.4660194175);
}

.previewDivLeft,
.previewDivRight {
  padding-top: 90%;
  width: calc((100% - 0.0104166667 * (100vh - 334px) * 0.4660194175) / 2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/****Pop Up****/
.popUpMainContainer {
  z-index: 100000000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay {
  background-color: rgba(192, 192, 192, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.popUpContainerEl {
  position: relative;
  z-index: 10000;
}

.popUpCancelBtn,
.popUpSubmitBtn {
  flex-grow: 1;
}

/*******************************Audience****************************/
.audienceMainDesign {
  display: flex;
  flex-direction: row;
}
.audienceMainDesign .audContentSection {
  background-color: var(--fourth-color);
  flex-grow: 1;
}
.audienceMainDesign .audContentSection .innerAudDetailContent {
  background-color: var(--secondary-color);
}
.audienceMainDesign .audContentSection .innerAudAccurContent {
  background-color: var(--secondary-color);
}
.audienceMainDesign .audContentSection .innerAudAccurContent .innerAudAccurOptions {
  display: flex;
  flex-grow: 1;
}
.audienceMainDesign .audContentSection .innerAudAccurContent .innerAudAccurOptions .audAccurEachOption {
  display: flex;
  flex-grow: 1;
  border: 1px var(--fifth-color) solid;
}
.audienceMainDesign .audCountrySection {
  background-color: var(--primaryBlack-color);
  color: var(--secondarytxt-color);
  max-width: 500px;
}

/**************loading animation*****************/
* {
  box-sizing: border-box;
}

.loading {
  margin: auto;
  text-align: center;
}

.loading::after {
  content: "";
  position: absolute;
  margin-left: -30px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 10px solid #34d15b;
  border-top-color: rgb(243, 243, 243);
  -webkit-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**************loading animation - Payment*****************/
.loadingPayment::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 10px solid #34d15b;
  border-top-color: rgb(243, 243, 243);
  -webkit-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

/**************loading animation - Rankup Single*****************/
.loadingResult,
.f-loading {
  margin: auto;
  text-align: center;
}
.loadingResult::after,
.f-loading::after {
  content: "";
  position: absolute;
  margin-left: -30px;
  width: 58px;
  height: 58px;
  border-radius: 50px;
  border: 4px solid var(--hPrGreenAction100);
  border-top: 4px solid var(--hPrGreenAction15);
  border-left: 4px solid var(--hPrGreenAction15);
  border-right: 4px solid var(--hPrGreenAction15);
  -webkit-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

.f-loading {
  position: relative;
}
.f-loading::before,
.f-loading::after {
  position: absolute;
}
.f-loading::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
.f-loading::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  z-index: 20;
}

/******************Uploading Animation*********************/
#uploadingAnimation::after {
  content: ".";
  color: var(--hPrGreenAction100);
  animation: loadingDots 2s linear infinite;
}

.loading-text:after {
  content: ".";
  animation: loadingDots 2s linear infinite;
}

@-webkit-keyframes loadingDots {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
  100% {
    content: ".";
  }
}
/****************Loading Calculator*****************/
.loadingPrices {
  margin: auto;
  text-align: center;
}

.loadingPrices::after {
  content: "";
  position: absolute;
  margin-left: -30px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 4px solid #34d15b;
  border-top-color: rgb(243, 243, 243);
  border-right-color: rgb(243, 243, 243);
  border-left-color: rgb(243, 243, 243);
  -webkit-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

@-webkit-keyframes loadingPrices {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadingPrices {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*light box edit*********************************/
#lightbox {
  cursor: pointer;
  position: fixed;
  top: 50% !important;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
}
#lightbox > div {
  cursor: default;
  border-radius: 8px;
  overflow: hidden;
}
#lightbox > div img {
  border-width: 0;
}
#lightbox > div:last-child {
  --close-icon-space: 16px;
  position: relative;
  bottom: calc(-32px - var(--close-icon-space));
  z-index: 1000000;
}
#lightbox > div:last-child .lb-close {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  background-size: 10px;
  background-position: center;
  margin-right: calc(-4px + var(--close-icon-space));
}

.lightboxOverlay {
  background: rgba(0, 0, 0, 0.2) !important;
  opacity: 1;
}

#lightboxOverlay {
  cursor: pointer;
  max-height: 100vh;
  position: fixed;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.flip-card {
  --size: 56px;
  background-color: transparent;
  width: var(--size);
  height: var(--size);
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 var(--hPrYellowAction15);
  border-radius: 50%;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-card-front {
  background-color: var(--hPrYellowAction100);
  color: var(--primaryContent);
}

.flip-card-back {
  background-color: var(--hPrYellowAction100);
  color: var(--primaryContent);
  transform: rotateY(180deg);
}

.custom-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.custom-popup .overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.custom-popup .content {
  background: #fff;
  position: relative;
  z-index: 20;
  border-radius: 12px;
}

/* crisp custom css************************/
/*disable operators**************************/
.headerDesign {
  padding: 32px 30px;
  border-bottom: 1px solid #e9ebf0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 20;
}

.content-spacing{
  max-width: 1280px;
}
.mainDesign {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.picsDesign {
  width: 445px;
}

.videoDesign {
  width: 445px;
}

.picMobileDesign {
  width: 400px;
}

.testimonialsDesign {
  /* background-color: #339cff; */
  border-radius: 18px;
  padding: 64px 72px;
}

.reviewDesign {
  background-color: transparent !important;
  background: transparent !important;
}

.reviewDesign:hover {
  background-color: transparent !important;
  background: transparent !important;
}

.testiProfPic {
  border-radius: 70px;
  border: 2px solid #ffffff;
}

.footerDesign {
  margin: auto;
  /* max-width: 1000px; */
  border-top: 1px solid #e9ebf0;
  padding: 72px 0;
  /* justify-content: center;
  align-items: center; */
}
#footer-offices > div{
  --row-items: 4;
  --item-spacing: 40px;

  width: calc((100% - ((var(--row-items) - 1) * var(--item-spacing))) / var(--row-items));
}
.devider{
  --spacing: 24px;
  --color: var(--borderSurface);
  --thickness: 1px;
  --size: 100%;

  display: block;
  width: var(--size);
  height: var(--thickness);
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
  background: var(--color);
}

.storesDesign {
  width: 150px;
  height: 45px;
}

.copyrightDesign {
  margin: auto;
  width: 100%;
}

.min30Pr {
  min-width: 30%;
}

.max1000 {
  max-width: 1000px;
}

.textLeft {
  text-align: left;
}

.listDesign {
  list-style: none;
}

.mb160 {
  margin-bottom: 160px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb96 {
  margin-bottom: 96px;
}

.mb64 {
  margin-bottom: 64px;
}

.mr64 {
  margin-right: 64px;
}

.mr36 {
  margin-right: 36px;
}

.ml36 {
  margin-left: 36px;
}

.ml64 {
  margin-left: 64px;
}

.linksDesign {
  text-decoration: none;
}

.alignSelfStart {
  align-self: flex-start;
}

/************************Pop Up***********************/

body {
  --overlay-bg: #25293580;
}

#download-lightbox .content {
  padding: 50px 40px 40px !important;
}
#download-lightbox .content section {
  padding: 0 40px;
}
#download-lightbox .content section aside:first-child {
  margin-right: 24px;
  width: 180px;
}

.f-lightbox-target {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 1000;
}
.f-lightbox-target .content {
  position: relative;
  z-index: 10;
  transition: 0.35s;
  transform: scale(0);
  max-width: calc(100% - 72px);
  max-height: calc(100% - 72px);
}
.f-lightbox-target .content video {
  max-width: 100%;
  max-height: 100%;
}
.f-lightbox-target .close {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
}
.f-lightbox-target .overlay {
  cursor: pointer;
  background: var(--overlay-bg);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.f-lightbox-target.active .overlay {
  visibility: visible;
  opacity: 1;
}
.f-lightbox-target.active .content {
  transform: scale(1);
}

#download-lightbox .content,
#video1-lightbox .content {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--whiteContent);
}
.grow-1 {
  flex-grow: 1;
}
body {
  color: var(--primaryContent);
}
.radius-18 {
  border-radius: 18px;
}
.over-hidden {
  overflow: hidden;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.textCenter {
  text-align: center;
}
.flexRowReverce {
  flex-direction: row-reverse;
}

.normal-section aside {
  max-width: calc((100% - 72px) / 2);
}
main > section {
  width: 100%;
}

/*************************section intro *********************/

#section-intro .image-holder .img{
  height: calc(100vh - 148px - 109px - 144px);
  background-position: center;
  background-size: cover;
}
#section-intro .image-holder .img,
#section-intro .image-holder .img img{
  width: 100%;
}
#section-intro article:nth-child(2) {
  flex-direction: row-reverse;
}

/********************section intro 2 *************************/
#section-intro-2 .img{
  --scale: .748;
  --width: 604px;

  background-size: cover;
  background-position: center;
  width: var(--width);
  height: calc(var(--width) * var(--scale));
}

/*************************section services *********************/
#testemonials article {
  max-width: calc((100% - 48px) / 3);
  background: var(--hSecCornflowerAction100);
  padding: 36px 39px;
}
#testemonials article .author-profile img {
  width: 100% !important;
  height: 100% !important;
  max-width: unset !important;
}
#testemonials article .stars img {
  margin: unset !important;
  margin-right: 4px !important;
}
#testemonials article .stars img:not(:last-child) {
  margin-right: 4px;
}
#testemonials article .content,
#testemonials article .author .author-name {
  color: var(--whiteContent);
}
#testemonials article .author .author-profile {
  border: 1px solid var(--whiteContent);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.radius-overlarge {
  overflow: hidden;
  border-radius: 12px;
}
#video-1 {
  flex-grow: unset;
  position: relative;
  cursor: pointer;
}
#video-1 video {
  display: block;
}
#video-1::before,
#video-1::after {
  content: "";
  display: block;
  position: absolute;
}
#video-1::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--overlay-bg);
  z-index: 5;
}
#video-1::after {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  background: url("../images/playVideo.svg");
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.video-wrapper:not(.first-interaction):hover:after,
.video-wrapper:not(.first-interaction):hover::before {
  opacity: 0;
  visibility: hidden;
}

/***************** how it works ***********************/
#section-how-it-works article {
  --seperator-size: calc(30px + (2 * 29px));
  --seperator-size: 72px;
}
#section-how-it-works article > div {
  width: var(--seperator-size);
}
#section-how-it-works article aside {
  --bg-color: var(--primaryContent);
  --color: var(--whiteContent);

  width: calc((100% - var(--seperator-size)) / 2);
  padding: 40px 72px;
  color: var(--color);
  background: var(--bg-color);
  box-shadow: 0px 8px 16px 0px #3D4B6629;
}
#section-how-it-works article aside:last-child {
  --bg-color: var(--subtleContent);
  --color: var(--primaryContent);
}

/*****************why hich**********************/
#section-why-hich article aside {
  max-width: calc((100% - 120px) / 4);
}

/**************hichapp****************/

#section-hichapp aside {
  flex-wrap: wrap;
}
#section-hichapp aside article {
  width: calc((100% - 24px) / 2);
}
#section-hichapp aside article div > svg:not(:last-child) {
  margin-right: 4px;
}

img,
video {
  max-width: 100% !important;
}
body:not(.page-landing) .mainDesign{
  padding-top: 72px;
}
#mobile-app-download-btns-wrapper{
  justify-content: center;
}

.link {
  color: var(--color);
  font-weight: 600;
}
.link-brand {
  --color: var(--hPrGreenAction);
}
.link-style-plain{
  text-decoration: underline;
  transition: all .3s;

  color: var(--primaryContent);
}
.link-style-plain:hover{
  color: var(--hPrGreenAction100)
}
.page-pure-content ul{
  padding-left: 24px;
}

/******************************Responsive***************************/

@media (max-width: 1920px) {
  .content-spacing{
    max-width: 1126px;
  }
  #section-intro-2 .img{
    --width: 527px;
  }
  .mb180{
    margin-bottom: 120px;
  }
}
@media (max-width: 1366px) {
  .content-spacing{
    max-width: 904px;
  }
  #section-intro-2 .img{
    --width: 416px;
  }
}
@media (max-width: 1024px) {
  .content-spacing{
    max-width: 100vw;
  }
  #section-intro-2 .img{
    --width: min(calc(100vw - 48px), 416px);
  }
}
@media (max-width: 1024px) and (min-width: 993px) {
  .content-spacing{
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 993px) {
  .desktopDisplayNone {
    display: none;
  }

  .mrD64 {
    margin-right: 64px;
  }
  #section-intro article{
    min-height: max(calc(100vh - 109px), calc(562px + 196px));
  }
  #testemonials > div {
    display: flex;
    justify-content: space-between;
  }
  #mobile-menu-trigger {
    display: none;
  }
}
@media (max-width: 992px) {
  .mobileDisplayNone{
    display: none;
  }
  img,
  video,
  #video-1 {
    max-width: calc(100%) !important;
  }
  .mb96,
  .mb180 {
    margin-bottom: 72px !important;
  }
  .mb160{
    margin-bottom: 60px;
  }
  .headerDesignMobile {
    padding: 16px 24px;
  }

  .logoDesign {
    width: 90px;
  }

  .mainMobile {
    padding: 24px 24px 0 24px;
  }

  .mobileDesign {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pictureMobileDesign {
    width: 362px;
  }

  .storesMobileDesign {
    width: 135px;
    height: 40px;
  }

  .mobileDesign > div:nth-child(1) {
    margin: 0;
  }

  .mobilePicturesDesign {
    width: 280px;
  }

  .mobilevideosDesign {
    width: 100%;
    max-width: calc(100vw - 48px);
  }

  .mobileDisplayNone {
    display: none;
  }

  .mobileOrder1 {
    order: 1;
  }

  .mobileOrder2 {
    order: 2;
  }

  .NumbersSectionDesign {
    justify-content: center;
    align-items: center;
  }

  .testimonialsMobileDesign {
    padding: 50px 36px;
  }

  .footerMobileDesign {
    padding: 40px 24px;
  }

  .mobileJustifyCenter {
    justify-content: center;
  }

  .mobileTextCenter {
    text-align: center;
  }

  .NumbersSectionDesign > div:nth-child(1) {
    margin-right: 0;
  }

  .NumbersSectionDesign div:nth-child(1) div {
    justify-content: center;
  }

  .min100pr {
    min-width: 100%;
  }

  .mrM12 {
    margin-right: 12px;
  }

  .mrM64 {
    margin-right: 64px;
  }

  .mtM40 {
    margin-top: 40px;
  }

  .mtM24 {
    margin-top: 24px;
  }
  .mbM24 {
    margin-bottom: 24px;
  }

  .mbM40 {
    margin-bottom: 40px !important;
  }

  .mbM12 {
    margin-bottom: 12px;
  }

  .mrM36 {
    margin-right: 36px;
  }

  .mlM36 {
    margin-left: 36px;
  }

  .mlM10 {
    margin-left: 10px;
  }

  .mrM10 {
    margin-right: 10px;
  }

  .textLeft {
    text-align: left;
  }

  .flexColumnMobile {
    flex-direction: column;
  }

  .hTitlexxxl {
    --font-size: 28px;
  }
  .hTitlexxl {
    --font-size: 24px;
  }

  #section-intro > article,
  #section-intro-2 > article,
  #hich-insight,
  #rankup-service,
  #section-how-it-works > article,
  #section-why-hich > article,
  #section-hichapp > article {
    flex-direction: column;
  }
  #section-intro .hBodyL {
    --font-size: 15px;
    --line-height-scale: 1.6;
  }
  #section-intro h1,
  #section-intro p,
  #section-intro-2 p,
  #hich-insight h2,
  #hich-insight p,
  #rankup-service h3,
  #rankup-service p,
  #section-how-it-works > article > aside p {
    text-align: center;
  }
  #section-services {
  }
  #rankup-service > aside:nth-child(1) > a {
    width: 100%;
    margin-bottom: 32px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  #testemonials {
    --section-padding: 24px;
    --item-count: 3;
    --item-margin: 10px;
    --item-width: calc(100vw - (2 * var(--section-padding)));

    padding-left: var(--section-padding);
    padding-right: var(--section-padding);
    margin-left: calc(-1 * var(--section-padding));
    margin-right: calc(-1 * var(--section-padding));
    width: 100vw;
    overflow: scroll;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  #testemonials > div {
    display: flex;
    width: calc((var(--item-count) * var(--item-width)) + ((var(--item-count) - 1) * var(--item-margin)));
  }
  #testemonials > div > article {
    min-width: var(--item-width);
    width: var(--item-width);
  }
  #testemonials > div article:not(:last-child) {
    margin-right: var(--item-margin);
  }
  #section-how-it-works article aside {
    max-width: 100%;
    width: 100%;
    padding: 24px;
  }
  #section-how-it-works > p {
    margin-bottom: 24px;
  }
  #section-how-it-works > article > aside > div {
    flex-direction: column;
    align-items: center;
  }
  #section-how-it-works > article > aside > div img {
    margin: unset;
    margin-bottom: 16px;
  }
  #section-how-it-works article > div {
    width: 100%;
    margin: 24px 0;
  }
  #section-why-hich {
    align-items: center;
  }
  #section-why-hich > h2 {
    margin-bottom: 24px;
  }
  #section-why-hich aside {
    max-width: 220px !important;
  }
  #section-why-hich aside:not(:last-child) {
    margin-bottom: 40px;
  }
  #section-why-hich > article {
    align-items: center;
    margin-bottom: 0;
  }
  #section-hichapp{
    border-radius: 0;
  }
  #section-hichapp > h2 {
    font-size: 24px;
  }
  #section-hichapp > p {
    --font-size: 18px;
    --line-height-scale: 1.5;
    --letter-spacing-scale: 0;
  }
  #section-hichapp > article > aside {
    width: 100%;
  }
  #section-hichapp > article > aside:first-child {
    justify-content: space-between;
  }
  #section-hichapp > article > aside > article {
    margin-bottom: 24px;
    align-items: center;
  }
  #section-hichapp > article > aside > article h5 {
    text-align: center;
  }
  .mobile-app-rating {
    align-items: center;
  }

  #video1-lightbox {
    display: none !important;
  }
  .normal-section aside {
    max-width: 100%;
  }

  .headerDesign {
    padding: 19px 24px;
  }
  header {
    position: relative;
  }
  header:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: var(--whiteContent);
  }
  header nav {
    position: absolute;
    left: 0;
    top: -110px;
    width: 100%;
    background: var(--primaryContent);
    flex-direction: column;
    padding: 20px;
    transition: all 0.35s;
  }
  header nav * {
    color: var(--whiteContent);
  }
  header nav a.btn {
    margin-right: 0 !important;
  }
  #header-logo {
    position: relative;
    z-index: 10;
  }
  #header-logo svg {
    width: 82px;
    height: 26px;
  }
  header.mobile-menu-open nav {
    top: 64px;
  }

  #mobile-menu-trigger {
    position: relative;
    width: 34px;
    height: 34px;
    position: relative;
    z-index: 10;
  }
  #mobile-menu-trigger span {
    display: block;
    position: absolute;
    width: 22px;
    left: 6px;
    height: 2px;
    border-radius: 2px;
    transform: rotate(0);
    background: var(--primaryContent);
    transition: 0.35s;
  }
  #mobile-menu-trigger span:nth-child(1) {
    top: 8px;
  }
  #mobile-menu-trigger span:nth-child(2) {
    top: 16px;
  }
  #mobile-menu-trigger span:nth-child(3) {
    top: 24px;
  }

  header.mobile-menu-open #mobile-menu-trigger span:nth-child(1),
  header.mobile-menu-open #mobile-menu-trigger span:nth-child(3) {
    top: 16px;
  }

  header.mobile-menu-open #mobile-menu-trigger span:nth-child(1) {
    transform: rotate(45deg);
  }
  header.mobile-menu-open #mobile-menu-trigger span:nth-child(2) {
    width: 0;
    left: 17px;
  }
  header.mobile-menu-open #mobile-menu-trigger span:nth-child(3) {
    transform: rotate(-45deg);
  }
}

@media (max-width: 768px) {
  #about-info-section {
    flex-direction: column;
  }

  #about-info-section > div:not(:last-child) {
    margin-bottom: 20px;
  }

  #contat-emails > span {
    margin: 0 !important;
  }
  #contat-emails > span:nth-child(1),
  #contat-emails > span:nth-child(3) {
    width: 140px;
  }
  #contat-emails > span:nth-child(3) {
    margin-left: 0;
  }
  #contat-emails > span:nth-child(2),
  #contat-emails > span:nth-child(4) {
    width: calc(100% - 140px);
  }

  #footer-offices{flex-wrap: wrap;}
  #footer-offices > div:first-child{
    --row-items: 1;
    margin-bottom: 24px;
  }
  #footer-offices > div:nth-child(2),
  #footer-offices > div:nth-child(3){
    --row-items: 2;
    margin-bottom: 24px;
  }
  #footer-offices > div:nth-child(4){--row-items: 1}
  #footer-link-wrapper{
    flex-direction: column;
    align-items: flex-start;
  }
  #footer-link-wrapper aside:first-child{
    margin-bottom: 40px;
  }
}



