body.guest {
  overflow-x: hidden;
  background-color: #fff;
  padding: 0;
}
body.guest header {
  display: block;
  box-shadow: none;
  position: sticky;
  transition: all 0.25s ease-out;
  margin-bottom: 25px;
}
body.guest header .logo-wrapper {
  padding: 0;
}
body.guest header .logo-wrapper img.default-logo {
  width: 260px;
  height: auto;
  max-width: 260px;
  max-height: auto;
}
body.guest header.fixed {
  transition: all 0.25s ease-out;
  background-color: rgba(255, 255, 255, 0);
}
body.guest header.fixed .hp-btm {
  display: none;
}
body.guest .header-items {
  height: auto;
  padding: 0;
  display: block;
}
body.guest .hp-top {
  padding: 10px;
  margin-top: 16px;
  background-color: #F1F1F3;
  border-radius: 7px;
  position: relative;
}
body.guest .hp-top .flexi {
  display: flex;
  justify-content: space-between;
}
body.guest .hp-top-items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.guest .hp-top-items .h-item {
  display: flex;
  align-items: center;
  color: #47575B;
}
body.guest .hp-top-items .h-item:hover {
  color: #4fa3b1;
}
body.guest .hp-top-items a + a {
  margin-left: 32px;
}
body.guest .hp-top-items a + a.b-item {
  margin-left: 22px;
}
body.guest .hp-top-items .b-item:not(.hide) + .b-item {
  margin-left: 10px;
}
body.guest .hp-top-items a i {
  margin: 0 8px 0 0;
}
body.guest .hp-top-items .mobile-item {
  display: none;
}
body.guest .hp-btm {
  margin-top: 16px;
  border-bottom: #EBE9E7 solid 1px;
}
body.guest .hp-btm-is {
  display: flex;
  justify-content: flex-start;
}
body.guest .hp-btm-is a {
  padding-bottom: 17px;
  margin-bottom: -1px;
  color: #47575B;
  font-size: 14px;
  line-height: 22px;
  position: relative;
}
body.guest .hp-btm-is a:hover {
  color: #4fa3b1;
}
body.guest .hp-btm-is a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #4fa3b1;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: all 0.25s ease-out;
}
body.guest .hp-btm-is a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-position: 0;
  color: #4fa3b1;
}
body.guest .hp-btm-is a + a {
  margin-left: 48px;
}
body.guest .reg-button.normal-button.reversed {
  background: #F1F1F3;
  background-color: #F1F1F3;
}
body.guest .reg-button.normal-button.reversed:hover {
  color: #4fa3b1;
}
body.guest nav.mobile-nav {
  display: none;
}
body.guest section {
  overflow: hidden;
  background-color: #fff;
}
body.guest section h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  text-align: left;
  margin-bottom: 0;
}
body.guest section h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 0;
}
body.guest section.primary-bg {
  background-color: #1b3d60;
}
body.guest header + section {
  padding-top: 0;
}
body.guest .container {
  scroll-margin-top: 95px;
}
body.guest .content.filled {
  padding: 0 0 40px;
}
body.guest footer {
  padding: 60px 0;
}
body.guest .footer-m-wrap {
  display: flex;
  justify-content: space-between;
}
body.guest .footer-m-wrap h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
  text-align: left;
  margin-bottom: 8px;
}
body.guest .footer-m-wrap h4 {
  padding: 0;
}
body.guest .footer-m-wrap h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  padding: 0;
  margin-bottom: 18px;
}
body.guest .footer-m-wrap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #B2B2B2;
  max-width: 310px;
  margin: 0;
}
body.guest .footer-m-wrap .footer-menus {
  padding: 0;
  margin-bottom: -36px;
  flex-wrap: nowrap;
}
body.guest .footer-m-wrap .footer-item {
  flex: 1 0 33.3333%;
  padding: 0 30px;
}
body.guest .footer-m-wrap li.menu-item {
  line-height: 40px;
}

@media screen and (max-width: 1050px) {
  .footer-m-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .footer-m-wrap .footer-text-col {
    margin: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  body.guest header .hp-top-items .h-item {
    display: none;
  }
  body.guest header .hp-top-items .mobile-item {
    display: block;
    transition: all 0.25s ease-out;
  }
  body.guest header .hp-top-items .mobile-item svg {
    fill: #2B3233;
  }
  body.guest header .hp-top-items .mobile-item.active {
    transform: scaleX(-1);
  }
  body.guest header .mobi-nav-container {
    display: block;
    position: absolute;
    top: 70px;
    right: 0;
  }
  body.guest header .slicknav_btn {
    display: none;
  }
  body.guest header .slicknav_nav {
    padding: 16px;
    background-color: #F1F1F3;
    border-radius: 24px;
  }
  body.guest header .slicknav_nav .n-item,
  body.guest header .slicknav_nav .nav-btns {
    display: none;
  }
  body.guest header .slicknav_nav .nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  body.guest header .slicknav_nav .nav-links a {
    color: #2B3233;
    font-size: 14px;
    line-height: 24px;
  }
  body.guest header .slicknav_nav .nav-links a:hover {
    color: #1b3d60;
  }
  body.guest header .slicknav_nav .nav-links i {
    margin-right: 8px;
  }
  body.guest .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.guest header .hp-top {
    position: initial;
  }
  body.guest header .b-item,
  body.guest header .hp-btm {
    display: none;
  }
  body.guest header .mobi-nav-container {
    position: initial;
  }
  body.guest header .slicknav_nav {
    margin-top: 30px;
  }
  body.guest header .slicknav_nav .n-item,
  body.guest header .slicknav_nav .b-item {
    display: block;
  }
  body.guest header .slicknav_nav .h-item i {
    display: none;
  }
  body.guest header .slicknav_nav .nav-links a {
    display: block;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: #DEDAD7 solid 1px;
    font-size: 16px;
    line-height: 24px;
  }
  body.guest header .slicknav_nav .nav-btns {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 40px;
  }
  body.guest footer {
    padding: 40px 0;
  }
  body.guest footer .footer-m-wrap .footer-menus {
    flex-direction: column;
  }
  body.guest #messages {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  body.guest header .logo-wrapper img.default-logo {
    width: 220px;
  }
  body.guest header .mobile-item {
    margin-left: 16px !important;
  }
  body.guest footer .footer-m-wrap .footer-text-col {
    margin: 0;
  }
  body.guest footer .footer-m-wrap .footer-item {
    padding: 0;
  }
  body.guest section h2 {
    font-size: 32px;
    line-height: 42px;
  }
  body.guest section h3 {
    font-size: 18px;
    line-height: 26px;
  }
}

/*# sourceMappingURL=guest.css.map */
