.sumer-carousel-wrap { margin: 18px 0 26px; }
.sumer-carousel-inner { background: linear-gradient(180deg, #071033 0%, #050426 100%);
  /* background: #dcdcdc; */
  background: none;
  padding: 12px; border-radius: 12px; color: #fff; box-shadow: 0 12px 40px rgba(4,7,30,0.45); max-width:1100px; margin-left:auto; margin-right:auto;
/* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
box-shadow: none;

}

.sumer-carousel-head { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:10px; }
.sumer-title { font-weight:700; font-size:18px; color:#000; }

.sumer-controls { display:flex; align-items:center; gap:10px; }
.sumer-arrow{
  width:36px; height:36px; border-radius:8px; border: none;
  background:#5d6382; color:#fff; font-size:20px; display:inline-flex;justify-content:center;
  cursor:pointer; box-shadow:0 6px 18px rgba(5,0,89,0.18);font-family: arial;line-height: 30px;
}
.sumer-arrow:disabled{ opacity:.45; cursor:default; }
.sumer-dots{ display:flex; gap:8px; align-items:center;display:none;}

.sumer-viewport{ overflow:hidden; position:relative; }
.sumer-track{ display:flex; gap:10px; transition: transform 420ms cubic-bezier(.22,.9,.34,1); padding-bottom:6px; }

.sumer-card{
  flex:0 0 179px; max-width:179px;
  background: #fff;
  border-radius:6px; padding:46px 18px 20px; position:relative; display:flex; flex-direction:column; align-items:center; text-align:center;
  /* box-shadow: inset 0 1px 0 rgba(255,255,255,0.02), 0 10px 30px rgba(5,8,30,0.55); */
  /* box-shadow: 1px 1px #ededed; */
  /* box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; */
  box-shadow: none;
    border: 1px solid #ededed;
    min-height: -webkit-fill-available !important; /* Chrome, Safari, newer Edge */
  min-height: -moz-available !important; /* Firefox */
  min-height: fill-available !important; /* Standard (future spec) */
  /* justify-content: end; */
  min-height: 250px!important;
}

.sumer-media{ position:absolute; left:50%; top:15px; transform:translateX(-50%); width:96px; height:96px; display:flex; align-items:center; justify-content:center; pointer-events:none; }
.sumer-avatar{ width:66px; height:66px; border-radius:999px; overflow:hidden; border:2px solid #eee; background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)); display:flex; align-items:center; justify-content:center; }
.sumer-avatar img{ width:100%; height:100%; object-fit:cover; display:block; }

.sumer-trusted {
  position: absolute;
  right: 10px;
  top: 5px;
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.trusted-svg{ width:18px; height:18px; }

.sumer-body{ margin-top:60px; width:100%; display:flex; flex-direction:column; gap:8px; align-items:center; }

.sumer-name{ font-weight:700; color:#070f31; font-size:15px; line-height: 20px; }
.sumer-role{ color:#070e31; font-size:13px; }
.sumer-cta{ margin-top:6px; width:100%; display:flex; justify-content:center; position: absolute; bottom: 15px; }
a.sumer-btn{
  background:#0ff; color:#050059; padding:9px 10px; border-radius:8px; font-weight:700; text-decoration:none;
  box-shadow: 0 8px 20px rgba(5,0,89,0.12);font-size: 14px;
}

.sumer-dot{ width:10px; height:10px; border-radius:999px; background: #5d6382; cursor:pointer; }
.sumer-dot.is-active{ background:#fff; box-shadow:0 6px 12px rgba(5,0,89,0.2); }
.sumer-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -18px;
  background: #fff;
  color: #070f31;
  font-size: 30px;
}
.sumer-carousel-inner {
  position: relative;
  /* font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
  line-height: 20px;
  
}
.sumer-arrow.sumer-prev {
  left: -19px;
}
.sumer-arrow.sumer-next {
  right: -19px;
}

@media (max-width:820px){ 
	.sumer-card{ flex:0 0 169px; max-width:169px; padding:34px 12px 16px; } 
	.sumer-avatar{ width:70px; height:70px; } 
	.sumer-title{ font-size:16px; } 
	.sumer-body {margin-top: 70px;}
}
@media (max-width:640px){ 
	.sumer-card{ flex:0 0 100%; max-width:100%;} 
}