.website_footer .inner_wrapper .newsletter_section form .legal-consent-container .hs-richtext p a {
  text-decoration: underline;
}
.header .top_bar_wrapper .number-wrapper a {
  display: flex;
  align-items: center;
}

.header .top_bar_wrapper .number-wrapper a .phone-icon {
  margin-right: 15px;
  display: flex;
  flex-wrap: wrap;
}
.number-wrapper a svg>path {stroke: #fff;}

.header .top_bar_wrapper .top_bar_wrapper a,
.header .top_bar_wrapper .number-wrapper {
  font-family: "Jost", sans-serif;
      font-family: Nunito, sans-serif !important;
}

.header_section.dnd-section ul li {
  list-style: none;
}

.header_section.dnd-section ul {
  margin: 0;
  padding: 0;
}

.header .top_bar_wrapper .number-wrapper {
  margin-left: 32px;
}

.header .top_bar_wrapper .icon.mail-wrapper svg {
  height: auto;
  max-width: 24px;
  width: 100%;
  display: block;
}

.header .top_bar_wrapper .content_wrapper .icon.mail-wrapper a {
  margin-left: 15px;
  line-height: 23px;
  text-decoration: none;
}

.header .top_bar_wrapper .content_wrapper a,
.header .top_bar_wrapper .number-wrapper {
  letter-spacing: 0.03rem;
}

.header .top_bar.dnd-section {
  padding: 21px 64px;
}

.header .top_bar_wrapper .icon.mail-wrapper svg path {
  fill: #fff;
}

.header .top_bar_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .top_bar_wrapper .content_wrapper,
.header .top_bar_wrapper .icon.mail-wrapper,
.header .top_bar_wrapper .header-icons-wrapper,
.header .top_bar_wrapper .icon-wrapper {
  display: flex;
  align-items: center;
}

.header .top_bar_wrapper .header-icons-wrapper .icon {
  /*   margin: -6px 0px 0 12px; */
  display: flex;
  position: relative;
  cursor: pointer;
}

.header .top_bar_wrapper .header-icons-wrapper .icon .counter {
  background-color: #55a0d2;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50%;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -16px;
  top: -8px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: #fff;
  font-family: "Jost", sans-serif;
      font-family: Nunito, sans-serif !important;
}

.header .top_bar_wrapper .header-icons-wrapper .icon a {
  display: flex;
  align-items: center;
}

.top_bar_wrapper .header-icons-wrapper {
  margin-left: 34px;
}

.header .top_bar_wrapper .content_wrapper a,
.header .top_bar_wrapper .number-wrapper {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  font-family: Roboto,sans-serif;
      font-family: Nunito, sans-serif !important;
}

.header_section.dnd-section {
  padding: 40px 64px;
}

.header_section .header_inner_wrapper .button_wrapper .section_button a {
  background-color: #e64034;
  border: 1px solid #e64034;
  border-radius: 58px;
  color: #fff;
  display: inline-block;
  padding: 8px 22px;
  text-align: center;
  font-size: 16px;
  width: 100%;
  font-family: 'Avenir', sans-serif;
      font-family: Nunito, sans-serif !important;
  font-weight: 400;
}

.header_section.dnd-section .header_menu .menu_items .menu-link {
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #121212;
  display: flex;
  letter-spacing: .03rem;
  font-family: 'Avenir', sans-serif;
      font-family: Nunito, sans-serif !important;
}

.header_section .header_inner_wrapper,
.header_section .header_inner_wrapper .header_menu {
  display: flex;
  align-items: center;
}

.header_section .header_inner_wrapper {
  width: 100%;
}

.header_section .header_inner_wrapper .header_menu .desktop_menu_section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header_section .header_inner_wrapper .header_logo {
  flex-grow: 1;
  display: flex;
  align-items: center;
  min-width: 220px;
  margin-right: 30px;
}

.header_section .header_inner_wrapper .button_wrapper {
  margin-left: 10px;
}

.header_section .header_inner_wrapper .header_logo a {
  display: flex;
  align-items: center;
}

header.header {
  background-color: #fff;
  border-bottom: .1rem solid #12121214;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  transition: transform 0.3s ease;
}

header.hide-header {
  transform: translateY(-100%);
}

header.header .mobile_wrap {
  width: 399px;
}

.header_section .header_inner_wrapper .button_wrapper .section_button a:hover {
  background-color: #55a0d2;
  color: #fff;
  border-color: #55a0d2;
}

.header .top_bar_wrapper .number-wrapper a:hover {
  text-decoration: underline;
}

.header_section.dnd-section .row-fluid {
  max-width: 100%;
}
.header_section li.submenu-items>a {
  padding: 12px;
  text-decoration: none;
  color: #121212bf;
  display: flex ;
  width: 100%;
  font-size: 14px;
  font-family: 'Avenir', sans-serif;
      font-family: Nunito, sans-serif !important;
  font-weight: 400;
}

/* --------MEDIA-START-------- */

@media(min-width:1301px) {
  .header_section li.submenu-items>a:hover {
    color: #121212;
    text-decoration: underline;
    text-underline-offset: .3rem;
  }
  .header_section.dnd-section .header_menu .menu_items .menu-link:hover {
    text-decoration: underline;
    opacity: .75;
  }
  .header_section.dnd-section .header_menu .menu_items.submenu-show>a:hover {
    text-decoration: none;
  }
  .header_section svg.icon.icon-caret {
    width: 9px;
    height: 5px;
    margin-left: 5px;
    transform: rotate(0deg);
  }
  .header_section .menu_items.submenu-show.active a>svg.icon.icon-caret {
    transform: rotate(180deg);
  }
  .header_section li.menu_items.submenu-show {
    position: relative;
  }

  .header_section .header_menu .menu_items .menu-link {
    display: flex;
    align-items: center;
  }

  .header_section .submenu-main {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #1212121a;
    width: 200px;
    opacity: 0;
    transform: translateY(-1.5rem);
    display: none;
  }
  .header_section .submenu-main.active{
    animation: animateMenuOpen .2s ease;
    animation-fill-mode: forwards;
    z-index: 9;
    display: block;
  }
  @keyframes animateMenuOpen {
    0% {
      opacity: 0;
      transform: translateY(-1.5rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  header.header .mobile_wrap,
  .mobile_menu {
    display: none;
  }
  header.header .mobile_toggle {
    display: none;
  }
  .header_section .header_inner_wrapper .button_wrapper {
    width: 100%;
    max-width: 130px;
  }
  .header_section .header_inner_wrapper .header_menu {
    width: 80%;
    justify-content: flex-end;
  }
  .header_section .header_inner_wrapper .header_logo {
    width: 20%;
  }
}

@media(max-width:1300px) {
  .mobile_wrap .submenu-main {
    position: absolute;
    background: #fff;
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    display: none;
    z-index: 999;
    opacity: 0;
    height: 100vh;
    overflow-y: auto;

  }
  .mobile_wrap .submenu-main.open {
    visibility: visible;
    display: block;
    opacity: 1;
  }

  .mobile_wrap .link-arrow-back svg {
    width: 13px;
    transform: rotate(180deg);
  }

  .mobile_wrap .link-arrow-back {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #121212;
    padding: 10px 32px;
  }

  .mobile_wrap li.submenu-items>a {
    font-size:18px;
    font-family: 'Avenir', sans-serif;
        font-family: Nunito, sans-serif !important;
    font-weight:400;
    padding: 10px 32px;
    color: #121212;
    display: block;
  }
  .mobile_wrap .menu-link svg {
    width: 15px;
  }
  .header_section .header_inner_wrapper .header_menu .desktop_menu_section {
    display: none;
  }
  header.header .mobile_menu.menu_active {
    display: block;
  }
  header.header .mobile_wrap ul {
    margin: 0;
    padding: 0;
  }
  header.header .mobile_wrap ul li {
    list-style: none;
  }
  .header_section .header_inner_wrapper .mobile_toggle svg {
    width: 20px;
    height: auto;
  }
  .header_section .header_inner_wrapper .mobile_toggle .toggle_icon {
    display: flex;
  }
  .header_section .header_inner_wrapper .mobile_toggle .cross_icon {
    display: none;
  }
  .header_section .header_inner_wrapper .mobile_toggle.active .toggle_icon {
    display: none;
  }
  .header_section .header_inner_wrapper .mobile_toggle.active .cross_icon {
    display: flex;
  }
  header.header .mobile_wrap .social_wrapper .social_icon svg {
    width: 18px;
    height: 18px;
  }
  header.header .mobile_wrap .social_wrapper .social_icon span,
  header.header .mobile_wrap .social_wrapper .social_icon a {
    display: flex;
    align-items: center;
    font-family: 'Avenir', sans-serif;
        font-family: Nunito, sans-serif !important;
  }
  header.header .mobile_wrap .mobile_menu {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  header.header .mobile_wrap .inner_wrapper .utility-links a span {
    display: flex;
    align-items: center;
  }
  .mobile_wrap .link-arrow-back  {
    font-family: 'Avenir', sans-serif;
        font-family: Nunito, sans-serif !important;
  }

  header.header .mobile_wrap .menu_items .menu-link {
    padding: 11px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #121212;
    justify-content: space-between;
    display: flex;
    font-weight: 400;
    font-family: 'Avenir', sans-serif;
        font-family: Nunito, sans-serif !important;
  }
  header.header .mobile_wrap .inner_wrapper {
    background-color: hsla(0, 0%, 7%, .03);
    padding: 2rem 3rem;
    position: relative;
  }
  header.header .mobile_wrap .acc_icon svg path {
    fill: #121212;
  }
  header.header .mobile_wrap .inner_wrapper .utility-links {
    display: flex;
    align-items: center;
    padding: 0 0 1rem 0;
  }
  header.header .mobile_wrap .inner_wrapper .utility-links a {
    display: flex;
    align-items: center;
  }
  header.header .mobile_wrap .inner_wrapper .social_icon a {
    padding: 10px;
    display: flex;
  }
  header.header .mobile_wrap .inner_wrapper .social_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -10px;
  }
  header.header .mobile_wrap .inner_wrapper .utility-links .icon_text {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    color: #121212;
  }
  body:has(.mobile_wrap.menu_active) {
    overflow: hidden;
  }
  :root {
    --duration-default: .2s;
  }
  header.header .mobile_wrap {
    background-color: #fff;
    height: calc(100vh - 100%);
    position: absolute;
    transform: translate(-100%);
    visibility: hidden;
    z-index: 99;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
  }
  .mobile_wrap.dnd-section.menu_active {
    transform: translate(0);
    visibility: visible;
  }
  header.header .mobile_wrap .social_wrapper .social_icon svg path {
    fill: #121212;
  }
  section.header_section.dnd-section {
    padding: 0;
  }
  /*   .header_section .header_inner_wrapper .mobile_toggle {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
} */

  .header_section .header_inner_wrapper .header_logo{
    margin-left: 30px;
  }
  .header_section .header_inner_wrapper {
    padding: 15px 11px 15px 37px;
    position: relative;
  }

  .header .top_bar.dnd-section {
    padding: 21px 40px;
  }
}

@media(max-width:768px) {
  .header_section .header_inner_wrapper {
    padding: 15px 10px 15px 17px;
  }
  .header .top_bar_wrapper {
    justify-content: space-between;
  }

  .header .top_bar_wrapper .content_wrapper a, .header .top_bar_wrapper .number-wrapper {
    margin-left: 0;
  }
  .header .top_bar_wrapper .content_wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
  }
  .header .top_bar_wrapper .icon.mail-wrapper {
    margin-bottom: 5px;
  }
  .header .top_bar_wrapper .number-wrapper {
    margin-left: 0;
  }
  header.header .mobile_wrap {
    width: 100%;
  }
}
@media (max-width:567px) {
  .header_section .header_inner_wrapper .header_logo {
    margin-left: 20px;
    margin-right: 20px;
  }
  .header .top_bar.dnd-section {
    padding: 13px 22px 13px 20px
  }
  .header_section .header_inner_wrapper .button_wrapper .section_button a {
    font-size: 16px;
  }
  .header_section .header_inner_wrapper .mobile_toggle {
    left: 16px;
  }
  .header_section .header_inner_wrapper .header_logo {
    min-width: unset;
  }
}
@media(max-width:440px) {
  .header .top_bar_wrapper {
    align-items: center;
  }
  .header .top_bar_wrapper .content_wrapper {
    align-items: center;
    flex-direction: row;
  }
  .header .top_bar_wrapper .content_wrapper .icon.mail-wrapper a {
    margin-left: 9px;
  }
  .header .top_bar_wrapper .icon.mail-wrapper {
    margin: 0 16px 0 0;
  }
  .header .top_bar_wrapper .icon.mail-wrapper svg {
    max-width: 20px;
  }
  .header_section .header_inner_wrapper .button_wrapper .section_button a {
    font-size: 11px;
  }
}
@media(max-width:420px) {
  .header .top_bar_wrapper .number-wrapper {
    font-size: 15px;
  }
  .header_section .header_inner_wrapper .header_logo img {
    max-width: 199px !important;
  }
}
@media(max-width:400px) {
  .header_section .header_inner_wrapper .header_logo img {
    max-width: 164px!important;
  }
}
@media(max-width:364px) {
  .header_section .header_inner_wrapper .header_logo img {
    max-width: 143px!important;
  }
}
@media(max-width:342px) {
  .header_section .header_inner_wrapper .header_logo img {
    max-width: 120px!important;
  }

  /* --------MEDIA-END-------- */