:root {
  --_color---color-black: #000;
  --_color---color-white: white;
  --_color---sem-i-black: #000;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.section-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.hero-bg {
  z-index: 1;
  mix-blend-mode: normal;
  background-image: url('../images/iman-back.webp');
  background-position: 50% 28%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.overlay-of-bg {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/65.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-headline-wrap {
  z-index: 1000;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: difference;
  background-clip: border-box;
  align-self: center;
}

.headline {
  justify-content: center;
  align-items: center;
  display: flex;
}

.headline.hero {
  padding-top: 0;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.heading-h1 {
  z-index: 5;
  opacity: 1;
  color: #ebebeb;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1rem;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  position: static;
}

.heading-h1.logo {
  color: #000;
  mix-blend-mode: difference;
  padding-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 20px;
}

.navbar {
  background-color: #ddd0;
  display: flex;
}

.brand {
  color: #000;
  mix-blend-mode: difference;
}

.nav-link {
  color: #000;
}

.container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-companies {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.container-main.navbar {
  flex-flow: row;
  margin-left: 10px;
  margin-right: 0;
}

.container-main.footer {
  flex-flow: row;
  display: block;
}

.body {
  background-color: var(--_color---color-black);
}

.companies-wraper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.companies-headline {
  color: var(--_color---color-white);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.companies-headline.large {
  letter-spacing: .02em;
  font-size: 3.8rem;
  font-weight: 600;
}

.companies-logo {
  grid-column-gap: 9rem;
  grid-row-gap: 2.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.companie-logo {
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
}

.companie-logo:hover {
  transform: scale(1.1);
}

.c-logo {
  width: 190px;
}

.c-logo.extra-small {
  width: 170px;
}

.section-cards {
  margin-top: 60px;
  margin-bottom: 60px;
}

.card {
  background-color: var(--_color---color-black);
  background-image: url('../images/noise.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  min-width: 0;
  margin: 60px 0;
  padding-left: 6rem;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.card.gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.card.gaps {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 60px;
}

.card-content {
  width: 50%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.card-images {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.card-images.iag {
  background-image: url('../images/iag-simple-p-1080.png');
  background-position: 50%;
  background-size: cover;
  position: static;
}

.card-images.no-gap {
  position: relative;
}

.card-title {
  color: var(--_color---color-white);
  margin-bottom: 2rem;
  font-family: Playfair Display, sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.card-peragraph {
  color: #d4d3d3;
  text-align: left;
  width: auto;
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 23px;
}

.image-top {
  z-index: 10;
  border-style: none;
  border-color: #000;
  border-radius: 15px;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -6% -19% -15% 13%;
  box-shadow: 9px 20px 20px 20px #0003;
}

.image-bottom {
  background-image: url('../images/web_0016_Generative-Fill-11-p-1080.webp');
  background-position: 60%;
  background-repeat: repeat-x;
  background-size: cover;
  border-style: none;
  border-color: #000;
  border-radius: 15px;
  align-self: flex-end;
  width: 70%;
  height: 100%;
  position: static;
  inset: -6% -19% -15% 13%;
  transform: rotate(-8deg);
  box-shadow: 9px 20px 20px 20px #0003;
}

.div-block-2 {
  align-self: flex-end;
  width: 50%;
}

.img-top {
  z-index: 10;
  background-image: url('../images/IMG_9866.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 70%;
  height: 90%;
  display: flex;
  position: absolute;
  transform: translate(0, 20px)rotate(8deg);
}

.img-top.early-life {
  background-image: url('../images/IMG_5913.jpg');
  background-position: 0 0;
  background-size: cover;
}

.img-top.africa {
  background-image: url('../images/2.png');
  background-position: 50%;
}

.img-top.marathon {
  background-image: url('../images/web_0018_Generative-Fill-9-p-1080.webp');
}

.img-top.tv {
  background-image: url('../images/Screenshot-2025-08-11-at-15.55.54.png');
  background-position: 50%;
}

.image {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.img-bottom {
  background-image: url('../images/IMG_5433.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 70%;
  height: 90%;
  display: flex;
  transform: translate(-100px, 120px)rotate(-8deg);
}

.img-bottom.early-life {
  background-image: url('../images/Screenshot-2025-08-07-at-10.56.45.png');
  background-position: 0 0;
  background-size: cover;
}

.img-bottom.africa {
  background-image: url('../images/92-05020031_31A-min-min-1-p-1080.jpg');
}

.img-bottom.marathon {
  background-image: url('../images/Screenshot-2025-08-08-at-12.10.21.png');
  background-position: 100%;
}

.img-bottom.nepal {
  background-image: url('../images/Screenshot-2025-08-11-at-15.55.31.png');
}

.section-companies-card {
  margin-top: 60px;
  margin-bottom: 60px;
}

.line-wraper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.line {
  background-color: var(--_color---color-white);
  width: 2px;
  height: 160px;
}

.logo-image {
  background-image: url('../images/iag-simple-p-1080.png');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  height: 80%;
}

.image-wraper {
  width: 70%;
  transition: all .2s;
  transform: rotate(-10deg);
}

.image-wraper:hover {
  transform: rotate(0);
}

.image-wraper.extra-big {
  width: 90%;
}

.image-wraper.xxl {
  width: 100%;
}

.image-wraper.extra-small {
  width: 50%;
}

.image-2 {
  width: 120%;
}

.section-contact-us {
  margin-top: 100px;
  margin-bottom: 60px;
}

.container-small {
  margin-left: 120px;
  margin-right: 120px;
}

.social-icons-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.icon {
  color: #5d3333;
  width: 25px;
  transition: all .3s;
}

.icon:hover {
  transform: scale(1.1);
}

.icon.extra-big {
  width: 30px;
}

.contact-form-wraper {
  background-image: url('../images/Without.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 100px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.overlay {
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.footer-content {
  border-top: 1.5px solid #333;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-content.gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.footer-left {
  width: 50%;
}

.footer-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-title {
  color: var(--_color---color-white);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.social {
  color: var(--_color---color-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  transition: all .2s;
}

.social:hover {
  color: #ffffff80;
  transform: translate(0, -2px);
}

.social-link-block {
  text-decoration: none;
}

.navbar-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  justify-content: space-between;
  display: block;
}

.navigation-container {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.navigation-side-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-side-wrap.none {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 40%;
}

.navigation-side-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-side-right.bg-black {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ddd;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  width: 40%;
}

.navl-link {
  color: #121e27d9;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.navl-link.none {
  color: #ddd;
  transition: all .2s;
}

.navl-link.none:hover {
  color: #dddddd80;
}

.navl-link.white {
  color: #ddd;
  transition: all .2s;
}

.navl-link.white:hover {
  color: #dddddd80;
}

.navl-link.white.border {
  color: #ddd;
  transition: all .2s;
}

.navl-link.white.border:hover {
  color: #dddddd80;
}

.navl-link.white.border.none {
  display: none;
}

.logo {
  color: #ddd;
  text-align: center;
  mix-blend-mode: normal;
  font-size: 25px;
  line-height: 25px;
}

.brand-2 {
  mix-blend-mode: normal;
}

.brand-2.w--current {
  width: 105px;
}

.scroll-arrow {
  z-index: 100;
  background-color: #fff0;
  width: 100px;
  position: static;
  inset: auto auto 0% 0%;
}

.lottie-animation {
  font-size: 15px;
  line-height: 10px;
}

.menu-button {
  margin-top: 10px;
}

.line-1 {
  background-color: #333;
  width: 25px;
  height: 3px;
  position: absolute;
}

.line-two {
  background-color: #333;
  width: 25px;
  height: 3px;
}

.logo-copy {
  color: #ddd;
  text-align: left;
  padding-left: 40px;
  font-size: 30px;
  line-height: 30px;
}

.form-block {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 550px;
  display: flex;
}

.form-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.field-label {
  color: var(--_color---color-white);
}

.text-field {
  border: 1px solid var(--_color---color-white);
  background-color: #fff0;
  border-radius: 15px;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: var(--_color---color-white);
}

.text-field.disciption {
  height: 100px;
  padding-top: 0;
  padding-bottom: 60px;
}

.field-label-2 {
  color: var(--_color---color-white);
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: var(--_color---color-white);
  color: var(--_color---sem-i-black);
  border-radius: 15px;
  padding: 20px 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all .2s;
}

.submit-button:hover {
  color: #00000080;
  background-color: #ffffff80;
}

.opinion {
  border: 1px solid var(--_color---color-white);
  background-color: #fff0;
  border-radius: 15px;
}

.opinion:focus-visible, .opinion[data-wf-focus-visible] {
  color: var(--_color---color-white);
}

.opinion.disciption {
  direction: ltr;
  text-transform: none;
  text-overflow: clip;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: break-word;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.scroll-arrow-wraper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-wraper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.logo-wraper {
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 30%;
  display: flex;
}

.line-3 {
  background-color: #333;
  width: 25px;
  height: 3px;
  position: absolute;
}

.success-message {
  background-color: #ddd0;
}

.thank-you {
  color: #fff;
  font-family: Great Vibes, cursive;
  font-size: 3rem;
  line-height: 1.3;
}

.hero-content-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  text-decoration: none;
}

.link {
  text-align: center;
  font-size: 20px;
}

.text-block-2 {
  text-align: center;
}

.contant-email {
  color: var(--_color---color-white);
  font-family: Playfair Display, sans-serif;
  font-size: 1.32rem;
  text-decoration: none;
  transition: all .2s;
}

.contant-email:hover {
  transform: translate(0, -5px)scale(1);
}

@media screen and (max-width: 991px) {
  .section-hero {
    height: 75vh;
  }

  .hero-bg {
    background-position: 50% 20%;
  }

  .overlay-of-bg {
    height: 75vh;
  }

  .heading-h1 {
    padding-bottom: 0;
    font-size: 4rem;
  }

  .container-main.navbar {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .companies-headline.large {
    text-align: center;
  }

  .c-logo {
    width: 200px;
  }

  .card {
    padding-left: 2rem;
  }

  .card-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .card-peragraph {
    font-size: .9rem;
  }

  .footer-title {
    letter-spacing: 3px;
  }

  .social {
    letter-spacing: 1px;
  }

  .navigation-side-wrap {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .navigation-side-right {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    border-radius: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .navl-link {
    color: #121e27d9;
    border-bottom: 1px #80808080;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navl-link.none {
    color: #ddd;
  }

  .navl-link.white.border.none {
    display: none;
  }

  .form {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero, .overlay-of-bg {
    height: 60vh;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .container-main.navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    margin-left: 0;
  }

  .companies-headline.edit {
    font-size: 1rem;
  }

  .companies-logo {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .c-logo {
    width: 140px;
  }

  .card {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .card-content {
    order: 1;
    width: 100%;
  }

  .card-images {
    width: 100%;
  }

  .card-title {
    text-align: center;
  }

  .img-top, .img-bottom {
    height: 300px;
  }

  .footer-content.gap {
    flex-flow: column;
  }

  .footer-left {
    width: 100%;
  }

  .footer-right {
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
  }

  .navigation-side-wrap.none {
    display: none;
  }

  .navigation-side-right.bg-black {
    background-color: var(--_color---sem-i-black);
    width: 80%;
  }

  .navl-link.none {
    display: none;
  }

  .navl-link.white {
    color: var(--_color---color-white);
  }

  .navl-link.white.border {
    border-bottom-style: solid;
  }

  .navl-link.white.border.none {
    display: block;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .line-1 {
    color: #dddddd80;
    background-color: #dddddd4d;
    width: 20px;
    height: 2px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-2 {
    background-color: #333;
    width: 20px;
    height: 2px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-2.none {
    display: none;
  }

  .line-two {
    background-color: #dddddd4d;
    width: 20px;
    height: 2px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .logo-copy {
    padding-left: 10px;
    font-size: 20px;
  }

  .form {
    width: 250px;
  }

  .submit-button {
    padding: 10px 20px;
    font-size: 1rem;
  }

  .logo-wraper {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .line-3 {
    color: #dddddd80;
    background-color: #dddddd80;
    width: 20px;
    height: 3px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
    top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: 80vh;
  }

  .hero-bg {
    background-position: 50% 20%;
    background-size: 900px;
  }

  .overlay-of-bg {
    background-position: 40% 100%;
    background-repeat: repeat;
    background-attachment: fixed;
    height: 80vh;
  }

  .heading-h1 {
    margin-bottom: 0;
    font-size: 3rem;
  }

  .section-companies {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-main {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-main.navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .companies-headline.large {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .companies-logo {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .c-logo {
    width: 70px;
  }

  .section-cards {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .card.gap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-content {
    padding: 2rem 5px;
  }

  .card-content.no-gap {
    padding-top: 0;
  }

  .card-images {
    height: 100%;
  }

  .card-images.no-gap {
    padding-bottom: 10px;
  }

  .card-title {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .card-peragraph {
    text-align: center;
    margin-top: 20px;
    font-size: .9rem;
  }

  .img-top, .img-top.early-life {
    width: 80%;
    height: 180px;
  }

  .img-top.africa, .img-top.marathon {
    width: 80%;
    height: 150px;
  }

  .img-top.tv {
    width: 80%;
    height: 180px;
  }

  .img-bottom {
    width: 80%;
    height: 180px;
    transform: translate(-50px, 100px)rotate(-8deg);
  }

  .img-bottom.early-life {
    width: 80%;
    height: 180px;
    transform: translate(-25px, 100px)rotate(-8deg);
  }

  .img-bottom.africa, .img-bottom.marathon {
    width: 80%;
    height: 150px;
  }

  .img-bottom.nepal {
    width: 80%;
    height: 180px;
    transform: translate(-50px, 100px)rotate(-8deg);
  }

  .section-companies-card, .line-wraper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .line {
    width: 1px;
    height: 120px;
  }

  .image-wraper, .image-wraper.extra-big, .image-wraper.xxl, .image-wraper.extra-small {
    transform: none;
  }

  .section-contact-us {
    margin-top: 0;
  }

  .container-small {
    margin-left: 10px;
    margin-right: 10px;
  }

  .social-icons-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact-form-wraper {
    margin-top: 40px;
  }

  .footer-content {
    flex-flow: column;
  }

  .footer-content.gap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .social {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .navbar-2 {
    margin-top: 10px;
  }

  .navigation-side-wrap, .brand-2 {
    align-self: auto;
  }

  .scroll-arrow {
    bottom: 23%;
    left: 35%;
  }

  .menu-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-self: auto;
    display: flex;
    top: 8px;
  }

  .line-1 {
    background-color: #dddddd4d;
    width: 30px;
    height: 2px;
    margin-top: -5px;
    position: absolute;
  }

  .line-2 {
    width: 30px;
    height: 3px;
    margin-top: 0;
  }

  .line-two {
    background-color: #dddddd4d;
    width: 30px;
    height: 2px;
    margin-top: -5px;
    position: absolute;
  }

  .logo-copy {
    margin-top: 10px;
  }

  .logo-wraper {
    width: 70%;
  }

  .line-3 {
    background-color: #dddddd80;
    width: 30px;
    height: 2px;
    margin-top: -5px;
    position: absolute;
    top: 10px;
  }
}

#w-node-fbf59e14-0c89-256e-97f9-b45b821b407e-459756e4 {
  align-self: auto;
}

#w-node-_13074155-198e-b866-4918-403a3eb153b9-459756e4 {
  place-self: start center;
}


