.homePage {
  animation-delay: 0.1s; }

.content-primary,
.content-tertiary {
  animation-delay: 0.5s; }

.content-secondary {
  animation-delay: 1s; }

.homePage,
.content-primary,
.content-tertiary,
.content-secondary {
  animation-duration: 1s; }

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

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }

body {
  padding: 2rem 2rem 0 2rem;
  overflow-y: auto;
  overflow-x: hidden; }
  @media only screen and (max-width: 75em) {
    body {
      padding: 0; } }

body {
  font-family: 'Work Sans', sans-serif; }

.content-primary {
  font-size: 18rem;
  font-weight: 700;
  letter-spacing: 4rem;
  text-transform: uppercase;
  color: #f1f2f6;
  text-shadow: 8px 6px 7px #1822dbf5;
  line-height: 15rem; }
  @media only screen and (max-width: 75em) {
    .content-primary {
      font-size: 14rem;
      letter-spacing: 3rem; } }
  @media only screen and (max-width: 56.25em) {
    .content-primary {
      font-size: 12rem;
      letter-spacing: 2.5rem; } }
  @media only screen and (max-width: 37.5em) {
    .content-primary {
      font-size: 8rem;
      letter-spacing: 2rem;
      line-height: 10rem; } }

.content-secondary {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 3rem;
  text-transform: uppercase;
  color: #EA2027;
  margin-top: 5.5rem; }
  @media only screen and (max-width: 75em) {
    .content-secondary {
      font-size: 2rem;
      letter-spacing: 2.5rem; } }
  @media only screen and (max-width: 56.25em) {
    .content-secondary {
      font-size: 1.8rem;
      letter-spacing: 2rem; } }
  @media only screen and (max-width: 37.5em) {
    .content-secondary {
      font-size: 1.5rem;
      letter-spacing: 1rem;
      margin-top: 5rem; } }

.content-tertiary {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 2.7rem;
  color: #1822dbf5;
  text-shadow: 2px 3px 7px black; }
  @media only screen and (max-width: 75em) {
    .content-tertiary {
      font-size: 2.5rem;
      letter-spacing: 2rem; } }
  @media only screen and (max-width: 56.25em) {
    .content-tertiary {
      font-size: 2.2rem;
      letter-spacing: 1.5rem; } }
  @media only screen and (max-width: 37.5em) {
    .content-tertiary {
      font-size: 2rem;
      letter-spacing: 1rem; } }

.heading {
  text-transform: uppercase;
  text-align: center; }
  .heading-primary {
    font-size: 4.8rem;
    font-weight: 800;
    letter-spacing: 1.1rem;
    position: relative; }
    @media only screen and (max-width: 56.25em) {
      .heading-primary {
        font-size: 4rem; } }
    @media only screen and (max-width: 37.5em) {
      .heading-primary {
        font-size: 3rem; } }
    .heading-primary--grey {
      color: #ced6e0; }
    .heading-primary--blue {
      background-image: linear-gradient(to right bottom, #1e90ff, #1822dbf5);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent; }
  .heading-secondery {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1rem; }
    .heading-secondery--grey {
      color: #6b7585;
      position: relative; }
    .heading-secondery--light {
      color: #fffcff; }
    .heading-secondery--red {
      color: #ea2027; }
  .heading-tertiary {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.7rem; }
    .heading-tertiary--grey {
      color: #ced6e0; }
    .heading-tertiary--blue {
      color: #1822dbf5; }

.paragraph {
  font-size: 1.4rem;
  font-weight: 400;
  color: #6b7585;
  line-height: 30px;
  text-align: justify;
  padding: 0; }

.underline::after {
  content: "";
  display: inline-block;
  background-color: #1e90ff;
  width: 50px;
  height: 3px;
  position: absolute;
  top: 7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  box-shadow: 5px 6px 8px 0.3px rgba(107, 117, 133, 0.4); }
  @media only screen and (max-width: 37.5em) {
    .underline::after {
      width: 30px;
      top: 6rem; } }

.main {
  display: flex; }

section {
  padding: 6rem 0; }

.content-left {
  flex: 0 0 290px; }
  @media only screen and (max-width: 75em) {
    .content-left {
      display: none; } }

.content-right {
  flex: 1 1 auto; }

.margin-top-sm {
  margin-top: 2rem; }

.margin-top-md {
  margin-top: 4rem; }
  @media only screen and (max-width: 56.25em) {
    .margin-top-md {
      margin-top: 3rem; } }

.margin-top-lg {
  margin-top: 6rem; }
  @media only screen and (max-width: 56.25em) {
    .margin-top-lg {
      margin-top: 4rem; } }

.margin-top-xlg {
  margin-top: 8rem; }
  @media only screen and (max-width: 56.25em) {
    .margin-top-xlg {
      margin-top: 6rem; } }

.margin-btm-sm {
  margin-bottom: 2rem; }

.margin-btm-md {
  margin-bottom: 4rem; }
  @media only screen and (max-width: 56.25em) {
    .margin-btm-md {
      margin-bottom: 3rem; } }

.margin-btm-lg {
  margin-bottom: 6rem; }
  @media only screen and (max-width: 56.25em) {
    .margin-btm-lg {
      margin-bottom: 8rem; } }
  @media only screen and (max-width: 37.5em) {
    .margin-btm-lg {
      margin-bottom: 6rem; } }

.boxShadow--light {
  box-shadow: 8px 10px 20px 5px rgba(241, 242, 246, 0.92); }
  @media only screen and (max-width: 75em) {
    .boxShadow--light {
      box-shadow: 6px 8px 16px 4px rgba(241, 242, 246, 0.92); } }
  @media only screen and (max-width: 56.25em) {
    .boxShadow--light {
      box-shadow: 4px 6px 14px 3px rgba(241, 242, 246, 0.92); } }

.boxShadow--dark {
  box-shadow: 8px 10px 20px 5px rgba(206, 214, 224, 0.92); }
  @media only screen and (max-width: 75em) {
    .boxShadow--dark {
      box-shadow: 6px 8px 16px 4px rgba(206, 214, 224, 0.92); } }
  @media only screen and (max-width: 56.25em) {
    .boxShadow--dark {
      box-shadow: 4px 6px 14px 3px rgba(206, 214, 224, 0.92); } }

.btn {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  outline: none; }
  .btn__link {
    text-decoration: none;
    color: #EA2027; }
  .btn--blue {
    background-image: linear-gradient(to right bottom, #1e90ff, #1822dbf5); }
  .btn--circle {
    padding: 2.5rem 1.5rem;
    width: 8.5rem;
    height: 8rem;
    border-radius: 50%;
    border: 1rem solid white; }
    @media only screen and (max-width: 56.25em) {
      .btn--circle {
        width: 7rem;
        height: 6rem; } }
    @media only screen and (max-width: 37.5em) {
      .btn--circle {
        width: 6.5rem;
        height: 3rem;
        border: 0.8rem solid #fffcff; } }
    .btn--circle:hover {
      transform: translate(-50%, 45%); }
  .btn--contact {
    position: relative;
    padding: 1.2rem 0;
    border-bottom: solid 1.5px #EA2027;
    margin: 4rem auto 0 auto;
    width: 15rem; }
    .btn--contact:hover .fa-long-arrow-alt-right {
      margin-left: 1rem;
      transition: 0.2s ease-in-out; }
    .btn--contact:hover {
      transform: translateY(-2px);
      transition: 0.2s ease-in-out; }
  .btn--absolute-position {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%); }
    .btn--absolute-position:active {
      transform: translate(-50%, 52%);
      transition: all 0.2s; }

.fa-angle-up,
.fa-angle-down {
  font-size: 4.2rem;
  color: #f1f2f6;
  position: relative; }
  @media only screen and (max-width: 56.25em) {
    .fa-angle-up,
    .fa-angle-down {
      font-size: 3rem; } }
  .fa-angle-up::before,
  .fa-angle-down::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%); }
    @media only screen and (max-width: 56.25em) {
      .fa-angle-up::before,
      .fa-angle-down::before {
        transform: translate(-50%, -90%); } }

.fa-long-arrow-alt-right {
  margin-left: 0.5rem; }
  .fa-long-arrow-alt-right::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.composition {
  position: relative;
  width: 50rem;
  height: 50rem; }
  @media only screen and (max-width: 81.25em) {
    .composition {
      width: 40rem;
      height: 40rem; } }
  @media only screen and (max-width: 37.5em) {
    .composition {
      display: none; } }
  .composition__figure {
    display: inline-block;
    width: 15rem;
    height: 15rem; }
    @media only screen and (max-width: 81.25em) {
      .composition__figure {
        width: 12rem;
        height: 12rem; } }
    .composition__figure--left {
      position: absolute;
      top: 5rem;
      left: 10rem;
      z-index: 3; }
      @media only screen and (max-width: 81.25em) {
        .composition__figure--left {
          top: 5rem;
          left: 6rem; } }
      .composition__figure--left:hover {
        z-index: 20; }
    .composition__figure--middle {
      position: absolute;
      top: 2rem;
      left: 55%;
      transform: translateX(-50%);
      z-index: 2; }
      @media only screen and (max-width: 81.25em) {
        .composition__figure--middle {
          top: 2rem;
          left: 45%; } }
      .composition__figure--middle:hover {
        z-index: 20; }
    .composition__figure--right {
      position: absolute;
      top: -1rem;
      right: 4rem;
      z-index: 1; }
      @media only screen and (max-width: 81.25em) {
        .composition__figure--right {
          top: -1rem;
          right: 6rem; } }
      .composition__figure--right:hover {
        z-index: 20; }
  .composition__image {
    border: 2px solid #1e90ff;
    outline: 2px solid #1e90ff;
    outline-offset: 4px; }
    .composition__image:hover {
      outline-offset: 15px;
      transform: scale(1.3);
      transition: all 0.2s; }
    .composition__image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      display: block; }

.list {
  font-size: 1.4rem;
  font-weight: 400;
  color: #6b7585; }
  @media only screen and (max-width: 37.5em) {
    .list {
      display: none; } }
  .list__item {
    width: 20rem;
    padding: 1rem 1.5rem;
    background-image: linear-gradient(90deg, #EA2027 0%, #EA2027 50%, #fffcff 50%);
    background-size: 0.8rem;
    background-repeat: no-repeat; }
  .list__item:not(:last-child) {
    margin-bottom: 2rem; }
  .list__item:hover {
    color: #f1f2f6;
    background-size: 250%;
    background-image: linear-gradient(135deg, #EA2027 0%, #EA2027 50%, #fffcff 50%);
    border-radius: 5px;
    transition: all 0.5s ease-out; }

.logo {
  display: flex;
  align-items: center;
  flex: 0 0 20vw;
  position: fixed;
  z-index: 10;
  background-color: transparent;
  outline: none;
  border: none; }
  @media only screen and (max-width: 75em) {
    .logo {
      top: 0.5rem;
      left: 0.5rem; } }
  @media only screen and (max-width: 37.5em) {
    .logo {
      top: 0.8rem;
      left: 1rem; } }
  .logo-outline {
    width: 23rem;
    height: 100%; }
  .logo__figure {
    background-color: #1822dbf5;
    width: 7rem;
    height: 5rem; }
    @media only screen and (max-width: 75em) {
      .logo__figure {
        width: 5rem;
        height: 4rem; } }
    @media only screen and (max-width: 37.5em) {
      .logo__figure {
        width: 3.5rem;
        height: 3rem; } }
    .logo__figure--left {
      clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%); }
    .logo__figure--right {
      clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%); }
  .logo__text {
    text-align: center;
    padding: 0 1rem; }
    @media only screen and (max-width: 75em) {
      .logo__text {
        padding: 0 0.5rem; } }
    @media only screen and (max-width: 37.5em) {
      .logo__text {
        padding: 0 0.2rem; } }
    .logo__text-primary {
      font-size: 3rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.3rem; }
      @media only screen and (max-width: 75em) {
        .logo__text-primary {
          font-size: 2.8rem; } }
      @media only screen and (max-width: 37.5em) {
        .logo__text-primary {
          font-size: 1.8rem; } }
      .logo__text-primary--el {
        color: #1e90ff;
        text-shadow: 4px -2px 1px rgba(24, 34, 219, 0.92); }
        @media only screen and (max-width: 56.25em) {
          .logo__text-primary--el {
            text-shadow: 3px -2px 1px rgba(24, 34, 219, 0.92); } }
        @media only screen and (max-width: 37.5em) {
          .logo__text-primary--el {
            text-shadow: 2px -1px 1px rgba(24, 34, 219, 0.92); } }
      .logo__text-primary--dis {
        color: #1822dbf5;
        text-shadow: 4px -2px 1px rgba(30, 144, 255, 0.92); }
        @media only screen and (max-width: 56.25em) {
          .logo__text-primary--dis {
            text-shadow: 3px -2px 1px rgba(30, 144, 255, 0.92); } }
        @media only screen and (max-width: 37.5em) {
          .logo__text-primary--dis {
            text-shadow: 2px -1px 1px rgba(30, 144, 255, 0.92); } }
    .logo__text-secondery {
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: 0.1rem;
      color: black; }
      @media only screen and (max-width: 75em) {
        .logo__text-secondery {
          font-size: 1rem; } }
      @media only screen and (max-width: 37.5em) {
        .logo__text-secondery {
          font-size: 0.8rem; } }

footer {
  background-color: #181816; }

.contact {
  display: flex;
  justify-content: space-between;
  padding: 0 5rem; }
  @media only screen and (max-width: 37.5em) {
    .contact {
      flex-flow: column;
      padding: 0; } }

.contact-left {
  flex: 1 1 60%;
  margin-right: 10rem;
  padding: 3rem 0; }
  @media only screen and (max-width: 37.5em) {
    .contact-left {
      width: 100%;
      padding: 2rem 3.5rem; } }

.contact-right {
  flex: 0 0 40%; }

.contact-image {
  background-image: url("../../image/safe-home.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 100%; }
  @media only screen and (max-width: 37.5em) {
    .contact-image {
      width: 100%;
      height: 35rem; } }

.contact-content {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fffcff;
  letter-spacing: 1.5px; }
  .contact-content__text {
    font-size: 1.6rem; }
  .contact-content__info {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 37.5em) {
      .contact-content__info {
        flex-flow: column; } }

.copyright {
  background-color: #0f0f0e;
  padding: 1.5rem 5rem; }
  .copyright__text {
    color: #ced6e0;
    font-size: 1.2rem; }

.header,
.fixed-top {
  height: 6rem; }
  @media only screen and (max-width: 37.5em) {
    .header,
    .fixed-top {
      height: 4.5rem; } }

.fixed-top {
  width: 100%;
  z-index: 10; }
  @media only screen and (max-width: 75em) {
    .fixed-top {
      position: fixed;
      background-color: rgba(255, 252, 255, 0.9);
      box-shadow: 1px 1px 2px #ced6e0; } }

.header-flex {
  display: flex;
  flex: 1 1 auto;
  height: 100%; }

.nav {
  flex: 1 1 auto;
  height: 100%; }
  .nav .toggle {
    display: none;
    position: absolute;
    top: 1rem;
    right: 5rem;
    font-size: 2.4rem;
    color: #1822dbf5;
    cursor: pointer; }
    @media only screen and (max-width: 37.5em) {
      .nav .toggle {
        display: inline-block; } }
  @media only screen and (max-width: 56.25em) {
    .nav .show-toggle {
      display: none; } }
  @media only screen and (max-width: 37.5em) {
    .nav .show-toggle {
      display: flex;
      flex-direction: column;
      position: fixed;
      top: 4.5rem;
      left: 0;
      width: 100%;
      height: 100vh;
      background-image: linear-gradient(to right top, rgba(24, 34, 219, 0.9) 20%, rgba(30, 144, 255, 0.9) 80%);
      padding: 0 3rem;
      box-shadow: 2px 3px 5px black; } }
  .nav-list {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    height: 100%; }
    .nav-list__item {
      position: relative;
      transition: all 0.4s; }
      .nav-list__item::after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 2px;
        background-color: red; }
        @media only screen and (max-width: 37.5em) {
          .nav-list__item::after {
            display: none; } }
      .nav-list__item:hover::after {
        width: 100%;
        transition: width 0.4s ease-in; }
    .nav-list__link {
      transition: all 0.2s; }
    .nav-list__item:hover .nav-list__link {
      transform: translateY(-0.2rem);
      text-shadow: 1px 2px 3px #75808d; }
      @media only screen and (max-width: 75em) {
        .nav-list__item:hover .nav-list__link {
          text-shadow: 0px 1px 1px #75808d; } }
    @media only screen and (max-width: 37.5em) {
      .nav-list {
        height: calc(100vh - 4.5rem);
        flex-direction: column;
        justify-content: flex-start;
        display: none;
        overflow: scroll; } }
    .nav-list__item {
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 37.5em) {
        .nav-list__item {
          justify-content: center;
          width: 100%;
          padding: 5.5rem 0 5.5rem 0;
          border-bottom: 1px solid rgba(206, 214, 224, 0.7); } }
    .nav-list__link {
      text-decoration: none;
      font-size: 1.8rem;
      font-weight: 600;
      color: #1822dbf5;
      letter-spacing: 0.2rem; }
      @media only screen and (max-width: 37.5em) {
        .nav-list__link {
          font-size: 2.4rem;
          color: #fffcff; } }

.dropdown {
  position: relative; }
  @media only screen and (max-width: 37.5em) {
    .dropdown {
      display: flex;
      flex-direction: column; } }
  .dropdown-outline {
    display: none; }
  @media (min-width: 75em) {
    .dropdown:hover .dropdown-outline {
      display: flex;
      flex-direction: column;
      align-items: center;
      z-index: 2; } }
  .dropdown .show-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2; }
  .dropdown__content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
    top: 6rem;
    left: 0;
    background-color: rgba(24, 34, 219, 0.4);
    width: 100%;
    list-style: none;
    padding: 2rem 2rem 3rem 2rem; }
    .dropdown__content__item {
      position: relative;
      transition: all 0.4s; }
      .dropdown__content__item::after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 2px;
        background-color: red; }
        @media only screen and (max-width: 37.5em) {
          .dropdown__content__item::after {
            display: none; } }
      .dropdown__content__item:hover::after {
        width: 100%;
        transition: width 0.4s ease-in; }
    .dropdown__content__link {
      transition: all 0.2s; }
    .dropdown__content__item:hover .dropdown__content__link {
      transform: translateY(-0.2rem);
      text-shadow: 1px 2px 3px black; }
      @media only screen and (max-width: 75em) {
        .dropdown__content__item:hover .dropdown__content__link {
          text-shadow: 0px 1px 1px black; } }
    @media only screen and (max-width: 75em) {
      .dropdown__content {
        background-color: rgba(255, 252, 255, 0.9);
        box-shadow: 1px 2px 5px #75808d; } }
    @media only screen and (max-width: 37.5em) {
      .dropdown__content {
        top: 2rem;
        justify-content: center;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0rem;
        background-color: transparent;
        box-shadow: none; } }
    .dropdown__content__item {
      padding: 2rem 0; }
      @media only screen and (max-width: 37.5em) {
        .dropdown__content__item {
          text-align: center;
          padding: 1rem 0; } }
    .dropdown__content__link {
      text-decoration: none;
      color: #fffcff;
      font-size: 1.6rem;
      display: inline-block; }
      @media only screen and (max-width: 75em) {
        .dropdown__content__link {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 75em) {
        .dropdown__content__link {
          color: #1822dbf5; } }
      @media only screen and (max-width: 37.5em) {
        .dropdown__content__link {
          color: #fffcff; } }

.navSide {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 310px; }
  .navSide-list {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 70vh;
    padding: 0 2rem;
    border-right: 3px solid #ced6e0;
    list-style: none; }
    .navSide-list__item {
      position: relative;
      transition: all 0.4s; }
      .navSide-list__item::after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 2px;
        background-color: red; }
        @media only screen and (max-width: 37.5em) {
          .navSide-list__item::after {
            display: none; } }
      .navSide-list__item:hover::after {
        width: 100%;
        transition: width 0.4s ease-in; }
    .navSide-list__link {
      transition: all 0.2s; }
    .navSide-list__item:hover .navSide-list__link {
      transform: translateY(-0.2rem);
      text-shadow: 1px 2px 3px #75808d; }
      @media only screen and (max-width: 75em) {
        .navSide-list__item:hover .navSide-list__link {
          text-shadow: 0px 1px 1px #75808d; } }
    .navSide-list__item {
      padding: 1.5rem 0; }
    .navSide-list__link {
      font-size: 2.2rem;
      text-decoration: none;
      color: #1e90ff; }

.current {
  color: red; }

.noScroll {
  overflow: hidden; }

.homePage {
  position: relative;
  height: 80vh;
  width: 100%;
  background-image: linear-gradient(to right, rgba(30, 144, 255, 0.5), rgba(30, 144, 255, 0.5)), url("../../image/cover1.jfif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 19.5% 100%); }
  @media only screen and (max-width: 75em) {
    .homePage {
      height: calc(100vh - 6rem);
      clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%); } }
  @media only screen and (max-width: 37.5em) {
    .homePage {
      height: calc(100vh - 4.5rem);
      background-image: linear-gradient(to right, rgba(30, 144, 255, 0.7), rgba(30, 144, 255, 0.7)), url("../../image/safe-home.jpg"); } }
  .homePage-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    text-align: center; }
    @media only screen and (max-width: 75em) {
      .homePage-content {
        left: 50%; } }
    @media only screen and (max-width: 37.5em) {
      .homePage-content {
        top: 40%; } }

.aboutUs-content {
  position: relative;
  width: 70%;
  height: 29rem;
  margin: 0 auto;
  padding: 4rem 5.5rem 5rem 5.5rem;
  border: 3.5px solid rgba(30, 144, 255, 0.6);
  border-radius: 80px;
  transition: height 0.6s ease-out; }
  @media only screen and (max-width: 1315px) {
    .aboutUs-content {
      height: 32rem; } }
  @media only screen and (max-width: 56.25em) {
    .aboutUs-content {
      width: 100%;
      height: 100%;
      border-bottom: 3.5px solid rgba(30, 144, 255, 0.6);
      border-right: 0px;
      border-top: 0px;
      border-left: 0px;
      border-radius: 0px; } }
  .aboutUs-content--longer {
    height: 55rem;
    transition: height 0.4s ease-in; }
    @media only screen and (max-width: 1320px) {
      .aboutUs-content--longer {
        height: 58rem; } }
    @media only screen and (max-width: 1280px) {
      .aboutUs-content--longer {
        height: 62rem; } }
    @media only screen and (max-width: 1200px) {
      .aboutUs-content--longer {
        height: 57rem; } }
    @media only screen and (max-width: 56.25em) {
      .aboutUs-content--longer {
        height: 100%; } }

.aboutUs .hidden {
  display: none; }

.aboutUs .display-flex {
  display: flex;
  justify-content: space-evenly;
  height: 18rem; }
  @media only screen and (max-width: 56.25em) {
    .aboutUs .display-flex {
      display: none; } }

.alarmSystem {
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  background-color: rgba(241, 242, 246, 0.7); }
  @media only screen and (max-width: 37.5em) {
    .alarmSystem {
      clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%); } }
  .alarmSystem-content {
    background-image: linear-gradient(45deg, #fffcff 0%, #fffcff 45%, transparent 55%), url("../../image/alarmi-2x.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 4rem 5.5rem;
    border-radius: 5px; }
    @media only screen and (max-width: 56.25em) {
      .alarmSystem-content {
        width: 90%; } }
    @media only screen and (max-width: 37.5em) {
      .alarmSystem-content {
        background-image: none;
        background-color: #fffcff;
        padding: 0;
        display: block; } }
  .alarmSystem__image {
    display: none;
    width: 100%;
    object-fit: cover; }
    @media only screen and (max-width: 37.5em) {
      .alarmSystem__image {
        display: block; } }
  .alarmSystem__text {
    width: 40%; }
    @media only screen and (max-width: 56.25em) {
      .alarmSystem__text {
        width: 60%; } }
    @media only screen and (max-width: 37.5em) {
      .alarmSystem__text {
        width: 100%;
        padding: 1.5rem 3rem; } }

.cameras {
  position: relative; }
  .cameras-content {
    display: flex; }
    @media only screen and (max-width: 75em) {
      .cameras-content {
        padding: 0 3rem; } }
    @media only screen and (max-width: 37.5em) {
      .cameras-content {
        flex-flow: column;
        padding: 0; } }
  .cameras__figure {
    flex: 0 0 30%;
    order: 2; }
    @media only screen and (max-width: 37.5em) {
      .cameras__figure {
        order: 1;
        display: block;
        padding: 0; } }
  .cameras__image {
    display: block;
    margin: 0 auto;
    width: 25rem;
    border: 3px solid #1e90ff;
    border-radius: 10px; }
    @media only screen and (max-width: 56.25em) {
      .cameras__image {
        width: 20rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
    @media only screen and (max-width: 37.5em) {
      .cameras__image {
        position: relative;
        margin: 0 auto;
        width: 70%;
        transform: translateY(0); } }
  .cameras__composition {
    position: absolute !important;
    top: 19rem;
    left: 20rem; }
  .cameras__text {
    margin: 0 auto;
    flex: 1 1 70%;
    order: 1;
    padding: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .cameras__text {
        padding: 2rem 3.5rem; } }

.intercom {
  background-color: #f1f2f6; }
  .intercom-content {
    display: flex;
    justify-content: space-evenly; }
    @media only screen and (max-width: 75em) {
      .intercom-content {
        padding: 0 3rem; } }
  .intercom__text {
    flex: 1 1 50%;
    padding: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .intercom__text {
        padding: 2rem 0; } }
  .intercom__image {
    flex-basis: 50%;
    background-image: url("../../image/interfon-2x.jpg");
    background-position: center;
    background-size: 45rem;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 81.25em) {
      .intercom__image {
        background-size: 40rem; } }
    @media only screen and (max-width: 56.25em) {
      .intercom__image {
        display: none; } }
