body.immersive_post  {
  margin-top: 0;
  padding: 0 !important;
}

.immersive_post .astra-advanced-hook-20380 {
  padding: 0 20px 0 20px;
}

body.immersive_post #main {
  margin-top: 84px;
}

.immersive_header {
  height: 84px;
  background-color: #000;
  padding: 20px 40px 20px 44px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 10;
  width: 100%;
}

.immersive_header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

.immersive_header__nav__toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25px;
  height: 14px;
  position: relative;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.immersive_header__nav__toggle span {
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.immersive_header__nav__toggle span:nth-child(3) {
  position: absolute;
  top: 6px;
}

.immersive_header.menu_open .immersive_header__nav__toggle span:nth-child(1) {
  opacity: 0;
}
.immersive_header.menu_open .immersive_header__nav__toggle span:nth-child(2) {
  transform: rotate(-45deg);
}
.immersive_header.menu_open .immersive_header__nav__toggle span:nth-child(3) {
  transform: rotate(45deg);
}
.immersive_header.menu_open .immersive_header__nav__toggle span:nth-child(4) {
  opacity: 0;
}

.immersive_header__nav__logo_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.immersive_header__nav__link {
  font-family: "Sofia-pro";
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #EC5B4E;
  position: relative;
  z-index: 1;
}

.immersive_header__nav__logo {
  width: 123px;
  height: 30px;
  background-image: url('../images/logo.svg');
  display: block;
  background-size: cover;
}

.immersive_header__nav_menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  background: #fff;
  position: absolute;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 1;
  left: 0;
  top: 84px;
}

.immersive_header.menu_open.sticky {
  background-color: #ffffff;
}

.immersive_header.menu_open .immersive_header__nav_menu {
  opacity: 1;
  visibility: visible;
}


.immersive_header__nav_menu .immersive_header__nav__title {
  display: block;
}

.immersive_header__nav_menu__columns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

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

.immersive_header__nav_menu__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 52px;
}

.immersive_header a.immersive_header__link {
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  margin-right: 27px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}

.immersive_header a.immersive_header__link:hover {
  color: #EC5B4E;
  fill: #EC5B4E;
}

.immersive_header__nav_menu a.immersive_header__link {
  text-transform: none;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #000000;
  text-align: center;
  margin: 10px 0;
  font-family: "sofia-pro-soft";
}
.immersive_header__nav_menu a.immersive_header__link.uppercase {
  text-transform: uppercase;
}

.immersive_header__nav_menu__column.small a.immersive_header__link {
  text-transform: uppercase;
  font-size: 10px;
  font-family: "sofia-pro";
  margin: 8px 0;
  letter-spacing: 2px;
}

.immersive_header__nav__title {
  font-family: "rama-slab-m";
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.666667px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.immersive_header__nav_menu .immersive_header__nav__title {
  border-top: 1px solid #000000;
  padding: 15px 0;
  display: none;
}

.immersive_header__menu_logo {
  width: 98px;
  height: 23px;
  background-image: url('../images/logo_black.png');
  display: block;
  background-size: cover;
  display: none;
}

@media (max-width: 600px) {
  body.immersive_post #main {
    margin-top: 53px;
  }
  .immersive_header__nav__logo {
    width: 98px;
    height: 23px;
  }
  .immersive_header__menu_logo {
    display: block;
  }
  .immersive_header {
    height: 53px;
    padding: 0 19px;
  }
  .immersive_header__nav__toggle {
    order: 1;
  }
  .immersive_header.menu_open .immersive_header__nav__toggle span {
    background-color: #000000;
  }
  .immersive_header__nav_menu {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 20px 24px;
    box-sizing: border-box;
    overflow: scroll;
    position: fixed;
    background-color: #ffffff;
  }



  .immersive_header__nav_menu__row {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

  .immersive_header__nav_menu__column {
    margin: 0;
    align-items: flex-start;
  }

  .immersive_header__nav_menu__column.small {
    margin-top: 4px;
  }

  .immersive_header__nav_menu__columns {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .immersive_header__nav_menu .immersive_header__nav__title {
    display: block;
    border-bottom: 1px solid #000000;
    width: 100%;
  }

  .immersive_header__nav__title {
    font-size: 14px;
    letter-spacing: 0.583333px;
  }

  .immersive_header__nav_menu .main_header__top__search {
    width: 100%;
    margin: 29px 0 0;
  }
  .immersive_header__nav_menu .main_header__top__search form {
    width: 100%;
  }
  .immersive_header__nav_menu .main_header__top__search form input {
    width: auto;
    flex-grow: 1;
  }


}
