body {
  margin: 0;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  line-height: 24px;
  color: #5a5a5a;
}

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

.footer-container {
  background: linear-gradient(45deg, #6f7072, #20252b);
  margin-top: 100px;
}

.footer-logo-img-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo-img {
  height: 56px;
}

.footer-logo-text-container {
  display: flex;
  align-items: center;
}

.footer-logo-text {
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-right: 8px;
  margin-left: 16px;
  cursor: pointer;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

.footer-logo-text-icon {
  height: 16px;
}

.footer-social-icons-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-link-style {
  display: flex;
  justify-content: center;
  margin-right: 20%;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.footer-social-image-container {
  display: flex;
}

.footer-social-image-col {
  margin-left: 20px;
  margin-right: 20px;
}

.footer-social-image-col {
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin: 0 12px;
}

.footer-social-image-col a {
  display: flex;
  border-radius: 50%;
}

.footer-social-image-dimension {
  width: 50px;
}

.footer-complementary-legal-info {
  background-color: rgba(255, 255, 255, 0.1);
  min-height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 24px 0 24px;
}

.footer-second-internal {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.box-link {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  letter-spacing: 0.25px;
  align-items: center;
  display: flex;
}
.box-link .flag-footer {
  margin-left: 10px;
}

.footer-link-area-container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.footer-last-row-link {
  color: #ffffff;
  font-size: 13px;
  margin: 0px 24px 0 0;
  font-family: "Roboto", sans-serif;
}

.footer-last-row-link a {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  text-decoration: none;
  margin-left: 13px;
  margin-right: 13px;
  display: flex;
  align-items: center;
}

.footer-social-image-col:first-child, .footer-last-row-link a:first-child {
  margin-left: 0;
}

@media screen and (min-width: 1176px) {
  .footer-logo-row {
    padding: 0;
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }

  .footer-complementary-legal-info {
    padding: 0;
  }

  .footer-second-internal {
    width: 1110px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
}
.header-left-col {
  width: 99.96%;
  padding-right: 40px;
}

.header-logo-red {
  background-image: url(../images/Generali_logo_Horizontal_red.svg);
  width: 171px;
  height: 24px;
  background-repeat: no-repeat;
  background-attachment: unset;
  background-position: bottom;
  background-size: 100%;
}

.header-cont {
  position: static;
  width: 100%;
}

.header-shadow {
  box-shadow: #cccccc 0px -1px 0px 0px inset;
}

.header-component {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  padding: 22px 16px 22px 24px;
  position: relative;
}

.header-white {
  background-color: #ffffff;
}

.container {
  max-width: 1152px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 auto;
  box-sizing: border-box;
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
}

.maintenance .top-area,
.maintenance .bottom-area {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.maintenance .maintenance-area-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}
.maintenance .maintenance-area-box img {
  width: 100%;
}
.maintenance .maintenance-area-box .top-error {
  font-size: 2em;
  color: #c21b17;
  font-weight: bold;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  text-align: center;
  line-height: 100%;
}
.maintenance .maintenance-area-box .center {
  color: #20252b;
  font-weight: 300;
  margin-top: 40px;
}
.maintenance .maintenance-area-box .center a {
  color: #c21b17;
}

@media screen and (min-width: 1024px) {
  .footer-logo-img-col {
    justify-content: flex-start;
    width: 50%;
    padding: 24px 0;
  }

  .footer-social-app-area {
    padding: 24px 0;
    justify-content: flex-end;
    width: 50%;
  }

  .footer-link-area-container {
    justify-content: flex-start;
    padding: 0;
    width: 50%;
  }

  .header-left-col {
    width: max-content;
  }
}
@media screen and (max-width: 1023.5px) {
  .footer-logo-img-col {
    flex-direction: column;
  }

  .footer-logo-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .footer-logo-container {
    padding: 24px;
  }

  .footer-social-icons-container {
    padding-bottom: 20px;
  }

  .footer-social-link-style {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 23px;
  }

  .footer-link-area-container {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  footer {
    position: static;
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .top-area > div {
    height: 50px !important;
  }
}

/*# sourceMappingURL=main.css.map */
