
.btn,
.btn i {
  vertical-align: middle;
}
.btn:before,
.btn:focus:before,
.btn:hover:before {
  z-index: -1;
  transition: 0.3s;
}
.btn,
.btn.btn-link {
  overflow: hidden;
  text-transform: uppercase;
}
.btn,
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  font-size: 0.8rem;
}
.btn {
  position: relative;
  z-index: 1;
  border-radius: 2px;
  font-weight: 700 !important;
  font-size: 14px;
  padding: 14px 30px !important;
  letter-spacing: 0.05em;
}
.btn i {
  display: inline-block;
  margin-right: 8px;
}
.btn.btn-rounded {
  border-radius: 100px;
}
.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
}
.btn.btn-link {
  border: 0;
  padding: 0 !important;
  color: #333333;
}
.btn.btn-sm {
  padding: 9px 20px !important;
  font-size: 0.75rem;
}
.btn.btn-link:after {
  font-family: themify;
  content: "\e649";
  margin-left: 5px;
  position: relative;
  top: 0;
  font-size: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.btn.btn-link:hover {
  text-decoration: none;
  color: #999;
}
.btn.btn-link:hover:after {
  margin-top: -100px;
}
.btn.btn-secondary {
  color: #999;
}
.btn-circle .btn-danger i,
.btn-circle .btn-info i,
.btn-circle .btn-primary i,
.btn-circle .btn-success i,
.btn-circle .btn-warning i,
.btn.btn-secondary:hover {
  color: #fff;
}
.btn-white {
  background-color: #fff;
  color: #333;
}
.btn-white-outline {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-white-outline:focus:before,
.btn-white-outline:hover:before {
  width: 100%;
  background-color: #fff;
}
.btn-outline-primary {
  border: 2px solid #333333;
  background-color: transparent;
  color: #333333;
}
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  color: #fff;
  border-color: #333333;
  background-color: transparent;
}
.btn-outline-primary:active:before,
.btn-outline-primary:focus:before,
.btn-outline-primary:hover:before {
  width: 100%;
  background-color: #333333;
}
.btn-outline-info {
  border: 2px solid #555555;
  background-color: transparent;
  color: #555555;
}
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover {
  color: #fff;
  border-color: #555555;
  background-color: transparent;
}
.btn-outline-info:active:before,
.btn-outline-info:focus:before,
.btn-outline-info:hover:before {
  width: 100%;
  background-color: #555555;
}
.btn-outline-success {
  border: 2px solid #5cb85c;
  background-color: transparent;
  color: #5cb85c;
}
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover {
  color: #fff;
  border-color: #5cb85c;
  background-color: transparent;
}
.btn-outline-success:active:before,
.btn-outline-success:focus:before,
.btn-outline-success:hover:before {
  width: 100%;
  background-color: #5cb85c;
}
.btn-outline-danger {
  border: 2px solid #c9302c;
  background-color: transparent;
  color: #c9302c;
}
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover {
  color: #fff;
  border-color: #c9302c;
  background-color: transparent;
}
.btn-outline-danger:active:before,
.btn-outline-danger:focus:before,
.btn-outline-danger:hover:before {
  width: 100%;
  background-color: #c9302c;
}
.btn-outline-warning {
  border: 2px solid #f0ad4e;
  background-color: transparent;
  color: #f0ad4e;
}
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
  color: #fff;
  border-color: #f0ad4e;
  background-color: transparent;
}
.btn-outline-warning:active:before,
.btn-outline-warning:focus:before,
.btn-outline-warning:hover:before {
  width: 100%;
  background-color: #f0ad4e;
}
.btn-outline-secondary {
  border: 2px solid #ccc;
  background-color: transparent;
  color: #ccc;
}
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  color: #fff;
  border-color: #ccc;
  background-color: transparent;
}
.btn-outline-secondary:active:before,
.btn-outline-secondary:focus:before,
.btn-outline-secondary:hover:before {
  width: 100%;
  background-color: #ccc;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #f5f5f5;
}
.btn-danger,
.btn-dark,
.btn-info,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-warning,
.btn-white {
  box-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 0.18);
  border: 0;
}
.btn-danger:hover,
.btn-dark:hover,
.btn-info:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-white:hover {
  border: 0;
  box-shadow: 0 0.05em 1em rgba(0, 0, 0, 0.18);
}
.btn-secondary {
  background: #f5f5f5;
  box-shadow: none;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  border: 0;
  color: #fff;
  box-shadow: none;
}
.btn-circle,
.icon-sm-rounded {
  text-align: center;
  border-radius: 50%;
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background: #333333;
  color: #fff;
}
.btn-circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.btn-circle i {
  display: block;
  line-height: 80px;
  margin: 0 auto;
  font-size: 35px;
}
.btn-dark,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  background: #141414;
  color: #fff;
}
.icon-sm-rounded {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block !important;
  background: #333333;
  color: #fff;
}
.btn-white-outline:focus,
.btn-white-outline:hover {
  color: #333;
  border-color: #fff;
}
.btn.btn-lg {
  padding: 15px 40px !important;
  font-size: 14px;
}
.btn:focus,
.btn:hover {
  box-shadow: none;
  outline: 0 !important;
}
.btn.btn-sm {
  padding: 9px 20px !important;
  font-size: 12px;
}
.main-box {
  padding-left: 10px;
  padding-right: 10px;
}
.main-box .col-md-12 {
  padding: 5px 5px;
}
@media only screen and (max-width: 320px) {}
@media only screen and (min-width: 321px) and (max-width: 768px) {}
@media only screen and (min-width: 769px) and (max-width: 1200px) {}
@media only screen and (min-width: 1201px) {}
.btn-area {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 25px;
}
.center-heading p {
  margin-top: 10px;
}
p.sub-text {
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  color: #777;
}
@media only screen and (max-width: 320px) {}
@media only screen and (min-width: 321px) and (max-width: 768px) {}
@media only screen and (min-width: 769px) and (max-width: 1200px) {}
@media only screen and (min-width: 1201px) {}
.no-padding.gray {
  background-color: #f5f5f5;
}
@media only screen and (max-width: 320px) {
  .no-padding.img-view {
    background-size: cover;
    height: 100%;
  }
  .no-padding-inner {
    padding: 30px;
  }
  .no-padding-inner-img {
    padding: 80px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .no-padding.img-view {
    background-size: cover;
    height: 100%;
  }
  .no-padding-inner {
    padding: 30px;
  }
  .no-padding-inner-img {
    padding: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .no-padding.img-view {
    background-size: cover;
    position: absolute;
    height: 100%;
  }
  .no-padding-inner {
    padding: 60px;
  }
}
@media only screen and (min-width: 1201px) {
  .no-padding.img-view {
    background-size: cover;
    position: absolute;
    height: 100%;
  }
  .no-padding-inner {
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .col-sm-5g {
    width: 20%;
    float: left;
    text-align: center;
  }
  .col-xs-5g,
  .col-sm-5g,
  .col-md-5g,
  .col-lg-5g {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .col-md-5g {
    width: 20%;
    float: left;
    text-align: center;
    padding: 5px;
  }
  .col-xs-5g,
  .col-sm-5g,
  .col-md-5g,
  .col-lg-5g {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .col-lg-5g {
    width: 20%;
    float: left;
    text-align: center;
    padding: 5px;
  }
  .col-xs-5g,
  .col-sm-5g,
  .col-md-5g,
  .col-lg-5g {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
}
.col-xs-5g {
  width: 20%;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 320px) {
  .custom-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .box-300 {
    width: 100%;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }
  .box-300 .material-symbols-outlined {
    font-size: 45px;
    color: #fff;
  }
  .box-300 .title {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .custom-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .box-300 {
    width: 100%;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }
  .box-300 .material-symbols-outlined {
    font-size: 45px;
    color: #fff;
  }
  .box-300 .title {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .custom-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .box-300 {
    width: 100%;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }
  .box-300 .material-symbols-outlined {
    font-size: 45px;
    color: #fff;
  }
  .box-300 .title {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1201px) {
  .custom-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .box-300 {
    width: 100%;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }
  .box-300 .material-symbols-outlined {
    font-size: 45px;
    color: #fff;
  }
  .box-300 .title {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.no-padding {
  padding: 0px;
}
.box-300:hover {
  background: #000000;
  color: #fff;
  filter: grayscale(0%);
}
.box-300:hover p {
  color: #fff;
}
.box-300 a {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.box-300 .material-symbols-outlined {
  transition: transform 0.3s ease;
}
.box-300:hover .material-symbols-outlined {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 320px) {}
@media only screen and (min-width: 321px) and (max-width: 768px) {}
@media only screen and (min-width: 769px) and (max-width: 1200px) {}
@media only screen and (min-width: 1201px) {}
.main-slider .item {
  position: relative !important;
  z-index: 1;
  transform-style: preserve-3d;
}
.main-slider .item .sound-control {
  position: relative !important;
  display: flex;
  margin: 30px auto 0 auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 99999 !important;
  transform: translateZ(100px);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}
.main-slider .item .sound-control:hover {
  background: #cc0000;
}
.main-slider .item .sound-control .material-symbols-outlined {
  font-size: 24px;
  line-height: 1;
  user-select: none;
}
.main-slider .item .sound-control.muted .icon-sound {
  display: none !important;
}
.main-slider .item .sound-control.muted .icon-mute {
  display: block !important;
}
.main-slider .item .sound-control:not(.muted) .icon-mute {
  display: none !important;
}
.main-slider .item .sound-control:not(.muted) .icon-sound {
  display: block !important;
}
.equalizer {
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
  height: 20px;
  gap: 4px;
  margin-top: 10px;
}
.equalizer .bar {
  width: 4px;
  background-color: #fff;
  height: 100%;
  transform-origin: bottom;
  animation: equalize 1s infinite ease-in-out;
}
.equalizer .bar-1 {
  animation-delay: -0.4s;
}
.equalizer .bar-2 {
  animation-delay: -0.2s;
}
.equalizer .bar-3 {
  animation-delay: 0s;
}
.equalizer .bar-4 {
  animation-delay: -0.6s;
}
.equalizer .bar-5 {
  animation-delay: -0.8s;
}
@keyframes equalize {
  0%,
  100% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(1);
  }
}
.progress-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 10;
}
.progress-bar {
  width: 0%;
  height: 100%;
  background: #32c5d2;
  transition: width linear;
}
.slider-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  gap: 15px;
  align-items: center;
}
.slider-controls .control-btn {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  width: auto;
  height: auto;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, opacity 0.2s;
}
.slider-controls .control-btn .material-symbols-outlined {
  font-size: 36px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.slider-controls .control-btn:hover {
  transform: scale(1.1);
  opacity: 0.8;
  color: #cc0000;
}
.four-card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
}
.four-card-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  min-height: 360px;
  position: relative;
}
.four-card-item:hover {
}
.four-card-white-box {
  padding: 40px 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.four-card-white-box .fi {
  font-size: 48px;
  color: #000000;
  margin-bottom: 20px;
  transition: transform 0.5s ease;
  display: inline-block;
}
.four-card-white-box:hover .fi {
  transform: rotateY(180deg);
}
.four-card-white-box .title {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}
.four-card-white-box .desc {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  word-break: keep-all;
}
.four-card-text-only {
  background: #000000;
  color: #fff;
  padding: 40px 30px;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.four-card-text-only:hover {
  background: #000000;
}
.four-card-text-only .title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
.four-card-text-only .desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  word-break: keep-all;
}
.four-card-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.four-card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.four-card-img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.four-card-item:hover .four-card-img-box img {
  transform: scale(1.08);
}
.four-card-content {
  position: relative;
  z-index: 3;
  padding: 30px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.four-card-content .title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.four-card-content .desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0;
  word-break: keep-all;
}
@media (max-width: 991px) {
  .four-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .four-card-item {
    min-height: 320px;
  }
}
@media (max-width: 480px) {
  .four-card-container {
    grid-template-columns: 1fr;
  }
}
.tetris-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 140px;
  gap: 15px;
  width: 100%;
}
.tetris-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tetris-item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.tetris-left-big {
  grid-column: span 4;
  grid-row: span 2;
}
.tetris-left-big .tetris-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.tetris-item:hover .tetris-img {
  transform: scale(1.05);
}
.tetris-left-big::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
  z-index: 1;
}
.tetris-content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 40px 35px;
  color: #fff;
}
.tetris-content-overlay .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}
.tetris-content-overlay .desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  word-break: keep-all;
  margin: 0;
}
.tetris-right-top {
  grid-column: span 2;
  grid-row: span 1;
  background: #000000;
  padding: 35px;
  justify-content: center;
}
.tetris-right-top:hover {
  background: #000000;
}
.tetris-right-top .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.tetris-right-top .desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  word-break: keep-all;
  margin: 0;
}
.tetris-right-bot {
  grid-column: span 1;
  grid-row: span 1;
  background: #f8f8f8;
  border: 1px solid #e1e7ec;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px; 
}
.tetris-right-bot .fi {
  font-size: 32px;
  color: #000000;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
  display: inline-block;
}
.tetris-right-bot:hover .fi {
  transform: scale(1.1);
}
.tetris-right-bot .title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0;
}
@media (max-width: 991px) {
  .tetris-container {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 150px;
  }
  .tetris-left-big {
    grid-column: span 4;
    grid-row: span 2;
  }
}
@media (max-width: 480px) {
  .tetris-container {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(130px, auto);
  }
  .tetris-left-big {
    grid-column: span 2;
    grid-row: span 2;
  }
  .tetris-right-top,
  .tetris-right-bot {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gov-bento-left {
  background: #fff;
  border: 1px solid #e1e7ec;
  border-radius: 12px;
  padding: 30px 25px;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.gov-bento-left .label {
  display: inline-block;
  padding: 6px 15px;
  background: #f0f4f8;
  color: #000000;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  width: max-content;
}
.gov-bento-left h3 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.4;
  word-break: keep-all;
}
.gov-bento-left p {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin: 0;
  word-break: keep-all;
  font-weight: 400;
}
.gov-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.gov-icon-box {
  background: #fff;
  border: 1px solid #e1e7ec;
  border-radius: 12px;
  padding: 30px 10px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gov-icon-box:hover {
  border-color: #000000;
  background: #f8f8f8;
}
.gov-icon-box span[class^="fi-rr"] {
  font-size: 38px;
  color: #000000;
  margin-bottom: 15px;
  display: inline-block;
}
.gov-icon-box h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
@media (max-width: 991px) {
  .gov-icon-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
  }
  .gov-bento-left {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .gov-icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gov-notice-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.gov-notice-slider {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.gov-notice-slider .swiper-wrapper {
  align-items: stretch !important;
}
.gov-notice-slider .swiper-slide {
  height: auto;
  display: flex !important;
  flex-direction: column;
}
.notice-slide-item {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
.notice-slide-box {
  width: 100%;
  flex: 1 1 auto;
  background: #fff;
  border: 1px solid #e1e7ec;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.3s ease;
  text-decoration: none !important;
  box-sizing: border-box;
}
.notice-slide-box:hover {
  border-color: #000000;
  background: #f8f8f8;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.notice-slide-date-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.notice-slide-date {
  font-size: 13px;
  color: #000000;
  font-weight: 600;
}
.notice-slide-badge {
  display: inline-block;
  padding: 3px 10px;
  background: #f0f4f8;
  color: #000000;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}
.notice-slide-title {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.notice-slide-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  word-break: keep-all;
}
.gov-notice-wrap .swiper-button-prev,
.gov-notice-wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
  color: #000000 !important;
  border: 1px solid #e1e7ec !important;
  border-radius: 50% !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 100;
}
.gov-notice-wrap .swiper-button-prev {
  left: -22px;
}
.gov-notice-wrap .swiper-button-next {
  right: -22px;
}
@media (max-width: 991px) {
  .gov-notice-wrap .swiper-button-prev {
    left: 0px;
  }
  .gov-notice-wrap .swiper-button-next {
    right: 0px;
  }
}
.gov-notice-wrap .swiper-button-prev::after,
.gov-notice-wrap .swiper-button-next::after {
  display: none !important;
  content: none !important;
}
.gov-notice-wrap .swiper-button-prev:hover,
.gov-notice-wrap .swiper-button-next:hover {
  background: #000000 !important;
  color: #fff !important;
  border-color: #000000 !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}
.gov-notice-wrap .material-symbols-outlined {
  font-size: 24px !important;
  line-height: 1 !important;
}
.cross-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}
.cross-row:last-child {
  margin-bottom: 0;
}
.cross-img-wrap {
  width: 50%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.cross-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.cross-row:hover .cross-img-wrap img {
  transform: scale(1.05);
}
.cross-text-wrap {
  width: 50%;
  padding: 50px 60px;
  box-sizing: border-box;
}
.cross-text-wrap .label {
  display: inline-block;
  padding: 6px 15px;
  background: #f0f4f8;
  color: #000000;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cross-text-wrap h3 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.4;
  word-break: keep-all;
}
.cross-text-wrap p {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin: 0;
  word-break: keep-all;
}
@media (max-width: 991px) {
  .cross-img-wrap,
  .cross-text-wrap {
    width: 100%;
  }
  .cross-img-wrap {
    height: 300px;
  }
  .cross-row.reverse .cross-img-wrap {
    order: -1;
  }
  .cross-text-wrap {
    padding: 40px 30px;
  }
}
@media (max-width: 1200px) {
  .latest-box-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .latest-box-1 .lists {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 15px 20px;
    height: 230px;
    position: relative;
    margin-bottom: 10px;
  }
}
@media (min-width: 1201px) {
  .latest-box-1 {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  .latest-box-1 .lists {
    width: calc((100% - (1 * 10px)) / 2);
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 15px 20px;
    height: 260px;
    position: relative;
  }
}
.cs-brick-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}
.cs-brick {
  border-radius: 20px;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.cs-brick:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.cs-brick::before {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 120px;
  height: 120px;
  background: currentcolor;
  opacity: 0.05;
  border-radius: 50%;
  transition: transform 0.4s ease;
}
.cs-brick:hover::before {
  transform: scale(1.2);
}
.cs-brick-main {
  grid-column: span 2;
  background: #0f172a;
  color: #fff;
}
.cs-brick-main:hover {
  background: #0f172a !important;
  color: #fff !important;
}
.cs-brick-main .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.cs-brick-main .number {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
.cs-brick-main .info {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}
.cs-brick-blue {
  background: #000000;
  color: #fff;
  align-items: flex-start;
  justify-content: flex-end;
}
.cs-brick-blue:hover {
  background: #000000 !important;
  color: #fff !important;
}
.cs-brick-sky {
  background: #333333;
  color: #fff;
  align-items: flex-start;
  justify-content: flex-end;
}
.cs-brick-sky:hover {
  background: #333333 !important;
  color: #fff !important;
}
.cs-brick-light {
  background: #f8fafc;
  color: #334155;
  border: 1px solid #e2e8f0;
  align-items: flex-start;
  justify-content: flex-end;
}
.cs-brick-light:hover {
  background: #f8fafc !important;
  color: #334155 !important;
}
.cs-brick-orange {
  background: #f97316;
  color: #fff;
  align-items: flex-start;
  justify-content: flex-end;
}
.cs-brick-orange:hover {
  background: #f97316 !important;
  color: #fff !important;
}
.cs-brick .icon-wrap {
  margin-bottom: auto;
}
.cs-brick .material-symbols-outlined {
  font-size: 40px;
}
.cs-brick .btn-text {
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 5px;
}
.cs-brick .btn-desc {
  font-size: 14px;
  opacity: 0.85;
  margin: 0;
}
@media (max-width: 991px) {
  .cs-brick-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cs-brick-container {
    grid-template-columns: 1fr;
  }
  .cs-brick-main {
    grid-column: span 1;
  }
}
.owl-carousel .owl-item img {
  border: 1px solid #ddd;
}
#premium-scroll-wrap {
  --transition-speed: 0.8s;
  --easing: cubic-bezier(0.65, 0, 0.35, 1);
  --glass: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.15);
  background-color: #050505;
  color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  width: 100%;
}
#premium-scroll-wrap * {
  box-sizing: border-box;
}
#premium-scroll-wrap h1,
#premium-scroll-wrap h2,
#premium-scroll-wrap h3,
#premium-scroll-wrap h4,
#premium-scroll-wrap p {
  color: #fff;
  margin: 0;
  padding: 0;
}
#premium-scroll-wrap .ps-section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#premium-scroll-wrap .section-top {
  background: linear-gradient(to bottom, #1a1a1a, #050505);
  z-index: 2;
}
#premium-scroll-wrap .section-top .intro-content {
  text-align: center;
}
#premium-scroll-wrap .section-top h2 {
  font-size: 4rem;
  letter-spacing: 10px;
  font-weight: 200;
  margin-bottom: 20px;
  opacity: 0.8;
  line-height: 1.2;
}
#premium-scroll-wrap .scroll-hint {
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 50px;
  animation: ps-bounce 2s infinite;
}
@keyframes ps-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
#premium-scroll-wrap .interactive-container {
  position: relative;
  height: 300vh;
}
#premium-scroll-wrap .sticky-viewport {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
#premium-scroll-wrap .section-bottom {
  background: linear-gradient(to top, #0f172a, #050505);
  z-index: 2;
}
#premium-scroll-wrap .section-bottom h2 {
  font-size: 3rem;
  font-weight: 800;
  opacity: 0.9;
  line-height: 1.2;
}
#premium-scroll-wrap .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#premium-scroll-wrap .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity var(--transition-speed) var(--easing), transform var(--transition-speed) var(--easing);
}
#premium-scroll-wrap .bg-img.active {
  opacity: 1;
  transform: scale(1);
}
#premium-scroll-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.4) 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  z-index: 0;
}
#premium-scroll-wrap .ps-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: 1.2fr 1.1fr;
  padding: 0 60px;
  gap: 100px;
  align-items: center;
  transition: opacity 0.5s ease;
  margin: 0 auto;
}
#premium-scroll-wrap .left-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
}
#premium-scroll-wrap .grid-box {
  background: var(--glass);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid var(--glass-border);
  border-radius: 30px;
  padding: 40px;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all var(--transition-speed) var(--easing);
  opacity: 0;
}
#premium-scroll-wrap .box-top {
  transform: translateY(-50px);
}
#premium-scroll-wrap .box-bottom {
  transform: translateY(50px);
}
#premium-scroll-wrap .content-active .box-top {
  opacity: 1;
  transform: translateY(-30px);
}
#premium-scroll-wrap .content-active .box-bottom {
  opacity: 1;
  transform: translateY(70px);
}
#premium-scroll-wrap .grid-box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
#premium-scroll-wrap .grid-box p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}
#premium-scroll-wrap .right-panel {
  display: flex;
  flex-direction: column;
  gap: 50px;
  opacity: 0;
  transform: translateX(50px);
  transition: all var(--transition-speed) var(--easing);
}
#premium-scroll-wrap .content-active .right-panel {
  opacity: 1;
  transform: translateX(0);
}
#premium-scroll-wrap .title-group h1 {
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 0.95;
  margin-bottom: 30px;
  letter-spacing: -3px;
  white-space: pre-line;
  text-transform: uppercase;
}
#premium-scroll-wrap .title-group p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  max-width: 450px;
}
#premium-scroll-wrap .card-section {
  display: flex;
  gap: 20px;
}
#premium-scroll-wrap .small-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 24px;
  border-radius: 20px;
  transition: all 0.4s ease;
}
#premium-scroll-wrap .small-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-5px);
}
#premium-scroll-wrap .small-card .num {
  font-size: 0.8rem;
  font-weight: 800;
  color: #a0a0a0;
  margin-bottom: 20px;
  display: block;
}
#premium-scroll-wrap .small-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
#premium-scroll-wrap .nav-dots {
  position: fixed;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 25px;
  z-index: 100;
  transition: opacity 0.5s ease;
}
#premium-scroll-wrap .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s var(--easing);
  cursor: pointer;
}
#premium-scroll-wrap .dot.active {
  background: #fff;
  transform: scale(2.5);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}
@media (max-width: 1200px) {
  #premium-scroll-wrap .ps-container {
    grid-template-columns: 1fr;
    padding: 60px 30px;
    height: 100vh;
    overflow-y: auto;
    align-items: flex-start;
  }
  #premium-scroll-wrap .left-panel {
    order: 2;
    margin-bottom: 100px;
    gap: 20px;
  }
  #premium-scroll-wrap .grid-box {
    height: 300px;
  }
  #premium-scroll-wrap .right-panel {
    order: 1;
    margin-top: 40px;
  }
  #premium-scroll-wrap .title-group h1 {
    font-size: 3.5rem;
  }
  #premium-scroll-wrap .card-section {
    flex-direction: column;
  }
}
            .shortcut-gov-container { display: flex; flex-wrap: wrap; align-items: stretch; gap: 20px; }
            .gov-banner-zone { flex: 0 0 350px; background: #0d6efd; border-radius: 12px; overflow: hidden; position: relative; color: #fff; display: flex; flex-direction: column; justify-content: center; padding: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
            .gov-banner-zone h3 { font-size: 24px; font-weight: 700; margin-bottom: 15px; letter-spacing: -0.5px; color: #fff !important; }
            .gov-banner-zone p { font-size: 15px; line-height: 1.6; opacity: 0.9; margin-bottom: 25px; color: #fff !important; }
            .gov-banner-zone .gov-btn { display: inline-block; background: #fff; color: #000000; padding: 10px 20px; border-radius: 30px; font-weight: 700; text-decoration: none; font-size: 14px; text-align: center; max-width: 150px; }
            .gov-banner-zone .gov-icon { position: absolute; bottom: -20px; right: -20px; font-size: 120px; opacity: 0.1; }
            .gov-grid-zone { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; } 
            .shortcut-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; height: 100%; }
            .shortcut-box { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0; background: #fff; border: 1px solid #e1e4e8; border-radius: 12px; transition: all 0.3s ease; text-decoration: none; color: #333; height: 100%; width: 100%; max-width: 100%; box-sizing: border-box; }
            .shortcut-box:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); border-color: #000000; color: #000000; z-index:2; text-decoration: none; }
            .shortcut-box .icon { font-size: 36px; color: #000000; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; transition: transform 0.3s; margin-left: auto; margin-right: auto; }
            .shortcut-box:hover .icon { transform: scale(1.1); }
            .shortcut-box h4 { font-size: 15px; font-weight: 700; margin: 0 auto; line-height: 1.3; text-align: center; word-break: keep-all; letter-spacing: -0.5px; width: 100%; }
            .cs-white-container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
            .cs-white-main { grid-column: span 2; grid-row: span 2; background: #fff; padding: 40px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); display: flex; flex-direction: column; justify-content: center; }
            .cs-white-main .title { font-size: 16px; font-weight: 700; color: #000; margin-bottom: 10px; }
            .cs-white-main .number { font-size: 42px; font-weight: 800; color: #111; margin-bottom: 20px; letter-spacing: -1px; }
            .cs-white-main .info { font-size: 15px; color: #666; line-height: 1.6; margin: 0; }
            .cs-white-card { background: #fff; padding: 25px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: all 0.3s ease; border: 1px solid transparent; }
            .cs-white-card:hover { transform: translateY(-5px); border-color: #000; text-decoration: none; }
            .cs-white-card .icon-wrap { width: 50px; height: 50px; background: #f1f1f1; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; color: #000; }
            .cs-white-card .icon-wrap span { font-size: 24px; }
            .cs-white-card .btn-text { font-size: 18px; font-weight: 700; color: #333; margin-bottom: 8px; }
            .cs-white-card .btn-desc { font-size: 14px; color: #888; margin: 0; }
            @media (max-width: 1199px) { 
                .gov-banner-zone { flex: 0 0 300px; padding: 25px; }
                .shortcut-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; }
            }
            @media (max-width: 991px) { 
                .shortcut-gov-container { flex-direction: column; align-items: stretch; }
                .gov-banner-zone { flex: auto; min-height: 200px; }
                .shortcut-grid { grid-template-columns: repeat(4, 1fr); }
                .cs-white-container { grid-template-columns: repeat(2, 1fr); }
            }
            @media (max-width: 575px)  { 
                .shortcut-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
                .shortcut-box { padding: 0; min-height: 100px; }
                .shortcut-box .icon { font-size: 28px; margin-bottom: 8px; }
                .gov-banner-zone h3 { font-size: 20px; }
                .gov-banner-zone p { font-size: 14px; }
                .cs-white-container { grid-template-columns: 1fr; }
                .cs-white-main { grid-column: span 1; grid-row: span 1; padding: 30px; }
                .cs-white-main .number { font-size: 32px; }
            }
.gov-btn-prev,
.gov-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #000000;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e1e7ec;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gov-btn-prev {
  left: -22px;
}
.gov-btn-next {
  right: -22px;
}
.gov-btn-prev:hover,
.gov-btn-next:hover {
  background: #000000;
  color: #fff;
  border-color: #000000;
}
.gov-notice-wrap .material-symbols-outlined {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 991px) {
  .gov-btn-prev {
    left: 0px;
  }
  .gov-btn-next {
    right: 0px;
  }
}
@media (min-width: 992px) {
  .gov-bento-left {
    height: 300px !important;
  }
  .gov-notice-wrap {
    height: 300px !important;
    max-height: 300px !important;
  }
  .gov-notice-slider {
    height: 100% !important;
  }
  .notice-slide-item {
    height: 300px !important;
  }
}
@charset "utf-8";
#hardcoded-boards {
    width: 100%;
    padding: 60px 20px;
    background-color: #f5f5f7;
    box-sizing: border-box;
    overflow: hidden;
}
.bento-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}
.bento-wrapper > div {
    min-width: 0;
    box-sizing: border-box;
}
.hc-board {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    height: 100%;
    box-sizing: border-box;
}
.hc-board-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.hc-board-title {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    color: #1d1d1f;
}
.hc-board-more {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #86868b;
    text-decoration: none;
    background: #f0f0f2;
    border-radius: 50%;
    transition: all 0.2s ease;
    flex-shrink: 0;
}
.hc-board-more:hover {
    background: #1d1d1f;
    color: #fff;
}
.hc-board-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hc-board-list li {
    margin-bottom: 2px;
}
.hc-board-list li:last-child {
    margin-bottom: 0;
}
.hc-board-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 8px;
    color: #333;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.2s ease;
}
.hc-board-list li a:hover {
    background: #f9f9fb;
}
.hc-board-list li .subject {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    padding-right: 15px;
    font-size: 15px;
}
.hc-board-list li .date {
    font-size: 13px;
    color: #999;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    #hardcoded-boards {
        padding: 40px 15px;
    }
    .bento-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
@media (max-width: 768px) {
  .main-slider .item .sound-control {
    width: 32px !important;
    height: 32px !important;
    margin: 15px auto 0 auto !important;
  }
  .main-slider .item .sound-control .material-symbols-outlined {
    font-size: 18px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .slider-controls {
    left: auto !important;
    right: 20px !important;
    transform: none !important;
  }
}
.wide-grid {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=1920&auto=format&fit=crop') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.wide-grid::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}
.wide-grid-inner {
  position: relative;
  z-index: 2;
}
.bento-biz-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 15px;
  width: 100%;
}
.bento-biz-item {
  background: #222;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bento-biz-item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.bento-biz-item img.bg-img,
.bento-biz-item video.bg-video {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.5s ease;
}
.bento-biz-item:hover img.bg-img,
.bento-biz-item:hover video.bg-video {
  transform: scale(1.08);
}
.bento-biz-item::after {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: 2;
}
.bento-biz-item.bento-text-only {
  background: #000000;
  justify-content: center;
}
.bento-biz-item.bento-text-only::after {
  display: none;
}
.bento-biz-content {
  position: relative;
  z-index: 3;
}
.bento-biz-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.bento-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bento-biz-item.bento-text-only .bento-title-wrap {
  margin-bottom: 15px;
}
.bento-title-wrap h3 {
  margin-bottom: 0 !important;
}
.bento-link-icon {
  font-size: 24px;
  color: #fff;
  transition: transform 0.3s ease, background 0.3s ease;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bento-biz-item:hover .bento-link-icon {
  transform: translateX(5px);
  background: rgba(255, 255, 255, 0.3);
}
.bento-biz-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin: 0;
  word-break: keep-all;
}
.bento-span-2x2 { grid-column: span 2; grid-row: span 2; }
.bento-span-2x1 { grid-column: span 2; grid-row: span 1; }
.bento-span-1x2 { grid-column: span 1; grid-row: span 2; }
.bento-span-1x1 { grid-column: span 1; grid-row: span 1; }
@media (max-width: 991px) {
  .bento-biz-container { grid-template-columns: repeat(2, 1fr); }
  .bento-span-2x1, .bento-span-2x2 { grid-column: span 2; }
}
@media (max-width: 768px) {
  .wide-grid { padding: 60px 0; margin: 40px 0; }
  .bento-biz-container { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .bento-span-2x2, .bento-span-2x1, .bento-span-1x2, .bento-span-1x1 {
    grid-column: span 1; grid-row: span 1;
  }
}
	.row-smart .col {
		box-sizing: border-box;
	}
	.row-smart .col .box {
		border: 1px solid #000;
		padding: 15px;
		box-sizing: border-box;
		text-align: center;
	}
.swim-bento-section {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}
.swim-bento-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}
.swim-header-titles .small-tit {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}
.swim-header-titles .big-tit {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
    color: #222;
    margin: 0;
    letter-spacing: -1px;
}
.swim-header-icons {
    display: flex;
    align-items: flex-end;
}
.swim-header-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding: 0 40px;
}
.swim-header-icon-box:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #ddd;
}
.swim-header-icon-box:last-child {
    padding-right: 0;
}
.swim-header-icon-box i {
    font-size: 22px;
    color: #888;
}
.swim-header-icon-box span {
    font-size: 13px;
    color: #111;
}
.swim-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 280px;
    gap: 20px;
}
.swim-bento-item {
    background: #f8f9fa;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 40px;
    flex-direction: column;
    text-decoration: none !important;
    color: #111;
}
.swim-span-2x2 { grid-column: span 2; grid-row: span 2; }
.swim-span-1x1 { grid-column: span 1; grid-row: span 1; }
.swim-span-2x1 { grid-column: span 2; grid-row: span 1; }
.swim-main-card {
    background-image: url('https://images.unsplash.com/photo-1536640712-4d4c36ff0e4e?q=80&w=800&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 0;
}
.swim-main-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}
.swim-main-card-inner {
    position: relative;
    z-index: 2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}
.swim-main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
}
.swim-main-top .view-more {
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 11px;
    letter-spacing: 1px;
}
.swim-main-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 90%;
    margin-bottom: 20px;
}
.swim-main-pager {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    border-top-left-radius: 24px;
    padding: 15px 20px 15px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    z-index: 3;
}
.swim-main-pager .line {
    width: 30px;
    height: 1px;
    background: #ccc;
}
.swim-btn-blue {
    background: #000;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.swim-event-card {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swim-small-label {
    color: #000;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 15px;
}
.swim-event-card h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 10px 0;
    line-height: 1.4;
    color: #111;
}
.swim-event-card p {
    font-size: 13px;
    color: #666;
    margin: 0 0 25px 0;
}
.swim-btn-blue {
    background: #222;
    color: #fff;
    border-radius: 30px;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
}
.swim-teacher-card {
    padding: 30px;
    justify-content: space-between;
}
.swim-teacher-img {
    height: 160px;
    background: #e9ecef;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.swim-teacher-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swim-teacher-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
}
.swim-teacher-pager {
    display: flex;
    align-items: center;
    gap: 5px;
}
.swim-teacher-pager .dot {
    width: 8px;
    height: 3px;
    background: #ccc;
    border-radius: 2px;
}
.swim-teacher-pager .dot.active {
    background: #333;
}
.swim-teacher-pager i {
    margin-left: 5px;
}
.swim-gallery-card {
    flex-direction: row;
    gap: 30px;
    align-items: center;
    padding: 20px;
}
.swim-gallery-img {
    flex: 0 0 calc(50% - 15px);
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.swim-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swim-gallery-text {
    flex: 1;
    padding-right: 20px;
}
.swim-gallery-text h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 15px 0;
    line-height: 1.4;
    color: #111;
}
.swim-gallery-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 1200px) {
    .swim-header-icon-box { padding: 0 20px; }
}
@media (max-width: 991px) {
    .swim-bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .swim-span-2x2, .swim-span-2x1 { grid-column: span 2; }
    .swim-header-icons { width: 100%; justify-content: space-between; margin-top: 20px; }
    .swim-header-icon-box::after { display: none; }
}
@media (max-width: 768px) {
    .swim-bento-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .swim-span-2x2, .swim-span-2x1, .swim-span-1x1 {
        grid-column: span 1;
        grid-row: auto;
        min-height: 260px;
    }
    .swim-gallery-card {
        flex-direction: column;
    }
    .swim-gallery-img {
        flex: auto;
        width: 100%;
        height: 200px;
        border-radius: 12px;
    }
    .swim-main-card-inner { padding: 25px; }
    .swim-main-pager { padding: 10px 15px 10px 20px; }
    .swim-header-titles .big-tit { font-size: 22px; }
}
.swim-bento-section {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}
.swim-bento-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}
.swim-header-titles .small-tit {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}
.swim-header-titles .big-tit {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
    color: #222;
    margin: 0;
    letter-spacing: -1px;
}
.swim-header-icons {
    display: flex;
    align-items: flex-end;
}
.swim-header-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding: 0 40px;
}
.swim-header-icon-box:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #ddd;
}
.swim-header-icon-box:last-child {
    padding-right: 0;
}
.swim-header-icon-box i {
    font-size: 22px;
    color: #888;
}
.swim-header-icon-box span {
    font-size: 13px;
    color: #111;
}
.swim-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 280px;
    gap: 20px;
}
.swim-bento-item {
    background: #f8f9fa;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 40px;
    flex-direction: column;
    text-decoration: none !important;
    color: #111;
}
.swim-span-2x2 { grid-column: span 2; grid-row: span 2; }
.swim-span-1x1 { grid-column: span 1; grid-row: span 1; }
.swim-span-2x1 { grid-column: span 2; grid-row: span 1; }
.swim-main-card {
    background-image: url('https://images.unsplash.com/photo-1536640712-4d4c36ff0e4e?q=80&w=800&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 0;
}
.swim-main-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}
.swim-main-card-inner {
    position: relative;
    z-index: 2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}
.swim-main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
}
.swim-main-top .view-more {
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 11px;
    letter-spacing: 1px;
}
.swim-main-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 90%;
    margin-bottom: 20px;
}
.swim-main-pager {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    border-top-left-radius: 24px;
    padding: 15px 20px 15px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    z-index: 3;
}
.swim-main-pager .line {
    width: 30px;
    height: 1px;
    background: #ccc;
}
.swim-btn-blue {
    background: #000;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.swim-event-card {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swim-small-label {
    color: #000;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 15px;
}
.swim-event-card h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 10px 0;
    line-height: 1.4;
    color: #111;
}
.swim-event-card p {
    font-size: 13px;
    color: #666;
    margin: 0 0 25px 0;
}
.swim-btn-blue {
    background: #222;
    color: #fff;
    border-radius: 30px;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
}
.swim-teacher-card {
    padding: 30px;
    justify-content: space-between;
}
.swim-teacher-img {
    height: 160px;
    background: #e9ecef;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.swim-teacher-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swim-teacher-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
}
.swim-teacher-pager {
    display: flex;
    align-items: center;
    gap: 5px;
}
.swim-teacher-pager .dot {
    width: 8px;
    height: 3px;
    background: #ccc;
    border-radius: 2px;
}
.swim-teacher-pager .dot.active {
    background: #333;
}
.swim-teacher-pager i {
    margin-left: 5px;
}
.swim-gallery-card {
    flex-direction: row;
    gap: 30px;
    align-items: center;
    padding: 20px;
}
.swim-gallery-img {
    flex: 0 0 calc(50% - 15px);
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.swim-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swim-gallery-text {
    flex: 1;
    padding-right: 20px;
}
.swim-gallery-text h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 15px 0;
    line-height: 1.4;
    color: #111;
}
.swim-gallery-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 1200px) {
    .swim-header-icon-box { padding: 0 20px; }
}
@media (max-width: 991px) {
    .swim-bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .swim-span-2x2, .swim-span-2x1 { grid-column: span 2; }
    .swim-header-icons { width: 100%; justify-content: space-between; margin-top: 20px; }
    .swim-header-icon-box::after { display: none; }
}
@media (max-width: 768px) {
    .swim-bento-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .swim-span-2x2, .swim-span-2x1, .swim-span-1x1 {
        grid-column: span 1;
        grid-row: auto;
        min-height: 260px;
    }
    .swim-gallery-card {
        flex-direction: column;
    }
    .swim-gallery-img {
        flex: auto;
        width: 100%;
        height: 200px;
        border-radius: 12px;
    }
    .swim-main-card-inner { padding: 25px; }
    .swim-main-pager { padding: 10px 15px 10px 20px; }
    .swim-header-titles .big-tit { font-size: 22px; }
}
.swim-bento-section {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}
.swim-bento-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}
.swim-header-titles .small-tit {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}
.swim-header-titles .big-tit {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
    color: #222;
    margin: 0;
    letter-spacing: -1px;
}
.swim-header-icons {
    display: flex;
    align-items: flex-end;
}
.swim-header-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding: 0 40px;
}
.swim-header-icon-box:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #ddd;
}
.swim-header-icon-box:last-child {
    padding-right: 0;
}
.swim-header-icon-box i {
    font-size: 22px;
    color: #888;
}
.swim-header-icon-box span {
    font-size: 13px;
    color: #111;
}
.swim-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 280px;
    gap: 20px;
}
.swim-bento-item {
    background: #f8f9fa;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 40px;
    flex-direction: column;
    text-decoration: none !important;
    color: #111;
}
.swim-span-2x2 { grid-column: span 2; grid-row: span 2; }
.swim-span-1x1 { grid-column: span 1; grid-row: span 1; }
.swim-span-2x1 { grid-column: span 2; grid-row: span 1; }
.swim-main-card {
    background-image: url('https://images.unsplash.com/photo-1536640712-4d4c36ff0e4e?q=80&w=800&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 0;
}
.swim-main-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}
.swim-main-card-inner {
    position: relative;
    z-index: 2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}
.swim-main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
}
.swim-main-top .view-more {
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 11px;
    letter-spacing: 1px;
}
.swim-main-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 90%;
    margin-bottom: 20px;
}
.swim-main-pager {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    border-top-left-radius: 24px;
    padding: 15px 20px 15px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    z-index: 3;
}
.swim-main-pager .line {
    width: 30px;
    height: 1px;
    background: #ccc;
}
.swim-btn-blue {
    background: #000;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.swim-event-card {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swim-small-label {
    color: #000;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 15px;
}
.swim-event-card h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 10px 0;
    line-height: 1.4;
    color: #111;
}
.swim-event-card p {
    font-size: 13px;
    color: #666;
    margin: 0 0 25px 0;
}
.swim-btn-blue {
    background: #222;
    color: #fff;
    border-radius: 30px;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
}
.swim-teacher-card {
    padding: 30px;
    justify-content: space-between;
}
.swim-teacher-img {
    height: 160px;
    background: #e9ecef;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.swim-teacher-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swim-teacher-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
}
.swim-teacher-pager {
    display: flex;
    align-items: center;
    gap: 5px;
}
.swim-teacher-pager .dot {
    width: 8px;
    height: 3px;
    background: #ccc;
    border-radius: 2px;
}
.swim-teacher-pager .dot.active {
    background: #333;
}
.swim-teacher-pager i {
    margin-left: 5px;
}
.swim-gallery-card {
    flex-direction: row;
    gap: 30px;
    align-items: center;
    padding: 20px;
}
.swim-gallery-img {
    flex: 0 0 calc(50% - 15px);
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.swim-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swim-gallery-text {
    flex: 1;
    padding-right: 20px;
}
.swim-gallery-text h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 15px 0;
    line-height: 1.4;
    color: #111;
}
.swim-gallery-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 1200px) {
    .swim-header-icon-box { padding: 0 20px; }
}
@media (max-width: 991px) {
    .swim-bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .swim-span-2x2, .swim-span-2x1 { grid-column: span 2; }
    .swim-header-icons { width: 100%; justify-content: space-between; margin-top: 20px; }
    .swim-header-icon-box::after { display: none; }
}
@media (max-width: 768px) {
    .swim-bento-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .swim-span-2x2, .swim-span-2x1, .swim-span-1x1 {
        grid-column: span 1;
        grid-row: auto;
        min-height: 260px;
    }
    .swim-gallery-card {
        flex-direction: column;
    }
    .swim-gallery-img {
        flex: auto;
        width: 100%;
        height: 200px;
        border-radius: 12px;
    }
    .swim-main-card-inner { padding: 25px; }
    .swim-main-pager { padding: 10px 15px 10px 20px; }
    .swim-header-titles .big-tit { font-size: 22px; }
}
.row-smart .col {
		box-sizing: border-box;
	}
	.row-smart .col .box {
		border: 1px solid #000;
		padding: 15px;
		box-sizing: border-box;
		text-align: center;
	}
.swim-bento-section {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}
.swim-bento-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}
.swim-header-titles .small-tit {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}
.swim-header-titles .big-tit {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
    color: #222;
    margin: 0;
    letter-spacing: -1px;
}
.swim-header-icons {
    display: flex;
    align-items: flex-end;
}
.swim-header-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding: 0 40px;
}
.swim-header-icon-box:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #ddd;
}
.swim-header-icon-box:last-child {
    padding-right: 0;
}
.swim-header-icon-box i {
    font-size: 22px;
    color: #888;
}
.swim-header-icon-box span {
    font-size: 13px;
    color: #111;
}
.swim-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 280px;
    gap: 20px;
}
.swim-bento-item {
    background: #f8f9fa;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 40px;
    flex-direction: column;
    text-decoration: none !important;
    color: #111;
}
.swim-span-2x2 { grid-column: span 2; grid-row: span 2; }
.swim-span-1x1 { grid-column: span 1; grid-row: span 1; }
.swim-span-2x1 { grid-column: span 2; grid-row: span 1; }
.swim-main-card {
    background-image: url('https://images.unsplash.com/photo-1536640712-4d4c36ff0e4e?q=80&w=800&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 0;
}
.swim-main-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}
.swim-main-card-inner {
    position: relative;
    z-index: 2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}
.swim-main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
}
.swim-main-top .view-more {
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 11px;
    letter-spacing: 1px;
}
.swim-main-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 90%;
    margin-bottom: 20px;
}
.swim-main-pager {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    border-top-left-radius: 24px;
    padding: 15px 20px 15px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    z-index: 3;
}
.swim-main-pager .line {
    width: 30px;
    height: 1px;
    background: #ccc;
}
.swim-btn-blue {
    background: #000;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.swim-event-card {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swim-small-label {
    color: #000;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 15px;
}
.swim-event-card h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 10px 0;
    line-height: 1.4;
    color: #111;
}
.swim-event-card p {
    font-size: 13px;
    color: #666;
    margin: 0 0 25px 0;
}
.swim-btn-blue {
    background: #0d6efd;
    color: #fff;
    border-radius: 30px;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
}
.swim-teacher-card {
    padding: 30px;
    justify-content: space-between;
}
.swim-teacher-img {
    height: 160px;
    background: #e9ecef;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.swim-teacher-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swim-teacher-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
}
.swim-teacher-pager {
    display: flex;
    align-items: center;
    gap: 5px;
}
.swim-teacher-pager .dot {
    width: 8px;
    height: 3px;
    background: #ccc;
    border-radius: 2px;
}
.swim-teacher-pager .dot.active {
    background: #333;
}
.swim-teacher-pager i {
    margin-left: 5px;
}
.swim-gallery-card {
    flex-direction: row;
    gap: 30px;
    align-items: center;
    padding: 20px;
}
.swim-gallery-img {
    flex: 0 0 calc(50% - 15px);
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.swim-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swim-gallery-text {
    flex: 1;
    padding-right: 20px;
}
.swim-gallery-text h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 15px 0;
    line-height: 1.4;
    color: #111;
}
.swim-gallery-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 1200px) {
    .swim-header-icon-box { padding: 0 20px; }
}
@media (max-width: 991px) {
    .swim-bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .swim-span-2x2, .swim-span-2x1 { grid-column: span 2; }
    .swim-header-icons { width: 100%; justify-content: space-between; margin-top: 20px; }
    .swim-header-icon-box::after { display: none; }
}
@media (max-width: 768px) {
    .swim-bento-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .swim-span-2x2, .swim-span-2x1, .swim-span-1x1 {
        grid-column: span 1;
        grid-row: auto;
        min-height: 260px;
    }
    .swim-gallery-card {
        flex-direction: column;
    }
    .swim-gallery-img {
        flex: auto;
        width: 100%;
        height: 200px;
        border-radius: 12px;
    }
    .swim-main-card-inner { padding: 25px; }
    .swim-main-pager { padding: 10px 15px 10px 20px; }
    .swim-header-titles .big-tit { font-size: 22px; }
}
.custom-service-wrap {
    background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 30%, #efefef 30%, #efefef 100%);
    padding: 80px 0;
}
.custom-service-inner {
    display: flex;
    align-items: center;
    gap: 40px;
}
.cs-left-area {
    flex: 0 0 250px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    background: #fff;
}
.cs-left-area a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 24px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    text-decoration: none !important;
    border-bottom: 2px solid #f5f5f5;
    transition: all 0.3s;
}
.cs-left-area a:last-child {
    border-bottom: none;
}
.cs-left-area a .num {
    margin-right: 15px;
    color: #94a3b8;
    font-weight: 800;
}
.cs-left-area a.active {
    background: #000000;
    color: #fff;
    margin: -10px -20px -10px -10px;
    padding: 34px 30px;
    border-radius: 8px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.4);
    border-bottom: none;
    z-index: 10;
}
.cs-left-area a.active .num {
    color: #dddddd;
}
.cs-left-area a.active::after {
    content: '\2192';
    margin-left: auto;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.cs-center-area {
    flex: 0 0 220px;
    padding-left: 20px;
}
.cs-center-area h3 {
    font-size: 26px;
    font-weight: 800;
    color: #111111;
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.cs-center-area p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    word-break: keep-all;
    margin: 0;
}
.cs-right-area {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.cs-icon-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px 10px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    text-decoration: none !important;
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}
.cs-icon-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.cs-icon-card.hover-scale .fi {
    font-size: 40px;
    color: #475569;
    margin-bottom: 15px;
    transition: transform 0.3s, color 0.3s;
    display: inline-block;
}
.cs-icon-card:hover .fi {
    color: #000000;
    transform: scale(1.1);
}
.cs-icon-card .title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin: 0;
}
@media(max-width: 1200px) {
    .custom-service-inner {
        gap: 20px;
    }
    .cs-right-area {
        grid-template-columns: repeat(4, 1fr);
    }
    .cs-left-area a.active {
        margin: -5px -10px -5px -5px;
        padding: 29px 20px;
    }
}
@media(max-width: 991px) {
    .custom-service-wrap {
        background: #efefef;
        padding: 50px 0;
    }
    .custom-service-inner {
        flex-direction: column;
        align-items: stretch;
    }
    .cs-center-area {
        text-align: center;
        padding-left: 0;
    }
    .cs-left-area {
        flex: auto;
        box-shadow: none;
        background: transparent;
    }
    .cs-left-area a {
        border-radius: 8px;
        border-bottom: none;
        background: #fff;
        margin-bottom: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    }
    .cs-left-area a.active {
        margin: 0;
        padding: 24px 20px;
    }
    .cs-right-area {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
.cs-right-area {
    display: none;
}
.cs-right-area.active-tab {
    display: grid;
    animation: csFadeIn 0.4s ease-out forwards;
}
@keyframes csFadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.gallery-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.g-card {
    background: #fff;
    border: 1px solid #e1e7ec;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
}
.g-card:hover {
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08); 
  }
.g-card-img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.g-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.g-card:hover .g-card-img-wrap img {
    transform: scale(1.05);
}
.g-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.g-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
}
.g-card-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
}
.g-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f4f8;
    padding-top: 16px;
    font-size: 13px;
    color: #888;
}
.g-card-author {
    display: flex;
    align-items: center;
    gap: 6px;
}
.g-card-author i,
.g-card-date i {
    font-size: 14px;
    color: #000000;
}
.g-card-date {
    display: flex;
    align-items: center;
    gap: 6px;
}
@media (max-width: 1200px) {
    .gallery-grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991px) {
    .gallery-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .gallery-grid-container {
        grid-template-columns: 1fr;
    }
    .g-card-img-wrap {
        height: 220px;
    }
}
.swim-board-card { padding: 25px 35px; display: block; cursor: default; }
.swim-board-card:hover { transform: none; box-shadow: none; }
.swim-btn-circle { padding: 0 !important; width: 44px; height: 44px; min-width: 44px; min-height: 44px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; border-radius: 50% !important; float: right; margin-top: auto; line-height: 1; box-sizing: border-box; }
.swim-event-card { display: flex; flex-direction: column; align-items: flex-start; }
.swim-event-card .swim-btn-circle { align-self: flex-end; }
.s3-split-container {
  display: flex; gap: 30px; align-items: stretch; margin-top: 40px;
}
.s3-left {
  position: relative; flex: 1; border-radius: 12px; overflow: hidden;
  display: flex; flex-direction: column; min-height: 400px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.s3-bg-img {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 1;
}
.s3-overlay {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.7) 100%);
  z-index: 2;
}
.s3-left-content {
  position: relative; z-index: 3; padding: 50px; color: #fff;
  display: flex; flex-direction: column; justify-content: flex-start; text-align: left; height: 100%; box-sizing: border-box;
}
.s3-sub-title {
  display: inline-block; font-size: 14px; font-weight: 700; color: #ffca28; letter-spacing: 2px; margin-bottom: 12px;
}
.s3-left-content h3 {
  font-size: 28px; font-weight: 700; margin-bottom: 15px; color: #fff;
}
.s3-left-content p {
  font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.9); word-break: keep-all;
}
.s3-tabs-overlay {
  display: flex; gap: 15px; margin-top: 30px; flex-wrap: wrap;
}
.s3-tab-text {
  padding: 12px 24px; border-radius: 30px; border: none;
  background: #fff; color: #333; font-size: 16px; font-weight: bold;
  cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  display: inline-flex; align-items: center; justify-content: center;
  transition: all 0.3s ease;
}
.s3-tab-text:hover {
  transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
.s3-tab-text.active {
  background: #111; color: #fff; transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}
.s3-right {
  flex: 1; position: relative;
}
.s3-right .gallery-grid-container {
  grid-template-columns: repeat(2, 1fr) !important;
  margin-top: 0;
}
.s3-tab-content {
  display: none !important;
}
.s3-tab-content.active {
  display: grid !important; animation: s3FadeIn 0.5s ease forwards;
}
@keyframes s3FadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 991px) {
  .s3-split-container { flex-direction: column; }
  .s3-left { min-height: 350px; }
}
.swim-swiper { width: 100%; height: 100%; position: absolute; top:0; left:0; border-radius: 20px; }
                    .swim-swiper .swiper-slide { background-size: cover; background-position: center; position: relative; }
                    .swim-swiper .swiper-slide::before {
                        content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
                        background: linear-gradient(to top, rgba(0,25,80,0.8) 0%, rgba(0,0,0,0) 50%, rgba(0,40,100,0.4) 100%); z-index: 1;
                    }
                    .swim-main-card { background-image: none !important; }
                    .swim-main-card::before { display: none; }
.swim-board-tabs { border-bottom: 2px solid #eee; margin-bottom: 12px; display: flex; gap: 20px; }
                    .swim-board-tabs a { font-size: 16px; font-weight: 800; padding-bottom: 10px; color: #888; text-decoration: none; position: relative; }
                    .swim-board-tabs a.active { color: #0d6efd; }
                    .swim-board-tabs a.active::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 100%; height: 2px; background: #0d6efd; }
.vision-hover-btn:hover { background-color: #fff !important; color: #111 !important; }
.auto-style-1 { margin-bottom: 40px; }
.auto-style-2 { color:#111; font-weight:700; font-size:32px; }
.auto-style-3 { background-color:#0d6efd; }
.auto-style-4 { margin-top: 15px; color:#666; font-size:16px; }
.auto-style-5 { padding:0; overflow:hidden; }
.auto-style-6 { background-image: url('https://images.unsplash.com/photo-1504384308090-c894fdcc538d?q=80&w=800&auto=format&fit=crop'); }
.auto-style-7 { background-image: url('https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=800&auto=format&fit=crop'); }
.auto-style-8 { background-image: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=800&auto=format&fit=crop'); }
.auto-style-9 { display:flex; width: max-content; gap: 8px; }
.auto-style-10 { cursor:pointer; z-index:4; display:flex; align-items:center; justify-content:center; box-sizing:border-box; width:40px !important; height:40px !important; padding:0 !important; margin:0 !important; border-radius:50% !important; flex-shrink:0; }
.auto-style-11 { cursor:pointer; z-index:4; display:flex; align-items:center; justify-content:center; box-sizing:border-box; width:40px !important; height:40px !important; padding:0 !important; margin:0 !important; border-radius:50% !important; flex-shrink:0; }
.auto-style-12 { display:inline-block; font-size:36px; color:#0d6efd; margin-bottom:15px; }
.auto-style-13 { margin-bottom: 20px; }
.auto-style-14 { background:#f8f9fa; }
.auto-style-15 { display:inline-block; font-size:36px; color:#0d6efd; margin-bottom:15px; }
.auto-style-16 { margin-bottom: 20px; }
.auto-style-17 { color:#fff; }
.auto-style-18 { background-color:#fff; }
.auto-style-19 { margin-right:2px; }
.auto-style-20 { margin-left:2px; }
.auto-style-21 { margin-bottom: 40px; }
.auto-style-22 { color:#111; font-weight:700; font-size:32px; }
.auto-style-23 { background-color:#0d6efd; }
.auto-style-24 { margin-top: 15px; color:#666; font-size:16px; }
.auto-style-25 { margin-top: 60px; margin-bottom: 60px; }
.auto-style-26 { position: relative; padding: 120px 0; background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat; background-attachment: fixed; }
.auto-style-27 { color: #fff; }
.auto-style-28 { display:inline-block; font-size:14px; font-weight:600; letter-spacing:2px; margin-bottom:15px; color:#ccc; }
.auto-style-29 { font-size: 36px; font-weight: 700; margin-bottom: 20px; color:#fff; }
.auto-style-30 { font-size: 18px; line-height: 1.6; margin-bottom: 40px; color:#e2e8f0; font-weight:300; }
.auto-style-31 { display: inline-block; border: 1px solid #fff; color: #fff; padding: 12px 35px; font-size: 16px; font-weight: 500; text-decoration: none; transition: 0.3s; }
.auto-style-32 { vertical-align: middle; }
.auto-style-33 { background:#f8f9fa; padding: 60px 0; }
.auto-style-34 { margin-bottom: 20px; }
.auto-style-35 { color:#111; }
.auto-style-36 { background-color:#0d6efd; }
.auto-style-37 { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1497366216548-37526070297c?q=80&w=800&auto=format&fit=crop') center/cover; }
.auto-style-38 { color: #6ea8fe; }
.auto-style-39 { color: #fff; }
.auto-style-40 { color: #e2e8f0; }


/* Section 2 Title */
.wide-grid .center-heading h2 { color: #ffffff !important; }


/* Section 6 Fixes */
.cs-white-main .title { color: #fff !important; }
.cs-white-main .number { color: #fff !important; }
.cs-white-main .info { color: #e2e8f0 !important; }
#customer-center .center-heading h2 { color: #fff !important; }

