@font-face {
  font-family: Robotoslab;
  src: url('../fonts/RobotoSlab-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Robotoslab;
  src: url('../fonts/RobotoSlab-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Robotoslab;
  src: url('../fonts/RobotoSlab-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Robotoslab;
  src: url('../fonts/RobotoSlab-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

:root {
  --_colors---light-blue: #f5f9fb;
  --_colors---dark-blue: #01384b;
  --logo-element-01: 100px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.box-logo {
  z-index: 10;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 350px;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 50px);
}

.areteon-logo {
  width: 100%;
  position: absolute;
}

.areteon-logo.ads {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 11px);
}

.polygon {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 201px);
}

.div-block-2 {
  transform-style: preserve-3d;
  background-color: #ce1919;
  transform: translate3d(0, 0, 600px);
}

.div-block-2.asd {
  transform-style: preserve-3d;
  background-color: #73e437;
  transform: rotateX(0)rotateY(55deg)rotateZ(0);
}

.polygon-2 {
  transform-origin: 50%;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -115px);
}

.areteon-body {
  background-color: var(--_colors---light-blue);
}

.cnt-logo {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  transform: none;
}

.top {
  z-index: 500;
  background-color: var(--_colors---light-blue);
  background-image: url('../images/areteon-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
  width: 100%;
  height: 80px;
  position: absolute;
}

.legal {
  background-color: var(--_colors---dark-blue);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 120px;
  display: flex;
  overflow: hidden;
}

.txt-legal {
  color: var(--_colors---light-blue);
  font-family: Robotoslab, Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.txt-legal h1 {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.5em;
}

.txt-legal p {
  margin-bottom: .5em;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.75em;
}

.txt-legal h2 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-size: 2em;
  line-height: 1.5em;
}

.txt-legal a {
  color: var(--_colors---light-blue);
  font-weight: 400;
}

.txt-legal h3 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.5em;
}

.txt-legal ul {
  margin-top: 0;
  margin-bottom: .5em;
  padding-left: 20px;
  font-size: 1.4em;
  line-height: 1.75em;
  list-style-type: square;
}

.txt-legal li {
  margin-bottom: .5em;
}

.box-legal {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: 1400px;
  display: flex;
}

.txt-maintenance {
  z-index: 400;
  background-color: var(--_colors---dark-blue);
  color: var(--_colors---light-blue);
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  transform: translate3d(0, 0, 100px);
}

.visual {
  z-index: 200;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform-style: preserve-3d;
  background-color: #f5f9fb80;
  width: 84%;
  height: 90px;
  position: absolute;
  transform: translate3d(0, 0, 75px);
}

.chip {
  aspect-ratio: 1;
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--_colors---light-blue) 50%, #f5f9fb00 67%, #f5f9fbb3), url('../images/visual-cpu.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  width: 800px;
}

@media screen and (max-width: 991px) {
  .box-logo {
    width: 300px;
  }

  .box-legal {
    flex-flow: wrap;
  }

  .txt-maintenance {
    font-size: 26px;
  }

  .visual {
    height: 80px;
  }

  .chip {
    width: 710px;
  }
}

@media screen and (max-width: 767px) {
  .box-logo {
    width: 260px;
  }

  .top {
    background-size: auto 26px;
    height: 70px;
  }

  .legal {
    padding: 60px;
  }

  .txt-maintenance {
    padding: 3px 15px;
    font-size: 20px;
  }

  .visual {
    height: 70px;
  }

  .chip {
    width: 100%;
    max-width: 600px;
  }
}

@media screen and (max-width: 479px) {
  .box-logo {
    width: 200px;
  }

  .top {
    background-size: auto 20px;
  }

  .legal {
    padding: 30px;
    overflow: hidden;
  }

  .txt-legal {
    font-size: 9px;
  }

  .txt-maintenance {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
  }
}


@font-face {
  font-family: 'Robotoslab';
  src: url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Robotoslab';
  src: url('../fonts/RobotoSlab-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Robotoslab';
  src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Robotoslab';
  src: url('../fonts/RobotoSlab-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}