.glide {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  backface-visibility: hidden;
  width: 100%;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  white-space: nowrap;
  will-change: transform;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.glide__slide a {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.glide__arrows, .glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

*, :before, :after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

:root {
  --main-orange: #f45d2e;
  --main-blue: #001f3e;
  --light-blue: #b0c9da;
  --medium-blue: #4e88b6;
  --offwhite: #f3f4f7;
  --size-h1: clamp(1.25rem, .483rem + 3.4091vw, 3.125rem);
  --size-h2: clamp(1.125rem, .5625rem + 2.5vw, 2.5rem);
  --size-h3: clamp(1rem, .6932rem + 1.3636vw, 1.75rem);
  --size-h4: clamp(.875rem, .7955rem + .3636vw, 1.125rem);
  --size-h5: clamp(.875rem, .7955rem + .3636vw, 1.125rem);
  --size-h6: clamp(.875rem, .7955rem + .3636vw, 1.125rem);
  --size-text: clamp(1rem, .8977rem + .4545vw, 1.25rem);
}

body {
  background: #fff;
  font-family: SourceSans3, sans-serif;
  position: relative;
  overflow-x: hidden;
}

main {
  margin-top: 96px;

  & section {
    margin-top: 96px;
  }
}

@media screen and (width <= 64rem) {
  main {
    margin-top: 48px;

    & section {
      margin-top: 48px;
    }
  }
}

p, ul, ol {
  font-size: var(--size-text);
  margin-bottom: 24px;
  line-height: 1.5;

  &:last-child {
    margin-bottom: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: var(--main-blue);
  margin-bottom: 24px;
  font-weight: 700;

  &:last-child {
    margin-bottom: 0;
  }
}

h1 {
  font-size: var(--size-h1);
}

h2 {
  font-size: var(--size-h2);
}

h3 {
  font-size: var(--size-h3);
}

h4 {
  font-size: var(--size-h4);
}

h5 {
  font-size: var(--size-h5);
}

h6 {
  font-size: var(--size-h6);
}

.container {
  max-width: 1308px;
  margin: 0 auto;
  padding: 0 16px;

  &.containerSmall {
    max-width: 980px;
  }
}

html {
  scroll-behavior: smooth;
  hyphens: manual;
}

[x-cloak] {
  display: none !important;
}

@font-face {
  font-family: SourceSans3;
  src: url("../fonts/SourceSans3-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SourceSans3;
  src: url("../fonts/SourceSans3-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SourceSans3;
  src: url("../fonts/SourceSans3-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SourceSans3;
  src: url("../fonts/SourceSans3-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SourceSans3;
  src: url("../fonts/SourceSans3-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SourceSans3;
  src: url("../fonts/SourceSans3-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

header {
  z-index: 100;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;

  & img {
    z-index: 20;
    width: 100%;
    height: auto;
    position: relative;
  }

  padding: 24px;

  & nav {
    align-items: center;
    gap: 72px;
    display: flex;

    & ul {
      gap: 72px;
      margin: 0;
      display: flex;

      & li {
        font-weight: 600;
        list-style: none;

        & a {
          color: var(--main-blue);
          text-decoration: none;
          transition: all .2s ease-in-out;

          &:hover {
            color: var(--main-orange);
          }
        }
      }
    }

    & .componentButton {
      font-size: var(--size-text);
    }
  }

  & #menuButton {
    z-index: 20;
    position: relative;
  }

  & #closeButton, & #menuButton {
    color: var(--medium-blue);
    background-color: #0000;
    border: none;
    display: none;
  }
}

@media screen and (width <= 64rem) {
  header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;

    & img {
      width: 70%;
    }

    & nav {
      z-index: 10;
      visibility: hidden;
      text-align: left;
      background-color: #fff;
      flex-direction: column;
      align-items: start;
      gap: 0;
      width: 0;
      padding: 0 24px 24px;
      transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;

      &.nav-open {
        visibility: visible;
        width: 100%;
        display: flex;
      }

      & ul {
        text-align: center;
        flex-direction: column;
        gap: 24px;
        padding: 24px 0;

        & li {
          width: fit-content;
        }
      }
    }

    & #menuButton {
      display: block;
    }

    & #closeButton {
      display: none;
    }

    &:has(.navigation_main.nav-open) {
      & #menuButton {
        display: none;
      }

      & #closeButton {
        display: block;
      }
    }
  }
}

footer {
  color: #fff;
  background-color: var(--main-blue);
  margin-top: 96px;

  & .footerTop {
    justify-content: space-between;
    padding: 96px 0;
    display: flex;

    & .footerAddress {
      flex-grow: 1;
      flex-shrink: 0;

      & p {
        margin: 0;
        font-size: 20px;

        & a {
          color: #fff;
          text-decoration: none;
        }
      }
    }

    & .footerLogos {
      flex-direction: column;
      flex-grow: 0;
      flex-shrink: 1;
      align-items: end;
      gap: 24px;
      max-width: 380px;
      display: flex;

      & img {
        object-fit: fill;
        max-height: 100%;
      }
    }
  }

  & h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
  }

  & .footerBar {
    background-color: var(--medium-blue);
    padding: 32px 0;
    font-size: 20px;
    font-weight: 700;

    & .container {
      justify-content: space-between;
      display: flex;
    }

    & ul {
      gap: 96px;
      margin: 0;
      padding: 0;
      display: flex;

      & li {
        list-style: none;

        & a {
          color: #fff;
          text-decoration: none;
        }
      }
    }
  }
}

@media screen and (width <= 64rem) {
  footer {
    & .footerTop {
      flex-direction: column;
      gap: 48px;
      width: 100%;
      padding: 32px 0;

      & .footerAddress {
        & h3 {
          margin-bottom: 12px;
          font-size: 20px;
        }

        & p {
          margin-bottom: 0;
          font-size: 16px;
        }
      }

      & .footerLogos {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        max-width: 100%;

        & a {
          max-width: calc(50% - 24px);
          display: block;
        }
      }
    }

    & .footerBar {
      & .container {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;

        & ul {
          flex-direction: column;
          gap: 6px;
          font-size: 16px;
          font-weight: 600;
        }

        & .copyright {
          text-align: right;
          font-size: 16px;
        }
      }
    }
  }
}

.componentButton {
  cursor: pointer;
  border: 5px solid #0000;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 6px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;

  &.buttonMain {
    background-color: var(--main-orange);
    border-color: var(--main-orange);
    color: #fff;

    &:hover {
      color: var(--main-orange);
      background-color: #0000;
    }
  }

  &.buttonOutline {
    border-color: var(--main-orange);
    color: var(--main-orange);
    background-color: #0000;
    font-weight: 700;

    &:hover {
      background-color: var(--main-orange);
      color: #fff;
    }
  }
}

@media screen and (width <= 64rem) {
  .componentButton {
    gap: 8px;
    padding: 4px 16px;
    font-size: 16px;
  }
}

.blockHero {
  z-index: 1;
  position: relative;

  & .blockHeroImageDesktop {
    display: block;
  }

  & .blockHeroImageMobile {
    display: none;
  }

  & .blockHeroImageWrapper {
    margin-bottom: 62px;
    position: absolute;
    inset: 0 0 0 33%;

    & img {
      object-fit: cover;
      object-position: top;
      width: 100%;
      max-height: 100%;
      position: absolute;
      inset: 0;
    }
  }

  & .blockHeroContent {
    z-index: 2;
    background-color: var(--main-blue);
    color: #fff;
    clip-path: polygon(0% 0%, 70% 0%, 100% 30%, 100% 100%, 0 100%);
    max-width: 50%;
    padding: 218px 96px 128px;
    position: relative;

    & h1 {
      color: #fff;
      margin-bottom: 24px;
      line-height: 1.2;
    }
  }
}

@media screen and (width <= 96rem) {
  .blockHero {
    & .blockHeroContent {
      max-width: 60%;
    }
  }
}

@media screen and (width <= 64rem) {
  .blockHero {
    & .blockHeroContent {
      max-width: 80%;
      padding: 72px 48px 48px 24px;
    }

    & .blockHeroImageDesktop {
      display: none;
    }

    & .blockHeroImageMobile {
      display: block;
    }
  }
}

.blockBox {
  background-color: var(--offwhite);
  color: var(--main-blue);
  padding: 48px 0;

  &.blockBoxWhite {
    background-color: #fff;
  }

  & .container {
    flex-direction: column;
    gap: 48px;
    display: flex;
  }

  & .blockBoxGrid {
    grid-template-columns: repeat(12, 1fr);
    gap: 72px;
    display: grid;

    & .svg img {
      max-width: 156px;
      height: auto;
      margin: 0 auto;
    }

    & img {
      object-fit: cover;

      &.offset {
        height: calc(100% + 108px);
        margin-top: -24px;
      }

      &.cutoff {
        clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0 100%, 0 0, 0 30%);
      }
    }

    &.blockBoxGrid2-1 {
      & > :first-child {
        grid-column: span 9;
      }

      & > :last-child {
        grid-column: span 3;
      }
    }

    &.blockBoxGrid1-1 {
      & > :first-child, & > :last-child {
        grid-column: span 6;
      }
    }

    &.blockBoxGrid1-2 {
      & > :first-child {
        grid-column: span 3;
      }

      & > :last-child {
        grid-column: span 9;
      }
    }
  }
}

@media screen and (width <= 64rem) {
  .blockBox {
    margin-top: 48px;

    & .container {
      & .blockIntroBoxContent, & .blockIntroBoxImage {
        width: 100%;
        padding: 0;
      }

      & .blockIntroBoxImage {
        transform: translateY(48px)translateX(0);
      }
    }

    & .blockBoxGrid {
      flex-direction: column;
      gap: 24px;
      display: flex;

      & .svg img {
        max-width: 72px;
      }
    }
  }
}

.blockDisruptor, .blockEndDisruptor {
  background-color: var(--main-blue);
  color: #fff;
  align-items: center;
  gap: 64px;
  padding: 48px;
  display: flex;

  & h2 {
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
  }

  & .componentButton {
    margin-top: 32px;
  }

  & .blockDisruptorImage {
    max-width: 33%;
    margin: -20px -16px;

    & img {
      object-fit: cover;
      clip-path: polygon(0% 0%, 70% 0%, 100% 30%, 100% 100%, 0 100%);
    }
  }
}

@media screen and (width <= 64rem) {
  .blockDisruptor, .blockEndDisruptor {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 24px;

    & .blockDisruptorImage {
      flex-grow: 1;
      max-width: 100%;
      margin: 0;
    }
  }

  .blockEndDisruptor {
    flex-direction: column-reverse;

    & .blockDisruptorImage {
      max-width: 100%;
      margin: 0;
    }
  }
}

.blockMap {
  background-color: var(--offwhite);
  padding: 24px 0;

  & .container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 72px;
    display: grid;

    & .blockMapContentImage {
      margin-top: 24px;
    }
  }
}

@media screen and (width <= 64rem) {
  .blockMap {
    & .container {
      display: block;
    }
  }
}

.blockAbout {
  & .blockAboutWrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 72px;
    display: grid;
  }

  & h2 {
    font-size: clamp(1.125rem, .8693rem + 1.1364vw, 1.75rem);
  }

  & .blockAboutTile {
    background-color: var(--offwhite);
    flex-direction: column;
    gap: 16px;
    padding: 36px;
    display: flex;
    overflow: hidden;

    & .blockAboutTileHeader {
      justify-content: space-between;
      align-items: start;
      gap: 12px;
      display: flex;
    }

    & ul {
      padding-left: 24px;

      & li {
        margin-bottom: 12px;
        list-style: outside;

        &:last-child {
          margin-bottom: 0;
        }
      }
    }
  }
}

@media screen and (width <= 64rem) {
  .blockAbout {
    & .blockAboutWrapper {
      grid-template-columns: 1fr;
      gap: 16px;
    }
  }
}

.blockServices {
  & .blockServicesWrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 72px;
    display: grid;
  }

  & .blockServicesTile {
    background-color: var(--offwhite);
    flex-direction: column;
    gap: 16px;
    padding: 36px;
    display: flex;
    overflow: hidden;

    & .blockServicesTileHeader {
      justify-content: space-between;
      align-items: start;
      gap: 12px;
      display: flex;
    }

    & ul {
      padding-left: 24px;

      & li {
        margin-bottom: 12px;
        list-style: outside;

        &:last-child {
          margin-bottom: 0;
        }
      }
    }
  }

  & .blockServicesGlide {
    padding: 0 48px;
    display: none;
    position: relative;
  }

  & .blockGlideArrows {
    & .blockGlideArrowLeft, & .blockGlideArrowRight {
      cursor: pointer;
      background-color: #0000;
      border: none;
      width: 48px;
    }
  }

  & .blockGlideArrows {
    color: var(--color-main-blue);
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
}

@media screen and (width <= 64rem) {
  .blockServices {
    & .blockServicesWrapper {
      display: none;
    }

    & .blockServicesGlide {
      display: block;
    }

    & .blockServicesTile {
      padding: 16px;

      & img {
        max-width: 48px;
      }
    }
  }
}

.blockBenefits {
  background-color: var(--offwhite);
  padding: 72px 0;
  position: relative;

  & ul {
    z-index: 10;
    position: relative;
  }

  & .glide {
    height: auto;
    margin-top: 72px;

    & .glide__slides {
      height: auto;
      align-items: stretch !important;
    }

    & .glide__slide {
      height: auto;
    }
  }

  & .blockBenefitsTileWrapper {
    z-index: 1;
    height: auto;
    display: block;
    position: relative;

    & .blockBenefitsTile {
      flex-direction: column;
      height: 100%;
      display: flex;

      & .blockBenefitsTileIcon {
        justify-content: center;
        padding-top: 56px;
        display: flex;
        position: relative;

        & svg {
          z-index: 0;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
        }

        & img {
          z-index: 1;
          width: 68px;
          height: 68px;
        }
      }

      & .blockBenefitsTileContent {
        color: #fff;
        background-color: var(--main-blue);
        z-index: 10;
        flex-grow: 1;
        padding: 36px;
        position: relative;

        & h3 {
          color: #fff;
          font-weight: 700;
        }
      }
    }
  }

  & .blockGlideArrows {
    color: var(--color-main-blue);
    z-index: 1;
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;

    & .blockGlideArrowLeft, & .blockGlideArrowRight {
      cursor: pointer;
      background-color: #0000;
      border: none;
    }

    & .blockGlideArrowLeft {
      transform: translateX(-100%);
    }

    & .blockGlideArrowRight {
      transform: translateX(100%);
    }
  }
}

@media screen and (width <= 96rem) {
  .blockBenefits {
    & .glide {
      padding: 0 62px;
    }

    & .blockGlideArrows {
      & .blockGlideArrowLeft, & .blockGlideArrowRight {
        width: 48px;
        transform: translateX(0);
      }
    }

    & .blockBenefitsTileWrapper {
      & .blockBenefitsTile {
        & .blockBenefitsTileContent {
          padding: 24px;
        }
      }
    }
  }
}

.blockServicesSingle {
  position: relative;

  & nav {
    z-index: 1;
    margin: 72px 0;
    position: sticky;
    top: 116px;

    & ul {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 16px;
      max-width: 1480px;
      margin: 0 auto;
      padding: 0 48px;
      display: grid;

      & li {
        list-style: none;

        & a {
          background: var(--offwhite);
          color: var(--main-blue);
          text-align: center;
          justify-content: center;
          align-items: center;
          height: 100%;
          padding: 16px 12px;
          font-weight: 700;
          text-decoration: none;
          transition: all .2s ease-in-out;
          display: flex;

          &:hover, &.active {
            background-color: var(--main-blue);
            color: #fff;
          }
        }
      }
    }
  }

  & .blockServicesSingleContent {
    z-index: 0;
    padding: 72px 0;
    position: relative;

    &:nth-child(2n) {
      background-color: var(--offwhite);
    }
  }

  & .anchor {
    position: absolute;
    top: -148px;
  }

  & .blockServicesSingleDisruptor {
    margin-top: 72px;
  }
}

@media screen and (width <= 64rem) {
  .blockServicesSingle {
    & nav {
      margin: 24px 0;
      position: relative;
      top: 0;

      & ul {
        flex-direction: column;
        padding: 16px;
        display: flex;
      }
    }

    & .anchor {
      top: -72px;
    }
  }
}

.blockFaq {
  & .blockFaqContent {
    flex-direction: column;
    gap: 16px;
    margin-top: 72px;
    display: flex;

    & .blockFaqItem {
      background-color: var(--offwhite);

      & .blockFaqItemHeading {
        color: var(--main-blue);
        cursor: pointer;
        background-color: #0000;
        border: 0;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        width: 100%;
        padding: 16px 20px;
        display: flex;

        & h3 {
          text-align: left;
          margin: 0;
        }

        & svg {
          width: 48px;
          height: 48px;
        }

        & span {
          flex-shrink: 0;
        }
      }

      & .blockFaqItemContent {
        & p {
          color: var(--main-blue);
          padding: 0 20px 16px;
          font-size: 20px;
        }
      }
    }
  }
}

@media screen and (width <= 64rem) {
  .blockFaq {
    & .blockFaqContent {
      & .blockFaqItem {
        & .blockFaqItemHeading {
          & svg {
            width: 32px;
            height: 32px;
          }
        }

        & .blockFaqItemContent {
          & p {
            font-size: 16px;
          }
        }
      }
    }
  }
}

.blockForm {
  flex-direction: column;
  gap: 8px;
  display: flex;

  & p {
    flex-direction: column;
    gap: 8px;
    margin: 0;
    display: flex;

    & br {
      border: none;
      height: 0;
      display: none;
    }
  }

  & .formGrid p {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    display: grid;

    & > * {
      max-width: 100%;
    }
  }

  & .formAccept {
    display: flex;
  }

  & input, & textarea {
    border: 1px solid var(--main-blue);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 16px;
  }

  & .hidden-label {
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
  }

  & .wpcf7-form-control-wrap {
    font-size: 16px;
    position: relative;

    & input.error, & textarea.error {
      font-size: 16px;
      font-weight: 400;
      position: relative;
      top: 0;
      right: 0;

      &::placeholder {
        color: red;
      }
    }

    & .error {
      color: red;
      font-size: 12px;
      font-weight: 700;
      position: absolute;
      top: 4px;
      right: 4px;
    }

    & .wpcf7-acceptance {
      & label {
        gap: 8px;
        display: flex;

        & input {
          appearance: none;
          background-color: var(--offwhite);
          border: none;
          border: 2px solid var(--main-orange);
          border-radius: 12px;
          flex-shrink: 0;
          width: 16px;
          height: 16px;
          margin-top: 3px;
          padding: 0;
          display: block;

          &:checked {
            background-color: var(--main-orange);
            border: 2px solid var(--offwhite);
            outline: 2px solid var(--main-orange);
          }
        }
      }

      & span {
        margin: 0;
      }
    }
  }

  & .formRadio {
    align-items: center;
    gap: 16px;
    display: flex;

    & span {
      margin: 0;
      position: relative;

      & label {
        cursor: pointer;
        align-items: center;
        gap: 6px;
        margin: 0;
        padding: 12px 24px;
        display: flex;

        &:hover {
          color: #fff;

          & input {
            background-color: var(--main-blue);
          }
        }

        & input {
          appearance: none;
          background-color: var(--offwhite);
          border: 4px solid var(--offwhite);
          cursor: pointer;
          border: none;
          border-radius: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;

          &:checked {
            border: 4px solid var(--main-blue);
          }
        }

        & .wpcf7-list-item-label {
          pointer-events: none;
        }
      }
    }
  }
}

@media screen and (width <= 64rem) {
  .blockForm {
    & .formGrid p {
      grid-template-columns: 1fr;
      gap: 8px;
      display: grid;

      & > * {
        max-width: 100%;
      }
    }

    & .formRadio {
      flex-wrap: wrap;
      gap: 4px;
    }
  }
}

.blockGoogleMap {
  background-color: var(--offwhite);
  padding: 48px 0;

  & .container {
    flex-direction: column;
    gap: 32px;
    display: flex;
  }

  & h2 {
    color: var(--main-blue);
    margin-bottom: 16px;
    line-height: 1.2;
  }

  & .blockGoogleMapContent {
    flex-wrap: wrap;
    justify-content: start;
    gap: 16px;
    max-width: 800px;
    display: flex;

    & a {
      border: 4px solid var(--main-blue);
      color: #000;
      border-radius: 999px;
      padding: 12px 24px;
      font-weight: 700;
      text-decoration: none;
      transition: all .2s ease-in-out;

      &:hover {
        background-color: var(--main-blue);
        color: #fff;
      }
    }

    & svg {
      width: 24px;
      height: 24px;
    }
  }

  & .blockGoogleMapContainer {
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 12px #0000001a;

    & .google-map {
      border-radius: 8px;
      width: 100%;
      min-height: 400px;
    }
  }
}

@media screen and (width <= 64rem) {
  .blockGoogleMap {
    padding: 32px 0;

    & .container {
      gap: 24px;
    }

    & .blockGoogleMapContent {
      padding: 0 16px;

      & h2 {
        margin-bottom: 12px;
        font-size: 1.5rem;
      }

      & .map-description {
        font-size: 1rem;
      }
    }

    & .blockGoogleMapContainer {
      & .google-map {
        min-height: 300px;
      }
    }
  }
}
