/* Font Akrobat */
@font-face {
  font-family: "Akrobat";
  src: url("../assets/fonts/Akrobat-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akrobat";
  src: url("../assets/fonts/Akrobat-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Applicazione globale del font Akrobat */
body,
.slides {
  font-family: "Akrobat", sans-serif !important;
}

/* Animazione per lo spinner di caricamento */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1440px) {
  .fix-12-12 {
    max-width: 1400px !important;
  }
}

@media (min-width: 1920px) {
  .fix-12-12 {
    max-width: 1800px !important;
  }
}
.darkblue {
  background: #183557 !important;
  color: #fff !important;
}
.text-darkblue {
  color: #183557 !important;
}

/* Stili per slide con background e testo sovrapposto */
.slide-background {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent !important;
  border: 0px solid rgba(255, 255, 255, 0.7) !important;
}
button.slick-next.slick-arrow {
  right: 180px !important;
}
button.slick-prev.slick-arrow {
  left: 180px !important;
}

.slick-dots {
  position: fixed !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  text-align: center !important;
  z-index: 999 !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: "";
  display: inline-block;
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
  border: 2px solid #ffffff;
  background: transparent !important;
  border-radius: 50%;
  transition: 0.25s;

  position: absolute;
  top: 0;
  left: 0;
}
.slick-dots li.slick-active button:before {
  background-color: #ffffff !important;
  opacity: 0.75;
  color: white;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slide-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.slide-category {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.slide-description {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.slide-button {
  display: inline-block;
  padding: 12px 30px;
  background: #183557;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.slide-button:hover {
  background: #0f2440;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .slide-title {
    font-size: 2rem;
  }

  .slide-content {
    padding: 1.5rem;
  }
}

.abril {
  font-family: "Abril Fatface", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  letter-spacing: 0.022em;
  font-weight: 400 !important;
}
.lineheight-0 {
  line-height: 0px;
}
@media (min-width: 1240px) {
  .h1.largest,
  h1.largest {
    font-size: 90px !important;
  }
}
.button-home {
  font-size: 22px !important;
  padding: 5px 16px !important;
}
.button.button-home.large.flat.stroke.white:hover {
  background-color: white !important;
  color: #183557 !important;
}
nav.panel.top {
  padding: 0px 20px 0 5px;
}
.panel .sections > div.center {
  height: 20px !important;
}
.panel.border {
  border-bottom: 2px solid #183557 !important;
  background-color: white;
}
.panel.white.border li.current_page_item {
  padding-bottom: 10px !important;
  border-bottom: 2px solid #183557 !important;
}

.button.actionButton {
  background-color: transparent !important;
  height: 42px !important;
  width: 42px !important;
  padding: 0px !important;
  border-radius: 0px !important;
}
.button.actionButton svg {
  width: 36px !important;
  height: 36px !important;
}
.actionButton.popupTrigger a {
  border: 2px solid #fff !important;
  background-color: #fff !important;
  height: 42px !important;
  width: 42px !important;
  border-radius: 100% !important;
  padding: 5px !important;
}
.actionButton.popupTrigger svg {
  fill: #183557 !important;
}
.slides.whiteSlide .actionButton.popupTrigger a {
  border: 2px solid #183557 !important;
  background-color: #183557 !important;
}
.slides.whiteSlide .actionButton.popupTrigger svg {
  fill: #fff !important;
}
.white .actionButton.sidebarTrigger svg {
  fill: #183557 !important;
}

.menu.uppercase li {
  font-size: 16px !important;
}
ul.menu.trim li a {
  width: 34px !important;
  height: 34px !important;
  border-radius: 100%;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slides.whiteSlide ul.menu.trim li a {
  width: 34px !important;
  height: 34px !important;
  border-radius: 100%;
  border: 2px solid #183557;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel .sections .menu svg {
  width: 18px;
  height: 18px;
  vertical-align: bottom;
}

/* Icona del menu hamburger più grande */
.panel .sections .menu svg use[href*="#menu"] {
  width: 36px;
  height: 36px;
}
.panel .sections .menu li {
  margin: 0 5px !important;
}
.panel .sections .menu.uppercase li {
  margin: 0 15px !important;
}

nav.panel.top.fixed.js-editor-chosen.white .current-menu-item {
  padding-bottom: 10px !important;
  border-bottom: 2px solid #183557;
}
.slides.whiteSlide .menu.uppercase a.selected {
  border-bottom: 2px solid #183557;
}
.fade-6 .content {
  background: rgba(17, 17, 17, 0) !important;
}
.scroll .fullscreenSlider {
  min-height: 100vh;
}
.scroll .fullscreenSlider .slider .background {
  position: fixed !important;
}
.scroll .fullscreenSlider .slider > li {
  overflow-y: scroll;
}

.line {
  display: inline-block;
  position: relative;
}

.line:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ffffff;
  width: 70%;
  transform: translateX(-50%);
  bottom: -9px;
  left: 50%;
}

.sidebar {
  max-width: 100% !important;
  width: 100% !important;
}
.sidebar .content {
  text-align: center !important;
  background-color: #183557 !important;
  opacity: 0.8 !important;
}
.sidebar ul.mainMenu,
.sidebar ul.social,
.sidebar ul.subMenu {
  text-transform: uppercase;
}
.sidebar .mainMenu li {
  font-size: 22px !important;
  letter-spacing: 0.022em;
}

.fullscreenSlider > .slider,
.fullscreenSlider > .slider > li {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* Riposizionamento delle frecce per farle rientrare nel layout */
.fullscreenSlider .side.sliderArrows {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: auto !important;
  height: auto !important;
  z-index: 10 !important;
}

.fullscreenSlider .side.left.sliderArrows {
  left: calc(8% + 50px) !important;
}

.fullscreenSlider .side:not(.left).sliderArrows {
  right: calc(8% + 50px) !important;
}

/* Versione mobile per le frecce del slider */
@media (max-width: 768px) {
  .fullscreenSlider .side.left.sliderArrows {
    left: 0px !important;
  }
  .fullscreenSlider .side:not(.left).sliderArrows {
    right: 0px !important;
  }
}

/* Aumento dimensione delle frecce del 300% */
.fullscreenSlider .side.sliderArrows .sideArrow {
  width: 72px !important;
  height: 72px !important;
}

/* Fix per il fade che non copre completamente l'area */
.fade-6 {
  position: relative;
}

.fade-6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.6);
  z-index: 1;
  pointer-events: none;
}

/* Stili per slide con background e contenuto */
.slide-background {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-background .content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: white;
  width: 100%;
}

.slide-background .slide-button {
  display: inline-block;
  padding: 12px 30px;
  background: #183557;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-transform: uppercase;
  margin-top: 1rem;
}

.slide-background .slide-button:hover {
  background: #0f2440;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Overlay a tutto schermo */
.fullscreen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Video container */
.video-container {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.video-container iframe {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Fix specifico per il fullscreen slider */
.fullscreenSlider.fade-6 {
  position: relative;
}

/* hide side navigation for the fullscreen slider */
.slides .side {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}

.slides.firstSlide .side:not(.sliderArrows) {
  opacity: 0 !important;
  pointer-events: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* Slide 131 (#2) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-131-1a92382f"] */
.slide[data-cid="slide-131-1a92382f"] .box-131 {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide[data-cid="slide-131-1a92382f"] .box-131:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #2196f3;
  opacity: 0;
  transition: 0.15s;
}
.slide[data-cid="slide-131-1a92382f"] .box-131:hover {
  opacity: 1;
}
.slide[data-cid="slide-131-1a92382f"] .box-131:hover:after {
  opacity: 0.9;
}
.slide[data-cid="slide-131-1a92382f"] .box-131-inner {
  z-index: 1;
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-131-inner h3 {
  font-family: "Abril Fatface", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-weight: 400;
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .slide[data-cid="slide-131-1a92382f"] .form-131 input[type="email"] {
    max-width: 208px;
    text-align: center;
  }
  .fixed {
    position: absolute !important;
  }
}

.dot::after {
  content: "";
  display: inline-block;
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
  border: 2px solid #ffffff;
  background: transparent !important;
  border-radius: 50%;
  transition: 0.25s;
}

.dot:active:after,
.dot.selected:after {
  opacity: 1;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  background-color: #ffffff !important;
}
.panel.bottom {
  bottom: 0 !important;
  padding: 0px !important;
}

.footer-class {
  background-color: #ffffff;
  border-top: 4px solid #183557;
  padding: 30px;
  color: #183557;
}

.panel.bottom .sections.desktop {
  padding: 30px;
}

.panel.bottom .sections.desktop li {
  margin: 0px !important;
  padding: 0 10px;
  border-right: 1px solid #ffffff;
}

.panel.bottom .sections.compact {
  background-color: #ffffff;
  border-top: 4px solid #183557;
  padding: 20px !important;
  height: 150px !important;
  align-items: baseline !important;
}

.panel.bottom .sections.compact p {
  margin-bottom: 0px !important;
}

.panel.bottom .sections.desktop li:last-child {
  border-right: none;
}
.panel.bottom .sections.desktop p {
  margin-bottom: 0 !important;
}
.panel.bottom .sections.desktop li a {
  padding: 0px !important;
}

.panel.bottom .sections.compact li {
  margin: 0px !important;
  padding: 0 10px;
  border-right: 0px solid #000000;
  display: block !important;
}

.slide[data-cid="slide-69-f84d9cbb"] .flex-69 [class*="col-"].selected {
  cursor: pointer;
  pointer-events: all;
}
.slide[data-cid="slide-69-f84d9cbb"] .flex-69 .box-69 {
  display: block;
  height: 280px !important;
  padding-bottom: 0%;
  position: relative;
  background-size: cover;
  color: #fff;
}
.slide[data-cid="slide-69-f84d9cbb"] .flex-69 .box-69.rounded {
  overflow: hidden;
  border-radius: 6px;
}
.slide[data-cid="slide-69-f84d9cbb"] .flex-69 .box-69:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px !important;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: 0.5s;
}
.slide[data-cid="slide-69-f84d9cbb"] .flex-69 .box-69 .cell-69 {
  outline: none;
  position: absolute;
  height: 280px !important;
  width: 100%;
  padding: 20px;
  z-index: 10;
  opacity: 1;
  transition: 0.5s;
  color: #fff;
  transform: translateY(0px);
}
.slide[data-cid="slide-69-f84d9cbb"] .flex-69 .box-69:hover {
  opacity: 1;
}
.slide[data-cid="slide-69-f84d9cbb"] .flex-69 .box-69:hover .cell-69 {
  opacity: 1;
  transform: translateY(0px);
}
.slide[data-cid="slide-69-f84d9cbb"] .flex-69 .box-69:hover:after {
  opacity: 0.8;
  background: #183557;
}

/* Example Background Vimeo (#7) - Video a schermo intero senza deformazioni (cover mode) */
.slides .slide .background.vimeo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.slides .slide .background.vimeo iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /* Le dimensioni vengono calcolate dinamicamente via JavaScript per mantenere l'aspect ratio */
  /* Il video copre sempre l'intero schermo, anche se parti vanno oltre i bordi */
  object-fit: cover;
  /* Rimuovi eventuali limiti di dimensione */
  max-width: none !important;
  max-height: none !important;
}

/* Assicura che il contenitore dello slider sia relativo per i dots assoluti */
.slick-slider {
  position: relative;
}

.social-101 {
  display: inline-flex;
  flex: 0 0 auto;
  border: 1px solid #183557;
  padding: 8px;
  border-radius: 50%;
}

a.social-101:hover {
  background-color: #183557 !important;
  svg {
    fill: #fff !important;
  }
}
.cell-33 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.cell-33 .tabs {
  max-width: 100% !important;
}

.cell-33 .tabs li:first-child {
  border-radius: 0px !important;
}
.cell-33 .tabs li {
  font-size: 14px !important;
}

/* Slide 77 (#6) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-77-a710c96d"] */
.slide[data-cid="slide-77-a710c96d"] .box-77 {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
  outline: none;
  margin: 10px 0;
  -webkit-backface-visibility: hidden;
}
.slide[data-cid="slide-77-a710c96d"] .box-77:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.slide[data-cid="slide-77-a710c96d"] .box-77 .thumbnail-77 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.slide[data-cid="slide-77-a710c96d"] .box-77 .thumbnail-77 img {
  border-radius: 6px 6px 0 0;
  -webkit-backface-visibility: hidden;
  transition: 0.5s;
}
.slide[data-cid="slide-77-a710c96d"] .box-77 .thumbnail-77.video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/svg/video-icon.svg") no-repeat;
  background-size: 54px;
  background-position: center center;
  transition: 0.35s;
}
.slide[data-cid="slide-77-a710c96d"] .box-77:hover .thumbnail-77.video:after {
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}
.slide[data-cid="slide-77-a710c96d"] .box-77 .author-77 {
  border-top: 1px solid #ebebeb;
}
.slide[data-cid="slide-77-a710c96d"] .box-77 .avatar-77 {
  position: absolute;
  top: 18px;
  left: 0;
}
.slide[data-cid="slide-77-a710c96d"] .details-77 {
  padding: 20px 18px 15px;
  background: #ffffff;
  border-radius: 0 0 6px 0;
}
.slide[data-cid="slide-77-a710c96d"] .details-77 .cell {
  text-align: left;
}

/* Fix per la barra admin di WordPress che copre l'header */
body.admin-bar .panel.top {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .panel.top {
    top: 46px !important;
  }
}

/* Fix per sub-menu: nascondi di default e mostra solo al hover/click */
.menu--shylock .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 8px 0;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 999;
  pointer-events: none;
  list-style: none;
}

.border .menu--shylock .sub-menu {
  background: transparent;
}

.menu--shylock .menu-item.has-submenu {
  position: relative;
}

.menu--shylock .menu-item.has-submenu:hover .sub-menu,
.menu--shylock .menu-item.has-submenu:focus-within .sub-menu,
.menu--shylock .menu-item.has-submenu.active .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.menu--shylock .sub-menu li {
  margin: 0 !important;
  padding: 0;
}

.menu--shylock .sub-menu .menu__link {
  display: block;
  padding: 6px 15px;
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none;
  font-size: 0.85em;
  text-transform: uppercase;
  transition: color 0.2s ease;
  margin: 0 !important;
  letter-spacing: 0.05em;
}

.border .menu--shylock .sub-menu .menu__link {
  color: rgba(24, 53, 87, 0.5) !important;
}

.menu--shylock .sub-menu .menu__link:hover,
.menu--shylock .sub-menu .menu__link:focus {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7) !important;
}

.border .menu--shylock .sub-menu .menu__link:hover,
.border .menu--shylock .sub-menu .menu__link:focus {
  color: rgba(24, 53, 87, 0.7) !important;
}

.menu--shylock .sub-menu .menu__link::before,
.menu--shylock .sub-menu .menu__link::after {
  display: none;
}

/* Mobile: mostra sub-menu al click */
@media (max-width: 768px) {
  .menu--shylock .menu-item.has-submenu .menu__link {
    cursor: pointer;
  }
  
  .menu--shylock .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
    padding: 5px 0 5px 20px;
    margin-top: 0;
    display: none;
  }
  
  .menu--shylock .menu-item.has-submenu.active .sub-menu {
    display: block;
  }
}

/* Stile per il pulsante Ajax Load More - in linea con i bottoni del tema */
.alm-btn-wrap {
  text-align: center;
  margin: 40px 0;
  padding: 20px 0;
}

.alm-btn-wrap .alm-load-more-btn {
  display: inline-block;
  padding: 14px 22px;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  background-color: transparent !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  font-family: "Akrobat", sans-serif;
}

.alm-btn-wrap .alm-load-more-btn:hover,
.alm-btn-wrap .alm-load-more-btn:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 3px 9px rgba(0, 0, 0, 0.15);
  transform: translateY(0px);
}

.alm-btn-wrap .alm-load-more-btn:active {
  background-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 3px 6px 0 rgba(17, 17, 17, 0.1), 0 0px 10px 0 rgba(17, 17, 17, 0.1), 0 1px 4px -1px rgba(17, 17, 17, 0.1);
  transform: translateY(2px);
}

.alm-btn-wrap .alm-load-more-btn:disabled,
.alm-btn-wrap .alm-load-more-btn.done {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Stile per il pulsante su slide bianche */
.slide.whiteSlide .alm-btn-wrap .alm-load-more-btn {
  color: #183557 !important;
  border-color: #183557 !important;
}

.slide.whiteSlide .alm-btn-wrap .alm-load-more-btn:hover,
.slide.whiteSlide .alm-btn-wrap .alm-load-more-btn:focus {
  background-color: rgba(24, 53, 87, 0.1) !important;
  color: #183557 !important;
  border-color: #183557 !important;
}

.slide.whiteSlide .alm-btn-wrap .alm-load-more-btn:active {
  background-color: rgba(24, 53, 87, 0.2) !important;
}
