<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }

  .menu-list,
  .navbar-right {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .mobile-bar {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 30px;
  }

  .mobile-menu .menu-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu .menu-list a {
    font-size: 20px;
    line-height: 35px;
  }

  .offcanvas-header {
    justify-content: flex-end;
  }

  .offcanvas-body {
    padding: 30px;
  }

  .mobile-navbar-right {
    text-align: center;
    margin-top: 24px;
  }

  .mobile-navbar-right .btn-primary {
    width: 100%;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .why-altora-card {
    padding: 24px;
    gap: 24px;
  }

  .why-altora .row {
    gap: 20px;
  }

  .why-altora-card p {
    height: auto;
  }

  .how-to-work-mobile {
    display: block;
    padding-top: 14px;
  }

  .how-we-work-header .how-we-work-tab-content {
    display: none;
  }

  .how-we-work-tabs {
    display: none;
  }

  .how-to-work-mobile .how-we-work-tab-content {
    display: block;
  }

  .why-altora {
    padding: 60px 0;
    margin-bottom: 40px;
  }

  .how-we-work .how-to-work-desktop {
    height: 400px;
    object-fit: cover;
    z-index: -1;
    margin-top: -180px;
    position: relative;
  }

  .how-to-work-mobile .swiper {
    padding-bottom: 80px;
  }

  .how-to-work-mobile .swiper-pagination {
    text-align: left;
    bottom: 0;
  }

  .how-to-work-mobile .swiper-button-next,
  .how-to-work-mobile .swiper-button-prev {
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--header_color);
    border-radius: 50%;
    font-size: 16px;
    top: unset;
    bottom: 0;
    z-index: 999;
  }

  .how-to-work-mobile .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  .how-to-work-mobile .swiper-button-next:after,
  .how-to-work-mobile .swiper-button-prev:after {
    font-size: 18px;
  }

  .how-we-work-content {
    position: unset;
  }

  .an-experienced-team-tabs {
    display: none;
  }

  .an-experienced-team-tabs-mobile {
    display: block;
  }

  .an-experienced-team-tabs-mobile {
    margin-top: 14px;
  }

  .an-experienced-team-tabs-mobile .accordion-button::after {
    display: none;
  }

  .an-experienced-team-tabs-mobile .accordion-button:focus {
    box-shadow: none;
  }

  .an-experienced-team-tabs-mobile
    :where(.accordion-button, .accordion-collapse, .accordion-item) {
    background: none !important;
    border: none;
    border-radius: 0 !important;
    padding: 0;
  }

  .an-experienced-team-tabs-mobile button {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--text_color) !important;
  }

  .an-experienced-team-tabs-mobile .accordion-item {
    border-bottom: 1px solid var(--header_color);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .an-experienced-team-tabs-mobile p {
    margin-top: 0;
  }

  .an-experienced-team-tabs-mobile .accordion-body {
    padding: 0;
    padding-top: 20px;
  }

  .an-experienced-team-tabs-mobile .accordion-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .an-experienced-team-tabs-mobile .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--header_color) !important;
  }

  .an-experienced-team-tabs-mobile .accordion-button span {
    opacity: 0;
    transition: all ease 0.3s;
  }

  .an-experienced-team-tabs-mobile .accordion-button:not(.collapsed) span {
    opacity: 1;
  }

  .latest-resources {
    padding: 40px 0;
  }

  .latest-resources-card h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .latest-resources-card h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .open-roles img {
    height: 745px;
  }

  .open-roles-content ul {
    color: var(--white);
    padding-left: 0px;
    padding-top: 20px;
  }
}

@media (max-width: 667px) {
  .banner {
    padding: 50px 0;
    height: auto;
  }

  .banner-content h1 {
    font-size: 36px;
    line-height: 45px;
  }

  .banner .overlay {
    position: unset;
  }

  .banner .overlay img:first-child {
    display: none;
  }

  .banner .overlay img:last-child {
    display: block;
  }

  .banner-content .duel-btn {
    flex-direction: column;
    width: 100%;
  }

  .banner-content .duel-btn :where(.btn-primary, .btn-secondary) {
    width: 100%;
  }

  .we-work-with {
    padding: 24px 0;
  }

  .we-work-with-content {
    flex-direction: column;
    gap: 10px;
  }

  .we-work-with-content h3 {
    text-align: center;
  }

  .connect-with-us-content {
    padding: 24px;
  }

  .we-work-with-content span {
    font-size: 14px;
    line-height: 20px;
  }

  .connect-with-us-img {
    padding: 0 40px;
    margin-top: 20px;
  }

  .connect-with-us-left h2 {
    font-size: 36px;
    line-height: 45px;
  }

  .footer .header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer .copy-right {
    flex-direction: column;
    text-align: center;
  }

  .open-roles-content {
    padding: 60px 0;
  }

  .open-roles img {
    height: 760px;
  }

  .open-roles-content ul p {
    font-size: 14px;
    line-height: 20px;
  }

  .open-roles-content ul h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .open-roles {
    margin-bottom: 24px;
  }

  .copy-right p {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-details-content h4 {
    padding-top: 16px;
  }

  .blog-details-content .img {
    padding: 16px 0;
  }
}
</pre></body></html>