.body {
  font-family: Aileron, sans-serif;
}

.container {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  width: 100%;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 20px;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
}

.navmaindiv {
  z-index: 99;
  border: 1px solid #3183ff;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 20px -5px #0751bf;
}

.image {
  width: 200px;
}

.image-2 {
  width: 50px;
}

.section {
  z-index: 50;
  width: 100%;
  height: 100vh;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.content {
  width: 100%;
  height: auto;
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sites-details {
  width: 100%;
  grid-column-gap: 40px;
  justify-content: space-around;
  display: flex;
}

.site {
  width: 100%;
  height: auto;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 5px 0 20px 1px #696d74;
}

.image-3 {
  width: auto;
  border-radius: 10px;
}

.link-block {
  width: 100%;
  color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .5s;
  display: flex;
}

.link-block:hover {
  transform: scale(1.05);
}

.heading {
  color: #101010;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
}

.text-block {
  text-align: justify;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.2;
}

.footer {
  z-index: 60;
  border-top: 1px solid #000;
  padding: 20px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-footer {
  align-self: stretch;
  display: flex;
}

.footer-bottom-content-left {
  width: 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-content-left.left-gooter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.paragraph-footer {
  max-width: 390px;
  color: #adadad;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-footer.pfooter {
  width: 100%;
  max-width: none;
  color: #101010;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
  display: flex;
}

.paragraph-footer.pfooter.pfooter-right {
  justify-content: center;
  align-items: center;
}

.footer-bottom-content-right {
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.link {
  color: #0751bf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.link:hover {
  color: #fff;
  border-bottom-color: #3183ff;
}

.footer-bottom-content-center {
  width: 100%;
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-2 {
  color: #101010;
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
}

.link-2.line {
  border-right: 2px solid #000;
  padding-right: 5px;
}

.paragraph {
  color: #101010;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.lineborder {
  width: auto;
  height: 12px;
  border: 1px solid #000;
}

.link-3 {
  color: #0751bf;
  font-weight: 700;
  text-decoration: none;
}

.link-3:hover {
  color: #0751bf;
  text-decoration: none;
}

.link-block-right {
  grid-column-gap: 5px;
  color: #0751bf;
  border: 2px solid #3183ff;
  border-radius: 15px;
  padding: 5px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .body {
    overflow: auto;
  }

  .navbar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .section {
    height: 100%;
    justify-content: center;
    margin-top: 50px;
    padding-top: 0;
    position: static;
    overflow: visible;
  }

  .content {
    max-width: 1440px;
    justify-content: center;
  }

  .text-block {
    font-size: 16px;
    line-height: 1.4;
  }

  .footer {
    margin-top: 50px;
  }

  .paragraph-footer {
    color: #adadad;
    padding-bottom: 40px;
  }

  .paragraph-footer.pfooter {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    position: static;
  }

  .section {
    height: 100%;
  }

  .sites-details {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer {
    margin-top: 20px;
    position: static;
  }

  .div-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .footer-bottom-content-left.left-gooter {
    text-align: center;
    flex-direction: column;
  }

  .paragraph-footer {
    font-size: 12px;
    line-height: 1.8;
  }

  .paragraph-footer.pfooter {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-content-right {
    flex-direction: column;
  }

  .paragraph {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: static;
  }

  .section {
    height: 100%;
    position: static;
  }

  .sites-details {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer {
    position: static;
  }

  .div-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-footer.pfooter {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }

  .footer-bottom-content-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    position: static;
  }

  .image {
    width: 120px;
  }

  .image-2 {
    width: 20px;
  }

  .section {
    height: 100%;
    position: static;
  }

  .sites-details {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer {
    position: static;
  }

  .div-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-content-left.left-gooter {
    text-align: center;
  }

  .paragraph-footer {
    padding-bottom: 20px;
    font-size: 10px;
    line-height: 1.8;
  }

  .paragraph-footer.pfooter {
    text-align: center;
    flex-direction: column;
    margin-top: 0;
    font-size: 12px;
  }

  .footer-bottom-content-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .link-2, .paragraph {
    font-size: 12px;
  }

  .link-block-right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2 {
    font-size: 10px;
  }
}


@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Black.ttf') format('truetype'), url('../fonts/Aileron-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-BlackItalic.ttf') format('truetype'), url('../fonts/Aileron-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}