* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #12334d;
  font-family: "Poppins", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 100% - 48px);
  margin-inline: auto;
}

.topbar {
  background: #5594ef;
  color: white;
  font-size: 11px;
  font-weight: 600;
}
.topbar__inner {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar__inner a {
  margin-left: 24px;
}

.topbar-whatsapp {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  object-fit: contain;
  vertical-align: -4px;
}

.footer-whatsapp {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  object-fit: contain;
  vertical-align: -4px;
}

.header {
  background: white;
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 2px 14px rgba(10, 71, 117, 0.0862745098);
}

.nav {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.brand {
  width: 190px;
  height: 58px;
  display: inline-block;
  flex: 0 0 auto;
  padding: 0;
  background: url("assets/logo.png") left center/contain no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
.brand span, .brand small {
  display: none;
}
.brand::after {
  display: none;
}

.btn {
  display: inline-block;
  background: #5594ef;
  color: white;
  border-radius: 5px;
  padding: 14px 24px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(53, 123, 201, 0.2);
}
.btn--nav {
  padding: 15px 22px;
}

.menu {
  display: none;
  border: 0;
  background: none;
  font-size: 25px;
  color: #075798;
}

.hero {
  min-height: 505px;
  display: grid;
  place-items: center;
  background: url("assets/container-port-hero.png") center/cover;
  position: relative;
  color: white;
  text-align: center;
}
.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 57, 97, 0.2705882353), rgba(5, 41, 68, 0.1568627451) 55%, rgba(2, 27, 47, 0.2588235294));
}
.hero__content {
  position: relative;
}
.hero .eyebrow {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 2px solid #5594ef;
  padding-bottom: 8px;
}
.hero h1 {
  font-size: clamp(37px, 5.1vw, 68px);
  line-height: 0.98;
  text-transform: uppercase;
  margin: 14px 0 18px;
  letter-spacing: -2.6px;
  text-shadow: 0 3px 20px rgba(0, 24, 45, 0.5333333333);
}
.hero h1 strong {
  font-weight: 800;
}
.hero p {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 23px;
  max-width: 760px;
}
.hero .scroll {
  position: absolute;
  left: 50%;
  top: calc(100% + 24px);
  transform: translateX(-50%);
  font-size: 23px;
}
.hero .scroll small {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
}

.services {
  background: #075798;
  padding: 58px 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: #064c84;
  border-radius: 14px;
  padding: 40px 40px 38px;
  color: white;
  min-height: 272px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0431372549);
}
.service-card .icon {
  font-size: 40px;
  color: #8dc5ef;
  height: 52px;
}
.service-card h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 22px 0 7px;
}
.service-card p {
  margin: 0 0 28px;
  font-size: 12px;
  line-height: 1.7;
}
.service-card a {
  background: #0c63a9;
  border-radius: 12px;
  padding: 11px 21px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
}

.service-card .icon img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.section {
  padding: 110px 0;
}

.about__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 75px;
  align-items: center;
}

.container-art {
  height: 210px;
  background: repeating-linear-gradient(90deg, #123d70 0 9px, #1e5892 10px 16px);
  border: 8px solid #142d4a;
  box-shadow: 0 18px 24px rgba(16, 50, 75, 0.1803921569);
  position: relative;
  transform: perspective(800px) rotateY(4deg);
}
.container-art::before {
  content: "";
  position: absolute;
  inset: -8px auto -8px 0;
  width: 74px;
  background: repeating-linear-gradient(90deg, #102b4d 0 5px, #2a5b8d 6px 9px);
  border-right: 5px solid #80a4c0;
}
.container-art span {
  position: absolute;
  left: 34%;
  top: 50%;
  width: 0;
  height: 0;
  border-block: 38px solid transparent;
  border-left: 56px solid rgba(85, 166, 237, 0.6666666667);
  transform: translateY(-50%);
}
.container-art i {
  position: absolute;
  bottom: 21px;
  right: 20px;
  color: white;
  font-size: 12px;
  font-style: normal;
}

.section-label {
  text-transform: uppercase;
  font-size: 11px;
  color: #111;
  font-weight: 700;
}

.about h2 {
  color: #5b91cc;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.45;
  font-weight: 400;
  margin: 18px 0 0;
}
.about h2 strong {
  color: #075798;
}

.why {
  background: #075798;
  color: white;
  position: relative;
  overflow: hidden;
  min-height: 635px;
  display: grid;
  align-items: center;
}
.why__container {
  position: absolute;
  left: -12%;
  bottom: 0;
  width: 52%;
  height: 65%;
  background: repeating-linear-gradient(90deg, #0868ae 0 10px, #0875bd 11px 16px);
  border-block: 8px solid #0b7bc3;
  transform: skewY(7deg);
  box-shadow: 12px -10px 28px #003c70;
}
.why__grid {
  position: relative;
  display: grid;
  grid-template-columns: 36% 64%;
  gap: 65px;
  align-items: center;
}
.why h2 {
  font-size: 34px;
  font-weight: 400;
  margin-top: 130px;
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px 68px;
}
.benefits article > span {
  font-size: 43px;
  color: #84bde9;
}
.benefits h3 {
  color: #9dcced;
  font-size: 14px;
  margin: 8px 0;
}
.benefits p {
  max-width: 230px;
  font-size: 11px;
  line-height: 1.75;
  margin: 0;
}

.benefit-icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.coverage h2 {
  color: #888;
  text-transform: uppercase;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
  margin: 0 0 28px;
}
.coverage h2 strong {
  color: #075798;
}

.world-map {
  height: 440px;
  width: 100%;
  max-width: 950px;
  margin: auto;
  position: relative;
  background-image: radial-gradient(#a7c6dd 1.5px, transparent 1.5px);
  background-size: 8px 8px;
  clip-path: polygon(1% 20%, 14% 8%, 29% 14%, 37% 29%, 45% 22%, 55% 17%, 68% 10%, 83% 25%, 98% 20%, 95% 51%, 85% 55%, 80% 81%, 71% 76%, 66% 59%, 57% 52%, 49% 77%, 39% 72%, 34% 52%, 24% 49%, 17% 77%, 11% 62%, 3% 55%);
}
.world-map span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  background: white;
  color: #075798;
  border: 2px solid #075798;
  border-radius: 10px;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 7px;
  z-index: 2;
}

footer {
  background: #075798;
  color: white;
  padding: 70px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.footer-grid h4 {
  margin: 0 0 20px;
  font-size: 13px;
}
.footer-grid a, .footer-grid p {
  display: block;
  font-size: 10px;
  line-height: 2.1;
  margin: 0;
}

.footer-grid > div:nth-child(2) a {
  font-size: 12px;
}

.brand--footer {
  width: 215px;
  height: 72px;
  margin-top: 45px;
  background-color: rgba(255, 255, 255, 0.94);
  background-size: calc(100% - 18px) auto;
  background-position: center;
  border-radius: 7px;
}

.footer-contact {
  padding-top: 32px;
}
.footer-contact a {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 7px;
}

.copyright {
  margin-top: 52px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.2117647059);
  font-size: 9px;
  display: flex;
  justify-content: space-between;
}

.nav nav .active {
  color: #5594ef;
}

.page-hero {
  height: 410px;
  position: relative;
  display: grid;
  place-items: center;
  color: white;
  background: url("assets/container-port-hero.png") center 66%/cover;
}
.page-hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(2, 44, 78, 0.6666666667);
}
.page-hero h1 {
  position: relative;
  font-size: 40px;
  margin: 0;
}

.about-page {
  padding: 62px 0 115px;
}

.about-layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 88px;
  align-items: start;
}

.about-nav {
  position: sticky;
  top: 112px;
  display: grid;
}
.about-nav a {
  padding: 15px 0;
  border-bottom: 1px solid #d8dce0;
  font-size: 12px;
  font-weight: 600;
}
.about-nav a:hover {
  color: #5594ef;
}

.about-content {
  max-width: 720px;
}

.about-kicker {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #263352;
}

.overview {
  scroll-margin-top: 125px;
}
.overview h2 {
  color: #101c3e;
  font-size: clamp(34px, 4vw, 49px);
  line-height: 1.18;
  margin: 22px 0 28px;
  letter-spacing: -1.4px;
}
.overview p {
  font-size: 13px;
  line-height: 1.55;
  text-align: justify;
  margin: 0 0 20px;
  color: #303030;
}

.info-section {
  scroll-margin-top: 125px;
  position: relative;
  margin-top: 52px;
}
.info-section .side-label {
  position: absolute;
  right: calc(100% + 88px);
  width: 180px;
  top: 5px;
  text-transform: uppercase;
  color: #222;
  font-size: 10px;
  font-weight: 700;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px 26px;
}
.info-grid article {
  border-top: 1px solid #d8dce0;
  padding-top: 17px;
}
.info-grid h3 {
  font-size: 17px;
  margin: 0 0 18px;
  color: #232323;
}
.info-grid p {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  margin: 0;
  color: #333;
}

.assistance {
  min-height: 365px;
  display: grid;
  place-items: center;
  text-align: center;
  color: white;
  background: linear-gradient(rgba(7, 29, 91, 0.9098039216), rgba(7, 29, 91, 0.9098039216)), url("assets/container-port-hero.png") center/cover;
}
.assistance h2 {
  font-size: 36px;
  margin: 0 0 22px;
  font-weight: 500;
}
.assistance p {
  font-size: 16px;
  margin: 0 0 35px;
}

.lease-hero {
  background-position: center 53%;
}

.trade-page {
  padding: 130px 0 145px;
}

.trade-stack {
  display: grid;
  gap: 150px;
}

.trade-row {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 72px;
  align-items: center;
}
.trade-row--reverse {
  grid-template-columns: 0.85fr 1.15fr;
}

.trade-photo {
  min-height: 650px;
  background: url("assets/container-port-hero.png") center/cover no-repeat;
}
.trade-photo--tower {
  background-position: 78% center;
}
.trade-photo--yard {
  min-height: 420px;
  background-position: center 70%;
}

.trade-copy h2 {
  font-size: 39px;
  margin: 0 0 30px;
  color: #111;
}
.trade-copy h3 {
  font-size: 18px;
  margin: 20px 0 6px;
  color: #111;
}
.trade-copy ul {
  margin: 0 0 12px;
  padding-left: 19px;
}
.trade-copy li {
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 4px;
}
.trade-copy .btn {
  margin-top: 18px;
  text-transform: uppercase;
  font-size: 10px;
}

.ports-hero {
  background-position: center 45%;
}

.ports-page {
  min-height: 720px;
}
.ports-page .ports-intro {
  max-width: 600px;
  line-height: 1.7;
}

.ports-banner {
  height: 455px;
  display: grid;
  place-items: center;
  position: relative;
  background: url("assets/connecting-ports-hero.png") center/cover no-repeat;
  color: white;
}
.ports-banner__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 58, 107, 0.2078431373);
}
.ports-banner h1 {
  position: relative;
  margin: 0;
  font-size: clamp(34px, 4vw, 47px);
  text-shadow: 0 3px 15px rgba(0, 39, 68, 0.6);
}

.network-map {
  min-height: 845px;
  display: grid;
  place-items: center;
  padding: 80px 25px;
  background: white;
}

.ports-map {
  width: min(1040px, 92vw);
  aspect-ratio: 1.95;
  position: relative;
}

.map-shape {
  position: absolute;
  inset: 0;
  background-color: #abc0cf;
  background-image: radial-gradient(circle, white 2.4px, transparent 2.7px);
  background-size: 10px 10px;
  clip-path: polygon(1% 24%, 7% 20%, 9% 11%, 20% 3%, 31% 6%, 40% 18%, 44% 17%, 46% 7%, 53% 12%, 60% 5%, 71% 12%, 78% 18%, 91% 18%, 99% 27%, 93% 39%, 84% 42%, 81% 50%, 75% 53%, 78% 64%, 85% 72%, 91% 76%, 92% 87%, 86% 94%, 77% 83%, 70% 70%, 64% 58%, 58% 53%, 55% 71%, 50% 87%, 44% 78%, 40% 57%, 34% 48%, 30% 58%, 31% 72%, 27% 85%, 22% 76%, 20% 58%, 14% 52%, 8% 44%, 2% 43%);
}

.map-pin {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #075798;
  border: 5px solid #58a9e6;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%);
}
.map-pin::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 2px solid #5aafe9;
  border-radius: 50%;
  animation: mapPulse 2.2s infinite;
}

.pin--america {
  left: 31%;
  top: 44%;
}

.pin--europe {
  left: 47%;
  top: 55%;
}

.pin--middle-east {
  left: 61%;
  top: 48%;
}

.pin--asia {
  left: 78%;
  top: 66%;
}

@keyframes mapPulse {
  0% {
    transform: scale(0.65);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.contact-hero {
  height: 320px;
  background-position: center 60%;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}
.contact-grid h2 {
  font-size: 42px;
  line-height: 1.2;
  color: #101c3e;
}
.contact-grid > div > p {
  line-height: 1.7;
}

.contact-details {
  margin-top: 40px;
}
.contact-details p {
  padding-bottom: 15px;
  border-bottom: 1px solid #dae1e7;
}

.contact-grid form {
  background: #eef7ff;
  padding: 38px;
  border-radius: 12px;
  display: grid;
  gap: 18px;
}
.contact-grid form label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-grid form input, .contact-grid form select, .contact-grid form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #d4e0ea;
  background: white;
  border-radius: 5px;
  padding: 13px 15px;
  font: inherit;
  font-size: 12px;
  text-transform: none;
}
.contact-grid form button {
  border: 0;
  cursor: pointer;
  justify-self: start;
}

.contact-banner {
  height: 420px;
  position: relative;
  display: grid;
  place-items: center;
  color: white;
  background: url("assets/container-port-hero.png") center 68%/cover no-repeat;
}
.contact-banner__shade {
  position: absolute;
  inset: 0;
  background: rgba(7, 56, 88, 0.3960784314);
}
.contact-banner h1 {
  position: relative;
  margin: 0;
  font-size: clamp(34px, 4vw, 47px);
  text-shadow: 0 3px 14px rgba(0, 28, 51, 0.6666666667);
}

.help-section {
  padding: 58px 0 105px;
}
.help-section h2 {
  color: #101c3e;
  font-size: clamp(38px, 5vw, 55px);
  margin: 0 0 40px;
  letter-spacing: -1.5px;
}

.help-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 100px;
}

.contact-list {
  display: grid;
  gap: 27px;
  align-content: start;
}
.contact-list > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
}
.contact-list span {
  color: #075798;
  font-size: 25px;
  line-height: 1;
}
.contact-list p, .contact-list a {
  margin: 0;
  color: #252525;
  font-size: 15px;
  line-height: 1.8;
}

.footer-office {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  margin-bottom: 14px;
  line-height: 1.65;
}

.office-pin {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  background: #68b8ef;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
.office-pin::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
}

.contact-icon--location {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  color: transparent !important;
  background: #075798;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
.contact-icon--location::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 6px;
  top: 6px;
  border-radius: 50%;
  background: white;
}

.contact-icon--whatsapp {
  display: block;
  width: 25px;
  height: 25px;
}
.contact-icon--whatsapp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.line-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
  row-gap: 30px;
  padding-top: 20px;
}
.line-form label {
  text-transform: uppercase;
  color: #646464;
  font-size: 11px;
  font-weight: 700;
}
.line-form input, .line-form textarea {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #333;
  background: transparent;
  outline: 0;
  padding: 9px 2px;
  font: inherit;
  font-size: 13px;
  resize: vertical;
}
.line-form input:focus, .line-form textarea:focus {
  border-color: #5594ef;
}
.line-form__message {
  grid-column: 1/-1;
}
.line-form .btn {
  border: 0;
  cursor: pointer;
  justify-self: start;
  text-transform: uppercase;
  min-width: 130px;
}
.line-form .form-status {
  align-self: center;
  margin: 0;
  color: #075798;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 850px) {
  .topbar span {
    display: none;
  }
  .topbar__inner {
    justify-content: center;
  }
  .nav {
    height: 68px;
  }
  .menu {
    display: block;
  }
  .nav nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: white;
    padding: 25px;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 12px 20px rgba(17, 34, 51, 0.2666666667);
  }
  .nav nav.open {
    display: flex;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: auto;
  }
  .about__grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .why {
    padding: 90px 0;
  }
  .why__container {
    opacity: 0.16;
    width: 80%;
  }
  .why__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .why h2 {
    margin: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-hero {
    height: 300px;
  }
  .about-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .about-nav {
    position: static;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .info-section .side-label {
    position: static;
    width: auto;
    margin-bottom: 12px;
  }
}
@media (max-width: 560px) {
  .container {
    width: min(100% - 30px, 1120px);
  }
  .topbar a {
    margin-left: 10px;
    font-size: 9px;
  }
  .brand span {
    font-size: 20px;
  }
  .hero {
    min-height: 560px;
  }
  .hero h1 {
    font-size: 38px;
    letter-spacing: -1px;
  }
  .section {
    padding: 75px 0;
  }
  .container-art {
    height: 155px;
  }
  .benefits {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .world-map {
    height: 300px;
  }
  .world-map span {
    transform: scale(0.75);
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .brand--footer {
    margin-top: 0;
  }
  .footer-contact {
    padding-top: 0;
  }
  .page-hero {
    height: 230px;
  }
  .page-hero h1 {
    font-size: 31px;
  }
  .about-page {
    padding: 45px 0 75px;
  }
  .about-nav {
    display: flex;
    overflow-x: auto;
  }
  .about-nav a {
    min-width: max-content;
    padding-inline: 5px;
  }
  .overview h2 {
    font-size: 31px;
  }
  .info-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .assistance {
    min-height: 320px;
  }
  .assistance h2 {
    font-size: 27px;
  }
  .assistance p {
    font-size: 13px;
  }
}
@media (max-width: 850px) {
  .trade-row, .trade-row--reverse {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .trade-row--reverse .trade-copy {
    order: 2;
  }
  .trade-row--reverse .trade-photo {
    order: 1;
  }
  .trade-photo {
    min-height: 480px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (max-width: 850px) {
  .ports-banner {
    height: 350px;
  }
  .network-map {
    min-height: 630px;
  }
}
@media (max-width: 850px) {
  .contact-banner {
    height: 320px;
  }
  .help-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
}
@media (max-width: 560px) {
  .trade-page {
    padding: 70px 0 90px;
  }
  .trade-stack {
    gap: 90px;
  }
  .trade-photo, .trade-photo--yard {
    min-height: 360px;
  }
  .trade-copy h2 {
    font-size: 32px;
  }
  .contact-grid h2 {
    font-size: 31px;
  }
  .contact-grid form {
    padding: 24px 18px;
  }
}
@media (max-width: 560px) {
  .ports-banner {
    height: 260px;
  }
  .network-map {
    min-height: 430px;
    padding-inline: 8px;
  }
  .map-pin {
    width: 17px;
    height: 17px;
    border-width: 3px;
  }
}
@media (max-width: 560px) {
  .contact-banner {
    height: 240px;
  }
  .help-section {
    padding: 50px 0 75px;
  }
  .help-section h2 {
    font-size: 37px;
  }
  .line-form {
    grid-template-columns: 1fr;
  }
  .line-form__message {
    grid-column: auto;
  }
  .contact-list p, .contact-list a {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .brand {
    width: 150px;
    height: 48px;
  }
  .brand--footer {
    width: 200px;
    height: 68px;
  }
}
.topbar,
.topbar a,
.nav nav,
.nav nav a,
.nav .btn,
footer,
footer h4,
footer a,
footer p,
.footer-contact a,
.copyright {
  font-size: 12px;
}
