/* host-grotesk-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/host-grotesk-v5-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* host-grotesk-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Host Grotesk';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/host-grotesk-v5-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* host-grotesk-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/host-grotesk-v5-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* host-grotesk-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Host Grotesk';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/host-grotesk-v5-latin-500italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* host-grotesk-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/host-grotesk-v5-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* host-grotesk-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Host Grotesk';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/host-grotesk-v5-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes float {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
/* RESET */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
p,
ul,
ol {
  display: block;
  font-size: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: inherit;
  transition: 0.2s;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #000;
}
a.link {
  color: #55b999;
  text-decoration: underline;
}
a.link:hover {
  color: #000;
}
body {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #1d4459;
  font-weight: 400;
}
body.is-home {
  background-color: #f1f0ed;
}
body.is-servizi-detail .page-title {
  background-image: none;
  background-color: #55b999;
  color: #fff;
}
body.is-servizi-detail .page-title-icon-wrapper {
  background-color: #55b999;
}
body.is-servizi-detail .page-title-icon-wrapper .page-title-icon {
  background-color: #fff;
}
body .environment-test {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c92100;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  z-index: 1000;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr {
  background-color: #fff;
}
table tr:nth-child(odd) {
  background-color: #aaa;
}
table tr th {
  padding: 20px;
  background: #55b999;
  color: #fff;
}
table tr td {
  padding: 20px;
}
/* ATOMS */
b,
strong {
  font-weight: 700;
}
p:not(:last-child) {
  margin-bottom: 25px;
}
.list {
  margin-bottom: 30px;
}
.list li {
  margin: 0 0 0 20px;
}
h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #1d4459;
  text-align: center;
}
h2.title {
  width: 100%;
  text-align: left;
  padding-top: 100px;
}
h2.title.with-subtitle {
  margin-bottom: 10px;
}
h3 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
h4 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 35px;
}
h5 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #55b999;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 18px;
  line-height: 18px;
  padding: 18px 30px 19px 30px;
  font-weight: 700;
  border: 1px solid transparent;
}
.btn.btn-only-icon {
  width: 40px;
  height: 40px;
  padding: 0;
}
.btn.btn-circle {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  padding: 0;
}
.btn.btn-ghost-aqua {
  border: 1px solid #55b999;
  background-color: transparent;
  color: #55b999;
}
.btn.btn-ghost-white {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn.btn-white {
  color: #19181c;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(69, 67, 96, 0.15);
}
.btn.btn-light {
  background-color: #fff;
  border: 2px solid #55b999;
  color: #55b999;
  padding: 10px 30px;
  margin-top: 20px;
}
.btn.btn-light:hover {
  background-color: #55b999;
  color: #fff;
}
.btn:hover {
  color: #fff;
  background-color: #173546;
  border: 1px solid transparent;
}
.container {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 25px;
}
/* HELPER */
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-azure {
  color: #55b999;
}
.hidden,
[hidden] {
  display: none !important;
}
.disabled,
[disabled] {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
/* SCROLLBAR */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #55b999;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* PAGINATION */
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  align-self: flex-end;
}
.pagination .pagination-prev,
.pagination .pagination-next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #55b999;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 18px;
  line-height: 18px;
  padding: 18px 30px 19px 30px;
  font-weight: 700;
  border: 1px solid transparent;
  margin: 2px;
  border-radius: 100%;
  padding: 8px;
}
.pagination .pagination-prev.btn-only-icon,
.pagination .pagination-next.btn-only-icon {
  width: 40px;
  height: 40px;
  padding: 0;
}
.pagination .pagination-prev.btn-circle,
.pagination .pagination-next.btn-circle {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  padding: 0;
}
.pagination .pagination-prev.btn-ghost-aqua,
.pagination .pagination-next.btn-ghost-aqua {
  border: 1px solid #55b999;
  background-color: transparent;
  color: #55b999;
}
.pagination .pagination-prev.btn-ghost-white,
.pagination .pagination-next.btn-ghost-white {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.pagination .pagination-prev.btn-white,
.pagination .pagination-next.btn-white {
  color: #19181c;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(69, 67, 96, 0.15);
}
.pagination .pagination-prev.btn-light,
.pagination .pagination-next.btn-light {
  background-color: #fff;
  border: 2px solid #55b999;
  color: #55b999;
  padding: 10px 30px;
  margin-top: 20px;
}
.pagination .pagination-prev.btn-light:hover,
.pagination .pagination-next.btn-light:hover {
  background-color: #55b999;
  color: #fff;
}
.pagination .pagination-prev:hover,
.pagination .pagination-next:hover {
  color: #fff;
  background-color: #173546;
  border: 1px solid transparent;
}
.pagination .pagination-current {
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
/* ACCORDION */
.accordion-item {
  box-shadow: 0 2px 15px 0 rgba(69, 67, 96, 0.15);
  padding: 15px 20px;
  border-radius: 10px;
}
.accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion-item .accordion-header .accordion-title {
  width: calc(100% - 65px);
  font-weight: 700;
  line-height: 22px;
}
.accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}
.accordion-item.is-open .accordion-header .btn {
  background-color: #fff;
  border: 1px solid #55b999;
}
.accordion-item.is-open .accordion-header .btn svg {
  stroke: #55b999;
}
.accordion-item.is-open .accordion-header .btn svg line:nth-child(1) {
  transform: rotate(90deg);
}
.accordion-item.is-open .accordion-content {
  max-height: 500px;
  padding-top: 25px;
  opacity: 1;
}
/* COLS */
.cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
.cols .col {
  flex: 1;
}
.quote {
  background: #55b999;
  background: linear-gradient(90deg, #55b999 25%, #ddf3f8 85%, #9adcea 100%);
  color: #fff;
  border-radius: 15px;
  font-size: 27px;
  line-height: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.quote .quote-text {
  padding: 50px 0 50px 50px;
  width: calc(100% - 450px);
}
.quote .quote-image {
  width: 400px;
  background: transparent no-repeat center bottom;
  background-size: contain;
  position: relative;
}
.quote .quote-image img {
  width: 275px;
  animation: float 2.5s ease-in-out infinite both;
  position: absolute;
  margin: auto;
  bottom: 75px;
  left: 0;
  right: 0;
}
/* TOPBAR */
.topbar {
  background-color: #55b999;
  color: #fff;
  box-shadow: 0 5px 10px rgba(69, 67, 96, 0.15);
  position: relative;
  z-index: 10;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 7px 0;
  font-size: 14px;
  line-height: 14px;
}
.topbar .container img {
  width: auto;
  height: 20px;
}
.topbar .container a:hover {
  color: #000;
}
.topbar .topbar-orario {
  display: flex;
  align-items: center;
  gap: 7px;
}
.topbar .topbar-orario span b {
  font-weight: 400;
}
.topbar .topbar-contatti {
  margin-left: auto;
  position: relative;
  padding-right: 13px;
}
.topbar .topbar-contatti:after {
  content: '';
  width: 1px;
  height: 22px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.topbar .topbar-social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  gap: 7px;
}
.topbar .topbar-social a {
  text-decoration: none;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 999px;
  border: 1px solid #fff;
}
.topbar .topbar-social a svg {
  fill: #fff;
  width: 26px;
  height: auto;
  transition: 0.2s;
}
.topbar .topbar-social a:hover {
  opacity: 0.7;
}
/* HEADER */
.header {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  background-color: #1d4459;
  border-radius: 25px;
  box-shadow: 0px 5px 10px 0px rgba(69, 67, 96, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 70px;
  padding: 20px 35px;
  z-index: 100;
}
.header .header-logo img {
  height: 50px;
}
.header .header-menu {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-left: auto;
}
.header .header-menu .header-menu-logo {
  display: none;
}
.header .header-menu .menu-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
  height: 70px;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.header .header-menu .menu-item.active {
  color: #55b999;
}
.header .header-menu .menu-item:hover:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #55b999;
  position: absolute;
  top: calc(50% + 15px);
  left: 0;
}
.header .header-menu .menu-item:hover .submenu {
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
.header .header-menu .menu-item .menu-item-with-submenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.header .header-menu .menu-item .menu-item-with-submenu svg {
  width: 16px;
  height: auto;
}
.header .header-menu .menu-item .submenu {
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 90%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(69, 67, 96, 0.2);
  border-radius: 15px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.header .header-menu .menu-item .submenu a {
  color: #19181c;
  padding: 12px 20px 12px 35px;
  position: relative;
}
.header .header-menu .menu-item .submenu a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: #55b999;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 13px;
}
.header .header-menu .menu-item .submenu a:hover {
  color: #fff;
  background-color: #1d4459;
}
.header .header-menu #m_prenota {
  display: none;
}
.header .header-menu-prenota {
  margin: 0 15px 0 50px;
  padding: 13px 25px;
}
.header .header-menu-btn {
  display: none;
}
.header.is-sticky {
  position: fixed;
  top: 0;
}
/* HOME */
.home-hero {
  background: url('../img/home-hero.jpg') no-repeat center center;
  background-size: cover;
  height: 95vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border-radius: 0 0 65px 65px;
  overflow: hidden;
}
.home-hero .container {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.home-hero h1 {
  font-size: 75px;
  line-height: 75px;
  font-weight: 700;
  color: #fff;
}
.home-hero h1 em {
  color: #55b999;
  font-style: normal;
}
.home-hero .subtitle {
  width: 40%;
  align-self: flex-end;
  color: #fff;
}
.home-hero::after {
  content: '';
  background: transparent url('../img/hero-icon.svg') no-repeat bottom center;
  background-size: contain;
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  pointer-events: none;
}
.home-abstract {
  padding: 150px 0 0 0;
  background: url('../img/blink-01.svg') no-repeat top 100px left;
  background-size: auto 500px;
}
.home-abstract .cols {
  align-items: center;
  gap: 140px;
}
.home-abstract .cols img {
  padding-right: 80px;
}
.home-servizi {
  padding: 150px 0 0 0;
  background: url('../img/blink-02.svg') no-repeat top right;
  background-size: auto 500px;
}
.home-servizi .servizi-categorie-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 100px 25px;
  margin-top: 100px;
}
.home-servizi .categoria-item-wrapper {
  width: calc(33.3333% - 25px);
}
.home-servizi .categoria-item-wrapper .categoria-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(69, 67, 96, 0.15);
  border-radius: 15px;
  padding: 0 25px 25px 25px;
}
.home-servizi .categoria-item-wrapper .categoria-item .categoria-item-icon-wrapper {
  position: relative;
  background: transparent url('../img/servizi-icona-background.svg') no-repeat top center;
  background-size: 190px auto;
  height: 125px;
}
.home-servizi .categoria-item-wrapper .categoria-item .categoria-item-icon-wrapper .categoria-item-icon {
  width: 200px;
  height: 200px;
  position: absolute;
  margin: auto;
  top: -85px;
  left: 0;
  right: 0;
  background: transparent no-repeat center center;
  background-size: contain;
  border-radius: 999px;
}
.home-servizi .categoria-item-wrapper .categoria-item .categoria-item-title {
  color: #1d4459;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 25px;
  font-weight: 700;
}
.home-servizi .categoria-item-wrapper .categoria-item .categoria-item-description {
  flex: 1;
  margin-bottom: 25px;
}
.home-servizi .categoria-item-wrapper .categoria-item .categoria-item-ctas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.home-servizi .categoria-item-wrapper .categoria-item .categoria-item-ctas .btn {
  width: 140px;
  padding: 13px 0 15px 0;
}
.home-servizi .categoria-item-wrapper.important .categoria-item {
  background-color: #55b999;
  padding: 30px 25px 25px;
}
.home-servizi .categoria-item-wrapper.important .categoria-item .categoria-item-header-wrapper {
  height: 70px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.home-servizi .categoria-item-wrapper.important .categoria-item .categoria-item-header-wrapper .categoria-item-header-title {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}
.home-servizi .categoria-item-wrapper.important .categoria-item .categoria-item-header-wrapper .categoria-item-header-img img {
  width: 25px;
  height: 25px;
}
.home-servizi .categoria-item-wrapper.important .categoria-item .categoria-item-title span {
  color: #fff;
}
.home-servizi .categoria-item-wrapper.important .categoria-item .categoria-item-description {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}
.home-servizi .categoria-item-wrapper.important .categoria-item .categoria-item-ctas .btn {
  width: 100%;
}
.home-testimonianze {
  padding: 150px 0 100px 0;
  background: url('../img/blink-01.svg') no-repeat top 100px left;
  background-size: auto 500px;
}
.home-testimonianze h3 {
  color: #55b999;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.home-testimonianze .testimonianze-item-wrapper {
  width: calc(33.3333% - 25px);
}
.home-testimonianze .testimonianze-item-wrapper .testimonianze-item {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  background-color: #1d4459;
  color: #fff;
  border-radius: 15px;
  padding: 25px;
  font-size: 16px;
  line-height: 20px;
  transition: 0.2s;
}
.home-testimonianze .testimonianze-item-wrapper .testimonianze-item .testimonianze-item-testimonianza {
  flex: 1;
  margin-bottom: 25px;
}
.home-testimonianze .testimonianze-item-wrapper .testimonianze-item .testimonianze-item-nome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #55b999;
  color: #55b999;
  padding-top: 25px;
}
.home-testimonianze .testimonianze-item-wrapper .testimonianze-item .testimonianze-item-nome img {
  width: auto;
  height: 20px;
}
.home-blog {
  background: url('../img/blink-02.svg') no-repeat top right;
  background-size: auto 500px;
  padding: 50px 0 100px 0;
}
.home-blog h3 {
  color: #55b999;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.tns-outer {
  position: relative;
}
.tns-outer .tns-controls {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tns-outer .tns-controls button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #55b999;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 18px;
  line-height: 18px;
  padding: 18px 30px 19px 30px;
  font-weight: 700;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #55b999;
  background-color: transparent;
  color: #55b999;
  margin-right: 10px;
}
.tns-outer .tns-controls button.btn-only-icon {
  width: 40px;
  height: 40px;
  padding: 0;
}
.tns-outer .tns-controls button.btn-circle {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  padding: 0;
}
.tns-outer .tns-controls button.btn-ghost-aqua {
  border: 1px solid #55b999;
  background-color: transparent;
  color: #55b999;
}
.tns-outer .tns-controls button.btn-ghost-white {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.tns-outer .tns-controls button.btn-white {
  color: #19181c;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(69, 67, 96, 0.15);
}
.tns-outer .tns-controls button.btn-light {
  background-color: #fff;
  border: 2px solid #55b999;
  color: #55b999;
  padding: 10px 30px;
  margin-top: 20px;
}
.tns-outer .tns-controls button.btn-light:hover {
  background-color: #55b999;
  color: #fff;
}
.tns-outer .tns-controls button:hover {
  color: #fff;
  background-color: #173546;
  border: 1px solid transparent;
}
.tns-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-top: 40px;
  padding-bottom: 20px;
}
.tns-nav button {
  width: 20px;
  height: 5px;
  background-color: #fff;
  border: 0px;
  border-radius: 999px;
  outline: none;
}
.tns-nav button.tns-nav-active {
  background-color: #55b999;
}
/* PAGE */
.page-title {
  background: #dde3e9 url('../img/blink-alone.svg') no-repeat left center;
  background-size: 250px;
  color: #1d4459;
  border-radius: 0 0 65px 65px;
  height: 375px;
  padding-top: 145px;
}
.page-title .container {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.page-title .container h1 {
  font-size: 75px;
  line-height: 65px;
  max-width: 55%;
}
.page-title .page-title-icon-wrapper {
  background-color: #dde3e9;
  width: 325px;
  height: 325px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -125px;
  right: 0;
}
.page-title .page-title-icon-wrapper .page-title-icon {
  width: calc(100% - 50px);
  aspect-ratio: 1;
  background: transparent no-repeat center center;
  background-size: contain;
  border-radius: 999px;
  box-shadow: 0 2px 15px 0 rgba(69, 67, 96, 0.15);
}
/* HOMEPAGE */
.servizi-categorie-list {
  margin-bottom: 50px;
}
.servizi-categorie-list .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.servizi-categorie-list .categoria-item {
  width: calc(33.3333% - 15px);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 15px 0 rgba(69, 67, 96, 0.15);
  transition: 0.2s;
}
.servizi-categorie-list .categoria-item .categoria-image {
  aspect-ratio: 4/3;
  border-radius: 6px;
  background: #aaa no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
}
.servizi-categorie-list .categoria-item .categoria-title {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
  font-weight: 700;
  flex: 1;
}
.servizi-categorie-list .categoria-item .btn {
  width: 200px;
}
/* STUDIO */
.studio-wrapper .cols {
  margin-bottom: 25px;
}
.studio-wrapper .cols .col {
  flex: none;
  width: calc(50% - 13px);
}
.studio-wrapper .cols .col-text {
  background-color: #dde3e9;
  border-radius: 12px;
  padding: 50px;
}
.studio-wrapper .cols .col-text h3 {
  text-align: left;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}
.studio-wrapper .cols .col-image {
  border-radius: 12px;
  background: transparent no-repeat center center;
  background-size: cover;
}
.studio-team-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 50px;
}
.studio-team-list .team-member-container {
  width: 225px;
  height: 400px;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.studio-team-list .team-member-container .team-member-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
}
.studio-team-list .team-member-container .card-side {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
}
.studio-team-list .team-member-container .card-side .team-member-name {
  font-weight: 700;
}
.studio-team-list .team-member-container .card-side .team-member-surname {
  color: #55b999;
  text-transform: uppercase;
  font-weight: 700;
}
.studio-team-list .team-member-container .card-side.card-front {
  background: #fff;
  z-index: 1;
}
.studio-team-list .team-member-container .card-side.card-front .team-member-image {
  aspect-ratio: 3/4;
  background: #aaa no-repeat center center;
  background-size: cover;
  margin-bottom: 25px;
}
.studio-team-list .team-member-container .card-side.card-back {
  z-index: 1;
  background-color: #55b999;
  color: #fff;
  top: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 35px;
}
.studio-team-list .team-member-container .card-side.card-back .team-member-letter {
  width: 150px;
  margin: 0 auto;
}
.studio-team-list .team-member-container .card-side.card-back .team-member-role {
  padding: 0 25px;
  line-height: 22px;
}
.studio-team-list .team-member-container .card-side.card-back .team-member-name {
  border-top: 1px solid #fff;
  color: #fff;
  width: 100%;
  height: 75px;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.studio-team-list .team-member-container .card-side.card-back .team-member-name > div {
  width: 100%;
}
.studio-team-list .team-member-container:hover .card-side.card-back {
  top: 0;
}
/* SERVIZI LIST */
.servizi-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 50px 0;
  gap: 20px 30px;
}
.servizi-filters .servizio-filter {
  width: calc(33.3333% - 20px);
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  padding: 8px 10px;
  border: 1px solid #55b999;
}
.servizi-filters .servizio-filter .servizio-filter-icona {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background-color: #55b999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.servizi-filters .servizio-filter .servizio-filter-icona img {
  width: 100%;
  height: auto;
}
.servizi-filters .servizio-filter .servizio-filter-text {
  width: calc(100% - 65px);
  text-align: center;
  font-weight: 700;
  color: #55b999;
}
.servizi-filters .servizio-filter.btn-aqua .servizio-filter-icona {
  background-color: #fff;
}
.servizi-filters .servizio-filter.btn-aqua .servizio-filter-text {
  color: #fff;
}
.servizi-filters .servizio-filter:hover {
  border: 1px solid #173546;
}
.servizi-abstract {
  margin-bottom: 50px;
}
.servizi-list {
  margin-bottom: 80px;
}
.servizi-list .container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
}
.servizi-list .servizio-item {
  width: calc(33.3333% - 17px);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 15px 0 rgba(69, 67, 96, 0.15);
}
.servizi-list .servizio-image {
  aspect-ratio: 4/3;
  border-radius: 6px;
  background: #aaa no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
}
.servizi-list .servizio-title {
  color: #1d4459;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
  font-weight: 700;
}
/* SERVIZI DETAIL */
.servizi-detail {
  padding: 100px 0;
  position: relative;
}
.servizi-detail .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.servizi-detail .container .servizi-detail-text {
  width: 50%;
}
.servizi-detail .container .servizi-detail-text h2 {
  text-align: left;
  color: #55b999;
}
.servizi-detail .servizi-detail-image {
  position: absolute;
  bottom: 50px;
  right: 0;
  border-radius: 25px 0 0 25px;
  height: 550px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: transparent no-repeat center center;
  background-size: cover;
}
/* CONTATTI */
.contatti-wrapper .cols {
  margin-bottom: 25px;
}
.contatti-wrapper .cols .col {
  flex: none;
  width: calc(50% - 20px);
}
.contatti-wrapper .cols .col img {
  border-radius: 20px;
}
.contact-block {
  border-bottom: 1px solid #55b999;
  width: 70%;
  padding-bottom: 7px;
}
.contact-block p {
  color: #55b999;
  font-weight: 800;
  margin: 10px auto 10px 30px;
}
.contact-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin: 5px auto;
  width: calc(100% - 30px);
}
.contact-item img {
  width: auto;
  height: 20px;
  margin-top: 3px;
}
.contact-item span {
  width: calc(100% - 30px);
}
/* PRENOTA */
.prenota-wrapper {
  margin: 150px auto 50px auto;
}
.prenota-wrapper .form-field {
  margin: 10px auto;
}
#days-selected {
  margin-bottom: 30px;
}
#days-selected p {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 5px;
}
#days-selected #giorni {
  display: none;
}
#days-selected .day-selected {
  background-color: #55b999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
#days-selected .day-selected p {
  font-weight: 500;
}
#days-selected .day-selected svg {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.col.prenota-left {
  width: 25%;
  flex: inherit;
  padding-right: 30px;
}
.col.prenota-calendar {
  padding-left: 50px;
}
.calendar-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: bold;
}
.calendar-header .calendar-arrows {
  display: flex;
  gap: 10px;
}
.calendar-header .nav-button {
  border: 1.5px solid #55b999;
  background: #fff;
  color: #55b999;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}
.calendar-header .nav-button svg {
  width: 20px;
  height: 20px;
}
.calendar-header .nav-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.calendar-header .nav-button:hover {
  color: #fff;
  background-color: #55b999;
}
.calendar-header h2.title {
  padding-top: 20px;
  text-transform: capitalize;
}
.calendar-container {
  max-width: 800px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: right;
}
.calendar-container .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #55b999;
  border-radius: 20px 20px 0px 0px;
}
.calendar-container .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  padding: 0px 20px 20px 20px;
}
.calendar-container .days .day {
  background: #fff;
  border-radius: 12px;
  padding: 5px;
  min-height: 80px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
.calendar-container .days .day.inactive {
  color: #b9babc;
}
.calendar-container .days .day .date-number {
  font-weight: bold;
  margin-bottom: 4px;
}
.calendar-container .days .day .slot-button {
  background-color: #fff;
  border: 1px solid #55b999;
  color: #55b999;
  padding: 3px 8px;
  border-radius: 5px;
  margin: 2px 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  height: 25px;
  transition: all 0.3s ease;
}
.calendar-container .days .day .slot-button:hover {
  background-color: #55b999;
  color: white;
}
.calendar-container .days .day .slot-button.selected {
  background-color: #55b999;
  color: white;
}
.calendar-add-days {
  display: none;
}
.calendar-close {
  display: none;
}
/* LOGIN */
.form-login {
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(69, 67, 96, 0.07);
  border-radius: 5px;
  padding: 20px;
  max-width: 360px;
  margin: auto;
  margin-bottom: 15px;
}
.form-login-to-registration {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 25px;
}
#map {
  min-height: 450px;
  border-radius: 25px;
}
/* FORM */
.form-wrapper {
  margin-bottom: 80px;
}
.form-wrapper h2 {
  width: 100%;
  margin-top: 25px;
}
.form-wrapper h2:first-child {
  margin-top: 0;
}
.form-wrapper form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-wrapper form .repeater {
  width: 100%;
  position: relative;
}
.form-wrapper form .repeater .btn {
  min-width: 215px;
}
.form-wrapper form .repeater .btn svg {
  margin-right: 10px;
}
.form-wrapper form .repeater .repeater-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.form-wrapper form .repeater .repeater-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #19181c;
}
.form-wrapper form .repeater .repeater-item:only-of-type .btn-delete {
  display: none;
}
.form-wrapper form .repeater .btn-add {
  position: absolute;
  right: 0;
  bottom: -35px;
}
.form-wrapper form .cols {
  width: 100%;
  gap: 0 50px;
}
.form-wrapper form .cols .col.left {
  width: calc(100% - 40px);
}
.radio-button-container {
  display: flex;
  flex-wrap: wrap;
}
.radio-button-container .is-radio-button:first-child label {
  margin-left: 0;
}
.form-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.form-field {
  width: calc(50% - 20px);
  padding-bottom: 10px;
}
.form-field.is-full {
  width: 100%;
}
.form-field.is-half {
  width: calc(25% - 10px);
}
.form-field.is-mini {
  width: calc(16.5% - 10px);
}
.form-field.is-hidden {
  display: none;
}
.form-field.is-checkbox {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.form-field.is-checkbox span,
.form-field.is-checkbox label {
  width: calc(100% - 30px);
  margin-left: 10px;
  cursor: pointer;
}
.form-field.is-radio {
  display: flex;
  align-items: center;
}
.form-field.is-radio span,
.form-field.is-radio label {
  width: calc(100% - 30px);
  margin-left: 10px;
  cursor: pointer;
}
.form-field.is-radio-button {
  width: auto;
}
.form-field.is-radio-button input {
  width: 0;
  height: 0;
  visibility: hidden;
}
.form-field.is-radio-button label {
  font-size: 16px;
  line-height: 16px;
  width: auto;
}
.form-field label {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
.form-field.form-field-upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-field.form-field-upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-break {
  display: block;
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #aaa;
  font-style: normal;
  padding: 0px 10px;
  width: 100%;
  height: 40px;
  background: #aaa;
  transition: 0.3s;
  border-radius: 10px;
  color: #19181c;
  margin-top: 5px;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #55b999;
  outline: 0;
}
input[type=checkbox],
select[type=checkbox],
textarea[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  padding: 10px;
  border-radius: 999px;
  border: 1px solid #919191;
  position: relative;
  margin-top: 5px;
}
input[type=checkbox]::before,
select[type=checkbox]::before,
textarea[type=checkbox]::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #55b999;
  position: absolute;
  left: 3.2px;
  top: 3px;
  opacity: 0;
  border-radius: 999px;
}
input[type=checkbox]:checked::before,
select[type=checkbox]:checked::before,
textarea[type=checkbox]:checked::before {
  opacity: 1;
}
input[type=date]::-webkit-calendar-picker-indicator,
select[type=date]::-webkit-calendar-picker-indicator,
textarea[type=date]::-webkit-calendar-picker-indicator {
  width: 25px;
  height: 25px;
  cursor: pointer;
  filter: invert(67%) sepia(33%) saturate(694%) hue-rotate(154deg) brightness(92%) contrast(91%);
}
input[type=radio],
select[type=radio],
textarea[type=radio] {
  width: 20px;
}
input option:disabled,
select option:disabled,
textarea option:disabled {
  color: #b0b0b0;
  /* grigio chiaro */
}
textarea {
  padding: 10px;
  height: 135px;
}
.form-actions {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
/* FOOTER */
footer {
  background-color: #1d4459;
  color: #fff;
  border-radius: 50px 50px 0 0;
  font-size: 15px;
  line-height: 18px;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px 25px;
}
footer .footer-company {
  width: 275px;
}
footer .footer-company .footer-company-items {
  justify-content: flex-start;
}
footer .footer-company .footer-logo {
  width: 225px;
  margin-bottom: 25px;
}
footer .footer-company .footer-company-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 5px;
}
footer .footer-company .footer-company-item.footer-company-item-more-margin {
  margin-bottom: 25px;
}
footer .footer-company .footer-company-item img {
  width: auto;
  height: 20px;
}
footer .footer-company .footer-company-item span {
  width: calc(100% - 30px);
}
footer .footer-servizi {
  width: 700px;
}
footer .footer-servizi h4 {
  margin: auto auto 15px 60px;
}
footer .footer-servizi .footer-servizi-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
footer .footer-servizi .footer-servizi-list .footer-servizio-item {
  margin-bottom: 15px;
  position: relative;
  padding-left: 60px;
}
footer .footer-servizi .footer-servizi-list .footer-servizio-item img {
  position: absolute;
  margin: auto;
  top: -10px;
  left: 0;
  width: 45px;
  height: auto;
}
footer .footer-servizi .footer-servizi-list .footer-servizio-item a {
  display: block;
  line-height: 20px;
  margin-bottom: 3px;
}
footer .footer-servizi .footer-servizi-list .footer-servizio-item:nth-child(odd) {
  width: 325px;
}
footer .footer-last-column {
  width: 200px;
  flex-wrap: wrap;
  position: relative;
}
footer .footer-last-column .footer-last-item h4 {
  margin-bottom: 15px;
}
footer .footer-last-column .footer-last-item.footer-last-item-sezioni {
  margin-bottom: 25px;
}
footer .footer-last-column .footer-last-item.footer-last-item-note-legali {
  margin-bottom: 25px;
}
footer .footer-last-column h4:not(:first-child) {
  margin-top: 35px;
  margin-bottom: 15px;
}
footer .footer-last-column .footer-social {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
footer .footer-last-column .footer-social h4 {
  width: 100%;
}
footer .footer-last-column .footer-social a {
  text-decoration: none;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 999px;
  border: 1px solid #fff;
}
footer .footer-last-column .footer-social a svg {
  fill: #fff;
  width: 30px;
  height: auto;
  transition: 0.2s;
}
footer .footer-last-column .footer-social a:hover {
  opacity: 0.7;
}
footer .footer-last-column .btn-to-top {
  position: absolute;
  right: -150px;
  bottom: 0;
  width: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
}
footer .footer-last-column .btn-to-top img {
  width: 32px;
}
footer .footer-last-column .btn-to-top span {
  font-size: 14px;
  line-height: 14px;
}
footer .footer-last-column .btn-to-top:hover {
  opacity: 0.7;
}
.footer-last {
  background-color: #183a4d;
  color: #fff;
  padding: 35px 15px;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
}
.footer-last a {
  color: #55b999;
}
/* MODAL */
html.modal-overflow {
  overflow: hidden;
  touch-action: none;
}
html.modal-overflow body {
  overflow: hidden;
  touch-action: none;
}
#modal_container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}
#modal_container.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
#modal_container.is-visible #modal_window {
  opacity: 1;
  transform: translate(0, 0);
}
#modal_container #modal_window {
  border-radius: 4px;
  background: #fff;
  width: 100vw;
  max-width: 300px;
  max-height: 90vh;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  text-align: center;
  transform: translate(0, -20px);
  opacity: 0;
  transition: opacity 0s 0s, transform 0.3s 0s;
}
#modal_container #modal_window.is-template-modal {
  max-width: 700px;
}
#modal_container #modal_content {
  padding: 25px 25px 0 25px;
  overflow-y: auto;
  max-height: calc( 90vh - 85px);
  text-align: center;
}
#modal_container #modal_actions {
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
/* ALERT */
body.alert-overflow {
  overflow: hidden;
}
.alert-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.alert-container.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.alert-container.is-visible .alert {
  opacity: 1;
  transform: translate(0, 0);
}
.alert-container .alert {
  border-radius: 4px;
  background: #fff;
  width: 100vw;
  max-width: 300px;
  max-height: 100vh;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  text-align: center;
  transform: translate(0, -20px);
  opacity: 0;
  transition: opacity 0s 0s, transform 0.3s 0s;
}
.alert-container .alert .alert-title {
  font-size: 3rem;
}
.alert-container .alert .alert-content {
  padding: 25px 25px 0px 25px;
}
.alert-container .alert .alert-footer {
  display: flex;
  align-items: center;
  padding: 15px 15px 25px 15px;
  justify-content: center;
}
.alert-container .alert .btn {
  border: 1px solid #fff;
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
.alert-container .alert .btn:hover {
  background-color: #fff !important;
  color: #fff !important;
  border-color: #fff !important;
}
.alert-container .alert .btn + .btn {
  margin-left: 8px;
}
.alert-container .alert.alert-success {
  background-color: #45a53c;
  color: #fff;
}
.alert-container .alert.alert-success .btn:hover {
  color: #45a53c !important;
}
.alert-container .alert.alert-error {
  background-color: #c92100;
  color: #fff;
}
.alert-container .alert.alert-error .btn:hover {
  color: #c92100 !important;
}
